@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
	padding:0
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}
a:hover{text-decoration:none}

/* login */
.login-layout,
.id-find-layout, 
.pw-find-layout {
    background: url(/skin/img/slide/slide03.jpg) no-repeat center / cover;
    padding: 170px 15px 80px;
    margin-top: -35px;
}
.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: #3a51b9;
    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: #26367d;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,
.li-dot > dd:before{
	content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 0;
}
*{word-break:keep-all}
.subContent ul{padding:0}
/*상단 메뉴 설정 시작*/
.navbar-inverse{
    background: rgba(0,0,0,0);
    border:none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	position: absolute;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin-top: 15px;
}
.navbar-brand img {
	padding-top: 0;
    margin: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent ;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 25px 40px;
    margin: 0px 0px 0px 0px;
    letter-spacing: -0.02em;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
    color: #293fa5;
    background-color: transparent;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.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: #3a51b9;
    background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 15px 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 6px 25px;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #333;
}
.nav.navbar-nav li .dropdown-menu li a:hover, 
.nav.navbar-nav li .dropdown-menu li a:focus {
    color: #3a51b9;
    font-weight: 500;
}
@media(min-width:768px){
	.navbar-right {
		margin-top: 25px;
	}
}
@media(min-width:1300px){
    .navbar-inverse > .container{width: 100%;max-width: 1300px;}
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/

.footer_copy .text-center {
    text-align: left;
    padding: 40px 0 40px;
    background: #333;
    color: #9a9a9a;
    font-size: 14px;
}
.footer_copy .wrap-footer .footer-text ul{    padding-left: 0;
    margin-bottom: 3px;
    font-size: 13px;}
.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: 10px;}
.footer_copy .wrap-footer .footer-text ul li address{    margin-bottom: 0;}
.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    opacity: 0.5;
}

/* 하단 카피라이트 설정 끝*/

