@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; word-break: keep-all !important; padding-top: 90px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', "NanumGothic", 'Malgun Gothic', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.sub-layout{
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
	background-color: #fff;
	border: 0;
	margin:0;
}
.navbar.navbar-inverse .container .navbar-header{
	margin: 0;
}
.navbar.navbar-inverse .container .navbar-header .navbar-brand {
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin: 27px 0;
    padding: 0;
}
.navbar.navbar-inverse .container .navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li > a {
    display: block;
    padding: 35px 10px;
    margin: 0 15px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: relative;
    letter-spacing: -.03em;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    border-top: 3px solid #E60012;
    transition: all .3s ease;
    transform: translateX(-50%);
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:hover > a, 
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li.open > a,
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:focus > a{
    color: #261A17;
    background-color: transparent;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:hover > a:before{
	width: calc(100% - 30px);
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
    border-top: 1px solid #e0e0e0;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
    padding: 8px 15px;
    line-height: 1;
    color: #666;
    letter-spacing: -0.03em;
    font-size: 14px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #222 !important;
    background: #f6f6f6;
    font-weight: 500;
}
@media (max-width: 767px){
	.body-layout{
		padding-top: 52px;
	}
	.navbar-inverse .navbar-header .navbar-toggle{
		border-color: #E60012;
		background: transparent;
	}
	.navbar-inverse .navbar-header .navbar-toggle .icon-bar{
		background: #E60012;
	}
	.navbar-header .navbar-brand{
		margin: 8px 0 !important;
	}
	.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li > a{
		padding: 10px 15px;
	}
	.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu{
		left: 0;
		transform: translateX(0);
		box-shadow: none;
		border: 0;
		text-align: left;
		padding: 10px 15px;
	}
}
/* //상단 네비게이션 */


/* 슬라이드 영역 */

.container.container_slide{
	width: 100%;
	padding: 0;
}
.container.container_slide .fill{
	height: 820px;
	background-size: cover !important;
}
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption {
    padding: 0;
    bottom: auto;
    top: 70px;
}
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption h1,
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption p{
    text-align: left;
}
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
}
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 20px 0 0;
}
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption h1 span,
.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}
@media (max-width: 767px){
	.container.container_slide .fill{
		height: 230px;
	}
	.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption{
		padding: 10px;
   		background: rgba(0,0,0,0.4);
	}
	.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption h1{
		font-size: 26px;
		font-weight: 600;
		margin: 0;
	}
	.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption p{
		font-size: 14px;
		font-weight: 400;
		letter-spacing: -0.02em;
		margin: 20px 0 0;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.container.container_slide .fill{
		height: 328px;
	}
	.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption{
		padding: 10px;
		background: rgba(0,0,0,0.4);
	}
	.container.container_slide .carousel.slide .carousel-inner .item .carousel-caption p{
		font-size: 18px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.container.container_slide .fill{
		height: 424px;
	}
}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.intro-html-layout {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 40px;
}
.intro-html-layout > .col-sm-12 > .row{
	margin-bottom: 100px;
}
.intro-html-layout .top .content {
    margin: 30px 0;
}
.intro-html-layout .subject h4 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px;
    color: #222;
}
.intro-html-layout .subject h4 span {
    background: #fff;
    padding: 0 30px 0;
}
.intro-html-layout .subject h4:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
	left:0;
    z-index: -1;
}
.intro-html-layout .main-box .main-box-inner{
	
}
.intro-html-layout .main-box .main-box-inner a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #f6f6f6;
    padding: 60px 0 0;
    height: 270px;
}
.intro-html-layout .main-box .main-box-inner a .fa {
    transition: all .3s ease;
    font-size: 45px;
    width: 100px;
    height: 100px;
    background: #4a4a4a;
    color: #fff;
    border-radius: 50%;
    line-height: 100px;
}
.intro-html-layout .main-box:nth-child(2) .main-box-inner a .fa{
	background-color:#e70012;
}
 .intro-html-layout .main-box:nth-child(3) .main-box-inner a .fa{
	background-color:#1f69af;
}
.intro-html-layout .main-box .main-box-inner a:after {
    content: "";
    width: 0;
    height: 3px;
    background: #e70012;
    position:absolute;
    left:0;
    bottom: 0;
    transition:width ease 0.5s;
}

