@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* Navbar ====================================== */
@import url(materialize.css);
* {
	margin: 0;
	padding: 0;
}


.clear {
	clear:both;
}

/* drag */
::selection {
	background: #0055ff;
	color: #fff;
}
::-moz-selection {
background:#0055ff;
color:#fff;
}
::-webkit-selection {
background:#0055ff;
color:#fff;
}
.wrapper {
	display: block;
	width: 100%;
	height: 100%;
}
.wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.wrap > header {
	display: table-row;
	height: 0;
}
/*.wrap > header > * {
	display: block;
}
.wrap > section {
	display: table-row;
}*/
.wrap > section > * {
	display: block;
}
.wrap > footer {
	display: table-row;
	height: 0;
}
.wrap > footer > * {
	display: block;
	bottom: 0;
}
html, body {
	height: 100%
}
.menu {
	display: none;
}
/* nav */
.navall {
	position: relative;
	min-width: 1170px;
	height: 68px;
	border-bottom: 1px solid #ddd;
	z-index: 900;
	background-color: #f8f9fa;
}
.navall .nav_wrap {
	position: relative;
	width: 1170px;
	margin: 0 auto;
}
.navall .gnb_2dep > ul > li {
	float: left;
	width: 14.2222%;
	height: 68px;
}
.navall .gnb_2dep > ul > li > span {
	display: block;
	position: absolute;
	top: 0;
	height: 68px;
	cursor: pointer;
	text-align: left;
	cursor: pointer;
	width: 14.2222%;
}
.navall .gnb_2dep > ul > li > span a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 68px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}
.navall .gnb_2dep > ul > li > span a:hover {
	color: #0055ff;
}
.navall .bg {
	position: absolute;
	top: 68px;
	width: 100%;
	min-height: 150px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.navall .gnb_2dep .gnb_ul {
	position: relative;
	width: 100%;
	top: 68px;
	clear: both;
	padding-top: 20px;
	z-index: 999;
}
.navall .nav_wrap .gnb_2dep .gnb_ul, .navall .li_02 .bg {
	display: none;
	height: 150px;
	opacity: 0;
}
.navall .nav_wrap:hover .gnb_2dep .gnb_ul, .navall .nav_wrap:hover ~ .li_02 .bg, .navall .gnb_2dep:hover {
	display: block;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity ease-out 0.2s 0.5s;
	-moz-transition: opacity ease-out 0.2s 0.1s;
	-o-transition: opacity ease-out 0.2s 0.1s;
	-ms-transition: opacity ease-out 0.2s 0.1s;
	transition: opacity ease-out 0.2s 0.1s;
}
.navall .gnb_2dep .gnb_ul > li {
	clear: both;
	padding: 5px 0;
}
.navall .gnb_2dep .gnb_ul > li a {
	color: #666;
	line-height: 32px;
	font-size: 14px;
	display: block;
	text-align: left;
	padding: 0;
}
.navall .gnb_2dep .gnb_ul > li a:hover {
	color: #0055ff;
}
/*.navall .gnb_2dep > ul > li:nth-child(4) .gnb_ul {
        border-right: 1px solid #ddd;
        width: 248px;
    }*/
	


/* header */
.header {
	background: #fff;
	/*min-width: 1170px;*/
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
}
.header_wrap {
	padding: 15px 0 30px;
}
.logo {
	display: inline-block;
}
.logo img {
	vertical-align: bottom;
}
.logo span {
	padding-left: 12px;
	vertical-align: bottom;
}
.login_warp {
	float: right;
	margin-top: 12px;
}
.login_warp ul {
	display: inline-blcok;
}
.login_warp ul li {
	display: inline;
	padding: 10px 10px;
}
.login_warp ul li a {
	color: #aaa;
}
.login_warp ul li a:hover {
	color: #666;
}
.login_warp ul li hr {
	width: 1px;
	height: 10px;
	background: #ddd;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: 0;
}
.font-black {
	color: #222 !important;
}
.font-pink {
	color: #0055ff !important;
}
.top-btn {
	text-align: right;
}
.top-btn li {
	display: inline-block;
	text-align: center;
}
.bg-white-strok {
	background-color: #0055ff !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}

.bg-pink-strok {
	background-color: #fff !important;
	color: #0055ff !important;
	border: 2px solid #0055ff !important;
}
.bg-green-strok {
	color: #01723b !important;
	border: 2px solid #01723b !important;
}
.bg-green {
	background-color: #01723b !important;
	color: #fff !important;
}
.bg-gray-strok {
	/*background-color: #fff !important;*/
	color: #666 !important;
	border: 2px solid #ccc !important;
}
.bg-gray-strok-1 {
	background-color: #fff !important;
	color: #666 !important;
	border: 1px solid #ccc !important;
	border-radius: 3px !important;
	max-width: 100px;
	font-size: 14px !important;
}
.bg-pink-strok-1 {
	background-color: #fff !important;
	color: #0055ff !important;
	border: 1px solid #0055ff !important;
	border-radius: 3px !important;
	max-width: 100px;
	font-size: 14px !important;
}

.bg-strok-3 {
	border: 1px solid #ddd !important;
}
.bg-3 {
	background: #fafafa !important;
}

.bg-pink, .bg-pink:hover, .bg-pink:active, .bg-pink:focus {
	background-color: #0055ff !important;
	color: #fff !important;
}
.bg-pink .content .text, .bg-pink .content .number {
	color: #fff !important;
}
.bg-pink {
	background-color: #0055ff !important;
	color: #fff;
}
.bg-grey {
	background-color: #646464 !important;
	color: #fff;
}
.bg-grey, .bg-grey:hover, .bg-grey:active, .bg-grey:focus {
	background-color: #646464 !important;
	color: #fff !important;
}
.bg-black {
	background-color: #eee !important;
	color: #666 !important;
}
.bg-yellow {
	background-color: #ff9c00 !important;
	color: #fff;
}
.bg-lightBlue {
	background-color: #31b0d5 !important;
	color: #fff !important;
}
.bg-pink .content .text, .bg-pink .content .number {
	color: #fff !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-white .content .text, .bg-white .content .number {
	color: #222 !important;
}
.top-btn-group {
	font-size: 13px !important;
	padding: 16px 15px;
	border: 1px solid #ddd !important;
	min-width: 116px;
	margin-left: -1px;
	height: 50px;
}
.top-btn-group.active, .date-btn-group.active {
	background-color: #0055ff !important;
	color: #fff !important;
	border: 1px solid #0055ff !important;
}
.date-btn-group {
	font-size: 12px !important;
	border: 1px solid #ddd !important;
	min-width: 50px;
	margin-left: -1px;
	height: 30px;
	padding: 6px 5px !important;
}
.card-btn {
	font-size: 14px !important;
	height: 44px;
	border: 1px solid #ddd !important;
	width: 180px;
	border-radius: 0px !important;
	color: #333;
	vertical-align: middle;
	margin: 0 1px 0 6px;
}
.card-btn.active, .card-btn:focus, .card-btn:hover {
	border: 1px solid #222 !important;
}
/* footer */

.footer {
	/*min-width: 1170px;*/
	padding: 40px 0 30px;
	border-top: 1px solid #ddd;
}
.footer p {
	font-size: 13px;
	color: #888;
	line-height: 1.7em;
}
.copy {
	padding-bottom: 15px;
}
.copy ul, .copy li {
	display: inline-block;
}
.copy a {
	font-size: 13px;
	color: #222;
	font-weight: 600;
	padding-right: 15px;
}
.copy a:hover {
	text-decoration: underline !important;
}
/* visual */
.visual-area {
	position: relative;
	z-index: 10;
	min-width: 1170px;
	height: 600px;
}
.bg-img {
	background-image: url('../../images/survey/bg-img.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e7ebee;
}
.bg-img-2 {
	background-image: url('../../images/survey/bg-img-2-top.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e7ebee;
}
.bg-img-enmad {
	background-image: url('../../images/survey/bg-img_enmad.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e7ebee;
}
.visual-text {
	padding-top: 170px;
}
.visual-text h1 {
	font-size: 46px;
	color: #363636;
	font-weight: 600;
}
.visual-text p {
	font-size: 16px;
	color: #666;
	line-height: 1.7em;
	padding: 20px 0 40px;
}
.main-ic li {
	display: inline-block;
	text-align: center;
	padding-right: 30px;
}
.main-ic .visual-ic-text {
	display: block;
	padding-top: 12px;
	color: #6f7e86;
	font-size: 14px;
}
/* content */
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.section-heading {
	position: relative;
}
.section-heading h2 {
	font-size: 40px;
	color: #222;
}
.section-heading p {
	line-height: 1.7em;
	padding-top: 70px;
	font-size: 16px;
}
.section-heading hr {
	width: 36px;
	height: 4px;
	background: #0055ff;
	text-align: left;
	float: left;
	margin-top: 20px;
	border-top: 0;
}
.section-heading .num {
	font-size: 150px;
	position: absolute;
	margin-left: 100px;
	z-index: -5;
	color: #f6f7f8;
	margin-top: -18px;
	font-weight: 900;
}
.msp-area {
	color: #ffffff;
	background-color: #2d374f;
	background-image: url(../../images/survey/msp-bg.png);
	background-position: bottom -120px center;
	background-repeat: no-repeat;
	background-size: auto 94%;
	margin-bottom: 142px;
	min-width: 1170px;
}
.msp {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}
.msp-area .page-title .title {
	color: #fff;
	font-size: 30px;
}
.msp-area .page-title h3 {
	font-size: 75px;
	color: #0055ff;
	font-weight: 900;
	padding: 10px 0 15px;
}
.msp-area .mobile-image {
	margin-bottom: -142px;
}
/*-- Service-Box --*/

.service-box {
	position: relative;
	padding-left: 100px;
}
.team-slide .owl-controls .owl-nav > div, .service-box .box-icon {
	position: absolute;
	left: 0;
}
.team-slide .owl-controls .owl-nav > div:hover, .service-box:hover .box-icon {
	color: #ffffff;
}
.team-slide .owl-controls .owl-nav > div:before, .service-box .box-icon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}
.team-slide .owl-controls .owl-nav > div:hover:before, .service-box:hover .box-icon:before {
	opacity: 0;
}
.service-box h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.service-box p {
	line-height: 1.7em;
}
.space-100 {
	height: 100px;
}
.space-50 {
	height: 50px;
}

/*
#main-banner .swiper-container {
	width: 100%;
	height: 100%;
}

#main-banner .swiper-slide {
	width:1170px;
}

#main-banner .swiper-wrapper .swiper-main-pagination { 
	position:relative;
	top:563px;
	right:50%;
	z-index:500;  
}
*/
#blog-slide .swiper-container {
	width: 100%;
	height: 100%;
}

#blog-slide .swiper-container .blog-link {
	display : inline-block;  
	margin-bottom:15px; 
	border-bottom : 1px solid #0055ff;
} 

#blog-slide .swiper-slide {
	text-align: center;
	background: #fff;
	border: 1px solid #ececec;
	padding: 70px !important;
	min-height: 365px;
	word-wrap: break-word;
	/* Center slide text vertically
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#blog-slide .swiper-slide h4 {
	font-size: 22px;
	color: #222;
	line-height: 1.5em;
	padding: 25px 0;
	font-weight: 600;
	min-height: 150px;
}
.bg-gray {
	background: #fafafa;
	min-width: 1170px;
}
.bg-gray-2 {
	background: #f4f4f4;
	min-width: 1170px;
}
.w-100 {
	width: 100% !important;
}
.m-w {
	min-width: 1170px;
}
.w-25 {
	width: 25px !important;
}
.b-l-0 {
	border-left: none !important;
}
.block-header {
	margin-bottom: 15px;
}
.block-header h2 {
	margin: 0 !important;
	color: #666 !important;
	font-weight: normal;
	font-size: 16px;
}
.block-header h2 small {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	color: #888;
}
.block-header h2 small a {
	font-weight: bold;
	color: #777;
}
/* General ===================================== */
body {
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	/* font-family: 'Lato', 'Noto Sans', Arial, sans-serif; */
	font-family: Pretendard;
	font-size: 14px;
	color: #666;
	height: 100%;
	line-height: 1.7em;
	min-width: 1200px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
button, input, select, a {
	outline: none !important;
}
section.content {
	width: 1170px;
	margin: 0 auto;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/* Buttons ===================================== */
.btn:focus {
	outline: none !important;
}
.btn-circle {
	border: none;
	outline: none !important;
	overflow: hidden;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.btn-circle i {
	font-size: 18px;
	position: relative;
	left: -1px;
}
.btn-link {
	font-weight: bold;
	color: #333;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.btn-link:active, .btn-link:focus {
	text-decoration: none;
	color: #333;
}
.btn-link:hover {
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}
.btn-circle-lg {
	border: none;
	outline: none !important;
	overflow: hidden;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	border-radius: 50% !important;
}
.btn-circle-lg i {
	font-size: 26px !important;
	position: relative !important;
	left: 0px !important;
	top: 6px !important;
}
.btn:not(.btn-link):not(.btn-circle) {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	border: none;
	font-size: 16px;
	outline: none;
}
.btn:not(.btn-link):not(.btn-circle):hover {
	outline: none;
}
.btn:not(.btn-link):not(.btn-circle) i {
	font-size: 20px;
	position: relative;
	top: 3px;
}
.btn:not(.btn-link):not(.btn-circle) span {
	position: relative;
	margin-left: 0px;
}
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
	background-color: #ff9600 !important;
}
.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	background-color: #0055ff !important;
}
.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus {
	background-color: #00b0e4 !important;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
	background-color: #2b982b !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #1f91f3 !important;
}
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
	background-color: #fff !important;
}
.btn-group, .btn-group-vertical {
/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	border: 1px solid #ddd;*/
}
.btn-group .btn, .btn-group-vertical .btn {
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.btn-group .btn .caret, .btn-group-vertical .btn .caret {
	position: relative;
	bottom: 1px;
}
.btn-group .btn-group, .btn-group-vertical .btn-group {
	box-shadow: none !important;
}
.btn-group .btn + .dropdown-toggle, .btn-group-vertical .btn + .dropdown-toggle {
	border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.btn-main-link {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	width:134px !important;
	text-align:center !important;
	
}
/* Multi Select ================================ */
.ms-container {
	width: auto !important;
}
.ms-container .ms-list {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ms-container .ms-list.ms-focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
	min-width: 250px !important;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
	color: #000000 !important;
	background-color: #e6e6e6 !important;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selectable li.ms-elem-selection, .ms-container .ms-selection li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
	padding: 9px 15px 6px 15px !important;
}
.ms-container .ms-optgroup-label {
	padding: 5px 0 0 8px !important;
}
/* Card ======================================== */
.card {
	background: #fff;
	min-height: 50px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.card .header {
	color: #555;
	padding: 35px 30px 10px;
	position: relative;
	border-bottom: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.card-delete {
	position: absolute;
	top: 30px;
	right: 30px;
}
.card-primary {
	position: absolute;
	top: 30px;
	right: 30px;
}
.card-primary .btn{
	padding:15px 30px !important;
}

/*.card .header h2 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #111;
}*/
.card .header h3 {
	display: inline-block;
	font-size: 20px;
	color: #222;
	line-height: 20px;
	font-weight: 600;
	width: 150px;
}
.card .header .col-xs-12 h2 {
	margin-top: 5px;
}
.card .body {
	font-size: 14px;
	padding: 20px;
}
.card .body .col-xs-1, .card .body .col-sm-1, .card .body .col-md-1, .card .body .col-lg-1 {
	margin-bottom: 20px;
}
.card .body .col-xs-2, .card .body .col-sm-2, .card .body .col-md-2, .card .body .col-lg-2 {
	margin-bottom: 20px;
}
.card .body .col-xs-3, .card .body .col-sm-3, .card .body .col-md-3, .card .body .col-lg-3 {
/*margin-bottom: 20px;*/
}
.card .body .col-xs-4, .card .body .col-sm-4, .card .body .col-md-4, .card .body .col-lg-4 {
	margin-bottom: 20px;
}
.card .body .col-xs-5, .card .body .col-sm-5, .card .body .col-md-5, .card .body .col-lg-5 {
	margin-bottom: 20px;
}
.card .body .col-xs-6, .card .body .col-sm-6, .card .body .col-md-6, .card .body .col-lg-6 {
/*margin-bottom: 20px;*/
}
.card .body .col-xs-7, .card .body .col-sm-7, .card .body .col-md-7, .card .body .col-lg-7 {
	margin-bottom: 20px;
}
.card .body .col-xs-8, .card .body .col-sm-8, .card .body .col-md-8, .card .body .col-lg-8 {
	margin-bottom: 20px;
}
.card .body .col-xs-9, .card .body .col-sm-9, .card .body .col-md-9, .card .body .col-lg-9 {
/*margin-bottom: 20px;*/
}
.card .body .col-xs-10, .card .body .col-sm-10, .card .body .col-md-10, .card .body .col-lg-10 {
	margin-bottom: 20px;
}
.card .body .col-xs-11, .card .body .col-sm-11, .card .body .col-md-11, .card .body .col-lg-11 {
	margin-bottom: 20px;
}
.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
	margin-bottom: 20px;
}
.card .footer {
	background: #0055ff;
	border-radius: 0px 0px 6px 6px;
	color: #fff;
	font-size: 16px;
	border: 0;
	padding: 15px;
	text-align: center;
}
.w-150 {
	width: 150px !important;
}
.card-select {
	border-radius: 30px !important;
}
.card-select .btn-default, .card-select .btn-default:hover, .card-select .btn-default:active, .card-select .btn-default:focus {
	background-color: #0055ff !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
/* Checkbox & Radio ============================ */

[type="checkbox"] + label,

[type="checkbox"] + [type="hidden"] + label {
	padding-left: 26px;
	font-size: 13px;
	font-weight: normal;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:checked + [type="hidden"] + label:before {
	top: -4px;
	left: -2px;
	width: 11px;
	height: 19px;
}
[type="checkbox"]:checked.chk-col-pink + label:before,
[type="checkbox"]:checked.chk-col-pink + [type="hidden"] + label:before {
	border-right: 2px solid #E91E63;
	border-bottom: 2px solid #E91E63;
}
[type="checkbox"].filled-in:checked + label:before,
[type="checkbox"].filled-in:checked + [type="hidden"] + label:before {
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
}
[type="checkbox"].filled-in:checked.chk-col-pink + label:after,
[type="checkbox"].filled-in:checked.chk-col-pink + [type="hidden"] + label:after {
	border: 2px solid #0055ff;
	background-color: #0055ff;
}
[type="radio"]:not(.ms):not(:checked) + label {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	z-index: 2;
}
[type="radio"]:not(.ms):checked + label {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
}
[type="radio"].radio-col-pink:checked + label:after {
	background-color: #0055ff;
	border-color: #0055ff;
}
[type="radio"].with-gap.radio-col-pink:checked + label:before {
	border: 2px solid #0055ff;
}
[type="radio"].with-gap.radio-col-pink:checked + label:after {
	background-color: #0055ff;
	border: 2px solid #0055ff;
}
/* Bootstrap Select ============================ */
.bootstrap-select {
	box-shadow: none !important;
	border: 1px solid #ddd !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
	outline: none !important;
}
.bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e9e9e9;
}
.bootstrap-select .bs-searchbox .form-control, .bootstrap-select .bs-actionsbox .form-control, .bootstrap-select .bs-donebutton .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	margin-left: 30px;
}
.bootstrap-select .bs-searchbox {
	position: relative;
}
.bootstrap-select .bs-searchbox:after {
	content: '\E8B6';
	font-family: 'Material Icons';
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 25px;
}
.bootstrap-select ul.dropdown-menu {
	margin-top: 0 !important;
}
.bootstrap-select .dropdown-menu li.selected a {
	background-color: #eee !important;
	color: #555 !important;
}
.bootstrap-select .dropdown-menu .active a {
	background-color: transparent;
	color: #333 !important;
}
.bootstrap-select .dropdown-menu .notify {
	background-color: #F44336 !important;
	color: #fff !important;
	border: none !important;
}
/* Nav Tabs ==================================== */
.nav-tabs {
	border-bottom: 3px solid #eee;
	padding-top: 10px;
}
.nav-tabs > li {
	position: relative;
	top: 3px;
	left: -2px;
}
.nav-tabs > li > a {
	font-size: 16px;
	border: none !important;
	color: #999 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
	background-color: transparent !important;
}
.nav-tabs > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 3px solid #0055ff;
	bottom: 1px;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}
.nav-tabs > li > a .material-icons {
	position: relative;
	top: 7px;
	margin-bottom: 8px;
}
.nav-tabs li.active a {
	color: #0055ff !important;
	font-weight: 600;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
	background-color: transparent !important;
}
.nav-tabs li.active a:before {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.nav-tabs + .tab-content {
	padding: 0;
}
.nav-tabs.tab-col-pink > li > a:before {
	border-bottom: 2px solid #E91E63;
}
/* Modals ====================================== */
.modal .modal-header {
	border: none;
	padding: 35px 35px 25px;
}
.modal .modal-header .modal-title {
	font-size: 36px;
	color: #222;
	margin: 0;
}
.modal .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31) !important;
	border: none;
}
.modal .modal-content .modal-body {
	color: #666;
	padding: 10px 35px 0;
}
.modal .modal-content .modal-body-2 {
	padding: 0;
}
.w-896 {
	width: 896px;
}
.modal .modal-footer {
	border: none;
}
/* Tables ====================================== */
table caption { 
	display: none;
}

.table > thead > tr > th {
    text-align: center; padding:8px !important;
	border-left: none; border-right: none; background: #fafafa; 
	border-bottom: 1px solid #edecf1; vertical-align: middle;
}
.table > thead > tr > th:first-child,
.table > thead > tr > th:last-child {
	border-left: 0;
	border-right: 0;
}
.table > tbody > tr > th {
	padding: 8px !important; padding-left: 12px;
	border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; background: #fafafa;
	border-bottom: 1px solid #edecf1; vertical-align: middle;
}
.table > tbody > tr > td {
	text-align: left; vertical-align: middle; padding: 8px !important;
	border-left: none; border-right: none; border-bottom: 1px solid #edecf1;
	word-break: break-all;
}
.table > tbody > tr > th:first-child,
.table > tbody > tr > td:first-child {
	border-left: 0;
}
.table > tbody > tr > th:last-child,
.table > tbody > tr > td:last-child {
	border-right: 0;
}

.table tbody tr td, .table tbody tr th {
	padding: 10px 0 10px 10px;
	/*border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
}
.table thead tr th {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.table-center tbody tr td, .table-center tbody tr th,
.table-center thead tr td, .table-center thead tr th {
	padding: 8px !important;
	border-bottom: 1px solid #eee;
	text-align: center;
	min-height: 40px;
	height: 40px;
}
.table-center tbody tr td {
	border-right: 1px solid #eee;
}
.table-s tbody tr td, .table-s tbody tr th {
	padding: 8px 20px !important;
	border-bottom: 1px solid #eee;
	min-height: 45px;
	height: 45px;
}
.table-s-p-5 tbody tr td, .table-s-p-5 tbody tr th {
	padding: 2px 10px !important;
	border-bottom: 0;
	min-height: 40px;
	height: 40px;
}
.table-s-p-5 {
	margin-bottom: -50px !important;
}
.table-s-p-5 tbody tr th {
	background: #fff;
	border: 0;
	width: 55px;
	font-weight: normal !important;
	color: #666 !important;
}
.table-s-p-5 input {
	width: 204px;
	margin-right: -4px;
}

table.table-view-content {
	width:100%;
}
table.table-view-content thead tr th {
	text-align:right;
	padding-right:20px;
	height:45px;
	background-color:#0055ff;
	border:none;
}
table.table-view-content thead tr th.left{
	color:#fff;
	text-align:left;
}
table.table-view-content tbody tr td{
	height:45px;
	padding-left:20px;
	padding-bottom:15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
}
table.table-view-content tbody tr:nth-last-child(1) td{
	border-bottom : 1px solid #ddd;
}

table.table-detail {
	border-top:1px solid #eee;
}

table.table-template tbody tr td, 
table.table-template thead tr th {
	text-align:center;
	border-right: 1px solid #eee;	
}

table.table-template tbody tr td:nth-last-child(1) {
	border-right: none;
}


/* Input Group ================================= */
.input-group {
	width: 100%;
}
.input-group .form-line {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.input-group .form-line:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -2px;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: 0.25s ease-in;
	-o-transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
	transition: 0.25s ease-in;
	border-bottom: 2px solid #0055ff;
}
.input-group .form-line + .input-group-addon {
	padding-right: 0;
	padding-left: 10px;
}
.input-group .help-info {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	color: #999;
}
.input-group label.error {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	font-weight: normal;
	color: #F44336;
}
.input-group .form-line.error:after {
	border-bottom: 2px solid #F44336;
}
.input-group .form-line.success:after {
	border-bottom: 2px solid #4CAF50;
}
.input-group .form-line.warning:after {
	border-bottom: 2px solid #FFC107;
}
.input-group .form-line.focused:after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.input-group .form-line.focused .form-label {
	bottom: 25px;
	left: 0;
	font-size: 12px;
}
.input-group .input-group-addon {
	border: none;
	background-color: transparent;
	padding-left: 0;
	font-weight: bold;
}
.input-group .input-group-addon .material-icons {
	font-size: 18px;
	color: #555;
}
.input-group input[type="text"], .input-group .form-control {
	border: 1px solid #ddd;
	box-shadow: none;
}
table td .input-group input[type="text"], 
table td .input-group .form-control {
	width: 140px;
}
.input-group .form-control:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}
.input-group.input-group-sm .input-group-addon i {
	font-size: 14px;
}
.input-group.input-group-sm .form-control {
	font-size: 12px;
}
.input-group.input-group-lg .input-group-addon i {
	font-size: 26px;
}
.input-group.input-group-lg .form-control {
	font-size: 18px;
}
.form-control-label {
	text-align: right;
}
.form-control-label label {
	margin-top: 8px;
}
.form-horizontal .form-group {
	margin-bottom: 0;
}
.form-group {
	width: 100%;
	margin-bottom: 25px;
}
.form-group .form-control {
	width: 100%;
	border: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding-left: 0;
}
.form-group .help-info {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	color: #999;
}
.form-group label.error {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	font-weight: normal;
	color: #F44336;
}
.form-group .form-line {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.form-group .form-line:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: -1px;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: 0.25s ease-in;
	-o-transition: 0.25s ease-in;
	-webkit-transition: 0.25s ease-in;
	transition: 0.25s ease-in;
	border-bottom: 2px solid #1f91f3;
}
.form-group .form-line .form-label {
	font-weight: normal;
	color: #aaa;
	position: absolute;
	top: 10px;
	left: 0;
	cursor: text;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.form-group .form-line.error:after {
	border-bottom: 2px solid #F44336;
}
.form-group .form-line.success:after {
	border-bottom: 2px solid #4CAF50;
}
.form-group .form-line.warning:after {
	border-bottom: 2px solid #FFC107;
}
.form-group .form-line.focused:after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.form-group .form-line.focused .form-label {
	top: -10px;
	left: 0;
	font-size: 12px;
}
.form-group-sm .form-label {
	font-size: 12px;
}
.form-group-sm .form-line.focused .form-label {
	bottom: 20px;
	font-size: 10px;
}
.form-group-lg .form-label {
	font-size: 18px;
}
.form-group-lg .form-line.focused .form-label {
	bottom: 35px;
	font-size: 12px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fafafa;
}
/* Breadcrumbs ================================= */
.breadcrumb {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 13px;
	margin-bottom: 10px;
	border-bottom: 0px !important;
}
.breadcrumb li a {
	color: #666;
	text-decoration: none;
}
.breadcrumb li a .material-icons {
	font-size: 18px;
	position: relative;
	top: 4px;
}
.breadcrumb li .material-icons {
	font-size: 18px;
	position: relative;
	top: 4px;
}
.breadcrumb > li + li:before {
	content: '>\00a0' !important;
}
/* Badge | List Group Item ===================== */
.badge {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.list-group-item {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.list-group span {
	font-weight: 600;
	color: #222;
	padding-right: 50px;
}
.list-group .active span {
	color: #0055ff;
}
.list-group .active .list-group-item-text {
	color: #dfe9f1;
	font-size: 13px;
}
.list-group .active .list-group-item-text:hover, .list-group .active .list-group-item-text:active, .list-group .active .list-group-item-text:focus {
	color: #dfe9f1;
}
.list-group .list-group-item.active:hover .list-group-item-text, .list-group .list-group-item.active:focus .list-group-item-text, .list-group .list-group-item.active:active .list-group-item-text {
	color: #dfe9f1;
}
.list-group .list-group-item:first-child, .list-group .list-group-item:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.list-group .list-group-item .list-group-item-heading {
	font-weight: bold;
	font-size: 17px;
}
.list-group .list-group-item-success {
	background-color: #2b982b;
	border: none;
	color: #fff;
}
.list-group .list-group-item-success:hover, .list-group .list-group-item-success:focus {
	background-color: #2b982b;
	color: #fff;
	opacity: 0.8;
}
.list-group .list-group-item-info {
	background-color: #00b0e4;
	border: none;
	color: #fff;
}
.list-group .list-group-item-info:hover, .list-group .list-group-item-info:focus {
	background-color: #00b0e4;
	color: #fff;
	opacity: 0.8;
}
.list-group .list-group-item-warning {
	background-color: #ff9600;
	border: none;
	color: #fff;
}
.list-group .list-group-item-warning:hover, .list-group .list-group-item-warning:focus {
	background-color: #ff9600;
	color: #fff;
	opacity: 0.8;
}
.list-group .list-group-item-danger {
	background-color: #0055ff;
	border: none;
	color: #fff;
}
.list-group .list-group-item-danger:hover, .list-group .list-group-item-danger:focus {
	background-color: #0055ff;
	color: #fff;
	opacity: 0.8;
}
/* Pagination & Pager ========================== */
.pager li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
	color: #222;
	font-weight: bold;
}
.pager li a:focus, .pager li a:active {
	background-color: transparent;
}
.pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus, .pagination .disabled a:active {
	color: #bbb;
}
.pagination li.active a {
	color: #0055ff;
	font-weight: 600;
}
.pagination li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.pagination li a:focus, .pagination li a:active {
	background-color: transparent;
	color: #555;
}
.pagination > li > a {
	border: none;
	color: #666;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
	width: auto;
	/*height: 32px;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.pagination > li:first-child > a .material-icons, .pagination > li:last-child > a .material-icons {
	position: relative;
	bottom: 2px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:last-child > a {
	width: 28px;
	height: 28px;
}
.pagination-sm > li:first-child > a .material-icons, .pagination-sm > li:last-child > a .material-icons {
	position: relative;
	top: -1px;
	left: -6px;
	font-size: 20px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:last-child > a {
	width: 44px;
	height: 44px;
}
.pagination-lg > li:first-child > a .material-icons, .pagination-lg > li:last-child > a .material-icons {
	font-size: 30px;
	position: relative;
	top: -3px;
	left: -10px;
}
/* Dropdown Menu =============================== */
.dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-top: -49px !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border: none;
}
.dropdown-menu .divider {
	margin: 5px 0;
}
.dropdown-menu .header {
	font-size: 13px;
	font-weight: bold;
	min-width: 270px;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 4px 0 6px 0;
}
.dropdown-menu ul.menu {
	padding-left: 0;
}
.dropdown-menu ul.menu.tasks h4 {
	color: #333;
	font-size: 13px;
	margin: 0 0 8px 0;
}
.dropdown-menu ul.menu.tasks h4 small {
	float: right;
	margin-top: 6px;
}
.dropdown-menu ul.menu.tasks .progress {
	height: 7px;
	margin-bottom: 7px;
}
.dropdown-menu ul.menu .icon-circle {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.dropdown-menu ul.menu .icon-circle i {
	font-size: 18px;
	line-height: 36px;
}
.dropdown-menu ul.menu li {
	border-bottom: 1px solid #eee;
}
.dropdown-menu ul.menu li:last-child {
	border-bottom: none;
}
.dropdown-menu ul.menu li a {
	padding: 7px 11px;
	text-decoration: none;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.dropdown-menu ul.menu li a:hover {
	background-color: #e9e9e9;
}
.dropdown-menu ul.menu .menu-info {
	display: inline-block;
	position: relative;
	top: 3px;
	left: 5px;
}
.dropdown-menu ul.menu .menu-info h4 {
	margin: 0;
	font-size: 13px;
	color: #333;
}
.dropdown-menu ul.menu .menu-info p {
	margin: 0;
	font-size: 11px;
	color: #aaa;
}
.dropdown-menu ul.menu .menu-info p .material-icons {
	font-size: 13px;
	color: #aaa;
	position: relative;
	top: 2px;
}
.dropdown-menu .footer a {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 5px 0 5px 0;
	font-size: 12px;
	margin-bottom: -5px;
}
.dropdown-menu .footer a:hover {
	background-color: transparent;
}
.dropdown-menu > li > a {
	padding: 7px 18px;
	color: #666;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
	line-height: 25px;
}
.dropdown-menu > li > a:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a i.material-icons {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	font-size: 20px;
}
.dropdown-animated {
	-webkit-animation-duration: .3s !important;
	-moz-animation-duration: .3s !important;
	-o-animation-duration: .3s !important;
	animation-duration: .3s !important;
}
/* Color Picker ================================ */
.colorpicker {
	position: absolute;
	z-index: 1;
	width: 130px !important;
	margin-top: 0px !important;
}
.colorpicker:before, .colorpicker:after {
	display: none !important;
}
/*noti*/
.noti {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	/* padding: 30px 0; */
	height:83px;
	line-height:83px;
	font-size: 16px;
	overflow: hidden;
}
.noti li {
	display: inline-block;
}
.noti-title {
	display:block;
	float:left;
	color: #222;
	font-weight: 600;
	padding-right: 30px;
}
.noti-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 450px;
	overflow: hidden;
	vertical-align: top;
	line-height:83px;
}
.noti-text a{
	color:#666;
}

.p-70 {
	padding: 70px 0;
}
.b-t-1 {
	border-top: 1px solid #e3e3e3;
}
.cus h3 {
	font-size: 26px;
	color: #222;
	font-weight: 600;
}
.cus ul {
	display: inline-block;
	border: 1px solid #e3e3e3;
	padding: 40px 0;
	min-width: 270px;
	min-height: 220px;
}
.cus li {
	text-align: center;
}
.cus-num {
	font-size: 23px;
	color: #222;
}
.cus-title {
	font-size: 16px;
	padding: 20px 0 5px;
}
.cus p {
	font-size: 16px;
	line-height: 1.7em;
	padding-top: 20px;
}
/*SUB*/
.sub-title-text {
	display: inline-block;
	font-size: 22px;
	color: #222;
	font-weight: 600;
}
.p-60 {
	padding: 60px 0;
}
.sub-breadcrumb {
	float: right;
	display: inline-block;
	margin-top: 10px;
}
.b-b-3 {
	border-bottom: 3px solid #ddd;
}
.step {
	padding: 20px 0;
	border: 1px solid #ddd;
	text-align: center;
}
.step li {
	display: inline-flex;
	font-size: 16px;
	color: #222;
}
.step li p{
	margin-top: 10px;
}

.step li:after {
	background: url(../../images/survey/ic-step.png) no-repeat 0px 0px;
	content: "";
	display: inline-block;
	width: 24px;
	height: 12px;
	margin: 0 30px;
	margin-top: 15px;
}
.step li.step-last:after {
	display: none;
}
.step img {
	padding-right: 10px;
}
.text-pink {
	color: #0055ff !important;
}
.step-text {
	font-size: 20px;
	font-weight: 600;
}
.step-text:after {
	background: url(../../images/survey/ic-step-line.jpg) no-repeat 0px 0px;
	content: "";
	display: inline-block;
	width: 1px;
	height: 20px;
	margin: 0 16px;
	vertical-align: bottom;
}
.ic-step {
	width: 42px;
	height: 42px;
	padding: 10px;
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #0055ff;
	margin-right: 10px;
}
.ic-help {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #0055ff;
	color: #0055ff;
	background-color: #FFFFFF;
}
.ic-help p{
	text-align: center;
}
.sub-conent-title li {
	display: inline-block;
}

.sub-conent-title-text {
	font-size: 22px;
	color: #222;
}

.sub-conent-title-text-stats {
	display:inline-block;
	line-height:45px;
	font-size: 26px;
	color: #222;
	
}
.sub-conent-title-text-info {
	float: right;
	margin-top: 3px;
}
.textarea {
	height: 190px;
	margin-bottom: 10px;
}
.ex-text {
	color: #aaa;
	font-weight: normal;
}
.text-pink-line a {
	color: #0055ff;
	text-decoration: underline !important;
}
.check {
	display: inline-block;
}
.w-175 {
	max-width: 175px !important;
	min-width: 175px !important;
}

.w-180 {
	max-width: 180px !important;
	min-width: 180px !important;
}
.w-210 {
	max-width: 210px !important;
	min-width: 210px !important;
}

table td.float div,
table td > div.float div {
	float: left;
}
table td > div.float {
	clear: both;
	border-top: 1px solid #eee;
	padding: 10px 0 10px 10px;
}
table td > div.float:first-child {
	border-top: 0px;
}
table .ex-p {
	display: inline-block;
	padding: 15px 10px;
}
.h-105 {
	height: 105px !important;
}
.h-100 {
	height: 100px !important;
}
.h-42 {
	height: 42px !important;
}
.h-50 {
	height: 50px !important;
}
.file-up {
	height: 190px;
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 0px;
	margin-bottom: 1px !important;
	text-align: center;
	display: table;
	position: relative;
}
.file-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0px;
	height: 42px;
	width: 100%;
}
.file-up.h-42 .file-text {
	line-height: 42px;
}
.file-up.h-42 .file-text-qr {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 15px;
	height: 42px;
	line-height: inherit !important;
}
.file-up.h-50 .file-text {
	line-height: 48px;
}
.file-up.h-50 .file-text-qr {
	display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    height: 48px;
    line-height: inherit !important;
}
.file-up.h-105 .file-text {
	line-height: 103px;
	height: 103px;
}
.file-up .uploadBtn {
    width:100%;
    height:188px; 
    opacity: 0;
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: 10;
}
.file-up .uploadBtn2 {
    width:100%;
    height:50px; 
    opacity: 0;
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: 10;
}
.file-up .removeBtn {
    position: absolute;
    width: 20px;
    right: 5px;
    top: 5px;
    z-index: 11;
}
.file-up .previewImg {
    position: absolute; 
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 9;
}
.font-gray {
	color: #666 !important;
}
.w-320 {
	width: 320px !important;
}
.w-360 {
	width: 320px !important;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-12 {
	margin-top: 12px;
}
.m-t-10 {
	margin-top: 10px;
}
.w-118 {
	max-width: 118px !important;
	min-width: 118px;
	display: inline-block !important;
}
.w-150 {
	max-width: 150px !important;
	min-width: 150px;
	display: inline-block !important;
}
.w-118-qr {
	max-width: 118px !important;
	min-width: 118px;
	display: inline-block;
}
.line-text {
	font-size: 16px;
	color: #222;
	font-weight: 600;
	padding: 20px 0 10px 167px !important;
	vertical-align: middle !important;
}
.w-80-5 {
	width: 80.5%;
}
.rel {
	position: relative;
}
.grade input {
	height: 40px !important;
}
.grade-text {
	position: absolute;
	top: 52px;
	right: 10px;
	font-size: 14px;
	background-color: #fff;
	color: #999;
	padding-left: 15px;
}
.grade-circle {
	width: 20px;
	height: 20px;
	background: #0055ff;
	border-radius: 50%;
	margin: 0 auto 12px;
}
.grade-circle:after {
	content: '';
	display: block;
	border: 1px solid #0055ff;
	border-left: 0;
	width: 90px;
	position: absolute;
	top: 19px;
}
.grade-circle.last:after {
	border: none !important;
}
.circle-line:after {
	content: '';
	display: block;
	border: 1px solid #999;
	border-left: 0;
	width: 90px;
	position: absolute;
	top: 22px;
	left: 50%;
}
.circle-line.last:after {
	border: none !important;
}
.grade-star {
	margin-bottom: 3px;
	text-align: center;
}
.grade-star:before {
	content: url( '../../images/survey/ic-grade-star.png' );
}
.grade td {
	border-top: 0 !important;
}
.grade-num {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #0055ff;
	margin: 0 auto 7px;
	text-align: center;
	color: #0055ff;
	font-weight: 600;
}
.w-200 {
	width: 200px !important;
}
.service-info-content ul {
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
}
.sub-title-text-16 {
	font-size: 16px;
	color: #222;
	font-weight: 600;
	padding: 20px 0 10px;
}
.service-info:after {
	content: url( "../../images/survey/ic-arrow-right.png" );
	display: inline-block;
	position: absolute;
	padding: 57px 60px 50px;
}
.service-info.last:after {
	display: none;
}
.sub-title-text-20 {
	font-size: 20px;
	color: #222;
	font-weight: 600;
}
.method-num {
	color: #fff;
	width: 60px;
	height: 60px;
	background: #0055ff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	line-height: 60px;
	margin-bottom: 20px;
}
.method-img ul {
	display: inline-block;
	vertical-align: middle;
	padding-top: 30px;
}
.method-img ul p {
	padding-top: 15px;
}
.w-145 {
	min-width: 145px;
}
.in-from {
	padding-right: 10px;
}
.w-40-5-p {
	width: 40.5% !important;
}
.w-90 {
	width: 90px !important;
}
.w-75 {
	width: 75px !important;
}
.w-140 {
	width: 140px !important;
}
.btn-bg-gray {
	border: 1px solid #DDD;
	background: #fafafa;
	padding: 11px 30px;
	vertical-align: top;
}
/*tool tip*/
.popover-modal:after, .popover-modal:before {
	display: inline-block;
	content: ""
}

.popover-wrapper {
	position: relative;
}
.stats {
	position: relative;
	bottom:47px;
	left:110px;	
}

.popover-modal {
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.1);
	box-shadow: 0 6px 12px rgba(0,0,0,.1);
	-webkit-transition: all 240ms cubic-bezier(.34, 1.61, .7, 1);
	-o-transition: all 240ms cubic-bezier(.34, 1.61, .7, 1);
	transition: all 240ms cubic-bezier(.34, 1.61, .7, 1);
	-webkit-transform: scale(0);
	transform: scale(0);
	transform-origin: 29px -10px;
	opacity: 0;
	position: absolute;
	z-index: 1000;
	width: 350px;
	/* margin-top: -42px; */
	margin-top: -124px;
	margin-left: 35px;
	border: 1px solid #ddd;
	background-color: #fff
}
.popover-wrapper.open .popover-modal {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 3500;
}
.popover-wrapper.open .btn-dropdown {
	outline: 0
}
.popover-modal:before {
	position: absolute;
	top: 99px;
	left: -22px;
	border: 11px solid transparent;
	border-bottom-color: #bbb;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-moz-transform: rotate(-90deg); /* Firefox */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	-o-transform: rotate(-90deg); /* Opera */
}
.popover-modal:after {
	position: absolute;
	top: 100px;
	left: -20px;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-moz-transform: rotate(-90deg); /* Firefox */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	-o-transform: rotate(-90deg); /* Opera */
}
.popover-modal .popover-body {
	margin: 0;
	padding: 4px 0;
	max-height: 500px;
	overflow: scroll
}
.popover-modal .popover-body span {
	color: #0055ff
}

.popover-modal .height-606 {
	margin: 0;
	padding: 4px 0;
	max-height: 606px;
	overflow: scroll
}

.popover-modal .popover-header {
	padding: 20px;
	line-height: 19px;
	font-size: 16px;
	color: #0055ff;
	font-weight: 600;
}
.popover-modal .popover-body {
	overflow: hidden;
	padding: 0 20px 20px;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 1.5em;
}
.popover-modal .popover-body li {
	padding-bottom: 10px;
	font-size: 12px;
}
.search-set {
	position: relative;
	display: inline-block;
}
.search {
	position: absolute;
	right: 10px;
	top: 9px;
	padding-left: 10px;
	cursor: pointer;
}
.search-input {
	padding: 6px 60px 6px 12px !important;
}
.pop-close {
	position: absolute;
	top: 25px;
	right: 16px;
}
.w-650 {
	width: 650px;
}

.pop-content {
	display: inline-block;
}
.pop-content h6 {
	font-size: 16px;
	color: #222;
	font-weight: 600;
	padding-bottom: 10px;
}
.pop-content p, .pop-content li {
	font-size: 13px;
}
table.pop-table {
	width: 100%;
}
table.pop-table tr td, table.pop-table tr th {
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	min-height: 40px;
	height: 40px;
}
table.pop-table tr td.alram, table.pop-table tr th.alram {
	min-height: 70px;
	height: 70px;
}

table.pop-table th {
	padding-left: 10px !important;
	text-align: center;
}
.radio-hidden {
	text-indent: -10000px;
	padding-left: 27px !important;
	width: 0px;
}
.w-5-p {
	width: 5%;
}
.w-41-p {
	width: 41%;
}
.w-30-p {
	width: 30%;
}
.w-25-p {
	width: 25%;
}
.pop-btn-right {
	display: inline-block;
	float: right;
	margin: 10px 0 !important;
}
.btn-pop-pink {
	color: #0055ff;
	text-decoration: underline;
}
.ms {
	width: 269px;
	font-size: 14px;
	height: 170px !important;
	overflow-y: auto;
	border: 1px solid #ddd;
}
.ms option {
	padding: 10px;
}
.ms option:checked, .ms option:foucs {
 color:#0055ff;
 background:#fff;
}
.ms option:hover {
	background: #f3f3f3;
}
.select-multi-btn {
	display: inline-block;
	vertical-align: top;
	padding-top: 100px;
}
.w-100-0 {
	width: 100px !important;
}
.w-190 {
	width: 190px;
}
.w-485 {
	width: 485px !important;
}
.h-111 {
	height: 111px;
}
.h-80 {
	height: 80px;
}
.w-941 {
	width: 941px;
}
.w-390 {
	width: 390px;
}
.w-130 {
	width: 130px !important;
}
.w-135 {
	width: 135px !important;
}
.w-80-5-p {
	width: 80.5%;
}
.choice-box {
	border: 1px solid #ddd;
	text-align: center;
	width: 570px;
	height: 350px;
	display: table;
	float: left;
	margin: 30px 0 60px;
}
.choice-content {
	display: table-cell;
	vertical-align: middle;
}
.choice-box p {
	text-align: center;
}
.choice-box h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0px;
	color: #222;
}
.choice-box span {
	display: block;
	padding-bottom: 30px;
}
/* .sms-mobile-area {
	display: inline-block;
	width: 276px;
	background-image: url( "../../images/survey/bg-mobile.png" );
	height: 568px;
	text-align: center;
	padding: 43px 23px 85px;
	margin-top: 130px;
} */
.sms-mobile-area {
	display: inline-block;
	width: 276px;
	background-image: url( "../../images/survey/bg-mobile.png" );
	height: 568px;
	text-align: center;
	padding: 43px 24px 85px;
	margin-top: 130px;
}
.sms-mobile-pop-area {
	display: inline-block;
	width: 364px;
/* 	background-image: url( "../../images/survey/bg-mobile-pop.png" ); */
	height: 749px;
	text-align: left;
/* 	padding: 95px 22px 85px; */
}
.sms-mobile-pop-text-content {
	padding: 15px 8px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 500px;
	overflow-y: auto;
}
.sms-mobile-pop-text-content h6 {
	font-weight: 600;
	color: #222;
	line-height: 2rem;
	word-break: keep-all;
}
.sms-mobile-pop-text h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	line-height: 1.4em;
	background: #0055ff;
	text-align: center;
}
.sms-mobile-pop-text p {
	font-size: 14px;
	color: #666;
	padding: 8px 15px;
	line-height: 1.4em;
}
.sms-mobile-pop-btn-area {
	display: inline-block;
	position: absolute;
	margin-bottom: 120px;
	margin-left: 40px;
	bottom: 0;
}
.sms-input {
	position: absolute;
	width: 230px;
}
.sms-textarea {
	resize: none;
	height: 280px !important;
}
.sms-textareaNew {
	resize: none;
	height: 362px !important;
	
	/* width: 80% !important;
	margin-left: 10%;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; */
	overflow-y: scroll;
}

.sms-textareaNew::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
}

.sms-textareaNew::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #fd577f; /* 스크롤바의 색상 */
    border-radius: 10px;
}

.sms-textareaNew::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}


