/* googlefont-noto-sans-kr */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap');
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 2, 2019 */


@font-face {
     font-family: 'core_dream1_thin';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 's-core_dream4_regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 's-core_dream2_extralight';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400&display=swap');

@font-face {
	font-family: 'S-CoreDream-6Bold';
	src:
		url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ################## RESET ################# */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

ol,
ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

img {
	border: 0 none;
	font-size: 0;
	line-height: 0;
}

html {
	font-size: 15px;
	font-family: "Noto Sans KR", sans-serif;
	line-height: 1.2;
	color: #363636;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	padding-top: 143px;
}

/* ################## IR효과 CSS ################# */
/* 의미 있는 이미지 대체텍스트  */
.ir-pm {
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

/* 접근성을 위한 숨김텍스트 */
.ir-so {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}

/* ################## COMMON CSS ################# */
#main-menu li.on a {
	color: #0062a2;
}

#sub-menu>div ul li:hover {
	color: #7cccff;
	transition: 0.5s;
}

.container {
	max-width: 1200px;
}

/* list-style */
.list-style-1 {
	position: relative;
	padding-left: 10px;
}

.list-style-1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-color: #505050;
}

/* paging-style */
.paging-style {
	border: 1px solid #dbdbdb;
}

.paging-style.on {
	background-color: #0075c1;
}

.paging-style.on a {
	color: #fff;
	font-weight: bold;
}

.paging-style a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #999;
}

/* status style */
.status-success,
.status-draft,
.status-ing,
.status-in {
	display: inline-block;
	padding: 2px 0;
	color: white;
	width: 57px;
	border-radius: 3px;
	text-align: center;
}

.status-success {
	background: #0075c1;
}

.status-draft {
	background: #adadae;
}

.status-ing {
	background: #ff8711;
}

.status-in {
	background: #51c1dd;
}

.status-notice {
	padding: 2px 8px;
	background: #eee;
	border-radius: 3px;
	font-weight: bold;
}

.request-width-1,
.request-width-2 {
	width: calc(100% - 10rem);
}

/* ################## HEADER CSS ################# */
.login-menu>a {
	position: relative;
}

.login-menu>a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-45%);
	background-color: rgba(255, 255, 255, 0.5);
	width: 1px;
	height: 10px;
}

.login-menu>a:last-child:before {
	display: none;
}

@media (max-width: 640px) {
	.login-menu>a:before {
		display: none;
	}
}

/* MOBILE MENU */
#mobile-side-menu {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	width: 100vw;
	display: flex;
	flex-direction: row-reverse;
	transition: 1s;
	z-index: 9999;
}

.mobile-menu-overlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right: 0%;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* ################## SECTION1 CSS ################# */
.visual-slider {
	height: 455px;
}

.visual-slider li:nth-child(1) img {
	width: 705px;
}

.visual-slider li:nth-child(2) img {
	width: 470px;
}

.visual-slider .visual-text-1 {
	font-family: 'S-CoreDream-6Bold';
}

.visual-slider .slick-list {
	overflow: visible !important;
}

.visual-slider .slick-track>li {
	position: relative;
}

.visual-slider .slick-track>li:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 500px;
	z-index: -10;
	background-size: cover !important;
}

.visual-slider .slick-track>li:nth-child(1):before {
	background: url("../img/bg/bg-section-1.jpg") no-repeat;
}

.visual-slider .slick-track>li:nth-child(2):before {
	background: url("../img/bg/bg-section-2.jpg") no-repeat;
}

.visual-text-1 {
	transform: translateX(-20%);
	opacity: 0;
}

.visual-text-2 {
	transform: translateX(20%);
	opacity: 0;
}

.visual-text-3 {
	opacity: 0;
}

.slick-current .visual-text-1,
.slick-current .visual-text-2,
.slick-current .visual-text-3 {
	transform: translateX(0);
	opacity: 1;
	transition-timing-function: linear;
}

.slick-current .visual-text-1 {
	transition: 0.8s;
}

.slick-current .visual-text-2 {
	transition: 1s;
}

.slick-current .visual-text-3 {
	transition: 1.5s;
}

/* 빠른 고객서비스 영역 */
.quick-service {
	position: relative;
}

.quick-service:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background: lightgray;
}

/* 자주하는 질문 영역 */
.new-question {
	position: relative;
}

.new-question:before {
	content: "N";
	position: absolute;
	top: 50%;
	right: -22px;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: red;
	width: 19px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
}

/* ################## SECTION2 CSS ################# */
#section2 {
	background: url("../img/bg/bg-section-2_1.jpg") no-repeat;
	background-size: 100% 100%;
}

.template-desc h4 {
	font-size: 36px;
}

/* ################## SECTION3 CSS ################# */
#section3 li:hover .consulting-btn {
	background-color: #ef7e00;
}

