@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: 85px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', 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;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
    margin-top:13px;
	margin-left: 0 !important;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.navbar-nav>li {
    line-height: 0;
    height: 85px;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 34px 30px 31px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    border-bottom: 3px solid #fff;
    letter-spacing: -0.03em;
    line-height: 1;
}
.navbar-inverse .navbar-nav>li>a i {
    line-height: 0;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #1f46b5;
    background: none;
    border-color: #1f46b5;
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.nav.navbar-nav li .dropdown-menu li a {
    color: #333;
    text-align: center;
    padding: 12px 0;
    line-height: 1;
    font-size: 15px;
    letter-spacing: -0.02em;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: rgba(0,0,0,0);
    text-decoration:underline;
    color:#2859e8 !important;
}
@media (min-width:768px){
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(-50%);
        left: 50%;
        padding: 15px;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
.fill{
    height: calc(100vh - 86px);
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner .item .carousel-caption{
    top: 25.5%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
    text-align:left;
}

/* .carousel-inner .item .carousel-caption h1 {
    margin-top: 0;
    font-size: 64px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.2;
    color: #0a2a88;
    text-align: center;
} */
.carousel-inner .item .carousel-caption h1 small {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: -0.01em;
    padding-left: 5px;
}
.carousel-inner .item .carousel-caption p{
    display: none;
}
/*
.carousel-inner .item .carousel-caption p{
    margin-bottom: 0;
    padding: 10px 70px 10px 20px;
    border-left: 5px solid #fff;
    background: rgba(0,0,0,0.2);
    display: inline-block;
    font-size: 18px;
    line-height: 1.8;
}
*/
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}
.carousel-inner .item .carousel-caption p > span > span{

}


/* 2020-07-03 슬라이드 수정 */

.carousel-inner .item .carousel-caption h1 span {
    font-size: 71px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}
.carousel-inner .item .carousel-caption h1 {
    margin: 0;
    opacity: 0.5;
    text-align: center;
}
/* 2020-07-03 슬라이드 수정 END */


.carousel-control > span{
    display: none !important;
}
.carousel-control.left{
    background: url('/skin/img/slide/arrow_prev.png') no-repeat center;   
}
.carousel-control.right{
    background: url('/skin/img/slide/arrow_next.png') no-repeat center;   
}

.carousel-indicators{
    display:none;
}

.carousel-indicators li{
    width: 100px !important;
    height: 8px !important;
    margin: 0 5px !important;
    border: 0;
    background: rgba(255,255,255,0.5);
}
.carousel-indicators li.active{
    background: rgba(255,255,255,1);
}

/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12{
    width: 100%;
    margin: 0;
    padding: 0;
}
/* .intro-html-layout {
    margin-top:-245px;
}
.intro-html-layout .main-grid {
    text-align:center;
}
.intro-html-layout .main-grid .row {
    margin-left: -5px;
    margin-right: -5px;
}
.intro-html-layout .main-grid .col-xs-12{
    display: inline-block;
    float: none;
    width:150px;
    padding:0 5px;
    text-align:center;
}
.intro-html-layout .main-grid .thumbnail {
    border-radius: 0;
    border: 0;
    padding:30px 0;
    margin: 0;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    background:rgba(20, 140, 228, 0.75);
    color: #fff;
}
.main-grid .box2 .thumbnail {
    background: rgba(7, 40, 137, 0.75);
}
.main-grid .box3 .thumbnail {
    background: rgba(189, 156, 74, 0.75)
}
.intro-html-layout .main-grid .thumbnail:after{
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    border-right: 23px solid #148ce4;
    border-bottom: 23px solid #148ce4;
    border-top: 23px solid rgba(0,0,0,0);
    border-left: 23px solid rgba(0,0,0,0);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}
.intro-html-layout .main-grid .box2 .thumbnail:after{
    border-right:23px solid #0a2a88;
    border-bottom:23px solid #0a2a88;
}
.intro-html-layout .main-grid .box3 .thumbnail:after{
    border-right:23px solid #bd9c4a;
    border-bottom:23px solid #bd9c4a;
}
.intro-html-layout .main-grid .thumbnail .fa {
    font-size: 55px
    font-size:48px;
    margin-bottom: 12px;
    transition: all .3s ease;
}
.intro-html-layout .main-grid .thumbnail .caption {
    margin: 0;
    text-align: center;
    font-size:16px;
    font-weight: 500;
    transition: all .3s ease;
    color: #fff;
    padding:0;
}
.intro-html-layout .main-grid .thumbnail:hover{
    background: rgba(20, 140, 228, 1);
    padding: 40px 0;
    margin-top: -30px;
    text-decoration: none;
}
.intro-html-layout .main-grid .box2 .thumbnail:hover{
    background: rgba(7, 40, 137, 1);
}
.intro-html-layout .main-grid .box3 .thumbnail:hover{
    background: rgba(189, 156, 74, 1)
}
.intro-html-layout .main-grid .thumbnail:hover .fa, 
.intro-html-layout .main-grid .thumbnail:hover .caption{
    color: #fff;
} */


/* 2020-07-03 메인 수정 */
.intro-html-layout {
    margin-top: -320px;
}
.intro-html-layout .main-grid {
    text-align:center;
}
.intro-html-layout .main-grid .row {
    margin-left: -5px;
    margin-right: -5px;
}
.intro-html-layout .main-grid .col-xs-12{
    display: inline-block;
    float: none;
    width:150px;
    padding:0 5px;
    text-align:center;
}
.intro-html-layout .main-grid .thumbnail {
    border-radius: 0;
    border: 0;
    padding: 33px 0 0;
    margin: 0;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
    color: #1b386b;
    border-radius: 50%;
    width: 140px;
    height: 140px;
}
.intro-html-layout .main-grid .thumbnail .fa {
    font-size: 42px;
    margin-bottom: 10px;
    transition: all .3s ease;
    opacity: 0.7;
}
.intro-html-layout .main-grid .thumbnail .caption {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.035em;
    transition: all .3s ease;
    color: #1b386b;
    padding:0;
}
.intro-html-layout .main-grid .thumbnail:hover{
    background: #ffffff;
    text-decoration: none;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.35);
}
.intro-html-layout .main-grid .thumbnail:hover .fa{
    opacity: 1;
}
/* 2020-07-03 메인 수정 끝*/
/* //메인 중단영역 */


/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
    height: 230px;
    background-color: #333;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container {
    position: relative;
    height: 230px;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin: 80px 0 0;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.subHeader .container .breadcrumb {
    border-radius: 0;
    /* background: rgba(0,0,0,0.5); */
    background:rgba(23, 46, 111, 0.8);
    padding:0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1140px;
}
.subHeader .container .breadcrumb li a,
.subHeader .container .breadcrumb li{
    font-size: 13px;
    color:#fff;
}
.subHeader .container .breadcrumb li:first-child {
    margin-right:10px
}
.subHeader .container .breadcrumb li:first-child + li:before {
    content: none;
}
.subHeader .container .breadcrumb li:first-child a {
    background: #9a7a44;
    color: #fff;
    width: 46px;
    height: 46px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    line-height: 46px;
}
.breadcrumb>li+li:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 7px;
    font-size: 14px;
}
.subHeader .container .breadcrumb li.active{
    color: #fff;
}
.subBody{
    background: #f8f8f8;
    padding-bottom: 100px;
}