.sms-bottom {
	/* margin-top: 25px; */
	margin-top: 24px;
	background: #0055ff;
	border-bottom-left-radius: 23px; 
	border-bottom-right-radius: 23px;
}
.sms-bottom li.sms-btn {
	display: inline-block;
	border-left: 1px solid #fd577f;
	padding: 10px 6px;
	margin-top: -8px;
	height: 45px;
	font-size: 12px !important;
}
.sms-bottom li.last {
	border-left: 0;
}
.sms-bottom .bootstrap-select > .dropdown-toggle {
	padding: 0 10px 0 0;
}
.sms-bottom button {
	color: #fff;
}
.sms-select .bootstrap-select {
	background: transparent;
}
.sms-select .bootstrap-select .btn {
	font-size: 12px !important;
}
.sms-select .btn-default, 
.sms-select .btn-default:hover, 
.sms-select .btn-default:active, 
.sms-select .btn-default:focus {
	background: transparent !important;
}
.sms-select .btn-default {
	color: #fff !important;
}
.h-45 {
	height: 45px !important;
}
.sms-tab-area {
	float: right;
	width: 100%;
	max-width: 854px;
	display: inline-block;
}
.tab-info-area {
	padding: 30px 0;
}
.tab-info-area ul {
	display: inline-block;
}
.tab-info li {
	color: #999;
}
.tab-download-icon {
	float: right;
}
.tab-download-icon li {
	display: inline-block;
}
.w-615 {
	width: 615px !important;
}
.tab-file-up-input {
	display: inline-block;
	float: left;
	margin-right: 0px;
}
.refresh {
	height: 50px;
	border: 1px solid #ddd;
	text-align: center;
	display: inline-block;
	width: 110px;
	margin-left: -1px;
}
.refresh .refresh-text {
	padding: 5px 20px;
	height: 50px;
}
.batch-list-table-area {
	padding-top: 50px;
}
.batch-list-table-area {
	min-height: 200px;
	overflow-y: auto;
}
.batch-list-table-area table {
}
.batch-list-table-area th, .batch-list-table-area td, .direct-list-table-area th, .direct-list-table-area td {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	min-height: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 0 !important;
}
.direct-list-table-area td {
	border-left: 1px solid #e6e6e6;
}
.batch-list-table-area th, .direct-list-table-area th {
	background: #fafafa;
	padding-left: 0 !important;
}
.tab-total {
	font-size: 16px;
	color: #222;
	padding-bottom: 10px;
	display: inline-block;
	font-weight: 600;
}
.table-paging {
	padding-bottom: 30px;
	text-align: center;
}
.table-paging li {
	display: inline-block;
	border: 1px solid #ddd;
	background: #fff;
}
.tab-pink {
	border: 1px solid #0055ff !important;
	color: #0055ff;
}
.tab-pink:hover, .tab-pink:active, .tab-pink:focus {
	color: #0055ff !important;
}
.modal-body h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.w-574 {
	width: 574px !important;
}
.sms-mobile-pop-option {
	display: inline-block;
	float: right;
	width: 270px;
	padding-top: 96px;
}
.qr-area {
	display: inline-block;
}
.qr-img-area {
	width: 330px;
	height: 276px;
	text-align: center;
	border: 1px solid #ddd;
	display: table;
}
.qr-img {
	display: table-cell;
	vertical-align: middle;
}
.help-text {
	font-size: 14px;
	color: #222;
	font-weight: 600;
}
.qr-content-area {
	float: right;
	width: 100%;
	max-width: 812px;
	display: inline-block;
}
.w-775{
	max-width:775px !important;	
}
.title-font-20 {
	font-size: 20px;
	color: #222;
}
.qr-cash {
	float: right !important;
	padding: 14px 0;
}
.qr-cash li {
	display: inline-block;
}
.text-black-600 {
	color: #222;
	font-weight: 600;
}
.w-360 {
	width: 360px !important;
}
.w-580 {
	width: 580px !important;
}
.m-0-auto {
	margin: 0 auto;
}
.template {
	padding: 15px 15px 60px;
}
.template-img {
	width: 272px;
	height: 272px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 90px;
}
.template a {
	color: #222;
	font-size: 16px;
	font-weight: 600;
}
.template a img {
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.template a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.template-btn a {
	font-size: 22px;
	color: #0055ff;
	text-decoration: underline !important;
}
/*more*/
.js-load {
	display: none;
}
.js-load.active {
	display: block;
}
.is_comp.js-load:after {
	display: none;
}
.btn-wrap, .lists, .main {
	display: block;
}
.main {
	max-width: 640px;
	margin: 0 auto;
}
.lists {
	margin-bottom: 4rem;
}
.lists__item {
	padding: 20px;
	background: #EEE;
}
.lists__item:nth-child(2n) {
	background: #59b1eb;
	color: #fff;
}
.btn-wrap {
	text-align: center;
}
.template-view-area {
	width: 600px;
	margin: 0 auto;
	padding: 60px 0;
}
.template-view-area label {
	font-size: 22px;
	color: #0055ff;
}
.template-view-text {
	padding-top: 50px;
}
.template-view-text h4 {
	font-size: 20px;
	color: #222;
	padding-bottom: 10px;
}
.template-view-text li {
	padding: 5px 0;
}
.b-l-1 {
	border-left: 1px solid #eee;
}
.b-b-1 {
	border-bottom: 1px solid #eee;
}
.w-50 {
	width: 50px;
}
.w-65 {
	width: 65px;
}
.b-1 {
	border: 1px solid #ddd;
}
.b-radius-0 {
	border-radius: 0 !important;
}
.pop-title {
	font-weight: 600;
	color: #222;
	font-size: 16px;
	padding-bottom: 10px;
}
.btn-arrow {
	padding-top: 15px;
	text-align: center;
}
.btn-arrow li {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 6px 12px;
	background: #fff;
}
.btn-arrow li a {
	color: #666;
}
.text-pink-22 {
	color: #0055ff;
	font-size: 22px;
}
.btn-bg-gray-s {
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 7px 10px;
	margin-top: 1px;
	font-size: 12px;
	max-height: 32px;
}
.btn-bg-gray-s2 {
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 8px 10px;
	font-size: 12px;
	max-height: 32px;
}
.h-420-m {
	min-height: 420px !important;
}
.qr-img-bttom-area {
	padding: 20px 0 40px;
}
.w-115 {
	width: 115px;
}
.table-title a {
	color: #222 !important;
	font-weight: 600;
}
.table-title a:hover, .table-title a:active, .table-title a:focus {
	text-decoration: underline !important;
}
.w-410 {
	width: 410px !important;
}
.result-area {
	background: url('../../images/survey/bg-result.jpg');
	width: 100%;
	height: 173px;
	display: table;
}
.result-area-text {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}
.result-badge {
	font-size: 16px;
	padding: 4px 10px;
	background: #0055ff;
	border-radius: 30px;
	display: inline-block;
}
.result-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 10px;
}
.result-form-area {
	color: #222;
	padding-top: 60px;
}
.result-check {
	margin-top: 12px;
	margin-right: 10px;
}
.result-check label {
	font-weight: 600;
}
.result-date-area {
	text-align: center;
	color: #222;
}
.result-date-conent {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 50px 10px;
	max-height: 167px;
}
.text-pink-45 {
	color: #0055ff;
	font-size: 45px;
	padding-bottom: 20px;
}
.text-gray-45 {
	color: #5f5f5f;
	font-size: 45px;
	padding-bottom: 20px;
}
.bg-gray-03 {
	background: #f9f9f9;
}
.text-grey-12 {
	font-size: 12px;
	color: #666;
}
.bg-navy {
	background: #2d3750;
	color: #fff;
}
.w-400 {
	width: 400px !important;
}
.w-300 {
	width: 300px !important;
}
.b-r-1 {
	border-right: 1px solid #eee;
}
.table-check-p > div {
	padding-left: 50px;
}
.text-999 {
	color: #999;
}
.stats-title {
	font-size: 18px;
	color: #222;
	padding: 20px 0 10px;
	font-weight: 600;
}
.stats-num {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background: #0055ff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 2.7em;
	margin-right: 10px;
}
.stats-person {
	color: #222;
	font-weight: 600;
	text-align: right;
}
.table-scroll {
	width: 100%;
}
.table-scroll thead {
	float: left
}
.table-scroll thead th {
	height: 138px;
	border-bottom: 0 !important
}
.table-scroll tbody {
	overflow: auto;
	float: left;
	width: 1029px;
	height: 138px;
}
.table-scroll tbody tr {
	display: table;
	width: 100%;
}
.table-scroll tbody td {
	width: 100%;
}
.result-table-btn {
	float: right;
	font-size: 14px;
	margin-top: -21px;
	margin-bottom: 9px;
}
.lead-time {
	float: right !important;
	margin-top: 15px;
	padding-right: 15px;
	text-align: right;
	color: #999;
}
.stats-type {
	float: right !important;
	text-align: right;
	color: #0055ff;
	margin-top: 10px;
	font-weight: normal;
}
.w-80 {
	width: 80px;
}
.table-center a {
	color: #666;
}
.table-center a:hover {
	text-decoration: underline !important;
}
.text-pink-30 {
	font-size: 30px !important;
	color: #0055ff;
}
.pop-btn {
	font-size: 13px;
	color: #fff;
	padding: 8px;
	background: #0055ff;
	width: 100%;
	border-radius: 3px;
	display: inline-block;
}

