@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:98px;}
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;
}
p,li{
	font-size:15px;
}
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
    background-color: #FFF;
    border: none;
    margin: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.navbar-inverse .navbar-brand {
    color: #333;
    padding: 0 15px;
    margin: 10px 0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

.navbar-inverse .navbar-brand img{
	margin-top:10px;
	height:50px;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
        padding: 38px 0;
        margin: 0px 25px;
        font-size: 17px;
        color: #333;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.05em;
    }
  
 	.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: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #9f1d22;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: #6f7173;
        padding: 0;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
    padding: 12px 20px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}

.caret{
    margin-left:5px;
}

/* personal setting 0.53v */
/* 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:600;
}
/* 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:6px;}
.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.02em;
    color: #fff;
    border-radius: 0;
    background: #9f1d22;
    border-radius: 3px;
}
/*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 #333;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #333;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 5px;
    color: #9f1d22;
}
.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.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 10px;
    border-top: 1px solid #ddd;
}
.trait-dl dt {
    border-color: #9f1d22;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.trait-dl dd {
    color: #555;
    letter-spacing: -0.02em;
    line-height: 1.75;
    font-size:15px;
}
@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 #9f1d22; */
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background:#8b8d90;
}

.card .card-ttl:before {
    content: none;
}

.card p {
    margin-bottom: 0;
    line-height:1.6
}

.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:600;
}
.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;
}
/* 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-style {
	margin: 0 0 20px;
	border-top: 2px solid #9f1d22;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f2f3f5;
}

.table-style tr td {
	color: #555;
    line-height: 1.6 !important;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#9f1d22;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #9f1d22;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.53v end */