#section3 li:hover .price-index {
	background-color: #0075c1;
}

#section3 li:hover .price-price {
	color: #ff0000;
}

/* ################## SECTION4 CSS ################# */
#section4 {
	background-color: #f7f7f7;
	height: 600px;
}

.bottom-btn {
	position: absolute;
	bottom: -92%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 3rem;
}

.bottom-left-btn {
	left: -30px;
}

.bottom-right-btn {
	right: -30px;
}

/* ################## SECTION5 CSS ################# */
#section5 {
	background: url("../img/bg/bg-section-5.png") no-repeat center center/cover;
	height: 160px;
	color: #8b6104;
	font-size: 16px;
}

#section5 h2 {
	font-size: 36px;
	color: #4f2d00;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* ################## FOOTER CSS ################# */
#footer-top {
	background-color: #4d5a6a;
}

#footer-top ul li {
	position: relative;
}

#footer-top ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	width: 1px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

#footer-top ul li:last-child:before {
	display: none;
}

#footer-bottom {
	background-color: #5c6979;
}

/* scrollbar */
.m-footer-select>ul::-webkit-scrollbar {
	-webkit-appearance: none;
}

.m-footer-select>ul::-webkit-scrollbar:vertical {
	width: 7px;
}

.m-footer-select>ul::-webkit-scrollbar:horizontal {
	height: 7px;
}

.m-footer-select>ul::-webkit-scrollbar-thumb {
	background-color: #dbdbdb;
	border-radius: 10px;
	border: none;
}

.m-footer-select>ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

/* 퀵 메뉴 */
.quick-menu {
	width: 1200px;
	position: fixed;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
}

/* ############################# SUB-PAGE CSS ############################# */
/* 01-01 */
.sub-01-01 {
	background: url(../img/bg/bg-gray.jpg) no-repeat;
	background-size: 100% 70%;
	background-position: bottom;
}

.nohow-list ol li.on span {
	transition: 0.5s;
	color: #f68933;
}

.nohow-mobile li span {
	color: #f68933;
}

.nohow-mobile .slick-next:before,
.nohow-mobile .slick-prev:before {
	font-size: 50px !important;
}

.nohow-mobile .slick-next {
	right: 0px !important;
	z-index: 10;
}

.nohow-mobile .slick-prev {
	left: 0px !important;
	z-index: 10;
}

/* 02-01 */
.fee-tab-menu li.on {
	background-color: #0075c1 !important;
}

.fee-list li:hover .consulting-btn {
	background-color: #ef7e00;
}

.fee-list li:hover .price-index {
	background-color: #0075c1;
}

.fee-list li:hover .price-price {
	color: #ff0000;
}

.service-table::-webkit-scrollbar {
	-webkit-appearance: none;
}

.service-table::-webkit-scrollbar:vertical {
	width: 12px;
}

.service-table::-webkit-scrollbar:horizontal {
	height: 12px;
}

.service-table::-webkit-scrollbar-thumb {
	background-color: #dbdbdb;
	border-radius: 10px;
	border: none;
}

.service-table::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

/* 03-01 */
.site-catecory-btn i {
	transition: 0.5s;
}

.site-catecory-btn.on i {
	transform: rotateZ(180deg);
}

.site-list-item {
	width: 16.6666%;
	margin-bottom: 20px;
}

.site-list-item a {
	display: block;
	text-align: center;
	color: #555;
	padding: 0 7px;
}

.site-list-item a div {
	height: 65px;
	border: 1px solid #dbdbdb;
	padding: 10px;
	margin-bottom: 5px;
}

.site-list-item a div img {
	max-height: 100%;
	margin: auto;
}

/* 04-01 */
.template-tab-menu li.on {
	background-color: #0075c1 !important;
}

.template-list {
	display: flex;
	flex-wrap: wrap;
}

.template-list li {
	width: 22%;
	margin-right: 4%;
	padding-bottom: 40px;
	cursor: pointer;
}

.template-list li:nth-child(4n) {
	margin-right: 0;
}

.template-list li.index-1 {
	animation-duration: 0.4s;
}
.template-list li.index-2 {
    animation-duration: 0.5s;
}
.template-list li.index-3 {
    animation-duration: 0.6s;
}
.template-list li.index-4 {
    animation-duration: 0.7s;
}

.template-list li h4 {
	color: #fff;
	font-weight: bold;
	background-color: #7682a4;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;
	margin-bottom: 5px;
	transition: 0.5s;
}

.template-list li.on h4 {
	background-color: #eb8532;
}

.template-list li div {
	position: relative;
	overflow: hidden;
}