.pop-p {
	font-size: 11px !important;
	color: #999;
	padding-top: 5px;
}
.check-th {
	font-size: 14px !important;
	font-weight: 600 !important;
}
.p-l-r-23 {
	padding: 0 23px;
}
.starR1 {
	background: url('../../images/survey/ico_review.png') no-repeat -52px 0;
	background-size: auto 100%;
	width: 15px;
	height: 30px;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}
.starR2 {
	background: url('../../images/survey/ico_review.png') no-repeat right 0;
	background-size: auto 100%;
	width: 15px;
	height: 30px;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}
.starR {
	background: url('../../images/survey/ico_review.png') no-repeat right 0;
	background-size: auto 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 68px;
}
.numR {
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	margin: 0 68px 6px;
	border: 2px solid #dadada;
	border-radius: 50%;
	color: #666;
	text-align: center;
	padding-top: 3px;
}
.starR1.on {
	background-position: 0 0;
}
.starR2.on {
	background-position: -15px 0;
}
.starR.on {
	background-position: 0 0;
}
.numR.on {
	border: 2px solid #0055ff;
	border-radius: 50%;
	color: #0055ff;
}
.starRev input {
	display: inline-block;
	margin-right: 6px;
	width: 162px !important;
}
.mobile-radio [type="radio"] + label:before, .mobile-radio [type="radio"] + label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	z-index: 0;
	transition: .28s ease;
}
.mobile-radio [type="radio"]:not(:checked) + label, .mobile-radio [type="radio"]:checked + label {
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	font-size: 1rem;
	transition: .28s ease;
	/* webkit (konqueror) browsers */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.circle-line-mobile:after {
	content: '';
	display: inline-block;
	border: 1px solid #999;
	width:20px;
	position: absolute;
	margin-top:15px;
	margin-left: 12px;
}
.radio-hidden-02 {
	text-indent: -10000px;
	/*padding-left: 19px !important;*/
	width: 0px;
}
.pop-txt {
	padding: 30px !important;
}
.textarea[desabled] {
	background-color: #eee;
	opacity: 1;
}

.text-black{
	color:#222 !important;	
}
.logout{
	padding:6px 10px;	
	border-radius:3px;
	color:#777 !important;
	font-size:12px;
	border:1px solid #ddd;
}
.logout:hover{
	color:#222 !important;
}
.w-730{
	width:730px;	
}
.text-count{
	width: 230px;
	background:#fff;
	position:absolute;
	/* margin-top:1px; */
	margin-top:0px;
	font-size:12px;	
}
.sms{
	background:#f1f1f1;
	border-radius:3px;
	padding:2px 5px;	
}

.table-fixed {
	table-layout: fixed;
}

.modal-wide .modal-dialog {width: 820px !important;}
.modal-wide2 .modal-dialog {width: 900px !important;}
.modal-small .modal-dialog {width: 420px !important;}
.modal-max .modal-dialog {width: 1040px !important;}

.modal .close { font-size: 36px; color: #999 !important; opacity: 1;}
.modal tfoot { display: none; }
.modal .modal-footer .btn {
	padding: 13px 15px; min-width: 100px;
}
.ellips {
	white-space: nowrap; 
	text-overflow:ellipsis;
	overflow : hidden;
}
.padding0 { padding:0px !important;}

/* 怨듯넻�쁺�뿭 */
#page-info{
	/* margin-bottom:30px; */
	width:100%;
	height:350px;
	padding-top:109px;
	border-bottom: 2px solid #d8e2ee;
	background-color:#fbfcff;
	text-align:center;
}

#page-info .page-title{
	margin-top:20px;
	margin-bottom:16px;
	font-size:40px;
	font-weight:600;
	color:#313131;
}