.subContent_inner{
    padding: 90px 0 50px;
    background: #fff;
}
.subContent_inner .content{
    padding: 50px 80px;
}
.subContent_inner .content.con1{
    padding-top: 0;
}
.subContent_inner .content h4 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
    padding-left: 33px;
    position: relative;
}
.subContent_inner .content h4::before {
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    background: #1f46b5;
    box-shadow: 7px 4px 0 #8bbbf5;
    position: absolute;
    top: 7px;
    left: 8px;
    transform: skew(-35deg, 0deg);
}
.content p {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.035em;
    line-height: 1.65;
}
.content li,
.content td,
.content dd{
    font-size: 15px;
    color: #666;
    letter-spacing: -0.035em;
}
.subContent_inner .content h5{
    font-size: 24px;
    color: #1f46b5;
}


.content table {
    border-top: 2px solid #444;
}
.content table tbody td, 
.content table tbody th {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.content table thead th {
    background: #f6f6f6;
    border-bottom: 1px solid #444;
    padding: 15px;
    font-size: 15px;
}

#About01 .subContent_inner .content{
    padding: 50px 180px;
}
#About01 .subContent_inner .content p {
    font-size: 17px;
    line-height: 1.75;
}
#About01 .subContent_inner .content p + p {
    margin-top: 28px;
}
#About01 .subContent_inner .content p b{
    color:#1f46b5;
}
#About01 .subContent_inner .content p.epil {
    font-size: 20px;
    text-align: left;
    color: #333;
    font-weight: 600;
    line-height: 1.45;
}
#About01 .subContent_inner .content p.epil span{
    vertical-align: middle;
    display: inline-block;
}
#About01 .subContent_inner .content p.epil img{
    display: inline-block;
    margin-left: 10px;
    width: 160px;
}
#About01 .subContent_inner .content p.epil::after{
    content: '';
    clear: both;
    display: table;
}

