@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    background-color: #fff;
    padding-top: 88px;
}
a:hover,a:focus{text-decoration:none;}
/* 폰트 설정 */
.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; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.navbar .caret, .navbar .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br, .topmarginLay_a {
    display: none;
}
.navbar-inverse {
    background: #FFF;
    border: none;
    margin: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.navbar-inverse .navbar-brand {
    margin: 16px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin-top: 0;
    height: 58px;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
    margin: 0 15px;
    padding: 36px 25px 32px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #444;
    -webkit-text-shadow: 0 0 0 rgba(0,0,0,0);
    text-shadow: 0 0 0 rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
}
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    background: none;
    color: #036EB8;
    border-color: #036EB8;
}

}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
    left: 0;
    right: auto;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-name: fadeInDown;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    background: #fff;
    padding: 20px 10px;
}
	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
    .navbar-right {
    margin-right: -40px;
}
}
.dropdown-menu > li > a {
    color: #444;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 14px 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #036eb7;
}

/*bbs - a type*/
.bbs-blog-index-layout .bbs-area .dh-board {
    border-top: 2px solid #036EB8;
}
.dh-margin-top {
    margin-top: 60px;
}
.dhb-txt-box {
    padding: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background: none;
    margin: 0;
}
.dhb-txt-box:hover {
    background: #f3f3f3;
}
.dhb-txt-box > .col-md-4{
	display:none;
}
.dhb-txt-list {
    width: 100%;
    border-right: none;
    padding: 0;
}
.dhb-txt-box .thumb-hidden{
	border: none;
    box-shadow: none;
    height: 180px;
    max-height: none;
}
.dhb-txt-box .thumb-hidden > a {
    margin: 0;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.dhb-txt-box .thumb-hidden > a img{
	display:none;
}
.dhb-txt-list .col-md-7 h4 {
    margin: 40px 0 20px;
}
.dhb-txt-list .col-md-7 h4 a {
    letter-spacing: -0.02em;
    color: #222;
    font-size: 22px;
    font-weight: 600;
}
.dhb-txt-list .col-md-7 h5 a {
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-size: 15px;
}
.dh-view-box {
    margin-top:40px;
}


/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    padding: 0 0 26px;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    background: transparent;
    transition: all ease 0.3s;
}
.dh-front-blog>.col-md-4>.thumbnail:hover {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    transform: translatey(-5px);
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 200px;
    border: none;
    overflow: hidden !important;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: transparent;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 24px 0 14px !important;
    font-size: 22px;
    font-weight: 600;
}
.dh-front-blog>.col-md-4>.thumbnail:hover h5 {
    color: #036eb8;
}
.dh-front-blog>.col-md-4>.thumbnail .caption p {
    margin: 0;
    letter-spacing: -0.02em;
}
.dh-front-blog>.col-md-4>.thumbnail:hover p {
    color: #666;
}