#page-info .page-title span {
	color:#0055ff;
}

#page-info .page-title-content{
	padding-bottom:15px;
	margin : 0 auto;
	margin-bottom:15px;
	width:490px;
	font-size:24px;
	color:#bbb;
	border-bottom: 2px solid #2056ac;
}
#page-info .page-title-content span{
	color:#2056ac;
}

#page-info .page-content{
	font-size:14px;
	color:#8693ab;
	font-weight:bold;
}
#page-info .page-content span{
	color:#2056ac;
}

.page-header {
	font-size: 32px;
    color: #222;
    font-weight: 600;
    border-bottom: none !important;
    margin-bottom: 0px !important;
}
.page-header h4 {
	font-size: 32px;
    color: #222;
    font-weight: 600;
}
.page-header .page-sperator { display: none;}
.page-header span, .page-header small  { font-weight: 400; font-size: 14px; color: #666; padding-left: 20px;}
.page-header .breadcrumb {
	font-size: 14px; font-weight: 400; margin:0px; margin-top:6px;
}
.page-header ol.breadcrumb {
	margin-top:12px;
}


/*left menu*/
.left-menu { float:left; margin-top:41px; width:180px; height: auto !important; border-color:#0055ff !important;}
.left-menu .list-group-item:first-child { background-color: #0055ff; }
.left-menu .list-group-item:first-child > span { color: #fff;}
.left-menu .left-title { text-align:center; font-size:18px; font-weight:bold; }

/*customer Center*/
#customerCenter { float:right; width:950px; }

/*�슂湲� 寃곗젣 */
#paymentWrap {float:right; width:950px;}

/* Mypage */
#memberMyPage { float:right; width:950px; } 
 
/*�슂湲� �븞�궡*/
#paymentInfoView {
	margin-top: 20px;	
}
#paymentInfoView .payment .bootstrap-select {
	width: 150px !important;
}
#paymentInfoView .payment input {
	height: 50px; font-size: 14px;
}
#paymentInfoView .payment .btn-primary {
	padding: 13px 15px;
	height: 50px;
	margin-right:5px;
}

