body {
	background-color: #FFF;
	color: #555;
	font-family: "Pretendard", "notokr", sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

#header .header-logo {
	margin: 16px 0;
	margin: 1rem 1rem 1rem 0;
	position: relative;
	z-index: 1;
	margin-right: 10px;
}

.txt-noto { font-family: 'Noto-Sans KR'}
.txt-pretendard { font-family: 'Pretendard'}

/* Pretendard Font Weight */
.pretendard-thin { font-family: 'Pretendard'; font-weight: 100; }
.pretendard-extralight { font-family: 'Pretendard'; font-weight: 200; }
.pretendard-light { font-family: 'Pretendard'; font-weight: 300; }
.pretendard-regular { font-family: 'Pretendard'; font-weight: 400; }
.pretendard-medium { font-family: 'Pretendard'; font-weight: 500; }
.pretendard-semibold { font-family: 'Pretendard'; font-weight: 600; }
.pretendard-bold { font-family: 'Pretendard'; font-weight: 700; }
.pretendard-extrabold { font-family: 'Pretendard'; font-weight: 800; }
.pretendard-black { font-family: 'Pretendard'; font-weight: 900; }

/* Add here all your CSS customizations */
.indent10 { padding-left: 10px; text-indent: -10px; }
.indent15 { padding-left: 15px; text-indent: -15px; }
.indent20 { padding-left: 20px; text-indent: -20px; }
.indent30 { padding-left: 30px; text-indent: -30px; }
.indent40 { padding-left: 40px; text-indent: -40px; }
.indent45 { padding-left: 45px; text-indent: -45px; }
.indent50 { padding-left: 50px; text-indent: -50px; }
.indent55 { padding-left: 55px; text-indent: -55px; }
.indent60 { padding-left: 60px; text-indent: -60px; }
.indent70 { padding-left: 70px; text-indent: -70px; }
.indent75 { padding-left: 75px; text-indent: -75px; }
.indent80 { padding-left: 80px; text-indent: -80px; }
.indent90 { padding-left: 90px; text-indent: -90px; }
.indent100 { padding-left: 100px; text-indent: -100px; }

.indent-10 { padding-left: 1em; text-indent: -0.7em; }
.indent-15 { padding-left: 1em; text-indent: -1em; }
.indent-20 { padding-left: 1em; text-indent: -1.2em; }
.indent-30 { padding-left: em; text-indent: -em; }
.indent-40 { padding-left: em; text-indent: -em; }
.indent-45 { padding-left: em; text-indent: -em; }
.indent-50 { padding-left: em; text-indent: -em; }
.indent-55 { padding-left: em; text-indent: -em; }
.indent-60 { padding-left: em; text-indent: -em; }
.indent-70 { padding-left: em; text-indent: -em; }
.indent-75 { padding-left: em; text-indent: -em; }
.indent-80 { padding-left: em; text-indent: -em; }
.indent-90 { padding-left: em; text-indent: -em; }

.wdr-10 { width: 10rem !important; }
.wdr-15 { width: 15rem !important; }
.wdr-20 { width: 20rem !important; }
.wdr-25 { width: 25rem !important; }
.wdr-30 { width: 30rem !important; }
.wdr-35 { width: 35rem !important; }
.wdr-40 { width: 40rem !important; }

.ml-10 { margin-left: 1em; }
.ml-12 { margin-left: 1.2em; }
.ml-20 { margin-left: 2em;}
.ml-28 { margin-left: 2.8em;}
.ml-30 { margin-left: 3em;}
.ml-40 { margin-left: 4em;}
.ml-50 { margin-left: 5em;}

.mt{ margin-top: 20px; }

.word-keep {
	word-break: keep-all;
}
/* 
input[type=password] {
    display: inline-block;
    appearance: none;
    -moz-appearance: textfield;
    width: 100%;
    height: 36px;
    line-height: 20px;
    border-radius: 0;
    border: 1px solid #e4e4e4;
    background-color: #f8f8f8;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    color: #333;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: middle;
} */

/* placeholder  ================================================================= */
/* IE9 이하를 위한 css */
.placeholder {
	color: #aaa;
	font-size: 0.8em;
}

/* IE10 이상을 위한 css */
input::placeholder {
	color: #aaa;
	opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
	font-size: 0.9em;
}
input::-webkit-input-placeholder {
	color: #aaa;
	font-size: 0.9em;
}
/* IE */
input:-ms-input-placeholder {
	color: #aaa;
}
/* Firefox */
	input:-mos-input-placeholder {
	color: #aaa;
	font-size: 0.8em;
}