.intro-html-layout .main-box .main-box-inner a:hover:after{
    width:100%;
}
.intro-html-layout .main-box .main-box-inner h5{
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	letter-spacing: -0.03em;
	color: #222;
	line-height: 1.4;
	margin: 20px 0 0;
}
.intro-html-layout .middle dl {
    margin: 0;
    padding-left: 10px;
    padding-top: 30px;
}
.intro-html-layout .middle dl dt, 
.intro-html-layout .middle dl dd {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    letter-spacing: -0.03em;
}
.intro-html-layout .middle dl dt{
	width: 20%;
}
.intro-html-layout .middle dl dd {
    width: 80%;
    color: #666;
    font-size: 17px;
}
.intro-html-layout .bottom{
	overflow: hidden;
}
.intro-html-layout .bizRollin{
	padding: 5px 0 0;
	width: 5800px;
	overflow: hidden;
}
.intro-html-layout .bizRollin li{
	float: left;
	width: 200px;
}
@media (max-width: 767px){
	.main-box{
		margin-bottom: 15px;
	}
	.intro-html-layout .bizRollin{
		width: 4640px;
    	margin-left: -15px;
	}
	.intro-html-layout .bizRollin li{
		width: 160px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}@media (min-width: 1200px){

}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
    height: 250px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container h2 {
    text-align: left;
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 110px 0 0;
}
.subMenu {
    padding-top: 70px;
}
.subMenu > h2 {
	display: none;
}
.subMenu .nav {
    padding-right: 30px;
}
.subBody .subMenu .nav li{
	border-bottom: 1px solid #e0e0e0;
}
.subBody .subMenu .nav li+li{
	margin-top: 0;
}
.subBody .subMenu .nav li:first-child {
    border-top: 2px solid #333;
}
.subBody .subMenu .nav li a {
    color: #666;
    padding: 13px 15px;
    letter-spacing: -0.03em;
    font-size: 16px;
}
.subBody .subMenu .nav .active a {
    border-radius: 0;
    background-color: #e60012;
    color: #fff;
    font-weight: 500;
}
.subBody .subMenu .nav .active a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
    opacity: 0.6;
}
.subBody {
    padding: 0px 0 70px;
}
.subContent {
    padding-top: 70px;
}
.subContent > h3 {
    color: #333;
    font-size: 36px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 40px;
    /* border-bottom: 1px solid #333; */
    /* padding-bottom: 20px; */
    letter-spacing: -0.03em;
}
.subContent .breadcrumb {
    background-color: transparent;
    float: right;
    padding: 0;
    margin: 0;
    letter-spacing: -0.02em;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
}
.subContent .breadcrumb li a{
	color: #888;
}
.subContent .breadcrumb li.active{
	color: #222;
}
#personal .subBody .subContent_inner p{
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.subBody .subContent_inner p {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.8;
}
.subContent_inner > div > p span{
	color: #e60012;
}


.subContent_inner .table {
    border-top: 2px solid #333;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
}
.subContent_inner .table th {
    background: #f6f6f6;
    font-weight: 500;
    color: #333;
}
.subContent_inner .table thead th {
    border-bottom: 1px solid #333;
    padding: 15px;
}
.subContent_inner .table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}



#about01 .subContent_inner p {
    font-size: 16px;
	margin:0 0 20px
}
#about01 .subContent_inner p strong {
    font-size: 1.3em;
    font-weight: 400;
    color: #444;
}
#about02 .history-box {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #e0e0e0;
}
#about02 .history-box .history-year span {
    font-size: 50px;
    font-weight: 300;
    color: #e60012;
    line-height: 1;
    display: block;
}
#about02 .history-box .history-list dl dt {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
#about02 .history-box .history-list dl dd {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.5;
    margin: 0 0 20px;
}
#about02 .history-box .history-list dl dd ul {
    padding-left: 20px;
    margin: 10px 0 0;
}
#about02 .history-box .history-list dl dd li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
#about02 .history-box .history-list dl dd li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
#about03 .subContent_inner > div{
	margin-bottom: 30px;
}
#about03 .subContent_inner > div > img {
    padding: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
#about03 .subContent_inner > div > label {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
    padding: 20px 0 0;
    margin: 0;
}
#about04 .subContent_inner > div > dl {
    margin: 0 0 20px;
    border-top: 2px solid #333;
}
#about04 .subContent_inner > div > dl dt,
#about04 .subContent_inner > div > dl dd {
    display: inline-block;
    width: 85%;
    padding: 13px 15px;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: -0.03em;
    color: #666;
    font-size: 15px;
}
#about04 .subContent_inner > div > dl dt {
    width: 15%;
    text-align: center;
    background-color: #f6f6f6;
    color: #333;
    font-weight: 500;
}
[id^="business"] .business-box{
	margin-bottom: 60px;
}
[id^="business"] .business-box ul {
    padding-left: 0;
    margin: 0px 0 30px;
}
[id^="business"] .business-box ul li {
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    color: #666;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    padding-left: 15px;
}
[id^="business"] .business-box ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 2px;
    height: 2px;
    background: #666;
    border-radius: 50%;
}
.subContent_inner div h5 {
    font-size: 20px;
    padding: 15px;
    background-color: #f3f3f3;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0px 0 25px;
}