#paymentInfoView .paymentInfo {
	margin-bottom: 20px;	
}
#paymentInfoView .paymentInfo .paymentInfo-title {
	font-size:18px;
	font-weight:600;
	color:#313131;
	margin-bottom:10px;
}
#paymentInfoView .paymentInfo .sub-title {
	font-size:16px;
	color:#2056ac;
	font-weight:600;
	padding : 10px 0px; 
}
#paymentInfoView .paymentInfo .comment {
	color:#8693ab;
	
}
#paymentInfoView table{
	border-top : 2px solid #337ab7;
	margin-bottom: 10px;
}
#paymentInfoView table tr td,
#paymentInfoView table tr th {
	height: 40px !important;
	min-height: 40px !important;
	padding: 10px 10px !important;
	width: auto;
}
#paymentInfoView table tr td{
	border-left: 1px solid #ddd;
	text-align:center;	
	vertical-align : middle;
	
}
#paymentInfoView table tr th.border-bottom{
	border-bottom:1px solid #d8e2ee;
}
#paymentInfoView .table tr td:last-child{
	border-right: 1px solid #d8e2ee;
	
}
#paymentInfoView .table tr td{
	border-bottom: 1px solid #d8e2ee;
}
#paymentInfoView table tr:last-child th{
	border-bottom: 1px solid #d8e2ee;
}
#paymentInfoView table tr td.left{
	text-align:left;
	padding-left:15px;
}
#paymentInfoView table tr th.left{
	text-align:left;
	padding-left:5px;
}
#paymentInfoView table thead tr {
	border-top: 1px solid #ddd;
}
#paymentInfoView table tr th{
	border-left: 1px solid #d8e2ee;
	text-align : center;
	vertical-align : middle;
	background-color:#fbfcff;
}
#paymentInfoView table tr th:last-child{
	border-right: 1px solid #d8e2ee;
}
#paymentInfoView table.supply td{
	text-laign:left;
	padding-left:20px;
}
#paymentInfoView table.supply th{
	text-laign:left;
	padding-left:15px;
}

