
/* bg */
.bg-gray {
    background-color: #f7f7f7;
}
/* lined_v */
.lined_v {
    width: 1px;
    height: 25px;
    background-color: #111;
    margin: 0 auto;
}
/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}
#sub_tabs ul .dropdown-toggle {
    display: none;
}
#sub_tabs ul .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 3vw;
}
#sub_tabs ul .dropdown-menu li a {
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
#sub_tabs ul .dropdown-menu li:hover a {
    background-color: transparent;
}
#sub_tabs ul .dropdown-menu li.act a {
    border-bottom-color: #4578d3;
    color: #4578d3;
    font-weight: 500;
}
@media (max-width:500px) {
    #sub_tabs ul .dropdown-menu {
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 5px;
        padding: 15px 0;
        justify-content: center;
    }
    #sub_tabs ul .dropdown-menu li a {
        padding: 5px 0;
        font-size: 13px;
        margin-bottom: 0;
    }
    #sub_tabs ul .dropdown-menu li.act a {
        border-color: #111;
        color: #111;        
        font-weight: 600;
    }
}


/* subtop */
#subtop {
    position: relative;
}
#subtop .fbox {
    height: 500px;
    padding: 180px 0 80px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        padding: 60px 0;
        height: 250px;
    }
    #subtop .fbox > div {
        width: 100%;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
}
#site_config .site {
    display: flex;
    align-items: center;
}
#site_config .site .home {
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    height: 16px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 5px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}
/* imgPad */
.imgPad {
    padding: 40px;
}
.imgPadBig {
    padding: 60px;
}
@media (max-width:767px) {
    .imgPad {
        padding: 15px;
    }
    .imgPadBig {
        padding: 20px;
    }
}

/* imgBorder */
.imgBorder {
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.imgBorder h5 span {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 5px 25px;
    border-radius: 60px;
}
/* company1 */
#company1 .top {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
#company1 .top img {
    border-radius: 10px;
}
@media (min-width:992px){
    #company1 .top > .tbox {
        width: calc(100% - 350px);
    }
    #company1 .top > .ibox {
        width: 350px;
        text-align: right;
    }
}
@media (max-width:500px){
    #company1 .inner_top {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
    }
    #company1 .inner_top h1 {
        width: calc(100% - 80px);
    }
    #company1 .inner_top .ibox {
        width: 80px;
    }
}


/* comInfo */
.comInfo {
    border-top: 1px solid #111;
}
/* fItemBox */
.fItemBox {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.fItemBox .tit {
    width: 100px;
}
.fItemBox .con {
    width: calc(100% - 100px);
}
.fItemBox.fItemBox_col3 .con1 {
    width: calc(50% - 100px);
}
.fItemBox.fItemBox_col3 .con2 {
    width: 50%;
}
@media (max-width:992px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 .con1 {
        width: calc(50% - 70px);
    }
}
@media (max-width:500px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 {
        flex-wrap: wrap;
    }
    .fItemBox.fItemBox_col3 .con2 {
        width: 100%;
        padding-left: 70px;
        margin-top: 10px;
    }
}


/* mapbox */
.mapbox .root_daum_roughmap {
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}


/* idKnow */
.idKnow {
    background: url(../img/idKnow.jpg) center center no-repeat;
    background-size: cover;
}
.idKnow .item {
    padding-top: 60px;
    position: relative;
}
.idKnow .item .c_pt2 {
    position: absolute;
    left: 0;
    top: 0;
}
.idKnow .item > .fbox {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: saturate(100%) blur(10px);
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    justify-content: center;
    padding: 20px;
}
@media (min-width:992px) {
    .idKnow {
        background-attachment: fixed;
    }
    .idKnow .item > .fbox {
        height: 250px;
    }
}
@media (max-width:768px) {
    .idKnow .item {
        padding-top: 20px;
    }
    .idKnow .item > .fbox {
        border-radius: 5px;
    }
}

/* dotTit */
.dotTit {
    position: relative;
    padding-left: 10px;
}
.dotTit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #0562ae;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* actList */
.actList .item {
    display: flex;
    align-items: center;
    background-color: #f0f3f8;
    padding: 0 30px;
    min-height: 200px;
}
.actList .item .txt {
    width: calc(100% - 100px);
}
.actList .item .txt .tt span {
    display: inline-block;
    margin-right: 10px;
}
.actList .item .icon {
    width: 100px;
    text-align: center;
}
.actList .item .icon img {
    /* background-color: #f0f3f8; */
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
}


/* company3 */
#company3 .sec3 .img {
    position: relative;
    text-align: center;
}
#company3 .sec3 .img .float {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#company3 .sec3 .img img,
#company3 .sec3 .img .float {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#company3 .sec3 li:hover .img .float {
    background-color: rgba(0, 0, 0, 0.6);
}
#company3 .sec3 li:hover .img img {
    filter: grayscale(1);
}
@media (min-width:767px){
    #company3 .sec3 .txt {
        margin-top: 15px;
    }
}


