@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;}

/* 폰트 설정 */
.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;
}
.sub-layout{
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: rgba(0,0,0,0);
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 0;
    margin-bottom: 0;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
	margin-left: 0 !important;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 22px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
	text-shadow: none;
    margin-bottom: 0;
}

.nav.navbar-nav > li > a span {
    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 {
    background: rgba(0,0,0,0);
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 13px 8px;
    background: #fff;
    box-shadow:0 2px 2px rgba(0,0,0,0.1)
}
.nav.navbar-nav li .dropdown-menu li a{
	padding: 5px 10px;
	font-size: 15px;
	color: #444;
	border-radius:2px;
	}
.nav.navbar-nav li .dropdown-menu li:hover a{
	background: #404a67;
	color: #fff;

}


.nav-upper{
	
}
.nav-upper .lang{
	float: right;
	padding-left: 0;
}
.nav-upper .lang:after{
	content: '';
	clear: both;
	display: table;
}
.nav-upper .lang li{
	float: left;
    cursor: pointer;
    color: #b7b7b7;
    font-weight: 500;
    padding: 3px 0;
    border-bottom: 1px solid;
    opacity: .6;
}
.nav-upper .lang li:first-child{
	margin-right: 15px;
}
.nav-upper .lang li.active{
	color: #064ACB;
    opacity: 1;
}

@media (max-width: 767px){
	.navbar.navbar-inverse{
		background: #fff;
	}
	.navbar-header .navbar-brand{
		width: 110px;
		margin: 0 auto !important;
		float: none;
	}
	.navbar-inverse .navbar-toggle{
		background: #404A67;
		border-color: #404A67;
	}
	.navbar-inverse .navbar-toggle:hover{
		background: #404A67;
		border-color: #404A67;
	}
	.nav.navbar-nav > li > a{
		color: #404A67;
		text-align: center;
		padding: 15px 20px;
	}
	.nav.navbar-nav > li.open > a{
		color: #404A67 !important;
	}
	.nav.navbar-nav li .dropdown-menu{
		transform: translateX(0);
		border: 0;
		box-shadow: none;
	}
	.nav.navbar-nav li .dropdown-menu li a{
		padding: 10px;
	}
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
.fill {
    height: 1000px;
    height: 100vh;
    background-position: top;
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner .item .fill{
	/*background: #333 !important;*/
}
.carousel-inner .item .carousel-caption{
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{
    text-align: left;
}
.carousel-inner .item .carousel-caption h1 {
    margin: 0;
    font-size: 100px;
    font-weight: 800;
}
.carousel-inner .item .carousel-caption h1 > span > span {
    font-size: 30px;
    font-weight: 400;
    opacity: 0.8;
    display: block;
    padding-left: 25px;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}
.pull-center{
	display: none;
}
.carousel-indicators{

}
.carousel-indicators > li{
	width: 13px !important;
	height: 13px !important;
	margin: 0 5px !important;
	border: 0 !important;
	background: #FFFFFF;
}
.carousel-indicators > li.active{
	background: #00BDFF;
}
@media (max-width: 767px){
	.body-layout{
		padding-top: 123px;
	}
	.fill{
		height: 300px;
	}
	.carousel-inner .item .carousel-caption h1{
		text-align: center;
		font-size: 42px;
	}
	.carousel-inner .item .carousel-caption h1 > span > span{
		font-size: 18px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.carousel-inner .item .carousel-caption h1{
		font-size: 70px;
	}
	.carousel-inner .item .carousel-caption h1 > span > span{
		font-size: 25px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12{
	width: 100%;
	padding: 0;
	margin: 0;
}
.mainPage {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 95px;
}
.mainPage h4 {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #222;
    margin: 0 0 70px;
    line-height: 1;
}
.mainPage h4:after {
    content: '';
    display: block;
    width: 37px;
    height: 2px;
    background: #064acb;
    margin: 30px auto 0;
}
@media (min-width: 768px) {

}
.mainPage .main-product {
    border: 0;
    padding: 0;
    margin: 0 0 55px;
}
.mainPage .main-product > .caption{
	padding: 10px 0;
	text-align: center;
}
.mainPage .main-product > .caption > h5 {
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #333;
    font-size: 16px;
    margin: 17px 0 0;
}
@media (max-width: 767px){

}
@media (min-width: 768px) and  (max-width: 991px){
	.mainPage > .container > .row > .col-xs-12{
		width: 50%;
	}
	.mainPage h4{
		font-size: 30px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.mainPage > .container > .row > .col-xs-12{
		width: 25%;
	}
	.mainPage h4{
		font-size: 35px;
	}
}
@media (min-width: 1200px){
	.mainPage > .container > .row > .col-xs-12{
		width: 25%;
	}
}
/* //메인 중단영역 */

/* 서브페이지 */

@media(min-width:768px){
    .subMenu{
        width:22%
    }
	.subMenu > .nav {
		padding-right: 25px;
	}
    .subContent{
        width:78%
    }
}

.subContent p,
.subContent li,
.subContent dd,
.subContent td{
	font-size:15px;
	line-height:1.6;
	color:#666;
}

.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.subHeader {
	height: 430px;
	background-color: #fff;
	background-image: url(/skin/img/sub/sub_title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin: 230px 0 0;
    font-weight: 700;
}

.subHeader > .container {
    position: relative;
    height: 430px;
}

.subHeader .container .breadcrumb {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 20px;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: rgba(0,0,0,0);
    font-size: 13px;
}
.subHeader .container .breadcrumb li a {
    color: #aaa;
}
.subHeader .container .breadcrumb li.active {
    font-weight: 500;
    color: #ccc;
}
.breadcrumb>li+li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #aaa;
}
.subBody {
	padding-top: 60px;
	padding-bottom: 80px;
}
.subside_title {
	display: none;
}
.subContent_title {
    margin: 0 0 30px;
    font-size: 38px;
    font-weight: 600;
    color: #333;
}
.subMenu > .nav{

}
.subMenu > .nav > li{
	margin-top: 0 !important;
}
.subMenu > .nav > li > a {
    border-radius: 0;
    border-bottom: 1px solid #dce1e6;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 15px;
    background: #f8f9fb;
}
.subMenu > .nav li:first-child a {
    border-top: 1px solid #ccc;
}
.subMenu > .nav > li.active > a {
    color: #fff;
	font-weight:600;
    background: #213b72;
    background: -moz-linear-gradient(left,#1a65cc 0%,#213b72 100%);
    background: -webkit-linear-gradient(left,#1a65cc 0%,#213b72 100%);
    background: linear-gradient(to right,#1a65cc 0%, #213b72 100%);
}
#About01 .content p{
	font-size: 16px;
}
#About01 .content p.intro{
	font-size: 23px;
	color: #2F5496;
	font-weight: 500;
}
#About01 .content img{
	box-shadow: 2px 3px 3px rgba(0,0,0,0.15);
}
#About02 .timeLine{
	position: relative;
}
#About02 .timeLine:before{
	content: '';
	position: absolute;
}
#About02 .timeLine .time-box{
	margin-bottom: 30px;
}
#About02 .timeLine .time-box .year{
	text-align: center;
}
#About02 .timeLine .time-box .year span {
    font-size: 32px;
    font-weight: 700;
    color: #404968;
}
#About02 .timeLine .time-box .issue ol{
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
#About02 .timeLine .time-box .issue ol li{
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}
#About02 .timeLine .time-box .issue ol li span {
    font-weight: 600;
    color: #064acb;
    margin-right: 10px;
}

#About03 .content h4{
    font-size: 28px;
    padding-left: 20px;
    border-left: 3px solid #404968;
    line-height: 28px;
    margin-bottom: 25px;
}
#About03 .content .table{
	border-top: 2px solid #404968;
}
#About03 .content .table tr th{
	text-align: center;
	vertical-align: middle;
	background: #1E4C95;
	color: #fff;
	border-bottom: 1px solid #eee;
	padding: 15px 20px;
}
#About03 .content .table tr td{
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	padding: 15px 20px;
}
#About03 .content .table tr td > ul{
	padding-left: 15px;
}
#About03 .content .table tr td > ul > li{
	position: relative;
}
#About03 .content .table tr td > ul > li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #404968;
    position: absolute;
    top: 9px;
    left: -10px;
}