/*�슂湲� 寃곗젣*/
#paymentInfoView .payment{
	
	margin-bottom:30px;
}
#paymentInfoView .payment .sub-title {
    font-size: 20px;
    color: #2056ac;
    font-weight: 600;
    padding: 13px 0px;
}
#paymentInfoView .payment table tr th{
	border-top: none;
	text-align:left;
	padding: 5px 0px 5px 25px;
	font-size:15px;
	
}
#paymentInfoView .payment table tr th .point{
	color:#337ab7;
}
#paymentInfoView .payment table tr td{
	border-top: 1px solid #ddd;
	text-align:left;
	padding: 10px 0px 10px 28px;	
}
#paymentInfoView .payment table ul li{
	padding : 2px 0px;
	font-weight:600;
}
#paymentInfoView .payment table ul li.bank{
	font-size:16px;
	color:#888888;	
}
#paymentInfoView .payment table ul li.account{
	font-size:17px;
	color:#337ab7;
	
}
#paymentInfoView .payment table ul li.company{
	font-size:16px;
	color:#333;
}

.common-page #listTable {
	border-top: 3px solid #ddd;
}
.common-page #listTable th {
	text-align: center;
}
.common-page table th, 
.common-page table td,
#infoTable th, #infoTable td{
	height: 54px !important;
	min-height: 54px !important;
	/* padding: 10px 10px !important; */
	width: auto;
}
.common-page #infoTable .number {
	width: 70px; display: inline;
}
.common-page table [type="checkbox"] + label {
	width: 20px; height: 20px; padding: 0px; margin-top: 3px;
}
.common-page #listTable tbody td a {
	color: #222 !important; font-weight: 600;
}
.common-page #listTable td a:hover {
	text-decoration: underline !important;
}
.common-page #searchTable,
.common-page #infoTable {
	border-top: 3px solid #ddd;
}
.common-page #searchTable th,
.common-page #infoTable th {
	padding-left: 20px !important;
}
.common-page #searchTable .input-sm,
.common-page #infoTable .input-sm {
	height: 50px; border-radius: 0px; font-size: 14px;
}
.common-page #infoTable input.none-layer {
	width: 228px; display: inline;
}
.common-page .input-group input {
	width: auto;
}
.common-page .input-group .input-group-addon {
	padding: 15px 5px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 50px;
    margin: 0px;
    display: inline-table;
    vertical-align: middle;
}
.common-page .input-group .bootstrap-select {
	margin-top: 0px !important;
}
.common-page .input-group .input-group-btn .btn-sm {
	height: 45px;
}
.common-page .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
}

.common-page .panel .table, 
.common-page .panel .table tr:last-child td,
.common-page .panel .table tr:last-child th {
	border-bottom: 1px solid #ddd !important;
}
.common-page .panel-primary {
	border: none !important;
}
.common-page .panel .panel-heading {
	padding: 10px 0px !important;
}
.common-page .panel .panel-heading .input-sm {
	height: 45px; font-size:14px;
}
.common-page .panel .panel-title {
	color: #222; font-weight: 700;
	margin-top: 24px; padding-right: 10px;
}
.common-page .panel-primary > .panel-heading {
    display:none;
}
.common-page .bootstrap-select {
	height: 50px; min-width: 118px; border-radius: 0px;
}
.common-page .panel-heading .bootstrap-select {
	height: 45px; 
}
.modal-sub-title {
	margin-top:5px;
	margin-bottom:5px;
	color: #0055ff;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
}
.id-check {
	width: 220px;
}
.id-check input { width: auto !important;}
.id-check .btn {
	height: 50px;
}
#customerCenter .customerCenter-wrap { 
	font-weight:600;
}
#customerCenter .customerCenter-wrap img.icon {
	margin-right:7px; 
}
#customerCenter .title-wrap { 
	margin-top:15px; 
	margin-bottom:45px; 
	padding-bottom:5px;
}
#customerCenter .title-wrap .company {
	font-size:15px; 
	color:#2056ac; 
}
#customerCenter .title-wrap .content { 
	font-size:13px; 
	color:#888; 
}
#customerCenter .title-wrap .content .img-content { 
	display:inline-block; 
}
#customerCenter .title-wrap .content .img-content img { 
	padding : 0 5px; 
	vertical-align : text-bottom;
}
#customerCenter .title-wrap .content .title-content { 
	display:inline-block; 
	padding:0px; 
}
#customerCenter .title-wrap .content .customer-center { 
	font-size:35px; 
	color:#333;
}
#customerCenter table.call-info { 
	margin-bottom:45px;
	border-bottom : 2px solid #2056ac; 
}
#customerCenter table tbody tr.top-content td { 
	font-size:14px; 
	color:#96a3bc; 
	font-weight:600; 
}
#customerCenter table tbody tr.phone-content td { 
	color:#2056ac; 
	font-weight:bold;
}
#customerCenter table tbody tr.phone-content td.cs-number { 
	font-size:45px; 
	padding:7px 0px !important; 	
	height: 60px !important;
}
#customerCenter table tbody tr.phone-content td.cs-number2 { 
	font-size:45px; 
	padding:0px 0px !important; 	
	height: 0px !important;
}
#customerCenter table tbody tr.phone-content td.email { 
	font-size:35px; 
	padding:7px 0px !important; 
	height: 60px !important;
}
#customerCenter table tbody tr.time-content td { 
	font-size:19px; 
	color:#333; 
	padding: 5px !important;
	font-weight: 600;
}
#customerCenter table tbody tr.time-content2 td {
	padding: 0px !important;
	padding-left:60px !important; 
	font-size:14px; 
	color:#333; 
	font-weight: 600;
}
#customerCenter table tbody tr.time-content3 td {
	padding: 0px !important;
	padding-left:45px !important; 
	font-size:14px; 
	color:#333; 
	font-weight: 600;
}
#customerCenter table tbody tr td.bottom { 
	padding-bottom:37px !important; 
}
#customerCenter .pc-content { 
	margin-bottom:85px; 
}
#customerCenter .pc-content .pc-title { 
	margin-bottom: 22px; 
	font-size:30px; 
	color:#2056ac; 
	font-weigh:600; 
}
#customerCenter .pc-content .button-area { 
	margin :10px 0px;
}
#customerCenter .pc-content .content { 
	font-size:15px; 
	color:#333; 
}
.pc-content .content .point { 
	font-size:15px; 
	color:#2056ac;
}
.under-line { 
	padding-bottom:6px; 
	border-bottom:1px solid #666;
}

/*�뛾�뒪�썙�뱶 蹂�寃�*/
#passChange{
	margin :0 auto;
	margin-bottom:44px;
	padding-top:22px;  
	width:1100px; 
	height:240px; 
}
#passChange .info_img{
	display:inline-block; 
	padding-left:90px;
}
#passChange .info_img img{
	vertical-align:baseline;
}
#passChange .info {
	display:inline-block; 
	margin-left:70px;
}
#passChange .info ul{
	text-align:center;
}

#passChange .info ul li {
	letter-spacing:-0.9px;
}
#passChange .info ul li span.point{
	color:#FF0000;
	font-weight:600;
}
#passChange .info ul li:nth-child(1){
	color:#ADADAD; 
	font-size:25px; 
	line-height:37px;
	font-weight:500;
	
}
#passChange .info ul li:nth-child(2){
	color:#2056ac;
	font-size:44px;
	line-height:37px;
	font-weight:600;
	
}
#passChange .info ul li:nth-child(3){
	margin-top:40px; 
	margin-bottom:8px; 
	color:#333; 
	font-size:20px;
	font-weight:600;
}
#passChange .info ul li:nth-child(4){
	padding: 8px 0px; 
	background-color:#f4f4f4; 
	color:#888; 
	font-size:14px;
	font-weight:600;
}
#infoTable input {
	height: 50px; border-radius: 0px; font-size: 14px;
}

/* 二쇱냼濡� */
.addr-group { 
	float:left; 
	width:230px; 
	border:1px solid #d7d7d7;
}
.addr-group ul.groupmenu { 
	background:#d8e2ee; 
	height:40px; 
	line-height:2.8em; 
	margin: 0px; 
	padding-left:0px;
}
.addr-group ul.groupmenu li {
	float:left; 
	text-align:center;
	width:112px; 
	font-weight:bold; 
	font-size:13px; 
	height: 40px;
}
.addr-group ul.groupmenu li.last { 
	text-align:right;
	padding-right:5px; 
	line-height:2.8em;
}
.addr-group div#category { 
	color:#656565;
	clear:both;
	overflow-y:auto;
	overflow-x:auto;
	height:500px;
	padding:10px 5px;
	border-top:1px solid #d7d7d7;
}
.addr-group A:link {
	text-decoration:none;
} 
.addr-group A:visited {
	text-decoration:none
} 
.addr-group A:active {
	text-decoration:none
} 
.addr-group A:hover { 
	text-decoration:underline;
}
.addr { 
	float:right; 
	width:100%; 
	max-width: 920px; 
	font-size:13px;
}
.addr .btn-sm {
	padding: 13px 15px;
	border-radius: 0px !important;
}
.addr #searchTxt { 
	width: 250px; 
}
.addr .panel-heading {
	padding: 10px 0px !important;
}
.addr .panel .panel-title {
	color: #222; font-weight: 700;
	margin-top: 18px;
}
.addr .panel div.input-sm {
	padding: 0px;
}
.addr .input-sm {
	height: 40px; font-size: 14px;
}
.addr input.edittext { 
	border:1px solid #d7d7d7; 
	width: 100%; 
	height: 24px; 
	padding: 2px 5px; 
}
.addr .add-area { 
	background-color: #d8e2ee; 
	border:1px solid #d7d7d7;
	text-align:center; 
	color:#fff; 
	padding: 5px; 
	margin-bottom: 10px;
}
.addr .add-area ul  {
	min-height:45px; 
	width:100%; 
	margin:0 auto; 
	padding-left:0px;
}
.addr .add-area ul li { 
	float:left; 
	height:40px; 
}
.addr .add-area ul li .input-group input { 
	width: 148px; 
}
.addr .add-area ul li img {
	vertical-align: middle;
}
.addr .add-area ul li .file { 
	display:block;
	position:relative !important;
}
.addr .add-area input {
	height: 45px; font-size: 14px;
}
.addr .bootstrap-select {
	height: 45px !important; display: inline-block; margin-top: 0px !important;
	width: 108px !important;
}