/* sTopSec */
.sTopSec {
    background-color: #01002e;
}
.sTopSec .tcon {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10vw;
}


/* business1 */
#business1 .sec2_bt {
    background: url(../img/bs1_bg2.jpg) center center no-repeat;
    position: relative;
    height: 600px;
    background-size: cover;
}
#business1 .sec2_bt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
/* #business1 .sec2 .txt {
    width: 70%;
    padding-right: 20px;
}
#business1 .sec2 .img {
    width: 30%;
} */
@media (min-width:992px) {
    #business1 .sec2_bt {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    #business1 .sec2_bt {
        height: 400px;
    }
}
@media (max-width:768px) {
    #business1 .sec2_bt {
        height: 250px;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
    margin: 8px 0;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:767px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .hList > li:after {
        top: 11px ;
    }
}


/* zoneList */
.zoneList .item {
    padding: 40px;
    border-radius: 30px;
    background-color: #f7f7f7;
}
.zoneList .item .pList > li:first-child {
    margin-top: 0px;
}
@media (max-width:768px) {
    .zoneList .item {
        padding: 30px 20px;
        border-radius: 10px;
    }
}

/* dvd_hr */
.dvd_hr .lined {
    height: 1px;
    border-bottom: 1px solid #ddd;
}
.dvd_hr .dashed {
    height: 1px;
    border-bottom: 1px dashed #aaa;
}
/* bsListBox */
.bsListBox .tt {
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    padding: 25px 20px;
    background-color: #f7f7f7;
}
.bsListBox ul {
    border-top: 2px solid #333;
}
.bsListBox ul li {
    border-bottom: 1px solid #ddd;
    text-align: center;
    border-right: 1px solid #ddd;
}
.bsListBox ul li:nth-child(4n+0) {
    border-right: 0px;
}
.bsListBox ul li p {
    padding: 15px;
}
@media (max-width:768px) {
    .bsListBox ul li {
        border-right: 1px solid #ddd;
    }
    .bsListBox ul li:nth-child(2n+0) {
        border-right: 0px;
    }
    .bsListBox .tt {
        padding: 15px 10px;
    }
    .bsListBox ul li p {
        padding: 10px;
    }
}

/* bsInfoBox */
.bsInfoBox li {
    border-left: 1px solid #333;
    padding: 15px;
    padding-left: 40px;
}
.bsInfoBox li .fbox strong {
    width: 120px;
    font-weight: 700;
}
.bsInfoBox li .fbox span {
    width: calc(100% - 120px);
    padding-left: 15px;
    position: relative;
}
.bsInfoBox li .fbox span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 2px;
    background-color: #ddd;
}
@media (max-width:768px) {
    .bsInfoBox li {
        padding: 8px;
        padding-left: 20px;
    }
    .bsInfoBox li .fbox strong {
        width: 90px;
    }
    .bsInfoBox li .fbox span {
        width: calc(100% - 90px);
    }
}


/* tabsWrp */
.tabsWrp .tabs {
    margin-bottom: 0px !important;
}
.tabsWrp .nav-tabs,
.tabsWrp .nav-tabs li {
	border: 0px !important;
	text-align: center;
}
.tabsWrp .nav-tabs {
	display: flex;
	width: 100%;
    align-items: center;
    justify-content: center;
}
.tabsWrp .nav-tabs:before,
.tabsWrp .nav-tabs:after {
	display: none;
}
.tabsWrp .nav-tabs {
	margin: 0;
	border: 0px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}