/* navigation setting */
@media(max-width:767px){
	.body-layout{
		padding-top:60px;
	}
	.navbar-toggle{
		top:5px;
		right:5px;
		background:transparent!important;
		border:none!important;
	}
	.navbar-toggle .icon-bar{
		background:#333!important;
	}
	.navbar-inverse .navbar-brand img{
		margin:0;
		height:40px;
	}
}
/* mainpage setting */
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1140px;
    text-align: left;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.45);
}
.carousel-caption h2 {
    margin: 0;
    font-size: 54px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.carousel-caption p {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.04em;
}
.carousel-caption h2:before {
    content: "(주)지디씨써티";
    font-size: 15px;
    display: block;
    letter-spacing: 0.04em;
    margin: 0 0 45px;
    opacity: 0.6;
    border-bottom: 1px solid #fff;
    max-width: max-content;
    padding-bottom: 4px;
}
.main-content a{
	position:relative;
	display:block;
	text-align:center;
	color:#333;
}
.main-content .main-c1{
	border-left:1px solid #ddd;
}
.main-content div[class^='col-sm-']{
	border-right:1px solid #ddd;
	padding:0;
}
.main-content .main-c1 a,
.main-content .main-c2 a,
.main-content .main-c4 a{
	height:200px;
}
.main-content .main-c3 a{
	height:100px;
}
.main-content img{
	width:70px;
	margin-top:15px;
}
.main-content .inner{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.m-big-cont .inner:after{
	content:'';
	display:block;
	clear:both;
}
.m-big-cont .inner{
	padding:20px 30px;
	width:100%;
}
.m-big-cont .inner img,
.m-big-cont .inner .txt-box{
	display:inline-block;
	float:left;
}
.m-big-cont .inner .txt-box{
	max-width:100%;
	padding-left:20px;
	text-align:left;
}
.m-big-cont .inner .txt-box h5 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.m-big-cont .inner .txt-box .tel {
	margin-top:5px;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 400;
    color: #9f1d22;
	line-height:1.2;
}

.main-c3 a:first-child{
	border-bottom:1px solid #ddd;
}
.main-content i {
    font-size: 40px;
    color: #8b8d90;
}
.main-c3 a:hover,
.main-c4 a:hover,
.main-c3 a:hover i,
.main-c4 a:hover i {
    background: #f2f3f5;
}

.main-content .col-sm-2 .inner h5 {
    font-size: 14px;
    margin: 12px 0 0;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #7b7c84;
}

@media(max-width:767px){
	.carousel-inner .item img{
		height:400px;
		width:auto;
		max-width:none;
		position:relative;
		left:50%;
		transform:translatex(-50%);
	}
	.main-content a{
		height:150px!important;
		border-bottom:1px solid #ddd;
	}
}
/* footer setting */
.footer_copy > div{
	border-top:1px solid #ddd;
	padding:0;
	background:#fff;
	color:#666;
	font-size:15px;
}
.footer_copy ul{
	display:inline-block;
}
.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(0,0,0,0.15);
    line-height: 1;
    letter-spacing: -0.02em;
}
.footer_copy li:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.footer_copy .footer-top,
.footer_copy .footer-middle{
/* 	border-bottom:1px solid #ddd; */
}
.footer_copy .footer-top {
    padding: 15px 0;
}
.footer_copy .footer-top ul {
    margin-bottom: 0;
}
.footer_copy .footer-top li {
    border-right: none;
    padding: 0;
    margin: 0 10px;
}
.footer_copy .footer-top li a:hover img {
    opacity: 0.5;
}
.footer_copy .footer-middle {
    padding: 12px 0 10px;
    background: #e7e8ec;
    border: none;
}
.footer_copy .footer-middle ul{
	margin:0;
}
.footer_copy .footer-middle li {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #606167;
    font-weight: 600;
}
.footer_copy .footer-middle i{
	margin-right:10px;
	color:#9f1d22;
}
.footer_copy .footer-bottom{
	padding:30px 0 20px;
}
.footer_copy .footer-bottom ul {
    margin-bottom: 10px;
}
.footer_copy .footer-bottom p {
    line-height: 1;
    margin-bottom: 15px;
}
.footer_copy .footer-bottom li, .footer_copy .footer-bottom p {
    color: #888;
}
.footer_copy .footer-bottom li a {
    border: 1px solid #cccc;
    display: inline-block;
    color: #333;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: -5px;
}
.footer_copy .footer-bottom li a:hover {
    border-color: #aaa;
}
@media(max-width:767px){
	.footer_copy .footer-top li{
		margin: 0;
		width: calc(100% / 4);
	}
	.footer_copy .footer-middle li{
		text-align:center;
	}
	.footer_copy .footer-middle li:first-child{
		float:none;
		margin-bottom:5px;
		margin-right:0;
		padding-right:0;
		border-right:none;
	}
	.footer_copy .footer-bottom ul{
		display:block;
	}
	.footer_copy .footer-bottom p,
	.footer_copy .footer-bottom li{
		float:none;
		border:none;
		text-align:left;
		line-height:1.6;
	}
	.footer_copy .footer-bottom li a{
		margin-top:20px;
	}
}
/* subpage setting */
.pageheader{
	height:250px;
	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;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 45px;
    color: #fff;
    letter-spacing: -0.04em;
    font-weight: 400;
}
.subtop-link {
    position: absolute;
    right: 15px;
    margin: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.subtop-link li{
	float:left;
	padding:3px;
}
.subtop-link li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    letter-spacing: -0.03em;
}
.subtop-link li a i {
    margin-right: 5px;
}
.subtop-link li a:hover {
    color: #fff;
    border-color: #fff;
}
.subpage-layout {
    padding-top: 60px;
}
.snb{
	padding-right:40px;
}
.snb > ul {
    border-top: 1px solid #ddd;
}
.snb > ul > li{
	margin-bottom:0px;
}
.snb > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 15px;
    font-size: 15px;
    color: #555;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ddd;
}
.snb > ul > li.active > a {
    color: #fff;
    font-weight: 600;
    background: #9f1d22;
}
.snb > ul > li > a:hover {
    text-decoration: none;
    color: #333;
    background: #f2f3f5;
}
.snb  > ul > li.active > a:hover {
    color: #fff !important;
    background: #9f1d22;
}
.snb  > ul > li > a:after {
    content: '\f054';
    font-family: 'fontawesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 12px;
    color: #ddd;
}
.snb  > ul > li.active > a:after{
    color:#fff;
}

.subpage-content{
	padding-bottom:70px;
}
.subpage-content .title {
    margin-bottom: 40px;
    padding-bottom: 25px;
    padding-top:10px;
    border-bottom: 1px solid #ddd;
}
.subpage-content .title h3 {
    margin: 0;
    display: inline-block;
    font-size: 34px;
    letter-spacing: -0.04em;
    color: #333;
    font-weight: 600;
}
.subpage-content section{
	padding-bottom:40px;
}
.breadcrumb{
	float:right;
	margin:15px 0 0;
	padding:0;
	background:transparent;
	font-size:15px;
	color:#bbb;
}
.breadcrumb .active{
	color:#9f1d22;
}
.subpage-content .emp{
	font-weight:600;
	color:#9f1d22;
}
.subpage-content h4 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: -0.04em;
}
/* .subpage-content h4:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:-10px;
	width:20px;
	height:3px;
	background:#9f1d22;
} */
.subpage-content h5 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.04em;
    position: relative;
    padding-left: 16px;
}
.subpage-content h5:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border: 2px solid #9f1d22;
    position: absolute;
    left: 0;
    top: 8px;
}
.subpage-content p {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #555;
    line-height: 1.75;
}