.addr .add-area ul li input[type="checkbox"]{ 
	width:13px; 
	vertical-align:-2px;
}
.addr .add-area .form-group {
	margin-bottom: 0px;
}
.addr .add-area .form-group:first-child { 
	margin-bottom: 5px;
}
.addr .add-area .form-group > label { 
	font-size: 13px;
	 font-weight: 700;
}
.addr .add-area .form-group .col-sm-2 { 
	width: 13%; 
}
.addr .add-area .addFile { 
	position: relative; 
	display: inline-block !important;
	width: auto;
}
.addr .add-area .addFile input[type=file] {
	z-index: 999;
	right: 98px;
	position: absolute;
	width: 97px;
	height: 45px;
	filter: alpha(opacity='0');
	opacity: 0;
}
.addr .add-area select {
	height: 45px;
	line-height: 45px;
	max-width: 100px;
}
.addr .info-area {
	margin:10px 0px;
	height: 30px;
	width:100%;
	text-align:left;
	color:#959595; 
}
.addr .info-area ul li { 
	float:right;
	font-size: 11px;
}
.addr .info-area ul li:first-child {
	float: left; 
}
.addr .info-area ul li.warn { 
	margin-right:8px;
	line-height:30px; 
}
.addr .info-area ul li.sample { 
	text-align:left; 
	border-left:1px solid #ececec; 
	padding-left:7px; 
}
.addr .info-area ul li.sample img { 
	margin:12px 6px 0px 0px; 
	cursor:pointer; 
}
.addr table {
	border-top: 3px solid #ddd !important;
}
.addr table th { 
	border-bottom: none !important;
	text-align: center;
}
.addr table td, 
.addr table th { 
	padding:5px !important; 
	line-height: 1.8em !important;
	height: 40px !important; 
}
.addr-export { 
	height: 300px;
}
.addr-export > div { 
	float: left; 
	margin-left: 5px;
}
.addr-export > div:first-child { 
	width: 176px; 
	margin-left: 0px;
}
.addr-export div#category { 
	color:#656565;
	height:254px;
	clear:both;
	border:1px solid #d7d7d7; 
	background:#f7f7f7; 
	overflow-y:auto; 
	overflow-x:auto; 
	padding:5px;
}
.addr-export .header {
	color: #2056ac;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}
.addr-export .scroll { 
	overflow-y:auto;
	 height:220px;
}
.addr-export .pagination { 
	margin: 0px;
	margin-top: 10px; 
}
.addr-export .pagination > li > a, .addr-export .pagination > li > span {
	padding: 0px 8px;
}
.addr-export .arrow { 
	vertical-align:middle; 
	height:300px; 
	width: 16px; 
	line-height: 300px;
}
.addr-export ul { 
	margin-bottom: 0px !important; 
}
.addr-export table {
	letter-spacing: -1;
}
.addr-export table th { 
	border-bottom:none !important; 
	background:#f7f7f7;
	vertical-align:middle; 
	text-align: center;
	font-weight: normal; 
	border-bottom: 1px solid #ddd !important;
}
.addr-export table td {
	border: 0px !important;
	letter-spacing: -0.05em;
}
.addr-export table td, 
.addr-export table th { 
	font-size: 12px; 
	padding:3px 1px !important; 
	line-height: 1.8em !important; 
}
.addr-export table tr.group {
	font-weight: 700;
}
.addr-export-survey { height: 300px;}
.addr-export-survey > div { float: left; margin-left: 5px;}
.addr-export-survey > div:first-child { width: 176px; margin-left: 0px;}
.addr-export-survey div#category {color:#656565;height:254px;clear:both;border:1px solid #d7d7d7; background:#f7f7f7;overflow-y:auto;overflow-x:auto;padding:5px;}
.addr-export-survey .headers {
	padding-left: 20px;
	background-image: url("../../images/icon/icon_title.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #fe7468;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px !important;
	text-align: left; line-height: 26px;
}
.addr-export-survey .scroll {overflow-y: auto; height: 220px;}
.addr-export-survey .pagination {margin: 0px; margin-top: 10px; }
.addr-export-survey .pagination > li > a, .addr-export .pagination > li > span {
	padding: 0px 8px;
}
.addr-export-survey .arrow {vertical-align: middle; height: 300px; width: 16px; line-height: 300px;}
.addr-export-survey ul { margin-bottom: 0px !important; }
.addr-export-survey table {
	letter-spacing: -1px;
}
.addr-export-survey table th { 
	border-bottom: none !important; 
	background: #f7f7f7; vertical-align: middle; text-align: center;
	font-weight: normal; 
	border-bottom: 1px solid #ddd !important; height: 30px; min-height: 30px;
}
.addr-export-survey table td {
	border: 0px !important;
	letter-spacing: -0.05em; height: 30px; min-height: 30px;
}
.addr-export-survey table td, 
.addr-export-survey table th { font-size: 12px; padding:3px 1px !important; line-height: 1.8em !important; }
.addr-export-survey table tr.group {
	font-weight: 700;
}
.addr-export-survey .input-group input[type="text"], 
.addr-export-survey .input-group .form-control {
	width: 100% !important;
}

.addr-export-survey .btn-survey.btn-xs {
	font-size: 12px;
	padding: 6px 10px;
}
.addr-export-survey [type="checkbox"]{
	position: relative !important;
    left: 0px !important;
    opacity: 0.9 !important;
}
.addr-export-survey table tbody td{
	border-right: 1px solid #eee !important;
}
.addr-export-survey table tbody td p{
	margin-bottom: 0px !important;
}
.addr-export-survey table tbody td p.ellips{
	margin-left: 5px;
}
/* �빟愿� 酉� */
.common-page .policy-view .panel-body {
	padding: 0px;
	margin-top: 30px;
}
/*�쉶�썝 媛��엯 step1*/
#join-wrap .join-title h1 {
	margin:60px 0px;
	text-align:center;
	font-weight:600;
	font-size: 36px;
	color: #222;
}
#join-wrap .sub-title h3 {
	margin-bottom:10px;
	font-weight:600;
	font-size: 20px;
	color: #222;
}
#join-wrap .panel-primary > .panel-heading {
	display: block !important;
	padding: 10px 15px !important;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-top: 2px solid #ddd;
}
#join-wrap .panel-primary > .panel-heading .panel-title {
	margin-top: 15px;
}
#join-wrap .sub-title h3 .point {
	color:#0055ff;
}
#join-wrap .join {
	margin-bottom:30px;
}

#join-wrap .agreementCheck {
	margin-bottom:50px;
	text-align:center;
} 

#join-wrap .agreementCheck label {
	margin-left:10px;
	font-size:14px;
	font-weight:600;
}

#join-wrap .agreementCheck input[type=checkbox]{
	width:18px;
	height:18px;
}

#join-wrap .checkAgreement {
	margin-top:15px;
	margin-bottom:15px;
	/* text-align:center; */
	padding-left:10px;
} 

#join-wrap .checkAgreement label {
	margin-left:10px;
	font-size:12px;
	font-weight:600;
}

#join-wrap .checkAgreement input[type=checkbox]{
	width:18px;
	height:18px;
}



#join-wrap #authTable thead tr th {
	background-color:#f8f8f8;
	font-weight:600;
	text-align:center;
	height:30px;
	line-height:30px;
}
#join-wrap #authTable tbody tr.auth td {
	text-align:center;	
	padding : 15px;
	
}
#join-wrap #authTable tbody tr.auth td .content {
	height:60px;
	margin :20px 0px;;
	font-size:15px;
}

/*�쉶�썝 媛��엯 step2*/
#joinForm .joinForm-title {
	margin: 60px 0px;;
	font-weight:600;
	text-align:center;
}
#joinForm .joinForm-title h1 {
	font-weight:600;
	font-size: 36px;
	color: #222;
}
#joinForm .panel-primary > .panel-heading {
	display: block !important;
	background-color: #fff;
	border: none !important;
	color: #222;
	font-size: 20px;
	font-weight: 600;
}
#joinForm .panel-primary .panel-body { padding: 0px; }
#joinForm .panel {
	margin-bottom:50px;
}

#joinForm table {
	margin-bttom:30px;
}
#joinForm input[type=text] {
	width:auto;
}

#joinForm input[type=text].num-input {
	display:inline-block;
	width:103px;
	
}
#joinForm input[type=text].email {
	display:inline-block;
	width:161px;
}
#joinForm input[type=text].join_route_etc {
	display:inline-block;
	width:161px;
}
#joinForm .join_route_label {
	margin-left:3px;
	margin-right:12px;
	font-weight:600;
}
#joinForm input[type=text].zipCode {	
	display:inline-block;
	width:140px;
}
#joinForm input[type=text]#id {
	width:278px;
}
#joinForm button.find-zipcode {
	margin : 0px 0px 5px 5px;
}
#joinForm .button-area {
	width:160px;
	margin : 0 auto;
	margin-top :80px;
	margin-bottom:80px;
}

/*�쉶�썝 媛��엯 step3*/
#joinComplete-wrap .complete-title {
	margin : 60px 0px;
}
#joinComplete-wrap .complete-title h2 {
	text-align:center; 
	font-weight:600; 
	font-size: 30px;
}
#joinComplete-wrap .complete-title h2.top {
	color:#888888;
	margin-bottom:20px; 
}
#joinComplete-wrap .complete-title h2.sub-top {
	color:#333333; 
}
#joinComplete-wrap .complete-title h2 .point {
	color:#0055ff;
}
#joinComplete-wrap .subtitle {
	margin-bottom:15px;
}
#joinComplete-wrap .subtitle h3 {
	font-weight:600;
	font-size: 20px;
}
#joinComplete-wrap .subtitle .point {
	color:#ff0000;
}
#joinComplete-wrap .content {
	margin-bottom:8px;
	font-size:15px;
	font-weight:bold;
}
#joinComplete-wrap .content .point {
	color:#2056ac;
}
#joinComplete-wrap .panel {
	margin-bottom: 80px;	
}
#joinComplete-wrap #completeTable thead tr th {
	height:45px;
	line-height:45px;
	text-align:center; 
	font-size:20px;
	background-color:#f8f9fb;
}
#joinComplete-wrap #completeTable tbody tr td {
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#333;
	text-align:center;
}
#joinComplete-wrap .button-area{
	width:160px;
	margin : 0 auto;
	margin-top :80px;
	margin-bottom:80px;
}

/*�븘�씠�뵒  李얘린*/
#find_info { border-radius: 4px; width:100%; background-color:#fff;}
#find_info .find_id { margin-top: 15px; }
#find_info .find_id .check_area { margin-top: 20px; }
input[type=text].find { display:inline-block; width:78px; }
input[type=password].find { display:inline-block; width:165px; }
input#user_id_pw { display:inline-block; width: 255px; }
input#ceo_name_id { display:inline-block; width: 255px;}
input#ceo_name_pw { display:inline-block; width: 255px; }
input#pwd_a { display:inline-block; width: 255px; }
/*鍮꾨�踰덊샇 李얘린*/
#find_info .find_pw { margin-top: 15px; }
#find_info .find_pw .check_area { margin-top: 20px; }
#find_info .find_pw .detail { padding:5px 0px 0px 5px; font-size:13px; color:#fe7468; text-align:center; }

#find_info .view_info { margin: 35px auto; width:500px; height:178px; font-size:22px; color:#fe7468; text-align:center; }
#find_info .view_info .content { padding-top:15px; font-size:22px; font-weight:600; color:#337ab7; text-align:center; }
#find_info .view_info .id_view { padding-top:15px; font-size:26px; font-weight:600; color:#666; text-align:center; }
#find_info .view_info .detail { padding-top:15px; font-size:13px; color:#fe7468; text-align:center; }

.none, .hidden-area { display: none !important; }
#step2 .bg-color {
	position: relative;
}

#step2 .bg-color span {
    display: inline-block;
    border: 1px solid #ddd;
    margin-top: 0px;
    border-radius: 0px;
    height: 44px;
    width: 44px;
    padding: 0px;
}

#step2 .bg-color span > i {
	display: block;
	height: 100%;
    width: 100%;
}
.areaSurveyQuest .questList td > table.matrix	{width: 100%;}
.areaSurveyQuest .questList td > table.matrix input[type=text] { width: 370px; display: inline-block; }
.areaSurveyQuest .questList td > table.matrix td { vertical-align: top !important; border: none; padding: 0px; text-align: left;}
.areaSurveyQuest .questList td > table.matrix th { border: none; text-align: center; background: #fff; font-size: 15px; }
.areaSurveyQuest .questList td > table.matrix td > div {padding: 5px 10px;}
.areaSurveyQuest .questList td > table.matrix tr:first-child td > div {padding-top: 0px;}

.areaSurveyQuest .quest-type div.on button {
	border: 2px solid #0055ff !important;
}

.areaSurveyQuest .questBody td.questType ul.star                   { width:680px; margin:15px 0px; padding:0; border-bottom:0; }
.areaSurveyQuest .questBody td.questType ul.star li                { width:20%; height:80px; text-align:center; line-height:100%; float: left; padding:0px 10px; }
.areaSurveyQuest .questBody td.questType ul.star li input          { width:100%; margin-top:10px; text-align: center; height:40px;}
.areaSurveyQuest .questBody td.questType ul.star div.number 	{ 
																	width:30px; height:30px; padding: 5px; border-radius: 50%; margin: 0px auto;
																	border: 3px solid #dadada; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
																	-o-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer;
																}
.areaSurveyQuest .questBody td.questType ul.star div.number.on 	{ border-color: #0055ff; color: #0055ff;}
.areaSurveyQuest .questBody td.questType ul.star div.star 		{ 
																	background: url(../../images/survey/ico_review.png) no-repeat right 0;
    																background-size: auto 100%;
																	width:30px; height:30px; 
																	margin: 0px auto; cursor: pointer;
																}
.areaSurveyQuest .questBody td.questType ul.star div.star.on { background-position: 0 0; }

.areaSurveyQuest .questBody .grade td { position: relative;}
.questBody .scoreBar {
    width:860px; margin:7px 0 0 26px; border-bottom:0; overflow:hidden;
    height: 85px; padding-top: 12px;
}

.areaSurveyQuest .questBody .scoreBar > div {
    height: 4px;
    background-color: #dadada;
}
.areaSurveyQuest .questBody .scorePoint input { display: inline-block;}
.areaSurveyQuest .questBody .scorePoint > .circle {  
												margin:0 auto; width: 22px; height:22px; z-index:999;
												background-color: #fff; border-radius: 50%; border: 4px solid #dadada;
												-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
											    transition: all 0.3s ease;
											    }
.areaSurveyQuest .questBody .scorePoint > .circle.on { background-color: #0055ff; border-color: #0055ff;}
.areaSurveyQuest .questBody .scorePoint {
    position: absolute;
    top:20px;
    text-align: center;
    width: 66px;
}

.areaSurveyQuest .questBody .scorePoint .grade-text { top: 43px; padding-left: 10px;}
.areaSurveyQuest .questBody .scorePointFirst {
    left: 14px;
}

.areaSurveyQuest .questBody .scorePointLast {
    left: 872px;
}

.areaSurveyQuest .questBody .scorePoint .inputDiv {
    margin-top: 10px;
    margin-left: -3px;
}

.areaSurveyQuest .questBody .branchSelect { width: 270px;}
.areaSurveyQuest .questBody .exampleImage img { width: 25px !important; }
.areaSurveyQuest .questBody .exampleImage img.removeBtn { width: 15px !important; }
.areaSurveyQuest .questBody .exampleImage img.previewImg { width: 100% !important; height: 50px !important;}
.areaSurveyQuest .questBody .file-up.h-105 img.previewImg { width: 100% !important; height: 105px !important;}
.areaSurveyQuest .questBody .example-vote input:first-child { margin-bottom: 5px;}

.coupon-load-area { max-height: 200px; overflow-y: auto;}

.qr-content-area .qr-color {
	position: relative;
}

.qr-content-area .qr-color span {
    display: inline-block;
    border: 1px solid #ddd;
    margin-top: 0px;
    border-radius: 0px;
    height: 50px;
    width: 50px;
    padding: 0px;
}

.qr-content-area .qr-color span > i {
	display: block;
	height: 100%;
    width: 100%;
}

.qr-content-area .qr-bg-color {
	position: relative;
}

.qr-content-area .qr-bg-color span {
    display: inline-block;
    border: 1px solid #ddd;
    margin-top: 0px;
    border-radius: 0px;
    height: 50px;
    width: 50px;
    padding: 0px;
}

.qr-content-area .qr-bg-color span > i {
	display: block;
	height: 100%;
    width: 100%;
}

#listTable .check { height: 20px; display: block; }
#listTable .check [type="checkbox"] + label { padding-left: 20px !important; height: 20px; }
#listTable [type="radio"] + label { padding-left: 30px !important; height: 20px; }

span.desc {
			padding-left:9px;
			margin-left:3px;
			background : transparent url(../../images/icon/icon_desc.png) no-repeat left center;
		 	margin-bottom: 0px;
}
span.asc {
			padding-left:9px;
			margin-left:3px;	
			background : transparent url(../../images/icon/icon_asc.png) no-repeat left center;
		 	margin-bottom: 0px;
}

span.desc-white {
			padding-left:9px;
			margin-left:3px;
			background : transparent url(../../images/icon/icon_white_desc.png) no-repeat left center;
		 	margin-bottom: 0px;
}
span.asc-white {
			padding-left:9px;
			margin-left:3px;	
			background : transparent url(../../images/icon/icon_white_asc.png) no-repeat left center;
		 	margin-bottom: 0px;
}
#loading {
			position:absolute; 
			z-index:99999; 
			left:0px; top:0px; width:100%; height:100%; 
			clip:rect(0px 100% 100% 0px); 
			background-color:#000;
			background-image:url(../../images/icon/ajax-loader.gif); 
			background-repeat: no-repeat; 
			background-position: center;
			filter: alpha(opacity='20');
			opacity: 0.2;
}

span.variable { background-color: #0055ff !important; color: #fff !important; }
.text-right	{ text-align: right !important; }
.row .cus { padding-left: 15px;}
.common-page {margin-bottom: 20px !important;}
#layerServiceInfoLoad .modal-dialog  .modal-content {
	border-radius:30px;
} 

#mainPopup .modal-header {
	border:0px;
	padding-bottom : 0px;
}

#mainPopup .modal-header .modal-title {
	font-size: 18px;
	font-weight:600;
	color: #000;
	text-align:center;
} 