.tabsWrp .nav-tabs li a {
	display: block;
	border-radius: 0px;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tabsWrp .nav-tabs li a, 
.tabsWrp .nav-tabs li.active a, 
.tabsWrp .nav-tabs li.active a:hover, 
.tabsWrp .nav-tabs li.active a:focus {
	background-color: transparent !important;
	border: 0px;
	border-bottom: 0px;
	cursor: pointer;
}
.tabsWrp .nav-tabs li a {
	border: 0px;
	background-color: transparent !important;
	color: #999 !important;
	width: 100%;
	padding: 15px;
	font-weight: 400;
    position: relative;
}
.tabsWrp .nav-tabs li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #b2997c;
}
.tabsWrp .nav-tabs li a .tabName {
	color: #999 !important;
    font-weight: 600;
    margin-top: 10px;
}
.tabsWrp .nav-tabs li a:focus .tabName,
.tabsWrp .nav-tabs li a:hover .tabName,
.tabsWrp .nav-tabs li:focus a .tabName,
.tabsWrp .nav-tabs li:hover a .tabName,
.tabsWrp .nav-tabs li.active a .tabName,
.tabsWrp .nav-tabs li.active a:hover .tabName, 
.tabsWrp .nav-tabs li.active a:focus  .tabName{
	color: #b2997c !important;
}
.tabsWrp .nav-tabs li a:hover .tabName, 
.tabsWrp .nav-tabs li a:focus .tabName {
	color: #666 !important;
}
.tabsWrp .nav-tabs li a .icon img {
    filter: grayscale(1);
}
.tabsWrp .nav-tabs li a:focus .icon img,
.tabsWrp .nav-tabs li:focus a .icon img,
.tabsWrp .nav-tabs li.active a .icon img,
.tabsWrp .nav-tabs li.active a:hover .icon img, 
.tabsWrp .nav-tabs li.active a:focus  .icon img {
    filter: grayscale(0);
}
.tabsWrp .nav-tabs li a {
	display: inline-block;
	position: relative;
	text-align: center;
    font-size: 16px;
}
.tabsWrp .tab-content {
	box-shadow: 0 0 0;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 0px;
    background-color: transparent !important;
}
@media (max-width:768px){
    .tabsWrp .nav-tabs {
        flex-wrap: wrap;
        padding: 0 15px;
        gap: 5px;
    }
    .tabsWrp .nav-tabs {
        border-bottom: 0px solid #ddd !important;
        max-width: 70vw;
        margin-left: auto;
        margin-right: auto;
    }
    .tabsWrp .nav-tabs li a {
        padding: 6px 4px;
    }
    .tabsWrp .nav-tabs li a .icon img {
        display: none;
    }
    .tabsWrp .nav-tabs li a .tabName {
        margin-top: 0px;
    }
}


/* bbImg */
.bbImg .bt > div,
.bbImg .top > div {
    display: flex;
}
.bbImg .top .col1 .item1,
.bbImg .top .col1 .item2 {
    width: 30%;
}
.bbImg .top .col1 .item3 {
    width: 25%;
}
.bbImg .top .col1 .item4 {
    width: 15%;
}
.bbImg .top .col2 .item1,
.bbImg .top .col2 .item2,
.bbImg .top .col2 .item3,
.bbImg .top .col2 .item4 {
    width: 15%;
}
.bbImg .top .col2 .item5 {
    width: 25%;
}
.bbImg .top .col2 .item6 {
    width: 15%;
}
.bbImg .top .col3 .item1 {
    width: 30%;
}
.bbImg .top .col3 .item2,
.bbImg .top .col3 .item3 {
    width: 15%;
}
.bbImg .top .col3 .item4 {
    width: 25%;
}
.bbImg .top .col3 .item5 {
    width: 15%;
}



.bbImg .bt .col1 .item1 {
    width: 100%;
}
.bbImg .bt .col2 .item1,
.bbImg .bt .col2 .item2 {
    width: 12.5%;
}
.bbImg .bt .col2 .item3,
.bbImg .bt .col2 .item4,
.bbImg .bt .col2 .item5,
.bbImg .bt .col2 .item6,
.bbImg .bt .col2 .item7,
.bbImg .bt .col2 .item8 {
    width: 8%;
}
.bbImg .bt .col2 .item9,
.bbImg .bt .col2 .item10 {
    width: 13.5%;
}

.bbImg .bt .col3 .item1 {
    width: 20%;
}
.bbImg .bt .col3 .item2 {
    width: 53%;
}
.bbImg .bt .col3 .item3,
.bbImg .bt .col3 .item4 {
    width: 13.5%;
}