.subContent_inner .system_title {
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #222;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
}

.subContent_inner .system_title:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #e60012;
    position: absolute;
    left: 5px;
    top: 6px;
    border-radius: 50%;
}

[id^="product"] .product-box .product-features ul{
	padding-left: 0;
    margin: 20px 0 0;
}
[id^="product"] .product-box .product-features ul li {
	font-size: 15px;
    line-height: 1.6;
    position: relative;
    color: #666;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    padding-left: 15px;

}
[id^="product"] .product-box .product-features ul li:before{
	content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 2px;
    height: 2px;
    background: #666;
    border-radius: 50%;
}
.product-box {
    margin-bottom: 60px;
}
.product-img > ul {
    padding: 30px 0;
}

@media (min-width: 768px){
	#product02 .product-box:first-child .product-img ul li {
		width: 20%;
	}
	#product02 .product-box:first-child .product-img ul li img{
		min-height: 190px;
	}
	#product02 .product-box:first-child .product-img ul li label{
		display: block;
		text-align: center;
	}
	#product04 .width {
		width: 80%;
	}
}

#product02 .product-box:first-child .product-img ul li label {
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 15px 0 0;
    color: #222;
}

#performance .table-responsive > span {
    font-size: 38px;
    font-weight: 300;
    color: #e60012;
    line-height: 1;
    display: block;
    margin: 0 0 30px;
}
#performance .subContent_inner .table td {
    padding: 12px 15px;
}
@media (max-width: 767px){
	.subMenu{
		padding-top: 0;
	}
	.subMenu .nav{
		padding: 0;
	}
	#performance .table-responsive {
		overflow-y: hidden;
   		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	#performance .table-responsive .table{
		overflow-x: scroll;
		white-space: nowrap;
		
	}
	#performance .table-responsive > span{
		margin-top: 30px;
	}
	
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}@media (min-width: 1200px){

}
/* //서브페이지 */

/* footer */
.footer_copy .text-center {
    background-color: #333;
    padding: 50px 0;
    margin: 0px 0px 0px 0px;
    float: none;
    font-size: 14px;
    color: #bbb;
    text-align: left;
    letter-spacing: -0.02em;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
}
.footer_copy .wrap-footer .container{
    display: flex;
    justify-content: space-between;
}
.footer_copy .wrap-footer .container:before,
.footer_copy .wrap-footer .container:after{display: none;}
.footer_copy .wrap-footer .text{}
.footer_copy ul {
    padding-left: 0;
    margin: 0;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 0 10px;
}
.footer_copy ul li {
    margin-bottom: 4px;
}
.footer_copy ul > li:nth-child(3), .footer_copy ul > li:nth-child(4), .footer_copy ul > li:nth-child(5) {
    float: left;
    margin-right: 20px;
}
.footer_copy ul address{
	margin-bottom:0;
}
.footer_copy .copyrights {
    opacity: 0.6;
}
.footer_copy .wrap-footer .modal-area{}
.footer_copy .wrap-footer .modal-area .btn-primary{
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    padding: 5px 7px 3px;
    opacity: 0.6;
}
.footer_copy .wrap-footer .modal-area .btn-primary:hover{opacity: 1;background: #fff;color: #333;}

.modal-dialog{
	width: 100%;
	max-width: 800px;
}
.modal-title{
    color: #000;
    font-size: 30px;
}
.modal-body{
    color: #000;
}
.modal-body p{
    font-size: 16px;
    margin: 30px 0 10px;
}
.modal-body .li-num{
    padding: 0;
    margin: 0 0 20px;
}
.modal-body .li-num > li{
    margin-top: 5px;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
}
.modal-body .li-num > li > .num{
    position: absolute;
    left: 0;
}
.modal-body .li-dot{}
.modal-body .li-dot > li{
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    float: none !important;
}
.modal-body .li-dot > li::before{content: '';display: block;width: 3px;height: 3px;background: #5d5959;position: absolute;top: 8px;left: 0;}
.modal-body .li-dash{
    margin: 0 0 20px;
    padding: 0;
}
.modal-body .li-dash > li{
    font-size: 15px;
    padding-left: 12px;
    position: relative;
}
.modal-body .li-dash > li::before{content: '';display: block;width: 5px;height: 1px;background: #888;position: absolute;top: 12px;left: 0;}




@media (max-width: 767px){
	.footer_copy .text-center{
		text-align: center;
	}
	.footer_copy ul li{
		float: none !important;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}@media (min-width: 1200px){

}
/* //푸터 */


/* login */
.login-layout .panel, 
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 400px;
    margin: 0 auto 50px;
    border: none;
    border-radius: 0px;
    padding: 0;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #e60012;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #e60012;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #bd0211;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .4);
	border-radius: 10px;
	border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
	border-radius: 10px;  
	background-color: #ffffff; 
}