/*slide*/
.carousel-inner .item:nth-of-type(1){
	width:100%; height:800px;background:url(/skin/img/slide/slide03.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(2){
	width:100%; height:800px;background:url(/skin/img/slide/slide2.jpg)no-repeat center / cover}
.carousel-caption{   left: auto;
    right: 0;
    height: 100%;
    width: 40%;
    background: rgba(18, 82, 177, .8);
    top:0;
    text-shadow: none;
    bottom: auto;
    padding: 0;
    color: #fff;
    text-align: left;}
.carousel-caption p {
    font-size: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.carousel-caption h2 {
    margin: 0;
    font-size: clamp(30px,4vw,72px);
    font-weight: 700;
    letter-spacing: -0.02em;
}
.carousel-caption a {
    display: inline-block;
    padding: 20px 22px;
    border: none;
    background: #fff;
    color: #1252b1;
    font-size: 15px;
    margin-top: 70px;
    font-weight: 500;
    transition: all ease .3s;
    line-height: 1;
    min-width: 180px;
    position: relative;
}
.carousel-caption a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
    font-size: 17px;
    margin-top: -2px;
}
.carousel-caption a:hover {
    color: #333;
}
.carousel_caption_inner{    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 80px;
}
.carousel_caption_inner h1 {
    font-size: 45px;
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: -0.04em;
    line-height: 1.25;
    font-weight: 600;
}
.carousel_caption_inner > span {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.carousel_caption_inner p {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 300;
}
.carousel_caption_inner p span{    font-weight: 500;}

.carousel-indicators li,
.carousel-indicators .active {
    background-color: #fff;
    border: none;
    width: 13px;
    height: 13px;
    margin: 5px;
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.carousel-indicators .active{
	background:#f59c05;
	border-color:#fff
}

/*main*/
.main-content > div {
    padding: 130px 0 180px;
}
.main-content .main-business01{
    position: relative;
    padding-top: 100px;
}
.main-business01:after {
    content: "IHAN";
    position: absolute;
    bottom: -30px;
    right: 11%;
    line-height: 1;
    font-size: 260px;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #f8f8f8;
    z-index: -1;
}
.main-content .col-md-12{text-align:center}
.main-content h3 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
.main-content h3 + p {
    margin-bottom: 70px;
    font-size: 17px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.06em;
}
/* .main-content h3:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #3a51b9;
    display: block;
    margin: 20px auto 0;
} */
/* .main_busi01_inner a{    
	display: block;
    position: relative;
	overflow:hidden;
	transition:all ease .3s
}
.main_busi01_inner > p {
    position: absolute;
    height: 120px;
    left: 35px;
    bottom: -20px;
    width: 120px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    z-index: 3;
    text-align: center;
    line-height: 120px;
    background: #0964d9;
    letter-spacing: -0.02em;
    box-shadow: 4px 4px 9px rgba(0,0,0,0.4);
}
.main_busi01_inner a p{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #fff;
    font-size: 24px;}
.main_busi01_inner a p i {
    display: block;
    font-size: 65px;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
}
.main_busi01_inner a img{
	transform:scale(1); 
	transition:all ease .3s
}
.main_busi01_inner a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    transition: all ease 0.3s;
}
.main_busi01_inner a:hover img{
	transform:scale(1.1)
}
.main_busi01_inner a:hover:before{
	background:rgba(59, 82, 186, 0.8);
}
.main-business01 .row > div:nth-of-type(3) .main_busi01_inner > p {background: #007b3d;}
.main-business01 .row > div:nth-of-type(4) .main_busi01_inner > p {background: #00459b;} */
.main-business02{
	background: #f3f3f4;
}
@media(min-width:768px){
	.main-business02 .col-md-3{width:20%}
}
.main_busi02_inner a {
    display: block;
    transition: all ease 0.3s;
}
.main_busi02_inner a:hover {
    margin-top: -20px;
    box-shadow: 0 8px 8px rgba(0,0,0,0.2);
}
.main_busi02_inner p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    background: #797979;
    margin: 0;
}

.main-business03 .col-md-4{padding: 0 10px;}
.main-business03 .main_busi01_inner{    text-align: center;
    padding: 40px 0;
    background: #eff3f9;}
.main-business03 .main_busi01_inner p{text-align: center;
    font-size: 30px;
    margin-top: 50px;}
.main-business03 .main_busi01_inner a{    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    color: #333;
    font-weight: 500;
    border: 1px solid #ccc;
    margin-top: 20px;}
.main-business03 .main_busi01_inner a:hover{    background: #1252b1;
    color: #fff;
    font-weight: 400;
    border: 1px solid #1252b1;}

.main-content > div.main-business04 {    background: url(/skin/img/main/main_busi04_bg.jpg)no-repeat center / cover;
    height: 800px;
    padding: 0;}
.main-business04 .container{width: 100%;}
.main-business04 .col-md-6{    padding: 200px 100px 180px;}
.main-business04 .col-md-6:first-child dl{
    text-align: left;
    color: #fff;
    display: inline-block;}
.main-business04 .col-md-6:first-child dl dt {
    color: #ffffff;
    line-height: 60px;
    text-align: justify;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-top: 2px solid #fff;
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
    padding: 0;
}
.main-business04 .col-md-6:first-child dl dd {
    opacity: 0.75;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
}
.main-business04 .col-md-6:last-child{
    background: rgba(26, 79, 156, 0.8);
    height: 800px;
}
.main-business04 .col-md-6:last-child h3 {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-size: 50px;
    margin-bottom: 70px;
}
.main-business04 .col-md-6:last-child h3 span{
    display: block;
    margin-top: 35px;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: -0.02em;
}
.main-business04 .col-md-6:last-child h3 + p{   
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 1.85;
    letter-spacing: -0.02em;
    font-weight: 300;
    max-width: 550px;
    opacity: 0.85;

}
.main_busi04_inner{position: absolute;
    bottom: 100px;
    max-width: 750px;}
.main_busi04_inner .col-md-4{padding:0 15px}
.main_busi04_inner dl dt{font-size: 26px;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid;
    padding-top: 10px;
    margin-bottom: 20px;}
.main_busi04_inner dl dd{font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.75;
    color: #fff;
    font-weight: 300;}
/*sub*/
.subTop{
	width:100%;
	height:330px;
	background:url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
	position:relative
}
.subTop_inner {
    /* position: absolute; */
    /* left: 20%; */
    /* top: 46%; */
    text-align: center;
    padding-top: 150px;
}
.subTop_inner h2 {
    margin: 0;
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}
.subTop_inner .breadcrumb{    
	background: rgba(0,0,0,0);
    letter-spacing: -0.034em;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #ddd;
    font-weight: 400;}
.subTop_inner .breadcrumb li.active{    
	font-weight: 500;
	color:#fff
}
.subTop_inner .breadcrumb>li+li:before{
	color:#888
}
.subNav{    
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.subNav ul{
	overflow: hidden;
    margin: 0;
    background: rgba(0,0,0,0.5);
}
.subNav ul li{float: left;
    font-size: 17px;
    text-align: center;
	line-height:48px;
    /* color: #fff; */
	letter-spacing:-0.034em;
}
.company .subNav ul li{width: calc(100% / 3);}
.product .subNav ul li{width: calc(100% / 5);}
.subNav ul li a{
	display: block;
    color: #fff;
}
.subNav ul li.active a{    
	background: #3ca8e9;
}
.subContent{padding: 100px 0;}
.subTitle {
    position: relative;
    margin-bottom: 60px;
	text-align:center;
}
.subTitle:before {
    content: "";
    width: 100%;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    z-index: -1;
}
.subTitle h3 {
    margin: 0;
    padding: 0 0 10px;
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    color: #111;
    border-bottom: 3px solid #3da9ea;
}
.subContent .con p, .subContent .con li, .subContent .con dd{
	font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.6;
    font-weight: 400;
    color: #555;}
.subContent .con {margin-bottom:80px}
.subContent .con:last-child {margin-bottom:0}

/*준비중*/
.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;}

/*table*/
.subContent .table-type03 {
    border-top: 2px solid #797979;
}
.subContent .table.table-type03 tr th, 
.subContent .table.table-type03 tr td {
    padding: 12px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
    text-align: center;
}
.subContent .table-type03 tr th {
    color: #333;
    background: #f6f6f6;
}
.subContent .table.table-type03 tr td {color: #666;}

/*company*/
#company01 .con1 img {
    margin-bottom: 35px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
}
#company01 .con1 p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
	text-align:center
}
#company01 .con1 p span{    font-weight: 500;
    font-size: 18px;
    display: inline-block;color: #333;
    margin-right: 5px;}
#company01 .con1 p.core {
    font-size: 26px;
    color: #3a51b9;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: -0.04em;
}
/* #company01 .con1 img{    box-shadow: 6px 6px 0 rgba(120,120,120,0.2);
    border: 1px solid #ddd;}
 */
#company02 .con1 img {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 6px;
    min-height: 276px;
    max-height: 276px;
}
#company02 .con1 p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 10px 0 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
    letter-spacing: -0.06em;
}
#company02 .con1 p a{float: right;}
.body-layout{padding-right: 0 !important;}
.modal-title{    text-align: center;
    font-size: 20px;}
/* @media(min-width:768px){
	#company02 .con1 .col-md-3{width:20%}
} */
#company03 .con1 ul {
    margin: 0;
    padding: 50px 40px;
    background: #f6f6f6;
}
#company03 .con1 ul li{    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: -0.034em;}
#company03 .con1 ul span{    min-width: 90px;
    display: inline-block;
    font-weight: 500;
    color: #222;}