.template-list li div p {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.template-list li.on div p {
	opacity: 1;
}

.template-list li div img {
	width: 100%;
}

/* 06-01 */
.consulting-notice-list {
	display: flex;
	align-items: center;
	text-align: left;
	padding: 1rem 0;
}

.consulting-notice-list a {
	display: block;
	max-width: 600px;
}

.consulting-notice-list img {
	width: 15px;
	height: 15px;
}

/* 06-07 */
.faq-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 18px;
	color: #fff;
}

.faq-circle~div {
	width: calc(100% - 48px);
}

.faq-btn i.on {
	transform: rotateZ(180deg);
}

/* login-page */
.login-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* login-lost */
.login-lost-wrap {
	width: 34rem;
}

/* mypage */
.my-page {
	position: relative;
}

.my-page::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: url(../img/bg/bg-section-2_1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -10;
}

/* ################ FNB CSS ################ */
#fnb_header {
	background: #f7f8fa;
}

#fnb_header .container {
	height: 300px;
	background: url('/img/bg/bg-compny-title.png') no-repeat;
	background-size: cover;
	background-position: center;
}

#fnb_header .container div:first-child {
	padding-top: 90px;
}

#fnb_header .container div:first-child h2 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1.5pt;
}

#fnb_header .container div:first-child span {
	letter-spacing: 0.3pt;
	font-size: 18px;
	color: #a8a8a9;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.fnb-nav li.on a {
	transform: scale(1.2);
	color: #0062a2;
}
/* ************ FNB회사소개 페이지 ************ */
.title-box {
	text-align: center;
	margin-bottom: 90px;
}
.title-box span {
	display: block;
	margin-bottom: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
    font-size: 55px;
    color: #363636;
}
.title-box strong {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 33px;
	font-weight: 500;
}
.intro-title-wrap {
	padding-top: 75px;
	background: url('/img/bg/intro_logo_bg.png') no-repeat;
	background-position: 740px 73px;
	animation: 1s 1s intro-logo-bg-anim forwards;
}
@keyframes intro-logo-bg-anim {
  from {
    background-position: 740px 73px;
  }
  to {
    background-position: 740px 0px;
  }
}
.intro-title {
	font-family: 'Noto Sans KR', sans-serif;
	padding: 83px 0px;
	padding-left: 450px;
	background: #a7afbb;
	color: #a7afbb;
	font-size: 46px;
	font-weight: 100;
	animation: 2.3s intro-title-anim forwards;
}
@keyframes intro-title-anim {
  0%{
	transform: translateX(-100%);
  }
  50% {
	transform: translateX(0);

  }
  51% {
	color: #a7afbb;
  }
  100% {
	color: #fff;
  }
}
.intro-title strong {
	font-weight: 400;
}
.intro-cont-wrap {
	color: #333;
	position: relative;
}
@keyframes intro-cont-anim {
  0%{
	opacity: 0;
	transform: translateY(50%);
  }
  50% {
	 opacity: 0%;
  }
  100% {
	opacity: 1;
	transform: translateY(0%);
  }
}
.intro-main-bg {
	position: absolute;
	top: -385px;
	left: 0;
	width: 420px;
	animation: 2.2s 1.2s intro-cont-anim forwards;
	opacity: 0;
}
.intro-main-bg img {
	width: 100%;
}
.intro-cont {
	font-family: 's-core_dream4_regular';
	padding-top: 30px;
	padding-left: 450px;
	font-size: 18px;
	animation: 2s 1.2s intro-cont-anim forwards;
	opacity: 0;
}
.intro-cont h5 {
	font-family: 's-core_dream4_regular';
	font-size: 28px;
	position: relative;
	padding-top: 32px;
}
.intro-cont h5:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #1355c3;
	width: 75px;
	height: 2px;
}
.intro-cont h5 span {
	font-weight: 500;
	color: #1355c3;
}
.intro-cont p {
	margin-top: 40px;
	line-height: 1.7;
}
.intro-cont p:last-child {
	display: flex;
	align-items: center;
	font-weight: 500;
}
.intro-cont p:last-child img {
	margin-left: 20px;
	width: 205px;
}

.li_margin  li {
  margin-bottom: 14px;
}
.li_margin  li:last-child {
  margin-bottom: 0;
}

