/* subtop */
#subtop .c_wrp {
    height: 400px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.5);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 15%;
    }
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 150px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    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 .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -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:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #444;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #999;
    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: #444;
}
#site_config .site .home > ul li a:hover{
    background-color: #444;
    color: #fff;
}
#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;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 130px;
    }
    #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 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
}



/* as_tit */
.as_tit {
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
.as_tit span {
    display: inline-block;
    position: relative;
    line-height: 1em;
}
/* .as_tit span::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #da7f64;
} */

/* formWrp */
.formWrp ul li {
    margin: 10px 0;
}
.formWrp .formItem label {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.formWrp .formItem .form-control:not(textarea) {
    height: 45px;
}
.formWrp .formItem .form-control {
    padding: 4px 8px;
    border: 0px;
    box-shadow:  0 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background: transparent;
    background-color: #fff;
}
.formWrp .formItem .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}
.formWrp .formItem .form-control.small {
    width: 90px;
    display: inline-block;
}
.formWrp .formItem .form-control.date {
    width: 70px;
    display: inline-block;
}
.formWrp .formItem .form-control:focus {
    border-color: #c5a875;
}
.formWrp .formItem .radio-custom {
    display: inline-block;
    margin: 0 15px 0 0;
}
.formWrp .formItem .radio-custom label {
    font-weight: 300;
    margin: 0px;
}
.formWrp .formItem .input-group-addon {
    border-width: 1px;
}
.formWrp .formItem .input-group .form-control {
    border-radius: 0 4px 4px 0;
}
.formWrp .formItem.ph_item {
    position: relative;
    padding-right: 120px;
}
.formWrp .formItem.ph_item.w300 {
    max-width: 300px;
}
.formWrp .formItem.ph_item .ph_btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    border: 1px solid #333;
    width: 121px;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
}
.formWrp .fileupload {
    margin-top: 10px;
}
.formWrp .fileupload .uneditable-input {
    position: relative;
}
.formWrp .fileupload .uneditable-input .fa {
    left: 10px;
}
.formWrp .chc .checkbox-custom {
	display: inline-block;
}
.formWrp .chc .checkbox-custom label {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}
.formWrp .chc .agr {
	display: inline-block;
	background-color: #fff;
	color: #666;
    border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 300;
	padding: 9px 10px;
	margin-left: 5px;
	line-height: 1em;
	cursor: pointer;
}
@media (min-width:768px) {
    .formWrp .chkWrp {
        display: inline-block;
        padding-left: 15px;
    }
}
@media (max-width:768px) {
    .formWrp ul li {
        margin: 20px 0;
    }
    .formWrp ul li:first-child {
        margin-top: 0px;
    }
    .formWrp .formItem .form-control {
        padding: 3px 5px;
        font-size: 14px;
    }
    .formWrp .formItem label {
        font-size: 14px;
    }
    .formWrp .chkBox > div {
        text-align: center !important;
    }
    .formWrp .chc .checkbox-custom label {
        font-size: 13px;
    }
    .formWrp .chc .agr {
        font-size: 11px;
        padding: 5px 2px;
        margin-left: 2px;
    }
    .formWrp .formItem .form-control.small {
        width: 70px;
    }
    .formWrp .formItem .form-control.date {
        width: 60px;
    }
    .formWrp .formItem.ph_item {
        position: relative;
        padding-right: 80px;
    }
    .formWrp .formItem.ph_item .ph_btn {
        width: 81px;
        font-size: 13px;
    }
}

/* table_basic */
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 14px;
        padding: 8px 5px;
        display: block;
        width: 100%;
        text-align: left;
    }
    .table.table_basic tr th {
        border: 1px solid #ddd !important;
        border-bottom: 0px !important;
    }
    .table.table_basic tr:not(:last-child) td {
        border: 1px solid #ddd !important;
        border-bottom: 0px !important;
        border-top: 0px !important;
    }
}
/* formWrp_serial */
.formWrp_serial {
    border: 1px solid #ddd;
    padding: 30px;
}
.formWrp_serial .formWrp {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.formWrp_serial .serialSmt {
    margin: 10px 0;
    border: 0px;
    background-color: #da7f64;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .formWrp_serial .formWrp {
        padding-right: 200px;
    }
    .formWrp_serial .formItem {
        position: relative;
        padding-left: 130px;
    }
    .formWrp_serial .formItem label {
        position: absolute;
        left: 0;
        line-height: 45px;
        margin: 0px;
    }
    .formWrp_serial .serialSmt {
        position: absolute;
        right: 0;
        top: 0;
        width: 170px;
        line-height: 105px;
    }
}
@media (max-width: 992px) {
    .formWrp_serial {
        padding: 10px 15px;
    }
    .formWrp_serial .serialSmt {
        width: 100%;
        padding: 10px;
        text-align: center;
        font-size: 15px;
    }
}
/* btnItem */
.btnWrp .btnItem {
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 60px;
    border: 2px solid #111;
    background-color: #111;
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 600;
}
.btnWrp .btnItem.w {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        line-height: 40px;
        font-size: 17px;
        padding: 0 40px;
    }
}