/*business*/
#busines01 .con1 img{max-width: 1000px;width:100%}
#busines02 .con dl {
    margin: 0;
    border: 1px solid #ddd;
    padding: 55px 30px 20px 30px;
    min-height: 220px;
    position: relative;
}
#busines02 .con1 > div:nth-child(odd) dl {
    background: #f6f6f6;
}
#busines02 .con dl dt {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2f2f2f;
    font-weight: 600;
}
#busines02 .con dl dt span {
    font-weight: 500;
    background: #3a51b9;
    position: absolute;
    left: -1px;
    top: -1px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: -0.05em;
}
#busines02 .con .clearfix{margin-bottom:30px}

#busines03 .busi03_inner{    padding: 30px;
    background: rgba(0, 69, 156, 0.9);}
#busines03 .busi03_inner p{padding: 30px 60px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.02em;
    margin: 0;}
/*product*/
.product .subContent h4 {
    font-size: 30px;
    font-weight: 700;
    color: #2c71d8;
    margin-bottom: 30px;
    margin-top: 0;
}
.pro_inner {
    /* background: #f6f6f6; */
    /* padding: 40px; */
    margin-bottom: 15px;
}
.pro_inner .col-md-7{    margin-top: 30px;}
.pro_inner li {
    margin: 7px 0 7px;
    padding-left: 13px;
}
.pro_inner li:before {
    top: 11px;
}
.pro_inner h5 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #2f2f2f;
    font-weight: 600;
    border-left: 5px solid #3ba9e8;
    padding-left: 10px;
}
/* .pro_inner img {
    border-radius: 6px;
} */
.pro_notice dl dt {
    border-bottom: 2px solid #333;
    font-size: 26px;
    font-weight: 500;
    color: #2f2f2f;
    padding-bottom: 15px;
}
.pro_notice dl dd {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 16px 0 16px 47px;
    line-height: 1.5 !important;
}
.pro_notice dl dd span {
    font-weight: 500;
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 16px;
    width: 24px;
    height: 24px;
    background: #3a51b9;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
#product01 .pro_inner img,
#product02 .pro_inner img,
#product03 .pro_inner img{
    /* padding: 10px; */
    /* background: #fff; */
    /* margin: 10px; */
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.product .pro_inner ul, .product .pro_inner dl{padding-left: 10px;}
.pro03_inner {
    margin-bottom: 60px;
    padding: 0 0 0 40px;
    /* margin-top: -20px; */
    /* border: 1px solid #ddd; */
    border-top: none;
}
.pro03_inner table{
	margin-bottom:0 !important;
}
.pro03_inner li {
    padding: 0px 0 13px 125px;
    position: relative;
    font-size: 14px !important;
}
.pro03_inner li a {
    border: 1px solid #39a9e9;
    font-size: 13px;
    padding: 8px 15px;
    background-color: #39a9e9;
    color: #fff;
    line-height: 1;
    display: inline-block;
}
.pro03_inner li a:hover {
    background: #3a51b9;
    color: #fff;
    border-color: #3a51b9;
}
.pro03_inner li:before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #999;
}
.pro03_inner li span {
    position: absolute;
    left: 7px;
    font-weight: 600;
    color: #333;
}
#product03 .pro_inner{margin-bottom:20px}
#product04 .con img,#product05 .con img{
	border-radius:6px;
}
#product04 .con p,
#product05 .con p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin: 10px 0 30px;
}