#main_visual_pc { display: block; }
#main_visual_mobile { display: none; }

#sub_visual2 { display: none; }
#sub_visual3 { display: block; }

#sns-wrap-pc { display: block }
#sns-wrap-mobile { display: none }

p {
	/* color: #000; */
	margin: 0 0 10px;
	font-size: 1.1em !important;
	line-height: 1.4em;
}
p.txt-notice {
	font-size: 0.8em !important;
	margin-bottom: 0px !important;
	margin-top: -5px;
	padding-bottom: 5px;
}

.txt-777 {
	color: #777;
}

.txt-fff {
	color: #ffffff !important;
}
.txt-orange {
	color: #e37645
}

hr {
    background: rgba(0, 0, 0, 0.06);
    border: 0;
    height: 1px;
    margin: 15px 0;
}

.bg-f2{
	background-color: #f2f2f2;
}

.bg-card {
	background-color: #217fd1;
}

.bg-f7{
	background-color: #f7f7f7;
}

.thinkgood-face-text {
	font-family: 'Nanum Square';
	font-size: 1.1em;
	color: #e37645;
	font-weight:400 !important
}

.bg-color-scale-overlay::before {
    z-index: 0;
}

h5.addr {
	font-size: 1.1em;
}

.page-header {
    padding: 10px 0;
}

.card-body {
    padding: 32px;
    padding: 1rem;
}

.caption {
	font-size: 1.05em;
	font-family: "Nanum square" !important;
}

#footer {
	background: #212529;
	border-top: 4px solid #212529;
	font-size: 0.9em;
	margin-top: 30px;
	padding: 0;
	position: relative;
	clear: both;
}

/* agree box */
.agree-box {
	height: 200px;
    line-height: 24px;
    width: 100%;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    border: 1px solid #ddd;
    cursor: default;
	padding: 1em 1em;
	word-break: keep-all;
}

.legal-cont {
    color: #888;
    background: #fafafa !important;
    border: 1px solid #d4d4d4;
    margin-top: 5px;
}

.regal-cont > h4:nth-child(1) {
	font-size: 0.9em !important;
	margin: 0 0 !important;
	font-weight: 500;
}
.regal-cont > h4 {
	color: #777;
	font-size: 0.9em !important;
	margin: 1em 0 0 0 !important;
	font-weight: 500;
}

.regal-cont > p {
	font-size: 0.9em !important;
	margin-bottom: 0em !important;
	font-weight: 400;
}

.regal-cont > ul , .regal-cont > ol {
	font-size: 0.9em !important;
}

.agree-box.table td {
	font-size: 1em !important;
}

.agree-box ul li {
	word-break: keep-all;
	font-size: 1em !important;
}

.agree-radio-form label {
	font-size: 0.9em !important;
}

.mediapx-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.testimonial blockquote::before {
    left: 22px;
    top: 21px;
    color: #FFF;
    content: "";
    font-size: 85px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

.testimonial blockquote {
    background: #CCC;
    border-radius: 5px;
    border: 0;
    color: #666;
    font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 40px 64px 40px 72px;
    padding: 2.5rem 2.5rem 2.5rem 1.5rem;
    position: relative;
}

.testimonial blockquote p {
    color: #FFF;
    font-family: 'Nanum Square', serif;
	font-weight: 700
}


.tip:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: #e36159;
	border-left-color: transparent;
	border-width: 5px;
	margin-top: -5px;
}
.tip-primary {
	background: #e36159 !important;
	color: #FFF !important;
}
.tip-quaternary:before {
	border-right-color: #383f48 !important;
}



/* 요강 ////////////////////////////////////////////////////////////////////////////// */

#summary .feature-box-icon {
	padding-top : 0px;
}

#summary .feature-box .feature-box-info {
	flex: 1 1 100%;
	padding-left: 10px;
	word-break: keep-all;
}


#summary .feature-box .feature-box-info p {
	font-size: 1.1em !important;
	line-height: 1.4em;
}

#summary .feature-box .feature-box-info p.txt-notice {
	font-size: 1em !important;
	line-height: 1.4em;
}



.table td, .table th {
	border-color: rgba(0, 0, 0, 1);
}



#summary .table td,
.table th {
	font-size: 0.9em !important;
	padding: .55rem;
	vertical-align: inherit;
}