.bbImg .item {
    padding: 3px;
    text-align: center;
}
.bbImg .item span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px  4px;
}
.bbImg .col1 .item span {
    color: #4578d3;
    border: 1px dashed #4578d3;
    font-weight: 600;
    border-radius: 3px;
}
.bbImg .col2 .item span {
    background-color: #1b448d;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}
.bbImg .col3 .item span {
    background-color: #dfe8f2;
    color: #8f9eb0;
    border-radius: 3px;
    font-weight: 600;
}
@media (max-width:768px) {
    .bbImg .item span {
        word-break: break-all;
        font-size: 10px;
        padding: 6px 3px;
        line-height: 1.2em
    }
}





/* bbImg2 */
.bbImg2 .bt > div,
.bbImg2 .top > div {
    display: flex;
}
.bbImg2 .top .col1 .item1{
    width: 30%;
}
.bbImg2 .top .col1 .item2 {
    width: 40%;
}
.bbImg2 .top .col1 .item3 {
    width: 30%;
}
.bbImg2 .top .col2 .item1,
.bbImg2 .top .col2 .item2 {
    width: 10%;
}
.bbImg2 .top .col2 .item3,
.bbImg2 .top .col2 .item4,
.bbImg2 .top .col2 .item5,
.bbImg2 .top .col2 .item6{
    width: 20%;
}
.bbImg2 .top .col3 .item1 {
    width: 30%;
}
.bbImg2 .top .col3 .item2 {
    width: 20%;
}
.bbImg2 .top .col3 .item3 {
    width: 25%;
}
.bbImg2 .top .col3 .item4 {
    width: 25%;
}



.bbImg2 .bt .col1 .item1 {
    width: 100%;
}
.bbImg2 .bt .col2 .item1 {
    width: 20%;
}
.bbImg2 .bt .col2 .item2,
.bbImg2 .bt .col2 .item3,
.bbImg2 .bt .col2 .item4,
.bbImg2 .bt .col2 .item5,
.bbImg2 .bt .col2 .item6,
.bbImg2 .bt .col2 .item7 {
    width: 10%;
}
.bbImg2 .bt .col2 .item8 {
    width: 20%;
}

.bbImg2 .bt .col3 .item1 {
    width: 15%;
}
.bbImg2 .bt .col3 .item2 {
    width: 60%;
}
.bbImg2 .bt .col3 .item3 {
    width: 25%;
}



.bbImg2 .item {
    padding: 3px;
    text-align: center;
}
.bbImg2 .item span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px  4px;
}
.bbImg2 .col1 .item span {
    color: #4578d3;
    border: 1px dashed #4578d3;
    font-weight: 600;
    border-radius: 3px;
}
.bbImg2 .col2 .item span {
    background-color: #1b448d;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}
.bbImg2 .col3 .item span {
    background-color: #dfe8f2;
    color: #8f9eb0;
    border-radius: 3px;
    font-weight: 600;
}
@media (max-width:768px) {
    .bbImg2 .item span {
        word-break: break-all;
        font-size: 10px;
        padding: 6px 3px;
        line-height: 1.2em
    }
}

/* nBox */
.nBoxWrp {
    padding: 60px;
    border-radius: 15px;
    background-color: #fff;
}
.nBox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.nBox .n {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #3d75ca;
    color: #fff;
    font-size: 15px;
    margin-top: 3px;
}
.nBox .r {
    width: calc(100% - 34px);
}
@media (max-width:768px) {
    .nBoxWrp {
        padding: 30px 15px;
        border-radius: 10px;
    }
    .nBox {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5px;
    }
    .nBox .n {
        width: 15px;
        height: 15px;
        font-size: 10px;
        margin-top: 2px;
    }
    .nBox .r {
        width: calc(100% - 20px);
    }
}

/* logoInfini */
.logoInfini {
    mix-blend-mode: darken;
}

/* .business */
#business1 .sec1 {
    background: url(../img/bs1_bg1.jpg) center center no-repeat;
}
#business2 .sec1 {
    background: url(../img/bs2_bg1.jpg) center center no-repeat;
}
#business3 .sec1 {
    background: url(../img/bs3_bg1.jpg) center center no-repeat;
}
#business3 .btFbx .lft {
    width: 20%;
}
#business3 .btFbx .rt {
    width: 80%;
}
.business .sec1 {
    position: relative;
    background-size: cover;
    overflow: hidden;
    max-width: 90%;
    border-radius: 50px;
    margin: 0 auto;
}
.business .sec1 .fbox {
    height: 100vh;
    max-height: 900px;
    min-height: 500px;
}
.business .sec1 .float {
    position: absolute;
    bottom: 0;
    right: 15px;
}
@media (min-width:992px) {
    .business .sec1 .float {
        font-size: 130px;
        line-height: 1em;
        text-align: right;
    }
}
@media (max-width:992px) {
    .business .sec1 {
        border-radius: 30px;
    }
    .business .sec1 .fbox {
        max-height: 600px;
        min-height: 400px;
    }
}
@media (max-width:768px) {
    .business .sec1_wrp {
        padding: 0px !important;
    }
    .business .sec1 {
        border-radius: 0px;
        max-width: 100%;
        padding: 0 30px;
    }
    .business .sec1 .fbox {
        max-height: 500px;
        min-height: 300px;
        text-align: center;
    }
    #business3 .btFbx .lft,
    #business3 .btFbx .rt {
        width: 100%;
    }
}
/* imgList */
.imgList .txt {
    border: 1px solid #ddd;
    padding: 10px;
    border-top: 0px;
}