/* daolBOx */
.daolBOx {
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3e6ff4;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.daolBOx:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.daolBOx img {
    width: 40%;
}
@media (max-width:768px) {
    .daolBOx {
        width: 250px;
        height: 250px;
    }
}
/* aboutBox */
.aboutBox {
    position: relative;
}
@media (min-width:1200px) {
    .aboutBox .aboutItem {
        position: absolute;
        width: 400px;
    }
    .aboutBox .aboutItem:after {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        background-color: #3e6ff4;
        border-radius: 50%;
        z-index: 2;
    }
    .aboutBox .aboutItem::before {
        content: "";
        position: absolute;
        width: 31px;
        height: 31px;
        background-color: #3e6ff4;
        border-radius: 50%;
        opacity: 0.2;
        z-index: 1;
    }
    .aboutBox .aboutItem1:after {
        top: 41px;
        right: -140px;
    }
    .aboutBox .aboutItem1::before {
        top: 30px;
        right: -151px;
    }
    .aboutBox .aboutItem2:after {
        top: 41px;
        left: -140px;
    }
    .aboutBox .aboutItem2::before {
        top: 30px;
        left: -151px;
    }
    .aboutBox .aboutItem3:after {
        bottom: 41px;
        right: -140px;
    }
    .aboutBox .aboutItem3::before {
        bottom: 30px;
        right: -151px;
    }
    .aboutBox .aboutItem4:after {
        bottom: 41px;
        left: -140px;
    }
    .aboutBox .aboutItem4::before {
        bottom: 30px;
        left: -151px;
    }
    .aboutBox .aboutItem1,
    .aboutBox .aboutItem3 {
        left: 0%;
        text-align: right;
    }
    .aboutBox .aboutItem1 {
        top: 0;
    }
    .aboutBox .aboutItem3 {
        bottom: 0;
    }
    .aboutBox .aboutItem2,
    .aboutBox .aboutItem4 {
        right: 0%;
    }
    .aboutBox .aboutItem2 {
        top: 0;
    }
    .aboutBox .aboutItem4 {
        bottom: 0;
    }
}
@media (max-width:1200px) {
    .aboutBox .aboutWrp {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutBox .aboutWrp > div {
        width: 50%;
        text-align: center;
        margin-top: 40px;
    }
}
@media (max-width:768px) {
    .aboutBox .aboutWrp {
        display: block;
    }
    .aboutBox .aboutWrp  {
        margin-top: 30px;
    }
    .aboutBox .aboutWrp .aboutItem {
        width: 100%;
        margin-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dashed #ddd;
        position: relative;
        padding-left: 60px;
        text-align: left;
    }
    .aboutBox .aboutWrp .aboutItem > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
    }
    .aboutBox .aboutWrp .aboutItem br {
        display: none;
    }
}

/* company_01 */
#company_01 .sec2 ul {
    background-color: #f5f5f5;
}
#company_01 .sec2 ul li {
    display: flex;
    align-items: center;
}
#company_01 .sec2 ul li div {
    width: 50%;
}
#company_01 .sec2 .tbox {
    padding: 0 60px;
}
#company_01 .sec2 .tbox h5 {
    margin-top: 15px;
}
#company_01 .sec3 {
    background: url(../img/fbMkt_bg.png) center center no-repeat;
    background-size: cover;
}
#company_01 .sec3 .topCounter {
    border-radius: 30px;
    padding: 30px 15px 40px !important;
    background-color: #fff;
}
#company_01 .sec3 .topCounter h1 {
    display: inline-block;
    padding-left: 60px;
    background: url(../img/fbicon.png) left center no-repeat;
    color: #16588e;
}
@media (min-width:768px) {
    #company_01 .sec2 ul li:nth-child(even) .tbox {
        order: 1;
    }
    #company_01 .sec2 ul li:nth-child(even) .ibox {
        order: 2;
    }
    #company_01 .sec3 ul li .item {
        padding: 0 15px;
    }
    #company_01 .sec3 ul li:not(:last-child) .item{
        border-right: 1px solid #fff;
    }
}
@media (max-width:768px) {
    #company_01 .sec2 ul li {
        flex-wrap: wrap;
    }
    #company_01 .sec2 ul li div {
        width: 100%;
    }
    #company_01 .sec2 ul li .tbox {
        order: 2;
        padding: 30px 15px;
    }
    #company_01 .sec2 ul li .ibox {
        order: 1;
    }
    #company_01 .sec2 ul li .ibox img {
        width: 100%;
    }
    #company_01 .sec3 ul li {
        margin: 10px 0;
    }
    #company_01 .sec3 ul li .item {
        border: 1px solid rgba(255,255,255,0.2);
        padding: 30px 15px;
    }
    #company_01 .sec3 .topCounter {
        border-radius: 20px;
        padding: 20px 15px 30px !important;
    }
    #company_01 .sec3 .topCounter h1 {
        background-size: 40px !important;
        padding-left: 55px;
    }
    #company_01 .sec3 .topCounter h3 {
        margin-top: 0px !important;
    }
}