#About01 .subContent_inner .content img{
    
}




#About02 .timeline-vt{
    position: relative;
    padding: 50px 0;
}
#About02 .timeline-vt::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 50%;
    top: 0;
}
#About02 .timeline-vt .timeline-item {
    width: 500px;
    float: right;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 15%;
}
#About02 .timeline-vt .timeline-item.reversed {
    float: left;
    padding-left: 30px;
    padding-right: 0;
}
#About02 .timeline-vt .timeline-item h5 {
    margin: 0 0 10px;
    color: #fff;
    color: #1f46b5;
    font-size: 40px;
    position: relative;
    letter-spacing: -0.05em;
    font-weight: 600;
    text-align: right;
}
#About02 .timeline-vt .timeline-item.reversed h5 {
    text-align: left;
}
#About02 .timeline-vt .timeline-item h5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #1f46b5;
    width: 26px;
}
#About02 .timeline-vt .timeline-item h5::after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: -56px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #1f46b5;
    border-radius: 50%;
    background: #fff;
}
#About02 .timeline-vt .timeline-item.reversed h5::before {
    content: '';
    position: absolute;
    left: -45px;
}
#About02 .timeline-vt .timeline-item.reversed h5::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    right: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #1f46b5;
    border-radius: 50%;
    background: #fff;
}
#About02 .timeline-vt .timeline-item ol.list-timeline {
    margin: 0;
    padding: 0;
    text-align: right;
}
#About02 .timeline-vt .timeline-item.reversed ol {
    text-align: left;
}
#About02 .timeline-vt .timeline-item ol.list-timeline li {
    font-size: 17px;
    padding: 5px 0;
    position: relative;
}
#About02 .timeline-vt .timeline-item ol.list-timeline li span{
    color: #333;
    font-weight: 600;
    margin-right: 0px;
    margin-left: 5px;
    float: right;
}
#About02 .timeline-vt .timeline-item.reversed ol.list-timeline li span{
    float: left;
    margin-right: 5px;
    margin-left: 0px;
}
/* #About02 .timeline-vt .timeline-item ol.list-timeline li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bbb;
    position: absolute;
    top: 14px;
    left: 0px;
    transform: translate(-50%, -50%);
} */

