@charset "utf-8";
@import url('/skin/font/notokr/notokr.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/v4-shims.css');

/* 초기화 코드 */
html{ overflow-x: hidden; overflow-y: scroll;}
.body-layout{background-color: #fff;}
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { 
	font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; 
}
ol, ul, li{list-style: none;list-style-position: inside; padding:0; margin: 0;}
p, li, dl, dt, td, th, h1, h2, h3, h4, h5{word-break:keep-all; margin: 0;}
a{text-decoration: none;}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a{display: none;}

/*메인 & 서브 상단 마진*/
/* .container_slide,.sub-layout{margin-top:120px;} */

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse {
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.navbar-header{
	padding: 20px 0;
}
/*로고*/
.navbar-inverse .navbar-brand {
	position: relative;
	padding: 0;
    margin: 0 !important;
}
.navbar-inverse .navbar-brand img {
	margin-top:-0 !important;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    z-index: 100;
}
.navbar-inverse .navbar-nav > li{
	padding-top: 27px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 15px 27px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #333;
    text-shadow: none;
    line-height: 1;
}
.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #44267e; 
	background-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
	color: #44267e; 
	background-color: transparent;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		background: rgba(0, 0, 0, 0.8);
		border: none;
		padding: 12px 18px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 15px;
		left: -90%;
		right: auto;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
	}
	
	.navbar-inverse .navbar-nav .divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li {
		display: table-cell;
	}
	.dropdown-menu>li>a{color:#fff;}
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
    color: #ffd596;
    background: rgba(255,255,255,0.0);
}

	.navbar-inverse .navbar-nav .dropdown.open > ul,
	.navbar-inverse .navbar-nav .dropdown:hover > ul {
		/* display: inline-flex !important; */
	}
}
/*------ //상단 메뉴 설정 ------*/
/*------ CAROUSEL ------*/
.container_slide{
	width:100%;
	padding:0;
}
.container_slide > .fill, 
.carousel-inner .item .fill {
    height: 100vh;
    /* height: calc(100vh - 120px); */
}
.carousel,
.carousel-inner{
	position: relative;
}
.carousel-caption {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    color: #fff;
}
.carousel-caption h1 span {
    display: block;
    font-size: 26px;
    letter-spacing: -0.06em;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.7;
}
.carousel-caption p span{
    margin: 0 0 25px;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
}
.carousel-caption h1 span,
.carousel-caption p span{
    background: transparent;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left{
	display:none
}
/*------ //CAROUSEL ------*/
/*------ 메인페이지 ------ */
.container_contents{width: 100%;}
.intro-html-layout > div{padding:0;}
.intro-html-layout section{
	padding-top: 120px;
	padding-bottom: 150px;
	border-bottom: 1px solid #eee;
}
section .title{
	margin: 0 0 40px;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.034em;
}
section .title + p{
    margin: 0 0 100px;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.034em;
}

/*------- 회사소개 -------*/
section#intro{
    padding: 130px 0;
    background: #393445;
    color: #fff;
}
section#intro .title{
	color: #fff;
}
.intro1{
    margin-bottom: 80px;
}
.box-detail, .detail{
	text-align: center;
}
.box-detail h3{
	margin: 0;
	padding: 20px 0 20px;
	font-size: 23px;
	font-weight: 600;
    background: rgba(252, 200, 123, 0.8);
    color: #393445;
    border-radius: 5px;
    letter-spacing: -0.04em;
}
.box-detail div{
	height: 170px;
    line-height: 160px;
	margin-top: 5px;
	border-radius:  5px;
	background: rgba(255, 255, 255, 0.7);
}
.box-detail div > p{
	display: inline-block;
    font-size: 18px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.05em;
	line-height: 1.5;
    vertical-align: middle;
}

.intro2 img {
    border-radius: 10px;
}