.subpage-content li {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 3px;
}

.subpage-content .li-disc > li {
    position: relative;
    padding-left: 10px;
    margin-left: 8px;
    list-style: none !important;
}

.subpage-content .li-disc > li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #555;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}

.subpage-content li > ul {
    margin-bottom:  8px;
}

.subpage-content li > ul > li {
    margin-bottom:  1px;
}

.li-dot > li:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #888;
    top: 10px;
}

.li-dash > li, .li-dot > li {
    padding-left: 15px;
}

.subpage-content .col-sm-9 .quote-box {
    border: none;
    padding: 25px 0;
}
.quote-box{
    border:1px solid #ddd;
    background: #fff;
}
.quote-box p {
    margin-bottom: 0;
}

.img-caption {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 0 0 20px;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

/* subpage domestic */
#domestic01 .se1 .quote-box{
	margin-top:5px;
}
@media (min-width:768px){
    #domestic03 .se1 h4, 
    #domestic03 .se2 h4 {
        margin-top: 0;
    }
}

.prepare-wrap .card {
    min-height: 75px;
    background: #f2f3f5;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 5px;
}
.prepare-wrap .card p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}
.tab-menu {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.tab-menu:after{
	content:'';
	display:block;
	clear:both;
}
.tab-menu:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: 0px;
    left: 0;
    position: absolute;
    z-index: -1;
}
.tab-menu li {
    float: left;
    margin: 0 0 -1px;
}
.tab-menu li a {
    display: block;
    width: 100%;
    padding: 14px 25px;
    color: #7b7c84;
    background: #f2f3f5;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: 600;
}
.tab-menu > li + li a {
    border-left: none;
}
.tab-menu li.active a {
    border-color: #ddd;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #333;
    background: #fff;
    color: #333;
}
.tab-content {
    padding: 20px 0 0px;
}
.dome04-symbol .card{
	text-align:center;
	min-height:260px;
}

#domestic04 #tab2 strong {
    font-size: 15px;
}

.example_wrap {
    margin: 45px 0;
}

.example_wrap .row {
    margin: 20px 0;
}

.example_wrap strong {
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-left: 14px;
}

.example_wrap strong:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #9f1d22;
    border-radius: 2px;
    position: absolute;
    left: 2px;
    top: 10px;
}

.dome04-symbol .card {
    text-align: center;
    min-height: 245px;
    padding: 10px;
}

.dome04-symbol .card .img-caption {
    border: none;
    padding: 10px 0 5px;
}

.dome04-symbol .card .des {
    line-height: 1.5 !important;
}

/* subpage abroad */
.abro01-disability .card{
	min-height:170px;
}
.abro02-flow .card{
	min-height:256px;
}

/* subpage medical  */
.medi01-concept{
	margin:30px -15px;
	font-size:15px;
	font-weight:600;
}
.medi01-concept .big-sqr{
	position:relative;
	width:300px;
	max-width:100%;
	height:300px;
	margin:0 auto;
	padding:20px;
	text-align:center;
	color: #fff;
	border-radius:50%;
    background: #9f1d22;
}
.medi01-concept .small-sqr p,
.medi01-concept .big-sqr .inner{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	min-width:80%;
}

.medi01-concept .big-sqr li, 
.medi01-concept .big-sqr p {
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.medi01-concept .big-sqr .inner p {
	margin:0;
}
.medi01-concept .small-sqr {
    position: relative;
    margin: 0 auto 30px;
    max-width: 100%;
    height: 130px;
    text-align: center;
    background: #f2f3f5;
    border-radius: 5px;
}
.medi01-concept .small-sqr p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #606167;
}
.process-wrap .fa-arrow-right {
    position: absolute;
    right: -12px;
    top: calc(50% - 15px);
    transform: translatey(-50%);
    font-size: 14px;
    background: #8b8d90;
    border-radius: 50%;
    padding: 6px;
    color: #fff;
    z-index: 1;
}
#medical01 .process-wrap .card {
    min-height: 130px;
    border: none;
    background: #f2f3f5;
    border-radius: 5px;
    margin-bottom: 30px;
}
#medical01 .process-wrap .card ul {
    margin: 0;
}
#medical01 .process-wrap .card ul li {
    margin-left: 0;
    line-height: 1.6;
}
#medical01 .se1 p:last-child i {
    margin: 0 5px;
}
/* subpage contact */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}

#contact .se1 {
    padding: 0;
}

#contact .se1 img{
	width:100px;
}