/* ############################# 미디어 쿼리 ############################# */
@media (max-width: 1200px) {
	body {
		padding-top: 125.5px;
	}

	/* ################## SECTION1 CSS ################# */
	/* 빠른 고객서비스 영역 */
	.visual-slider .slick-track>li:before {
		height: 455px;
	}

	.visual-slider li:nth-child(1) img {
		width: 100%;
	}

	.visual-slider li:nth-child(2) img {
		width: 50%;
	}

	.quick-service:before {
		top: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 93%;
		height: 1px;
		background-color: #eee;
	}

	/* ################## SECTION4 CSS ################# */
	#section4 {
		height: 355px;
	}

	.bottom-btn {
		bottom: -105%;
	}

	.bottom-left-btn {
		left: 10px;
	}

	.bottom-right-btn {
		right: 10px;
	}

	/* ############################# SUB-PAGE CSS ############################# */
	/* 01-01 */
	.sub-01-01 {
		background: #fff;
	}

	/* 03-01 */
	.site-list-item {
		width: 25%;
	}

	/* 04-01 */
	.template-list li {
		width: 29.3333%;
		margin-right: 6%;
	}

	.template-list li:nth-child(4n) {
		margin-right: auto;
	}

	.template-list li:nth-child(3n) {
		margin-right: 0;
	}

	/* 06-01 */
	.consulting-notice-list {
		max-width: 330px;
	}

	/* common */
	.request-width-1 {
		width: 98%;
	}

	/* intro */
	.title-box {
		margin-bottom: 20vw;
	}
	.intro-title-wrap {
		background: none;
		padding: 0;
	}
	.intro-title {
		font-size: 4vw;
		padding: 20% 5% 60px;
	}
	.intro-main-bg {
		opacity: 1;
		top: -47vw;
		left: 50%;
		transform: translateX(-50%) !important;
		width: 90%;
		animation: none;
	}
	.intro-cont {
		padding: 0;
	}
}

@media (max-width : 640px) {
	body {
		padding-top: 100px;
	}

	.visual-slider {
		height: auto;
	}

	.bottom-btn {
		bottom: -96%;
		width: 40px;
		height: 40px;
		font-size: 2.5rem;
	}

	.bottom-left-btn {
		left: 5px;
	}

	.bottom-right-btn {
		right: 5px;
	}

	/* ############################# SUB-PAGE CSS ############################# */
	/* 03-01 */
	.site-list-item {
		width: 33.3333%;
	}

	.site-list-item a {
		font-size: 0.875rem;
		padding: 0 3px;
	}

	.site-list-item a div {
		height: 50px;
		margin-bottom: 3px;
	}

	/* 04-01 */
	.template-list li h4 {
		font-size: 14px;
	}

	.template-list li {
		width: 47%;
		margin-right: 6%;
	}

	.template-list li:nth-child(3n) {
		margin-right: auto;
	}

	.template-list li:nth-child(2n) {
		margin-right: 0;
	}

	/* 06-01 */
	.consulting-notice-list {
		max-width: 80%;
		padding: 0.5rem 0;
	}

	/* 06-07 */
	.faq-circle {
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.faq-circle~div {
		width: calc(100% - 38px);
	}

	/* fnb-header */
	#fnb_header .container {
		height: 230px;
	}

	#fnb_header .container div:first-child h2 {
		font-size: 30px;
	}

	#fnb_header .container div:first-child span {
		font-size: 15px;
	}

	/* login-lost */
	.login-lost-wrap {
		width: 100%;
	}

	/* common */
	.request-width-2 {
		width: calc(100% - 6rem);
	}

	/* intro */
	.intro-title {
		font-size: 5.5vw;
		padding-bottom: 30px;
	}
	.title-box {
		margin-bottom: 30vw;
	}
	.title-box span {
		font-size: 30px;
	}
	.title-box strong {
		font-size: 23px;
	}
	.intro-main-bg {
		top: -58vw;
		width: 97%;
	}
	.intro-cont {
		font-size: 13px;
	}
	.intro-cont h5 {
		font-size: 15px;
	}
	.intro-cont p {
		margin-top: 20px;
	}
	.intro-cont p:last-child {
		justify-content: center;
	}
	.intro-cont p:last-child img {
		margin-left: 7px;
	}
	.intro-cont p:last-child img {
		width: 170px;
	}
}

/* ANIMATION CSS */
.opacity-anim {
	animation-duration: 0.8s;
	animation-name: opacity-anim;
	animation-timing-function: linear;
}

.ltr-anim {
	animation-duration: 0.5s;
	animation-name: ltr-anim;
	animation-timing-function: linear;
}

.rtl-anim {
	animation-duration: 0.5s;
	animation-name: rtl-anim;
	animation-timing-function: linear;
}

.utd-anim {
	animation-duration: 0.7s;
	animation-name: utd-anim;
	animation-timing-function: linear;
}

.dtu-anim {
	animation-duration: 0.7s;
	animation-name: dtu-anim;
	animation-timing-function: linear;
}

@keyframes opacity-anim {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes ltr-anim {
	0% {
		opacity: 0;
		transform: translateX(-30%);
	}

	80% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@keyframes rtl-anim {
	0% {
		opacity: 0;
		transform: translateX(30%);
	}

	80% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
		transform: translateX (0%);
	}
}

@keyframes utd-anim {
	from {
		opacity: 0;
		transform: translateY(-30%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}

}

@keyframes dtu-anim {
	from {
		opacity: 0;
		transform: translateY(30%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}