.intro2 > p{
    margin: 100px 0 0;
	font-size: 30px;
    font-weight: 200;
    letter-spacing: -0.05em;
    text-align: center;
}
.timeline {
    margin-top: 25px;
    margin-left: 150px;
    border-left: 2px dashed #fcc87b;
    height: 320px;
}
.timeline-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    clear: both;
    padding: 20px 0;
}
.marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-top: 6px;
	margin-left: -9px;
	z-index: 99;
	border: 2px solid #ffc979;
	background: #3e384b;
}
.timeline-content {
    padding-left: 30px;
}
.timeline-content span {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #ffc979;
    font-style: italic;
}
.timeline-content span:before{
	content: '';
	position: absolute;
	width: 22px;
	height: 1px;
	background: #ffc979;
	left: -30px;
	top: 13px;
}
.timeline-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
}

/*------- 주요사업 -------*/
.detail h3{
	position: relative;
	margin: 0 0 20px;
	padding: 30px 0 15px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.05em;
}
.detail h3:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #7967e8;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.detail ul{}
.detail ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: -0.04em;
}


#remote .detail {
    margin: 30px 0 0;
    background: #fff;
    padding: 40px 20px;
    border: 1px solid #ddd;
}
.intro-html-layout section#hack{
	padding-top: 100px;
}
#partner .title {
    margin-bottom: 100px;
}
#partner img{
    border: 4px solid #eee;
    padding: 20px;
}

#location i{
    margin-right: 10px;
	font-size: 25px;
    color: #fdac33;
}
/*------- 사업문의 -------*/
#contact{
	padding: 130px 0;
	background: #eee;
}
#contact .title{
    margin: 0 0 80px;
}
#mod_type_formForm{
    margin: 0 auto;
}
#contact .q_number .pull-left {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.8px;
}
#contact .q_number .pull-left:after {
    content: none;
}
.q_number div:nth-child(n+2){
    font-size: 15px;
    color: #777;
    letter-spacing: -0.5px;
}
#contact .q_number .pull-left .fa{
    display: none;
}

#contact .q_number{
    background: #f7f7f7;
}
#contact label[for='mail_agree']{
    padding-left: 15px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #555;
}
#contact label input{
    margin: 0 5px;
}
#contact .form-control {
    margin: 8px 0 15px;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 8px 10px;
}
#contact textarea.form-control{
	height: 150px;
}
#contact .input-group-btn{
    vertical-align: top;
    padding-top: 8px;
}
.upbtn {
    height: auto;
    padding: 8px 12px;
}
#contact .btn-primary {
    border:none;
    border-radius: 0;
    height: 60px;
    background: #afafaf;
    width: 200px;
    font-size: 17px;
    transition:all ease 0.3s;
}
#contact .btn-wrap {
    padding: 0 !important;
    margin-top: 80px !important;
    text-align: left;
}
#contact .btn-wrap .btn {
    float: none !important;
}

.agreement{margin-top: 27px;}
.agreement .checkbox label:nth-of-type(2){display:none;}
.agreement .policy,
.agreement .checkbox label{
    font-size: 15px;
    line-height: 1.6;
}
.agreement .policy {
    background: #fff;
    padding: 40px 30px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    color: #666;
}
.agreement .checkbox{
    margin: 20px 0 0;
}
.agreement .checkbox label{
	position: relative;
	padding-left: 25px;
	letter-spacing: -0.034em;
	line-height: 1.5em;
	font-size: 14px;
}
.agreement .checkbox input[type=checkbox]{
	position: absolute;
	margin: 0;
	left: 0;
	top: 5px;
}
/*------ //메인페이지 ------ */
#goTop{
    z-index: 100;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgb(253, 172, 51);
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    position: fixed;
    right: 15%;
    bottom: 5%;
    cursor: pointer;
    transition-duration: 0.4s;
}
/*------- 푸터 --------*/
.footer_copy > div {
    padding: 0;
}
#footer {
    padding: 40px 0 40px;
    background-color: #555;
    text-align: center;
}
#footer ul {
    padding: 0;
    margin: 0 0 5px;
}
#footer ul li {
    line-height: 1.7;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