#About04 .list-location {
    padding: 0;
    margin: 20px 0 0;
    border-top: 2px solid #444;
}
#About04 .list-location li {
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
}
#About04 .list-location li > span {
    font-weight: 600;
    width: 100px;
    float: left;
    color: #333;
}
#About04 .list-location li::after{
    content: '';
    clear: both;
    display: table;
}
#Process .thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    border: none;
}
#Process .thumbnail > span {
    display: block;
    font-size: 19px;
    color: #fff;
    background: rgba(26, 42, 90, 0.85);
    width: 45px;
    height: 45px;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 8px;
    left: 8px;
}
#Process .thumbnail img {
    border: 1px solid #d5d5d5;
    padding: 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
#Process .thumbnail .caption {
    padding: 20px 10px 30px;
}
#Process .thumbnail .caption h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
    letter-spacing: -0.04em;
}
#Process .thumbnail .caption p {
    margin: 0;
    font-size: 14px;
}
#Process .con2 .img-box {
    padding: 100px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
#Process .con2 .img-box img {
    margin-bottom: 30px;
    border: 1px solid #d5d5d5;
    padding: 6px;
}
#Process .con2 .img-box .col-xs-12:nth-child(4) img,
#Process .con2 .img-box .col-xs-12:nth-child(5) img,
#Process .con2 .img-box .col-xs-12:nth-child(6) img{
    margin-bottom: 0;
}
#Process .table tr th, 
#Process .table tr td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
}
#Process .table tr th:last-child, #Process .table tr td:last-child{
    border-right: 0;
}
#Process .table tr td:first-child {
    font-weight: 500;
    background: #f6f6f6;
    color: #333;
}
#Process .table tr td.efficiency{
    color: #f00;
}

#Cert .thumbnail {
    margin-top: 0;
    margin-bottom: 35px;
    border-radius: 0;
    border: none;
    padding: 0;
}
#Cert .thumbnail img {
    border: 1px solid #d5d5d5;
    padding: 10px 0 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
#Cert .thumbnail .caption {
    text-align: center;
    padding: 8px 0 0;
}
#Cert .thumbnail .caption .img-label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

#Mod .bbs-area{
    padding: 0 80px;
}
#Mod + div + p{
    display: none;
}
#Mod #mailForm {
    border-top: 2px solid #444;
}
#Mod #mailForm .form-group {
    margin: 0;
    padding: 20px 60px;
    border-bottom: 1px solid #ddd;
    background:#f6f6f6
}
#Mod #mailForm .form-group::after{
    content: '';
    display: table;
    clear: both;
}
#Mod #mailForm .form-group > label {
    float: left;
    width: 15%;
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin: 10px 0 0;
}
#Mod #mailForm .form-group > .form-control {
    border-radius: 0;
    float: left;
    width: 85%;
    text-shadow: none;
    min-height: 40px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
#Mod #mailForm .form-group + .btn {
    width: 180px;
    margin: 30px auto 0;
    background: #1f46b5;
    border: none;
    font-size: 15px;
    padding: 15px 12px;
}
#Mod #mailForm .form-group + .btn:hover {
    background: #2b5ef2 !important;
    color: #fff !important;
}
#mailForm label[for='mail_agree'] {
    font-size: 13px;
    color: #666;
}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    text-align: left;
    padding: 40px 0;
    background: #444;
    color: #aaa;
    font-size: 13px;
}
.footer_copy .wrap-footer {

}
.footer_copy .wrap-footer .footer-text p{
    font-size: 14px;
}
.footer_copy .wrap-footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 8px;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li {
    float: left;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #777;
    line-height: 1;
}
.footer_copy .wrap-footer .footer-text ul li:last-child{
    border: 0;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1;
}
.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    font-size:13px;
    margin-top: 15px;
    color: #888;
}


/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px;
	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 {
	border-radius: 0px;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #1f46b5;
    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: #2b5ef2;
}

.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;
    }
}
.more-btn {
	display: block;
	margin: 0 auto 40px;
	width: 240px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #1f46b5;
    background: #1f46b5;
    border-radius: 5px;
}
.more-btn i{
    margin-left:10px;
}
.more-btn:active,
.more-btn:focus,
.more-btn:hover {
	color: #1f46b5;
	background: transparent;
}