.product .con .clearfix{margin-bottom: 40px;}
#product03 .con .clearfix{margin-bottom: 60px;}
#company01 .subContent{background: url(/skin/img/sub/comp01_bg.png) no-repeat center bottom / contain;}
#company01 .subContent .con:last-child{    margin-bottom: 200px;}
@media (max-width:991px) {
    .carousel_caption_inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 10px;
    }
    .carousel-caption {
        width: 25%;
        min-width: 200px;
    }
    .carousel_caption_inner p {
        font-size: 14px;
        line-height: 1.9;
        font-weight: 300;
    }
    .carousel-caption a {
        padding: 20px 22px;
        font-size: 13px;
        min-width: 145px;
    }
    .main-business04 .col-md-6:last-child h3 + p {
        font-size: 12px;
        margin: 0;
    }
    .main-business04 .col-md-6:last-child h3 span {
        font-size: clamp(18px, 3.9vw, 35px);
    }
    .main-business04 .col-md-6:last-child h3 {
        font-size: clamp(25px, 5.5vw, 50px);
        margin-bottom: 25px;
    }
    .main-business04 .col-md-6 {
        padding: 50px 20px 50px;
    }
    .main-content > div.main-business04 {
        height: 400px;
    }.main-business04 .col-md-6:last-child {
        height: 400px;
    }
    .subTitle h3 {
        margin: 0;
        padding: 0 0 10px;
        display: inline-block;
        font-size: clamp(28px, 4.4vw, 40px);
        font-weight: 400;
        color: #111;
        border-bottom: 3px solid #3da9ea;
    }
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav > li > a {
        background-color: rgba(0, 0, 0, 0.75);
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding: 15px 25px 15px;
        margin: 0px 0px 0px 0px;
        letter-spacing: -0.02em;
    }
    .navbar-brand {
        display: inline;
        height: 75px;
    }
    .navbar-brand img {
        padding-top: 0;
        margin: 0;
        height: 100%;
        object-fit: contain;
    }
    .nav.navbar-nav li .dropdown-menu {
        left: 0;
        right: auto;
        border-radius: 0;
        border: 0;
        padding: 15px 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        background: rgba(0, 0, 0, 0.75);
    }
    .nav.navbar-nav li .dropdown-menu li a {
        padding: 6px 22px;
        border-bottom: 1px solid #777;
    }
    .subNav ul li {
        font-size: 14px;
    }
}
@media (max-width:576px) {
    #company01 .con1 p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 15px;
        text-align: center;
    }
    #company03 .con1 ul li {
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: -0.034em;
    }
    #company03 .con1 ul span{
        display: block;
    }
    #busines03 .busi03_inner {
        padding: 15px;
        background: rgba(0, 69, 156, 0.9);
    }
    #busines03 .busi03_inner p {
        padding: 20px 10px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
        letter-spacing: 0.02em;
        margin: 0;
    }
}
@media (max-width:450px) {
    [id^=product0] .subNav ul {
        overflow: hidden;
        margin: 0;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
    }
    .product .subNav ul li {
        width: auto;
        /* padding: 0 10px; */
        min-width: 50px;
    }
}