#footer ul li:last-child{
    margin-top: 15px;
    font-size: 11px;
    color: rgba(255,255,255,0.4);
}
/*------- //푸터 --------*/

.sub-layout{
	width:100%;
	padding:0;
}

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #ddd;
    padding: 205px 15px 100px;
	margin-top:-30px
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.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: 2px;
    border: 1px solid #d3d3d3;
    height: 40px;
    color: #555;
    font-size: 15px;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #fdac33;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #fdac33;
    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: #fdac33;
}
.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 (min-width:768px){
#business .col-sm-3 {
    border-right: 1px dashed #ddd;
    min-height: 327px;
}
#business .col-sm-3:last-child {
    border-right: none;
}
}
.carousel-caption p span {
    font-weight: 700;
    color: #000777;
}
.intro2 > p b {
    font-weight: 400;
}
#appsuit {
    background: #f4f4f4;
}
#appsuit .detail {
    background: #fff;
    min-height: 540px;
    padding: 60px 0 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 0px 1px #ebebeb;
}
#appsuit .detail img {
    width: 120px;
    margin-bottom: 20px;
}
#appsuit .detail h3 {
    font-size: 20px;
}
#location {
    background: #444;
    padding: 120px 0;
}
#location .title {
    color: #fff;
    font-weight: 500;
}
#location .title + p {
    color: #fff;
     margin-bottom: 0; 
    font-size: 20px;
    letter-spacing: 0;
}
#hack {
    background: #f4f4f4;
}
#hack .col-sm-3 {
    background: #fff;
    height: 300px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 50px;
    border-right: 1px solid #eee;
}
#hack .detail ul li {
    text-align: left;
}
#hack .detail h3 {
    text-align: left;
    color: #44267e;
}
#hack .detail h3:after {
    left: 13%;
    background: #a082dc;
    height: 1px;
    width: 55px;
}
#hack .col-sm-3:last-child {
    padding-right: 0;
}
#hack .row {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 0px 1px #ebebeb;
    margin-top: 100px;
}
#contact .col-sm-7 {
    padding-left: 40px;
}
#remote .title + p {
    margin-bottom: 60px;
}

#remote .detail h3:after {
    background: #333;
    height: 1px;
    display: none;
}
#remote {
    background: #fafafa;
}
#remote .detail ul li {
    line-height: 1.4em;
    font-weight: 400;
}
#remote .detail h3 {
    padding: 50px 0 0;
    font-size: 22px;
    color: #44267e;
}
/* .intro1 .box-detail {
    background: #fff;
    width: 100%;
    border-radius: 50%;
    height: 262px;
    border: 10px solid #b8b0cc;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.intro1 .col-sm-3:nth-of-type(2) .box-detail div > p {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.4em;
}
.intro1 .col-sm-3:nth-of-type(3) .box-detail div > p {
    font-size: 26px;
    margin-top: 20px;
}
.intro1 .col-sm-3:nth-of-type(4) .box-detail div > p {
    font-size: 18px;
    line-height: 1.6em;
    margin-top: 0;
} 
.box-detail div > p span {
    font-size: 26px;
}
*/