/* company_02 */
#company_02 .sec2 {
    background:url(../img/com2_bg2.jpg) center center no-repeat;
    background-size: cover !important;
}
#company_02 .sec2 .career .ctit {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}
#company_02 .sec2 .career h5 {
    position: relative;   
    padding-left: 100px; 
    margin-top: 10px;
}
#company_02 .sec2 .career h5 strong {
    position: absolute;
    left: 0;
}
@media (min-width:768px) {
    #company_02 .sec1 .fbox {
        display: flex;
    }
    #company_02 .sec1 .fbox .tbox {
        width: 60%;
        padding-right: 30px;
    }
    #company_02 .sec1 .fbox .ibox {
        width: 40%;
        background:url(../img/com2_bg.jpg) center center no-repeat;
    }
}
@media (max-width:768px) {
    #company_02 .sec1 .fbox .tbox {
        padding-bottom: 30px;
    }
    #company_02 .sec1 .fbox .ibox {
        height: 300px;
        background:url(../img/com2_bg.jpg) center center no-repeat;
        background-size: cover !important;
    }
    #company_02 .sec2 .career {
        margin-top: 30px;
    }
    #company_02 .sec2 .career h5 {
        padding-left: 70px; 
    }
}
/* ms14 */
#company_03 .localInfo li {
    position: relative;
    padding-left: 70px;
}
#company_03 .localInfo li h4 {
    position: absolute;
    left: 0;
    top: 0;
}
#company_03 .mapBox .root_daum_roughmap .wrap_map {
  height: 500px !important;
}
@media (min-width: 768px) {
    #company_03 .localInfo {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }
}
@media (max-width: 768px) {
    #company_03 .mapBox .root_daum_roughmap .wrap_map {
        height: 250px !important;
    }
    #company_03 .localInfo li {
        margin-bottom: 15px;
        padding-left: 50px;
    }
}

/* business_01 */
#business_01 .sec1 ul li {
    margin-bottom: 60px;
}
#business_01 .sec1 ul li .img {
    border-radius: 20px;
    overflow: hidden;
}
#business_01 .sec1 ul li .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#business_01 .sec1 ul li:hover .img img {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#business_01 .sec1 ul li .txt {
    margin-top: 20px;
}
@media (max-width: 768px) {
    #business_01 .sec1 ul li {
        margin-bottom: 40px;
    }
}