#About04 .root_daum_roughmap{
	width: 100% !important;
	height: 300px !important;
}
#About04 .location {
    padding-left: 0;
    margin-top: 20px;
}
#About04 .location li {
    padding: 3px 0;
}
#About04 .location li > span{
	display: inline-block;
	font-weight:600;
	margin-right: 10px;
	width: 70px;
}
[id^="Product"] .subContent_inner > .row:first-child {
    margin-left: -10px;
    margin-right: -10px;
}
[id^="Product"] .subContent_inner > .row:first-child > div {
    padding: 0 10px;
}
[id^="Product"] .product-box{
	border-radius: 0;
    padding: 7px;
	margin:0 0 20px;
	transition: none;
}
[id^="Product"] .product-box:hover {
    text-decoration: none;
    border-color: #acb5bf;
}
[id^="Product"] .product-box > img{

}

#Product11 .product-box > img {
    outline: 1px solid #eee;
}
[id^="Product"] .product-box .caption {
    display: block;
    text-align: center;
    padding: 10px 0 5px;
    font-size: 12px;
    letter-spacing: -0.05em;
}
[id^="Product"] .product-box .caption span{

}
[id^="Product"] .product-box:hover {
    text-decoration: none;
}

.dh-board,.dh-view-box, form#insertForm {
    max-width: 1170px;
    margin: 0 auto;
    /* padding: 0 15px; */
}
.dh-board .table-hover {
    margin: 0 0 20px;
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
}
.dh-board .table-hover thead th {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc !important;
	color:#333;
}
.dh-board .table-hover th, 
.dh-board .table-hover td {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
    font-size: 15px;
    color: #666;
}
.table-hover tbody>tr:hover {
    background-color: #fff;
}
.table-hover .subject strong a {
    font-weight: 400;
    color: #666;
}
.table-hover .subject strong a:hover {
    color: #064acb;
    text-decoration: underline !important;
}
.dh-view-box>.row>.page-header {
    background: #f6f6f6;
    padding: 0;
    margin: 0;
    border-top: 2px solid #444;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.dh-view-box>.row>.page-header h4 {
    padding: 20px 15px;
    line-height: 1;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}