#summary .table > tbody > tr > td:first-child {
	vertical-align: inherit;
	padding-left: 1.1em;
	padding-right: 1.1em;
}

#summary .table > tbody > tr > td {
	vertical-align: inherit;
	padding-left: 1.1em;
	padding-right: 1.1em;
}

#summary .table > tbody >tr > td:last-child {
	border-bottom: 1px solid #000;
}

#summary .table > tbody > tr > td > p {
	word-break: keep-all;
}

#summary .table > tbody > tr > td > p.txt-notice {
	font-size: 0.8em !important;
	word-break: keep-all;
}

.table.category-tbl > tbody > tr > td, .table.category-tbl > tbody > tr > th {
	font-size: 1.1em !important;
}

.table.category-tbl > tbody > tr > th {
	text-align: center;
	color: #999;
}

/* btn-cate
*/
.btn-cate1 {
	background-color: #1869B0;
	border-color: #1869B0 #1869B0 #1869B0;
	color: #FFF;
}

.btn-cate2 {
	background-color: #2C8941;
	border-color: #2C8941 #2C8941 #2C8941;
	color: #FFF;
}

.btn-cate3 {
	background-color: #FF9C07;
	border-color: #FF9C07 #FF9C07 #FF9C07;
	color: #FFF;
}

.btn-cate4 {
	background-color: #1788B8;
	border-color: #1788B8 #1788B8 #1788B8;
	color: #FFF;
}

.btn-cate5 {
	background-color: #C84A42;
	border-color: #C84A42 #C84A42 #C84A42;
	color: #FFF;
}

.badge-title {
	font-size: 1.2em;
}
/*
.btn-cate5:hover {
	background-color: #d45b52;
	border-color: #d45b52 #d45b52 #d45b52;
	color: #FFF;
} */

/* Cards
*/
.custom-card-style-1 .custom-read-more svg,
.custom-card-style-2 .custom-read-more svg {
		transition: ease transform 300ms;
}

.custom-card-style-1:hover .custom-read-more svg,
.custom-card-style-2:hover .custom-read-more svg {
		transform: translate3d(7px, 0, 0);
}

.custom-card-style-1 {
		transition: ease transform 300ms;
}

.custom-card-style-1 .card-title {
		transition: ease color 300ms;
}

.custom-card-style-1:hover {
		transform: scale(1.03);
}

.custom-card-style-2 .card-img-top {
		padding-left: 35px;
}

.custom-card-style-2 .card-body {
		position: relative;
		background: #FFF;
		margin-top: -70px;
		max-width: 83%;
}

/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
		margin-top: 0 !important;
}

.custom-dots-style-1 .owl-dots .owl-dot span {
		background: transparent;
		border: 1px solid #CCC;
		width: 12px;
		height: 12px;
}