#contact .img-caption {
    margin-top: 20px;
}
#mod_type_formForm .q_number div h3,
#mailForm label {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
	font-weight:700;
}
#mod_type_formForm .q_number div h3 i{
	display:none;
}
#mod_type_formForm .btn,
#mailForm .btn {
	display:block;
    background: #9f1d22;
    border: none;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: 600;
    padding: 15px;
	width: 250px;
    max-width: 250px;
    margin: 50px auto 0;
	float:none!important;
    transition: all ease .3s;
}
#mailForm .btn:hover {
    background: #333;
}
#mod_type_formForm .q_number textarea,
#mod_type_formForm .q_number input,
#mailForm .form-control {
    box-shadow: none;
	margin-top:8px;
	margin-bottom:15px;
    padding: 10px 12px;
    min-height: 38px;
    letter-spacing: -0.03em;
    background:#f2f3f5
}
#mod_type_formForm .q_number textarea{
	height:16em;
}
#mailForm .form-control:focus {
    border-color: #8b8d90;
    background: #fff;
}

/* subpage about */
#about01 p {
    font-size: 14px;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}
#about01 .quote {
    font-size: 26px;
    color: #333;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin: 0 0 30px;
}
#about01 .name {
    font-size: 20px;
    margin: 30px 0 0;
    color: #333;
    font-weight: 600;
}
#about01 .name small{
	margin-right:10px;
    font-weight:400
}
@media(max-width:767px){
	
}


/* login */
.login-layout .inner-box-wrapper,
.id-find-layout .inner-box-wrapper,
.pw-find-layout .inner-box-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 0;
}

.login-layout .panel, 
.id-find-layout .panel, 
.pw-find-layout .panel {
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
    margin: 0;
    padding: 50px 0 80px;
}
.login-layout .panel-body h2, .id-find-layout .panel-body h2, .pw-find-layout .panel-body h2 {margin: 0; color: #454545; font-size: 28px; font-weight: 600; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 15px; color: #666; margin: 0;}
.login-layout .inner-box-form form label, .id-find-layout .inner-box-form form label, .pw-find-layout .inner-box-form form label {font-size: 14px;}
.login-layout .inner-box-form form label.error, .id-find-layout .inner-box-form form label.error, .pw-find-layout .inner-box-form form label.error {font-weight: 400; color: #f6871f; font-size: 12px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background: #fff !important; border: 1px solid #d5d5d5;}

.login-layout .form-control, 
.id-find-layout .form-control, 
.pw-find-layout .form-control {
    border: 1px solid #ddd;
    background:#f2f3f5;
    box-shadow: none;
    padding: 10px 12px;
    min-height: 38px;
}
.login-layout .form-control:focus, 
.id-find-layout .form-control:focus, 
.pw-find-layout .form-control:focus {
    border-color: #8b8d90;
    background:#fff;
}
.login-layout .btn-warning, 
.id-find-layout .btn-warning, 
.pw-find-layout .btn-warning {
    width: 180px;
    float: right;
    margin-top: 30px;
    padding: 15px 0;
    border: none;
    background: #9f1d22;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-weight: 400;
    font-size:15px;
    letter-spacing: -0.03em;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition:all ease 0.3s;
    
}
.login-layout .btn-warning:hover, 
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #333;
}
.login-layout form > div > p > a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #555;
    margin-top: 18px;
}
.login-layout form > div > p > a:hover {color: #303030;}
.login-layout form > div > p > a:after {content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after {content: "";}
.id-find-layout .panel-body, .pw-find-layout .panel-body {margin-top: 40px;}

@media(max-width:767px){
	.subpage .pageheader{
		height:200px;
	}
	.pageheader h2,
	.subtop-link{
		transform:none;
		top:auto;
	}
	.pageheader h2{
		top:50px;
		font-size:36px;
	}
	.subtop-link{
		bottom:30px;
	}
	.snb{
		display:none;
	}
	.breadcrumb{
		float:none;
		text-align:right;
	}
	.subpage-content .title{
		padding-bottom:15px;
	}
	.subpage-content .title h3{
		font-size:28px;
	}
	.subpage-content h4{
		font-size:22px;
	}
	.abro02-flow .card,
	.abro01-disability .card{
		min-height:0;
	}
	#domestic01 img{
		max-height:150px;
	}
	.medi01-concept .big-sqr{
		margin-bottom:20px;
	}
	.process-wrap .fa-arrow-right{
		right:auto;
		left:50%;
		top:auto;
		bottom:-30px;
		transform:translatex(-50%);
	}
	.process-wrap .fa-arrow-right:before{
		content:'\f063';
	}
}