/* business_03 */
#business_03 .sec2 {
    background: url(../img/fbMkt_bg.png) center center no-repeat;
    background-size: cover;
}
#business_03 .sec3,
#business_03 .sec5 {
    background-color: #f5f5f5;
}
#business_03 .sec3 .efListWrp {
    max-width: 1100px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    #business_03 .sec2 ul li:not(:last-child) .item{
        border-right: 1px solid #fff;
    }
}
@media (max-width: 768px) {
    #business_03 .sec2 ul li {
        margin: 10px 0;
    }
    #business_03 .sec2 ul li .item {
        border: 1px solid rgba(255,255,255,0.2);
        padding: 15px;
    }
}
/* business_02 */
#business_02 .sec2,
#business_02 .sec4 {
    background-color: #f5f5f5;
}
/* business_04 */
#business_04 .sec1 .img {
    position: relative;
}
#business_04 .sec1 .img h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
}
#business_04 .sec2 {
    background-color: #f5f5f5;
}
#business_04 .sec2 .item {
    background-color: #fff;
    text-align: center;
    display: flex;
    height: 350px;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0 15px;
    word-break: keep-all;
}
#business_04 .sec2 li:not(:last-child) .item .arr {
    content: "";
    position: absolute;
    right: -30px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(../img/pro_arr.png) center center no-repeat;
    z-index: 3;
}
#business_04 .sec2 .item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(to left, rgba(0,0,0,0.05), transparent);
}
#business_04 .sec2 .item h4 {
    margin-top: 20px;
}
#business_04 .sec2 .item h5 {
    line-height: 1.2em;
}
@media (max-width:768px){
    #business_04 .sec2 .item {
        height: 170px;
        padding: 0 15px;
    }
    #business_04 .sec2 .item img {
        width: 20px;
    }
    #business_04 .sec2 .item h4 {
        margin-top: 10px;
    }
    #business_04 .sec2 li:nth-child(even) .item::after {
        display: none;
    }
    #business_04 .sec2 li:nth-child(1) .item::after,
    #business_04 .sec2 li:nth-child(2) .item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        height: 30px;
        background: linear-gradient(to top, rgba(0,0,0,0.05), transparent);
    }
    #business_04 .sec2 li:not(:last-child) .item .arr {
        right: -10px;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}
/* efList */
.efList li h5 {
    line-height: 1.5em;
}
@media (min-width: 500px) {
    .efList {
        text-align: center;
    }
    .efList li {
        margin: 20px 0;
    }
    .efList .icon {
        display: inline-block;
        background-color: #fff;
        box-shadow: 10px 10px 40px rgba(184,184,184,0.3);
        border-radius: 30px;
    }
    .efList li h5 {
        margin-top: 15px;
    }
}
@media (max-width: 500px) {
    .efList > li {
        width: 100% !important;
        margin: 5px 0;
    }
    .efList .mfbox {
        display: flex;
        background-color: #fff;
        padding: 20px 10px;
        border-radius: 15px;
        align-items: center;
    }
    .efList .icon {
        width: 25%;
    }
    .efList .icon img {
        width: 70px;
    }
    .efList li h5 {
        font-size: 17px;
    }
}
/* whatList */
@media (min-width: 768px) {
    .whatList .item {
        border: 2px solid #ddd;
        border-radius: 30px;
        background-color: #fff;
        padding: 50px 15px;
        text-align: center;
    }
    .whatList .item strong {
        color: #111;
    }
    .whatList .item h4 {
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .whatList > li {
        width: 100% !important;
        margin: 5px 0;
    }
    .whatList .item {
        display: flex;
        background-color: #fff;
        padding: 20px 0;
        border-radius: 15px;
        align-items: center;
    }
    .whatList .txt {
        padding-left: 15px;
        width: 75%;
    }
    .whatList .icon {
        width: 25%;
        text-align: center;
    }
    .whatList .icon img {
        width: 70px;
    }
    .whatList li h5 {
        font-size: 17px;
    }
}

/* prdList */
.prdList li {
    margin: 30px 0;
}
.prdList .item {
    position: relative;
    padding-left: 80px;
}
.prdList .item .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.prdList .item .txt h4,
.prdList .item .txt h5 {
    line-height: 1.4em;
}
.prdList .item .txt h5 {
    margin-top: 10px;
    color: #666;
}
.prdList .item .txt h5 strong {
    color: #111;
}

/* ptnList */
.ptnList li {
    margin: 15px 0;
}
.ptnList li .ptn {
    border: 1px solid #ddd;
}
@media (max-width:768px) {
    .ptnList li {
        margin: 5px 0;
    }
}

/* business_05 */
#business_05 .sec2 {
    background: url(../img/bs5_bg.jpg) center center no-repeat;
}
@media (min-width:992px) {
    #business_05 .sec2 {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    #business_05 .sec2 {
        background-size: cover;
    }
}
/* counters */
.counters strong {
    display: inline-block;
}
@media (max-width:768px) {
    .counters strong {
        font-size: 30px;
    }
}