.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span {
		background: #CCC;
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot span {
		border-color: #212529;
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-dark .owl-dots .owl-dot.active span {
		background: #212529 !important;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot span {
		border-color: #FFF;
		background: transparent;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-light .owl-dots .owl-dot.active span {
		background: #FFF !important;
}

.custom-carousel-style-1 {
		position: relative;
		overflow: hidden;
}

.custom-carousel-style-1:before, .custom-carousel-style-1:after {
		content: '';
		position: absolute;
		top: 0;
		width: 0;
		height: 30%;
		box-shadow: -10px 0px 30px 50px white;
		z-index: 1;
}

.custom-carousel-style-1:before {
		left: 0;
}

.custom-carousel-style-1:after {
		right: 0;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 120px;
		height: 120px;
		border: 3px solid #CCC;
		border-radius: 100%;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before, .custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
		content: '';
		position: absolute;
		top: 50%;
		width: 85%;
		border-bottom: 2px solid #CCC;
		transform: translate3d(0, -50%, 0);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before {
		left: calc( 100% + 25px);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
		right: calc( 100% + 25px);
}

.custom-carousel-style-2 .owl-item:not(.active) {
		opacity: 0;
		transition: ease opacity 300ms;
}

.custom-carousel-style-2 .owl-item.active .custom-card-style-2 .card-body {
		box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07);
}

.custom-carousel-style-2.owl-grab .owl-item:not(.active) {
		opacity: 1;
}

/* countdown */
#tiles1 span {
	margin-right: 0.2em;
}

html body aside .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus {
    border-left-color: #0088CC;
}

.logo-title {
	font-size: 17px;
}

#user_form_ui .card-body label, #file_form_ui .card-body label {
	font-size: 1em;
}

.card-header {
	padding-top: 0px; 
	padding-bottom: 0px;
}
ul > li {
	font-size: 1.1em !important;
	margin-bottom: 0.5em;
}
ul > li:last-child {
	margin-bottom: 0em;
}
@media (max-width: 768px) {
	ul > li {
		font-size: 0.9em !important;
		margin-bottom: 0.5em;
		line-height: 1.4em;
	}
}

/* Responsive */
@media (max-width: 575px) {
	p {
		margin: 0 0 5px;
		font-size: 0.9em !important;
	}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
	}

	#header .header-logo {
		margin: 1rem 0 1rem 0;
		position: relative;
		z-index: 1;
		margin-right: 20px;
	}

	.logo-title {
		font-size: 11px;
	}

	.feature-box.feature-box-style-2 .feature-box-icon {
		top: 2px;
	}

	.badge-title {
		font-size: 0.8em;
	}

	.feature-box .feature-box-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 1 0 auto;
		background: rgba(0, 0, 0, 0.06);
		border-radius: 100%;
		color: #FFF;
		font-size: 16px;
		font-size: 0.8rem;
		position: relative;
		top: 7px;
		text-align: center;
		padding: 0.8em;
		height: 1px;
		width: 0.7em;
		height: 1.8em;
	}

	.tab-content {
		padding: 10px;
	}

	.feature-box .feature-box-info {
		padding-left: 10px;
	}

	.mediapx-5 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	h4 {
		font-size: 1.1em;
		font-weight: 600;
		line-height: 27px;
		margin: 0 0 14px 0;
		margin-bottom: 14px;
	}

	.h-100 {
		height: 120% !important;
	}

	.card-body {
		padding: 32px;
		padding: 1rem;
	}

	#header .header-logo img {
		width: 7em;
	}

	#header .header-logo2 img {
		width: 7em;
	}

	/* 요강 /////////////////////////////////////// */
	#summary .feature-box-icon {
		padding-top: .25rem !important;
	}

	#summary .feature-box .feature-box-info p {
		font-size: 0.9em !important;
		line-height: 1.4em;
	}

	#summary .feature-box .feature-box-info p.txt-notice {
		font-size: 0.8em !important;
		margin-bottom: 0px !important;
		line-height: 1.4em;
	}

	.table.category-tbl > tbody > tr > td, .table.category-tbl > tbody > tr > th {
		font-size: 0.9em !important;
	}

	.table.category-tbl > tbody > tr > th {
		text-align: center;
		color: #999;
	}

	#main_visual_pc { display: none; }
	#main_visual_mobile { display: block; }

	#sub-visual1 { display: none; }
	#sub_visual2 { display: block; }
	#sub_visual3 { display: none; }

	#sns-wrap-pc { display: none }
	#sns-wrap-mobile { display: block }

	.page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 30px 0 30px 0;
    }

	#survey_ui h5 { font-size: 1.1em; line-height: 24px; word-break: keep-all;}

	.table-container{
		width:100%;
		overflow-x:auto;
		white-space: nowrap;
	   }

	table{
	   width:auto;
	}

	h5 {
		font-size: 1em;
		font-weight: 400;
		line-height: 29px;
		margin: 0 0 14px 0;
		text-transform: uppercase;
	}
	
	#user_form_ui .card-body label, #file_form_ui .card-body label {
		font-size: 0.9em;
	}

} /* ///   end : 575px  */

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		display: inline-flex;
		align-items: center;
		white-space: normal;
		border-radius: 4px;
		color: #CCC;
		font-size: 20px;
		font-style: normal;
		font-weight: 800;
		padding: 0.5rem 1rem;
		letter-spacing: -0.5px;
		text-transform: uppercase;
	}
}

/* Header Nav Main */
@media (max-width: 992px) {
	#sub_visual2 { display: block; }
	#sub_visual3 { display: none; }

	#sns-wrap-pc { display: block }
	#sns-wrap-mobile { display: none }
}



@media (max-width: 768px) {
	#main_visual_pc { display: none; }
	#main_visual_mobile { display: block; }

	#sub_visual2 { display: block; }
	#sub_visual3 { display: none; }

	#sns-wrap-pc { display: none }
	#sns-wrap-mobile { display: block }

	#survey_ui h5 { font-size: 1.1em; line-height: 24px; word-break: keep-all;}
}