@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:33.333%;
	}
}
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 25px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    color: #aaa;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 28px;
}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body { padding: 0; }
.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    color: #888;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 0;
}
.dh-front-list2 h6 a: .list-row-subject { color: #444; }
.dh-front-list2 h6 a:hover span { text-decoration: none; }
.dh-front-list2 h6 a:hover .list-row-subject { color: #036EB8; }


.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
@media(min-width:768px){
	.intro-board-widget-layout .intro-boardbox{
		width:50%;
	}
}
/* //메인 페이지 설정 끝 */
/* personal setting 0.55v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #036EB8;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 5px;
    color: #036EB8;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#036EB8;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	border-top:2px solid #036EB8;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#555;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.subpage-content p {
    color: #444;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.subpage-content p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table {
	margin: 0 0 20px;
	border-top: 2px solid #036EB8;
}
.table tr th, .table tr td {
    padding: 16px 15px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    color: #444 !important;
    font-size: 15px;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table tr th {
    color: #222 !important;
    text-align: center;
}
.table thead tr th { background: #f8f8f8; }
.dh-board>.table-hover {
    border-top: 2px solid #036EB8;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
}

/* personal setting 0.55v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:600px;
}
.carousel-caption{
	bottom:auto;
	top:50%;
	left:50%;
	right:auto;
	transform:translate(-50%,-50%);
}
#myCarousel .carousel-caption span {
    display: block;
    background: transparent;
    color: #fff;
    letter-spacing: -0.04em;
    text-shadow: 0 0 0 rgba(0,0,0,0);
	opacity:1;
}
#myCarousel .carousel-caption h1 span{
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.06em;
    line-height: 1;
}
#myCarousel .carousel-caption p span{
    font-size: 18px;
    margin: 0;
    line-height: 32px;
}
#myCarousel .carousel-indicator{
	display:block;
	bottom:40px;
}

.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-control .glyphicon{
	display:none;
}
.carousel-indicators li {
    width: 60px;
    height: 8px;
	margin:4px!important;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
	border:none;
}
.carousel-indicators li.active, .carousel-indicators li:hover {
	width: 60px;
	height: 8px;
    background: #036EB8;
}

.intro-board6{
	display:none;
}
.main-service{
	position:relative;
	padding:100px 0;
	color:#fff;
	background:#036EB8;
}
.main-service:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	opacity:0.05;
	position:absolute;
	left:0;
	top:0;
	background:url(/skin/img/main/m-service.jpg) no-repeat center / cover;
}
.main-service .title h3 {
    position: relative;
    margin: 0 0 60px;
    padding: 0 0 22px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-align: center;
}
.main-service .title h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
}
.main-service .page-header{
	display:none;
}
.main-contact .inner {
    background: rgba(3, 110, 184, 0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    display: block;
    padding: 45px 35px;
    border-radius: 4px;
    color: #666;
    height: 210px;
}
.main-contact .inner:before {
    content: '\f2a0';
    font-family: 'fontawesome';
    font-size: 250px;
    color: #fff;
    position: absolute;
    right: -40px;
    bottom: -100px;
    transition: all .3s ease;
    z-index: 1;
}
.main-contact .inner:hover:before {
    right: -20px;
    color: rgba(3, 110, 184, 0.1);
}
.main-contact .inner:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    color: #444;
}
.main-contact h4 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 600;
    color: #036EB8;
}
.main-contact .inner:hover h4 {
    color: #036EB8;
}
.main-contact ul {
    margin: 0;
    position: absolute;
    z-index: 9;
}
.main-contact li {
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
.main-contact li span {
    min-width: 180px;
    display: inline-block;
    margin-right: 8px;
    color: #222;
    font-weight: 600;
}
.main-contact .inner:hover li span {
    color: #222;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 40px 0;
    background: #323544;
    color: #aaa;
    font-size: 13px;
}
.footer_copy > div p strong {
    color: #ccc;
}
.footer_copy > div ul {
    margin: 0;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer-list4 {
	margin-top:20px;
}
.footer-list4 .admin{
	display:none;
}
.footer-list4 a{
	display:inline-block;
	padding:2px 8px;
	border-radius:4px;
	background:#777;
	color:#ddd;
	font-size:13px;
	font-weight:500;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    height: 280px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 34px;
    color: #fff;
}
.breadcrumb {
    margin: 14px 0 60px;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #444;
    text-align: right;
}
.breadcrumb .active {
    color: #036EB8;
    font-weight: 600;
}

.subpage-content {
	padding-bottom:80px;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content .emp{
	font-weight:500;
	color:#036EB8;
}
.subpage-content .title {
    margin-bottom: 60px;
    padding: 0 0 22px;
}
.subpage-content .title h3 {
    position: relative;
    margin: 0;
    color: #222;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1;
}
.subpage-content .title h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #222;
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translatex(-50%);
}
.subpage-content section h4 {
    margin: 0 0 40px;
    color: #222;
    font-size: 26px;
    font-weight: 600;
    padding-left: 20px;
    border-left: 6px solid #036EB8;
    letter-spacing: -0.02em;
    line-height: 1;
}

/* subpage about */
#about01 .subpage-content p.quote {
    margin: 0 0 40px;
    padding: 0 40px;
    color: #222;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    border-left: 6px solid #222;
}
#about01 .subpage-content p.quote small {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}
.greet .name {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    text-align: right;
}
.greet .name small {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}
.business{
	width:1000px;
	margin:0 auto 30px;
}
.business > div{
	padding:0 2px;
}
.business .img-box{
	height:300px;
}
.business .box1{
	background:url(/skin/img/sub/business1.jpg) no-repeat center center / cover;
}
.business .box2{
	background:url(/skin/img/sub/business2.jpg) no-repeat center center / cover;
}
.business .box3{
	background:url(/skin/img/sub/business3.jpg) no-repeat center center / cover;
}
.business li {
    background: #036EB8;
    margin: 0 0 3px;
    padding: 13px 20px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
.business li .numbering {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}
#about02 .se2 .table-style th { text-align: right; }

/* subpage airline */
#airline01 .subpage-content .title {
    margin: 0;
    padding: 0;
}
#airline01 .subpage-content p.quote {
    margin: 0 0 30px;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    background: #036EB8;
}
#airline01 .subpage-content p.quote span {
    color: #e1e1e1;
    font-size: 18px;
    font-weight: 400;
}
#airline01 .se1 {
    border: 4px solid #036eb8;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}
.partner-li {
    padding: 0 20px;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li {
    float: left;
    width: calc(100% / 8);
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}
.partner-li > li a {
    display: block;
    height: 140px;
    transition: all ease 0.3s;
}
.partner-li > li span {
    margin: 0;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.partner-li > li a:hover {
    box-shadow: 0 2px 20px rgba(3, 110, 184, 0.2);
    border-radius: 6px;
    border: 1px solid rgba(3, 110, 184, 0.1);
}
.partner-li > li a:hover span { color: #036EB8; }

/* 문의사항 */
#qna .subpage-content .title {
    margin: 0;
    padding: 0;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.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: 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: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #036EB8;
    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: #0941a9; }
.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;
    }
}
@media(max-width:767px){
	
}