#mainPopup .modal-body{
	height:680px;
}

#mainPopup .modal-body .content {
	width:880px;
	height:680px;
	margin: 0 auto;
	
}

#mainPopup .modal-body .img-descript {
	width: 289px;
	text-align: center;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	
}
#mainPopup .modal-body .pop-content {
	display:inline-block;
	margin-left:49px;
}


#mainPopup .modal-body .content-105 {
		position:relative;
		bottom:105px;
}
#mainPopup .modal-body .content-152 {
		position:relative;
		bottom:152px;
}

#mainPopup .modal-body .block-img {
	display:block;
}

#mainPopup .modal-body .pop-content .rectangle {
	width:36px;
	height:4px;
	background-color:#0055ff;
}	

#mainPopup .modal-body .pop-content .pop-content-title { 
	margin-top:155px;
	margin-bottom:21px;
	font-size:40px;
	color:#0055ff;
	text-align:left;
	line-height:1.2;
	
	
} 

#mainPopup .modal-body .pop-content .pop-content-descript {
	margin-top:49px;
} 

#mainPopup .modal-body .pop-content .pop-content-descript ul li {
	list-style:none;
	font-size:16px;
	font-weight:550;
	line-height:1.5;
	text-align:left;
	color:#000;	
}
#mainPopup .modal-body .pop-content-img-area {
	position:relative;
	bottom:100px;
	margin-left:81px;
	display:inline-block;	
}

#mainPopup .modal-body .img-area-2 {
	bottom:100px;
	margin-left:30px;
}
#mainPopup .modal-body .img-area-3 {
	top:33px;
	margin-left:20px;
}

#mainPopup .modal-body .img-area-4 {
	top:33px;
	margin-left:0px;
}
#mainPopup .modal-body .img-area-5 {
	top:33px;
	margin-left:38px;
}
#mainPopup .modal-body .img-area-5 img {
	display:block;
}

#mainPopup .modal-body .content .service-area {
	text-align:center;
}
#mainPopup .modal-body .content .service-area .service-content {
	display:inline-block;
	width:365px;
	height:220px;
	border-radius:10px;
	box-shadow: 0px 16px 20px 0 rgba(0, 0, 0, 0.14);
  	background-color: #ffffff;
}

#mainPopup .modal-body .content .service-area .service-content ul {
	border-radius:10px;
}
#mainPopup .modal-body .content .service-area .service-content ul .li-title {
	padding: 16px 0px;
	height: 50px;
	border-radius: 10px;
  	background-color: #0055ff;
  	font-size: 18px;
  	font-weight: 500;
  	color:#fff;
}
#mainPopup .modal-body .content .service-area .service-content ul .li-content {
	margin:25px auto;
	font-size: 16px;
  	font-weight: 550;
  	line-height:1.5;
  	color:#000;
}
.w-950 {
	width: 950px;
}


.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .input-group-addon,
.input-group .input-group-btn {
  	width: 1%;
  	white-space: nowrap;
  	vertical-align: middle;
}
.input-group .input-group-addon {
  	padding: 6px 12px;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 2.5em;
  	color: #555;
  	text-align: center;
  	background-color: #fafafa;
  	border: 1px solid #ddd;
  	border-radius: 4px;
  	margin: 0px;
  	height: 44px;
  	float:none;
}

.input-group .input-group-survey {
	float:left;
	font-weight:bold;
	line-height:1;
	white-spzce:nowrap;
}


.input-group .input-group-addon,
.input-group .input-group-btn,
.input-group .input-group .form-control {
	display: table-cell;
}
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child),
.input-group .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group .input-group-addon:last-child {
  	border-left: 0;
}

.input-group .white-addon { border: 0px; background-color: #fff;}

.table-no-border > tbody > tr > td { border-left: none; border-right: none;}


/* 230113_JIG수정 */
#customerCenter table.operation-info {
	border-bottom : 2px solid #2056ac;
}
#customerCenter table tbody tr.content-title td {
	font-size:24px;
	color:#96a3bc;
	font-weight:bold;
}
#customerCenter table tbody tr.operation-content td {
	font-size:16px;
	color:#333;
	font-weight: 600;
}
#customerCenter table.question-info {
	margin-top:45px;
	border-bottom : 2px solid #2056ac;
}
#customerCenter table tbody tr.question-content td {
	font-size:16px;
	color:#333;
	font-weight: 600;
	color:#96a3bc;
}
#customerCenter table.empty-info {
	margin-top:45px;
	margin-bottom:45px;
	border-bottom : 2px solid #2056ac;
}
#customerCenter table tbody tr.category-content td {
	font-size:14px;
	color:#96a3bc;
	font-weight:600;
}
/* 230116_JIG수정 */
.cus .question-num {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left:20px;
	margin-top:5px;
}
.cus .question-blank {
	margin-top: 10px;
}

/** 공지사항, 활용사례 **/
.notiNew {
	height:180px;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	line-height:49px;
	font-size: 14px;
	overflow: hidden;
}
.noticeForm {
	float: left;
	width:46%;
	margin-top: 40px; 
}
.noticeForm span:first-child{
	float: left;
	margin-left: 30px; 
	border-bottom: 3px solid #0055ff;
	color: #222; 
	font-size: 17px; 
	font-weight: 800; 
}
.noticeForm span:last-child{
	float: right; 
	color: #222; 
	font-size: 14px; 
	font-weight: 800; 
	margin-right: 30px;
}
.noticeForm span:last-child a:hover{
	text-decoration:underline !important;
	color:#000000 !important;
}
.casebookForm {
	float: right;
	width:46%; 
	margin-top: 40px; 
}
.casebookForm span:first-child{
	float: left; 
	margin-left: 30px; 
	border-bottom: 3px solid #0055ff;
	color: #222; 
	font-size: 17px; 
	font-weight: 800; 
}
.casebookForm span:last-child{
	float: right;
	margin-right: 30px;
	color: #222;
	font-size: 14px;
	font-weight: 800;
}
.casebookForm span:last-child a:hover{
	text-decoration:underline !important;
	color:#000000 !important;
}
.listContent{
	float:left;
	width: 80%;
	margin-top: 15px;
}
.regdateContent{
	margin-top: 15px;
	width: 20%;
	float:right;
}
.contentDetail {
	width: 365px; 
	white-space:nowrap; 
	overflow:hidden;
	text-overflow: ellipsis;
}
.contentDetail a:hover {
	/* text-decoration:underline !important; */
	color:#0055ff !important;
}
.regdateDetail {
	width: 102px;
}

.scoreBar {
	width:610px; margin:17px 0 0 44px; border-bottom:0; overflow:hidden;
	height: 85px; padding-top: 12px;
}

.scoreBar > div {
	height: 4px;
	background-color: #dadada;
}

.scorePoint {
	position: absolute;
	top:20px;
}

.scorePointFirst {
	left: 30px;
}

.scorePointLast {
	left: 640px;
}

.scorePoint .inputDiv {
	margin-top: 10px;
	margin-left: -10px;
}

.scorePoint input {
	width: 60px;
}

.scorePoint img {
	width: 22px;
}

.sectionContents .areaSurveyQuest .scoreTempBar {
	width: 600px;
	margin: 20px;
	position: relative;
	height: 100px;
}

.sectionContents .areaSurveyQuest .scoreTempBar > .bar,
.questionClone .scoreTempBar > .bar {
	border: 5px #dadada solid;
	height: 22px;
	position: absolute;
	left: 44px;
	top: 15px;
	width: 600px;
	border-left: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #dd0612;
}

.sectionContents .areaSurveyQuest .scoreTempBar > .score {
	border: 5px #dadada solid;
	padding: 10px 2px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0px;
	background-color: #dd0612;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	outline: 0 !important;
}

.sectionContents .areaSurveyQuest .scoreTempBar > .score {
	border: 5px #dadada solid;
	padding: 10px 2px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0px;
	background-color: #dd0612;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	outline: 0 !important;
}

.sectionContents .areaSurveyQuest .scoreTempBar .evalueExampleForm input {
	width: 42px;
}

.sectionContents .areaSurveyQuest .scoreTempBar ul { border: 0px !important; position: absolute; left: 49px; top: 20px; height: 58px;}
.sectionContents .areaSurveyQuest .scoreTempBar ul li { list-style: none;}
.sectionContents .areaSurveyQuest .scoreTempBar .scorePointFirst { left: 0px; }
.sectionContents .areaSurveyQuest .scoreTempBar .scorePointLast { left: 546px; }







/* JIG 추가 */
.tooltips {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: blue;
}

.tooltips-text {
  width:300px;
  visibility: hidden;
  background-color: #FFF; /* 또는 background-color: white; */
  color: #000;
  text-align: left;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 90%;
  /* transform: translateX(-80%); */
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  font-size : 13px;
  /* font-weight : bold; */
  border: 1px solid #EAEAEA; /* 테두리 스타일 설정 */
}

.tooltips:hover .tooltips-text {
	visibility: visible;
	opacity: 1;
}

.ipPhoneSwitchAddForm {
	margin-top: 30px; 
	height: 50px; 
	width:80%; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

.ipAddForm {
	float: left; 
	width: 50%; 
	height:100%; 
	display: flex;  
	cursor: pointer;
    align-items: center;
    justify-content: center; 
    border: 1px solid #ddd; 
}

.phoneAddForm {
	float: right; 
	width: 50%; 
	height:100%; 
	display: flex;
	cursor: pointer;
  align-items: center;
  justify-content: center; 
  border: 1px solid #ddd;
}

.ipPhoneInfo {
	padding: 10px 10px 10px 20px; 
	margin-top: 20px; 
	background-color: #FAFAFA; 
	height: 90px; 
	width:80%; 
	margin-left: auto; 
	margin-right: auto;
}

.privacyAgreeTxt {
	font-weight: bold;
	font-size: 14px;
}

.ipPhoneRegistBtnForm {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	margin-top: 10px
}

.ipPhoneRegistDiv {
	width: 100%; 
	height: 50px; 
	border-top: 2px solid #DDDDDD;
}

.ipPhoneRegistDivTitle {
	background-color: #FAFAFA; 
	width: 14%; 
	height: 100%; 
	float:left; 
	padding: 15px 0 0 15px; 
	font-weight: bold;
}

.ipPhoneRegistDivTxt {
	width: 36%; 
	height: 100%; 
	float:left;
}

.alarmQuestType div.on button {
	/*background-color: #0055ff;*/
	border: 2px solid #0055ff !important;
}


/* 설문 메인UI 개선 작업 */
.memberRegistSpn {
	 background-color: #E7EBEE; 
	 height: 47px; 
	 display: flex; 
	 justify-content: center; 
	 align-items: center; 
	 line-height: 1.22; 
	 font-size: 16px;
}

.memberRegistBtn {
	position: absolute; 
	top: 10px; 
	right:15px; 
	cursor: pointer;
}

.surveyMainBtn {
  color:white; 
  width: 171px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #0055ff;
  padding: 17px 34px;
  border-radius: 5px;
  box-shadow: 0 2px 4px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