.dh-view-box>.row>.dh-view-info {
    background: #ffffff;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    color: #888;
}
.dh-view-box>.row>.dh-view-info strong {
    color: #888 !important;
    font-weight: 500;
}

.dh-board .label-danger {
    display: inline-block;
    font-weight: 300;
    color: #082ca7;
    background: rgba(0,0,0,0);
    font-size: 13px;
}
.dh-board .label-primary {
    background: #4a4a4a;
    border-radius: 50%;
    font-weight: 300;
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 1;
    padding: 4px 0 0 0;
}

.dh-comments .btn-group {
    margin: 0;
    float: right;
}
.dh-comments.panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.dh-comments .panel-body {
    font-size: 14px !important;
    color: #5a5a5a;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
#SmartEditorCommentForm .btn-default {
    width: 140px;
    border: 1px solid #de5311;
    border-radius: 0px;
    padding: 12px;
    margin: 20px auto 0;
    color: #de5311;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.2s;
}
#SmartEditorCommentForm .btn-default:hover, #SmartEditorCommentForm .btn-default:focus {
    background: #de5311;
    color: #fff;
}
.dh-margin-top{margin-top:30px;}
form#insertForm {margin-bottom: 50px !important;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 50px;}


.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #ddd;
    background: #fff !important;
    font-weight: 600;
    color: #064acb !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}


.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

button#btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}

#mailForm {
    border-top: 2px solid #444;
    padding: 30px 10px 30px;
}
#mailForm label[for='mail_agree'] {
    float: none;
    width: 100%;
    margin: 0px 0 25px;
    font-size: 13px;
    color: #666;
}
@media(min-width:768px){
    #mailForm label{
        width:15%;
        margin-top:8px;
        font-size:15px;
    }
    #mailForm .form-control{
        width:85%;
        margin-bottom:15px;
    }
    #mailForm label,
    #mailForm .form-control{
        float:left;
    }
}
#mailForm textarea {
    height: 150px !important;
}
#mailForm .form-control {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 7px 10px;
}
#mailForm > .btn-primary {
    border-radius: 50px;
    background: #1a65cc;
    border: none;
    padding: 16px;
    font-size: 15px;
    max-width: 180px;
    margin: 0 auto;
}
#mailForm > .btn-primary:hover{
	background: #21407d;
	border-color: #21407d;
}
@media (max-width: 767px){
	.subHeader{
		height: 220px;
	}
	.subHeader > .container{
		height: 220px;
	}
	.subHeader .container h2{
		margin-top: 78px;
		font-size: 40px;
	}
	.subMenu {
		display: none;
	}
	.subContent_title{
		font-size: 32px;
	}
	#About01 img{
		margin-top: 30px;
	}
	#About02 .timeLine .time-box .year{
		text-align: left;
	}
	#About02 .timeLine .time-box .year span{
		font-size: 28px;
	}
	#About03 .con1{
		margin-bottom: 60px;
	}
	#About04 .location li > span{
		display: block;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 푸터 */
.footer_copy .text-center {
    text-align: left;
    padding: 40px 0 35px;
    background: #333;
    color: #9a9a9a;
}
.footer_copy .wrap-footer {

}
.footer_copy .wrap-footer ul{
	padding-left: 0;
}
.footer_copy .wrap-footer ul:after{
	content: '';
	clear: both;
	display: table;
}
.footer_copy .wrap-footer .footer-text ul > li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    line-height: 10px;
}
.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: 14px;
}
.footer_copy .wrap-footer .footer-contact ul > li {
    font-size: 28px;
    font-weight: 600;
    color: #adadad;
    line-height: 1.2;
}
.footer_copy .wrap-footer .footer-contact ul {
    text-align: right;
    margin: -5px 0 0;
}
.footer_copy .wrap-footer .footer-contact ul > li > span{
	margin-right: 15px;
	font-size: 20px;
    font-weight: 400;
}
.footer_copy .copyrights {
    font-size: 12px;
}
@media (max-width: 767px){
	.footer_copy .wrap-footer {
		text-align: center;
	}
	.footer_copy .wrap-footer .footer-text ul > li{
		float: none;
		padding: 0;
		margin: 0;
		border: 0;
		line-height: 1.4;
	}
	.footer_copy .wrap-footer .footer-contact ul{
		margin-top: 30px;
		text-align: center;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //푸터 */


.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: #888;
    padding: 190px 15px 140px;
	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: #666;
    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: #1a65cc;
    border-radius: 50px;
    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: #21407d;
}

.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;
    }
}