/* mobile */
@media (max-width:768px){
    /*모바일 메인 & 서브 상단 마진*/
    .container_slide,.sub-layout{margin-top:65px;}
    
    /* 모바일 상단메뉴 */
    .navbar-header {padding: 0;}
	.navbar-header .navbar-brand{
        margin: 15px 13px !important;
		font-size: 20px;
		line-height: 1.1;
		letter-spacing: -1.5px;
	}
    .navbar-inverse {border-bottom: none;}
    .navbar-inverse .navbar-brand img {width: 210px;}
    .navbar-inverse .navbar-toggle {
        padding: 28px 18px;
        margin: 0;
        background: #fff;
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus, 
    .navbar-inverse .navbar-toggle:hover {background: #fff;}
	.navbar-inverse .navbar-toggle .icon-bar {height: 2px; background-color: #555;}
    .navbar-inverse .navbar-toggle:focus .icon-bar{background-color: #555;}
	.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
	
    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse{max-height: 415px;}
    .navbar-inverse .navbar-nav{margin: 0 -15px; padding: 0;}
    .navbar-inverse .navbar-nav > li {padding-top: 0;}
	/*.navbar-inverse .navbar-nav > li:nth-child(6),*/
	/*.navbar-inverse .navbar-nav > li:nth-child(7){display:none;}*/
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #352358;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }
	.navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
		border-bottom: 1px solid #44267e;
		color: #fff;
		background-color: #44267e;
		}
    .navbar-nav .open .dropdown-menu {padding: 0;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 25px;
        font-size: 15px;
        color: #fff;
		background: #414446;
        letter-spacing: -0.03em;
        text-align: left;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover{
		background: #414446;
    }
    
    /* 모바일 배너이미지 */
    .intro-html-layout .col-sm-12{padding:0;}
    .container_slide > .fill, .carousel-inner .item .fill{height: 250px;}
	.carousel-caption {width: 100%; left: 0;}
    .carousel-caption h1 span {margin:0; font-size: 14px;}
    .carousel-caption p span{font-size: 33px;}
    
    /* 모바일 메인페이지 */
	.container_contents{padding: 0;}
    .container_contents > .row, .main-content > .row{margin: 0; width: 100%;}
    .intro-html-layout section {padding: 60px 0 50px;}
    
    section .title {margin: 0 0 25px; text-align: center; font-size: 28px;}
    section .title + p {margin: 0 0 40px; font-size: 16px; font-weight: 400;}

    section#intro {padding: 50px 0 70px;}
    section#intro + p {font-weight: 300;}
    .intro1 {margin-bottom: 0;}
    .box-detail{margin-bottom: 20px;}
    .box-detail h3 {padding: 15px 0; font-size: 18px;}
    .box-detail div {height: 110px; line-height: 110px;}
    .box-detail div > p, .timeline-content p {font-size: 16px;}
    .timeline {margin: 40px 15px 50px;}
    .intro2 img {border-radius: 0;}
    .intro2 > p{margin: 50px 0 0; font-size: 18px;}

    section#business{padding: 70px 0 0;}
    section#business .title + p{margin: 0 0 15px;}
    #business .col-sm-3{min-height: auto;}
    #business .detail{padding: 25px 0 45px; border-bottom: 1px dashed #ddd;}
    .detail h3 {margin: 0 0 15px; padding: 10px 0 15px; font-size: 20px;}
    .detail ul li {font-size: 16px; font-weight: 400; line-height: 1.5em;}
    #appsuit .detail {min-height: 0; margin-bottom: 15px; padding: 45px 0 45px;}

    #remote .title + p {
        margin-bottom: 50px; }
    #remote .detail {
        margin: 0 0 15px;}
    .intro-html-layout section#hack {padding-top: 50px;}
    #hack .row {border: none; box-shadow: none; margin: 10px 0;
    }
    #hack .col-sm-3 {background: #fff; height: auto; padding: 30px 20px;  margin-bottom: 15px; border: 1px solid #ddd;}
    #partner .title {margin-bottom: 50px; }
    #partner img {margin-bottom: 15px;}

    section#location{padding: 50px 0;}
    #location .title + p {margin-bottom:0; font-size: 14px;}
    #location iframe{height: 250px;}
    #contact {padding: 60px 0 0;}
    #contact .title {margin: 0 0 20px;}
    #contact .col-sm-7 {padding-left: 15px;}
    #contact form{margin-bottom: 50px; margin-top: 30px; padding: 25px; background: #f7f7f7;}

    #contact .btn-wrap {padding: 0 !important; margin-top: 30px !important;text-align: center;}
    #contact .btn-primary {height: 50px;}
    #goTop{display: none;}

	/* 모바일 푸터 */
	#footer img {width: 130px;}
	.footer_copy .ft-login {right: 6%; top: 20%;	padding: 7px 15px; font-size: 12px;}
	
	/* 모바일 로그인 */
    .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;
    }
}