
/* comimg */
.comimg {
    position: relative;
    text-align: center;
	margin-top: 50px;
}

.comimg img{
		border-radius: 0px;
		}
.comimg .lft,
.comimg .rt {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
        background-color: #fff;

    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.comimg .lft {
    left: 0;
}
.comimg .rt {
    right: 0;
}

/* about01 :: sec1*/
#about01 .sec1 {
    background: url(../img/abt_bg1_new.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#about01 .sec1 .bigTop {
    font-size: 115px;
    line-height: 1em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.1);
}
#about01 .sec1 .counters {
    display: inline-block;
    padding-left: 50px;
}
#about01 .sec1 .counters .yyTit {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    position: relative;
    line-height: 75px;
    padding-right: 50px;
    text-align: right;
}
#about01 .sec1 .counters .yyTit:after {
    content: "";
    position: absolute;
    right: 0;
    width: 94px;
    height: 94px;
    top: -10px;
    border: 1px dashed #e60019;
    border-radius: 50%;
}
#about01 .sec1 .counters .yy {
    color: #fff;
    font-size: 100px;
    font-weight: 900;
    position: relative;
    line-height: 1em;
    padding-right: 50px;
    text-decoration: underline;
}
#about01 .sec1 .counters .yyWrp {
    display: inline-block;
    position: relative;
    width: 300px;
}
#about01 .sec1 .counters .yyWrp:after {
    content: "";
    position: absolute;
    left: -100px;
    width: 220px;
    height: 220px;
    top: -60px;
    background-color: #e60019;
    border-radius: 50%;
}
#about01 .sec1 .counters .yyTit span,
#about01 .sec1 .counters .yy {
    position: relative;
    z-index: 3;
}
@media (min-width:768px){
    #about01 .sec1 {
        /*height: 890px;*/
    }
    #about01 .sec1 .c_wrp .rt {
        text-align: right;
    }
}
@media (max-width:768px){
    #about01 .sec1 .bigTop {
        font-size: 60px;
    }
    #about01 .sec1 .c_wrp .lt {
        text-align: center;
    }
    #about01 .sec1 .counters .yyTit {
        line-height: 55px;
        margin-top: 30px;
        font-size: 35px;
    }
    #about01 .sec1 .counters .yyTit:after {
        top: -20px;
    }
    #about01 .sec1 .counters .yyWrp {
        text-align: center;
    }
    #about01 .sec1 .counters .yyWrp:after {
        left: -50px;
        width: 160px;
        height: 160px;
        top: -25px;
        opacity: 0.4;
    }
	.comimg img{
		border-radius: 0px;
	}
}

#about01 .sec2 {
    background: #f9f9f9;
}
/* about01 :: sec3*/
@media (min-width:768px){
    #about01 .sec3 {
        /*background: url(../img/abt_bg3.jpg) center center no-repeat;*/
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #about01 .sec3 .txt {
      /*  max-width: 70%;*/
    }
}
@media (max-width:768px){
    #about01 .sec3 {
        background-color: #f7f7f7;
        text-align: center;
    }
    #about01 .sec3 .img {
        margin-top: 20px;
        border: 1px solid #ddd;
        /* height: 200px;
        background: url(../img/abt_bg3_m.jpg) center center no-repeat;
        background-size: cover; */
    }
}
/* about01 :: sec4*/
#about01 .sec4 {
    background-color: #e60019;
}
#about01 .vsBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3vw;
}
@media (max-width:768px){
    #about01 .vsBox {
        flex-wrap: wrap;
    }
    #about01 .vsBox > div {
        width: 100%;
    }
}
/* about01 :: sec5*/
#about01 .sec5 {
    background: url(../img/abt_bg5.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about01 .sec5 ul li .txt {
    cursor: pointer;
}
#about01 .sec5 ul li .txt h2 {
    line-height: 1.1em;
}
#about01 .sec5 ul li .icon img {
    border-radius: 50%;
    background-color: rgba(255,255,255,0.9);
	    cursor: pointer;
}
@media (min-width:768px){
    #about01 .sec5 ul li {
        position: relative;
        min-height: 140px;
    }
    #about01 .sec5 ul li:not(:first-child):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.3);
    }
}
@media (max-width:768px){
    #about01 .sec5 ul li {
        position: relative;
        min-height: 100px;
        padding: 15px 0;
    }
    #about01 .sec5 ul li:not(:first-child):after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.3);
    }
    #about01 .sec5 ul li:nth-child(3):after {
        display: none;
    }
    #about01 .sec5 ul li:nth-child(3)::before,
    #about01 .sec5 ul li:nth-child(4)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255,255,255,0.3);
    }
}
/* flList */
.flList {
    position: relative;
}
.flList:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    z-index: 1;
}
.flList li .item .txt h3  {
    position: relative;
}
.flList li .item .txt h3:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #e60019;
    opacity: .2;
    border-radius: 50%;
    top: 12px;
    z-index: 3;
}
.flList li .item .txt h3::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #e60019;
    border-radius: 50%;
    top: 18px;
    z-index: 3;
}
.flList li:nth-child(odd) .item .txt h3:after {
    left: -48px;
}
.flList li:nth-child(odd) .item .txt h3:before {
    left: -42px;
}
.flList li:nth-child(even) .item .txt h3:after {
    right: -48px;
}
.flList li:nth-child(even) .item .txt h3:before {
    right: -42px;
}
@media (min-width:768px){
    .flList .item {
        display: flex;
        align-items: center;
    }
    .flList .item > div {
        width: 50%;
    }
    .flList li:nth-child(odd) .item .img {
        padding-right: 40px;
    }
    .flList li:nth-child(odd) .item .txt {
        padding-left: 40px;
        padding-right: 40px;
    }
    .flList li:nth-child(even) .item .img {
        padding-left: 40px;
    }
    .flList li:nth-child(even) .item .txt {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width:768px){
    .flList:after {
        left: 0px;
    }
    .flList .item {
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .flList .item > div {
        width: 100%;
    }
    .flList li .item .img {
        order: 1;
    }
    .flList li .item .txt {
        order: 2;
        padding-top: 20px;
    }
    .flList li .item .txt h3:before {
        left: -22px;
    }
    .flList li .item .txt h3:before {
        left: -22px !important;
        right: auto;
        top: 11px;
    }
    .flList li .item .txt h3::after {
        left: -28px !important;
        right: auto;
        top: 5px;
    }
}

/* about02 */
#about02 .sec2 {
    background: url(../img/abt2_bg2.jpg) center center no-repeat;
    position: relative;
}
#about02 .sec2 .leaf1 {
    position: absolute;
    left: 90px;
    top: -120px;
}
#about02 .sec2 .leaf2 {
    position: absolute;
    right: 20px;
    bottom: -96px;
}
#about02 .sec2 .arrBt {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    line-height: 0px;
    width: 100%;
    text-align: center;
}
#about02 .sec2 .txt {
    border: 1px solid rgba(255,255,255,0.3);
}
@media (max-width:768px){
    #about02 .sec2 {
        padding: 40px 0;
    }
    #about02 .sec2 .txt {
        padding: 40px 20px;
    }
}
/* about02 .sec3 */
#about02 .sec3 .bsList > li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
#about02 .sec3 .item > .txt h1 {
    margin-top: 5px;
}
#about02 .sec3 .item .top {
    position: relative;
}
#about02 .sec3 .item .top .wrp {
    position: relative;
    z-index: 3;
}
#about02 .sec3 .item .top .num {
    position: absolute;
    left: -80px;
    top: -40px;
    font-size: 250px;
    line-height: 1em;
    color: #e60019;
    opacity: .1;
    font-weight: 900;
    z-index: 0;
}
@media (min-width:768px){
    #about02 .sec3 .item {
        display: flex;
        align-items: center;
    }
    #about02 .sec3 .item > .txt {
        width: 60%;
    }
    #about02 .sec3 .item > .img {
        width: 40%;
    }
    #about02 .sec3 .item > .txt {
        padding-left: 30px;
        padding-right: 30px;
    }
    #about02 .sec3 .item > .img img {
        border-radius: 20px;
    }
}
@media (max-width:992px){
    #about02 .sec3 .item .top .num {
        left: -30px;
        top: -10px;
        font-size: 60px;
    }
}
@media (max-width:768px){
    #about02 .sec3 .bsList {
        max-width: 600px;
        margin: 0 auto;
    }
    #about02 .sec3 .item > .img img {
        border-radius: 10px;
        margin-top: 15px;
    }
    #about02 .sec3 .item .top .num {
        left: auto;
        right: 0;
        top: 5px;
        font-size: 40px;
        color: #f7f7f7;
        opacity: 1;
    }
}
/* about02 */
#about02 .sec4 {
    background-color: #e60019 ;
}
#about02 .sec4 .txt {
    display: flex;
    align-items: center;
}
#about02 .sec4 .txt .rt {
    border-left: 2px solid #fff;
    padding-left: 40px;
}
@media (max-width:768px) {
    #about02 .sec4 .txt {
        flex-wrap: wrap;
    }
    #about02 .sec4 .txt > div {
        width: 100%;
    }
    #about02 .sec4 .txt .rt {
        border-left: 0;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 2px solid #fff;
        text-align: center;
    }
}

/* about02 .sec5 */
#about02 .sec5 ul li .img img {
    border-radius: 20px;
}
#about02 .sec5 ul li .txt {
    padding-top: 30px;
}
#about02 .sec5 ul li .txt {
    padding-top: 10px;
}
#about02 .sec5 ul li .txt h3 .sm {
    font-size: .8em;
}
@media (min-width:992px){
    #about02 .sec5 ul li {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}
@media (max-width:992px){
    #about02 .sec5 ul {
        max-width: 585px;
        margin: 0 auto;
    }
    #about02 .sec5 ul li > div {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* mapInfo */
.mapInfo h5 {
    position: relative;
    color: #444;
    font-weight: 400;
    margin: 5px 0;
}
.mapInfo h5 span {
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
    font-weight: 700;
    padding-left: 30px;
}
.mapInfo h5 span i {
    color: #e60019;
    font-size: 1em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
}
@media (min-width:768px){
    .mapInfo h5 {
        padding-left: 150px;
    }
}
@media (max-width:768px){
    .mapInfo h5 span {
        position: relative;
        display: block;
    }
}

.quetTxt {
    position: relative;
    display: inline-block;
    margin: 0 40px;
}
.quetTxt .quet {
    position: absolute;
    left: -40px;
    top: 0;
    width: 25px;
    height: 30px;
    background: url(../img/quet.png) center center no-repeat;
}
.quetTxt .quet.rt {
    left: auto;
    right: -40px;
    top: 5px;
    transform: rotate(180deg);
}
@media (max-width:768px){
    .quetTxt {
        margin: 0 30px;
    }
    .quetTxt .quet {
        position: absolute;
        left: -30px;
        width: 15px;
        background-size: 15px;
    }
    .quetTxt .quet.rt {
        left: auto;
        right: -30px;
        top: 5px;
        width: 15px;
        background-size: 15px;
    }
}
/* about03 */
#about03 .sec1 {
    /* background: url(../img/abt3_bg1.jpg) center center no-repeat;
    background-size: cover; */
}
/* saperation */
.saperation .lined {
    display: inline-block;
    width: 65px;
    height: 3px;
    background-color: #222;
}
.saperation .lined.wide {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
/* moreList */
.moreList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    text-align: center;
}
.moreList > li {
    width: 33.33333%;
    padding: 0 10px;
    margin: 10px 0;
}
.moreList .item {
    border: 1px solid #e60019;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 0 10px;
}
.moreList .item,
.moreList .item h1,
.moreList .item h3,
.moreList .item h5 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.moreList .item h1 {
    color: #000;
}
.moreList .item h3 {
    color: #e60019;
}
.moreList .item h5 {
    color: #999;
    line-height: 1.2em;
    margin-top: 10px;
}
@media (min-width:992px){
    .moreList .item:hover {
        background-color: #e60019;
        box-shadow: 0 20px 35px rgba(0,0,0,0.15);
    }
    .moreList .item:hover h1,
    .moreList .item:hover h3,
    .moreList .item:hover h5 {
        color: #fff;
    }
}
@media (max-width:992px){
    .moreList {
        margin: 0 -3px;
    }
    .moreList > li {
        padding: 0 3px;
        margin: 3px 0;
        width: 50%;
    }
}
@media (max-width:768px){
    .moreList .item {
        height: 200px;
    }
    .moreList .item h5 {
        margin-top: 5px;
    }
}
@media (max-width:600px){
    .moreList .item h1 {
        font-size: 6vw;
    }
    .moreList .item h3 {
        font-size: 4vw;
    }
}

/* btList */
.btList{
    border-top: 1px solid #ddd;
}
.btList ul > li {
    margin-top: 60px;
}
.btList .item {
    display: flex;
    align-items: center;
}
.btList .item .icon {
    width: 130px;
}
.btList .item .txt {
    width: calc(100% - 130px);
    padding-left: 20px;
}
.btList .item .icon span {
    display: inline-block;
    width: 130px;
    line-height: 128px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f6f6f6;
}
@media (max-width:768px){
    .btList ul > li {
        margin-top: 30px;
    }
    .btList .item .icon {
        width: 90px;
    }
    .btList .item .txt {
        width: calc(100% - 80px);
        padding-left: 15px;
    }
    .btList .item .icon span {
        width: 80px;
        line-height: 78px;
        border-radius: 5px;
    }
    .btList .item .icon span img {
        width: 35px;
    }
}


/* about04 */
#about04 .sec1 {
    background: url(../img/abt4_bg1.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:768px){
    #about04 .sec1 .c_wrp {
        height: 400px;
    }
}
@media (max-width:768px){
    #about04 .sec1 .c_wrp {
        padding: 60px 0;
    }
}

#about04 .top{
border-top: 2px solid #eee;
}
 #about04 .layList .conTent{
	margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
@media (max-width:768px){
    
	 #about04 .layList .conTent{
		margin-bottom: 10px;
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}
	 #about04 .layList .mtit{
		margin-bottom: 20px;
	}
}
/* sub */
#about04 .sub {
    height: 0px;
    overflow: hidden;
}
#about04 .sub.act {
    height: auto;
}

#about04 .sub3 ul .txt {
    padding: 10px;
    background: #484848;
}


#about04 .fir_wrp > li:not(:last-child){
    margin-bottom: 100px;
}
#about04 .fir_wrp .fir_box .tbox{
    padding: 40px 100px;
    border: 10px solid #efefef;
    width: 60%;
}
#about04 .fir_wrp .fir_box .tbox h3{
    margin-bottom: 50px;
}
#about04 .fir_wrp .fir_box .tbox p{
    position: relative;
    padding-left: 20px;
}
#about04 .fir_wrp .fir_box .tbox p:after{
    position: absolute;
    left:0;
    content: "";
    background-color: #e60012;
    width: 10px;
    height: 10px;
    top:10px;
}

@media (min-width:769px){
    #about04 .fir_wrp .fir_box{
        position: relative;
    }
    #about04 .fir_wrp .fir_box .ibox{
        position: absolute;
        left:0;
        top:40px;
        width: 45%;
    }
    #about04 .fir_wrp > li:nth-child(even) .fir_box .ibox{
           position: absolute;
    right: 0;
    top: 40px;
    width: 45%;
    margin-left: 55%;
    }
    #about04 .fir_wrp .fir_box .ibox img{
        box-shadow: 8px 4px 19px 3px rgba(0,0,0,0.3);
    }
}
@media (max-width:768px){
    #about04 .fir_wrp > li:not(:last-child){
        margin-bottom: 30px;
    }
    #about04 .fir_wrp .fir_box .tbox{
        padding: 20px;
        border: 10px solid #fff;
        background-color: #fff;
        width: 100%;
    }
    #about04 .fir_wrp .fir_box .tbox h3{
        margin-bottom: 30px;
    }
    #about04 .fir_wrp .fir_box .tbox p{
        position: relative;
        padding-left: 15px;
    }
    #about04 .fir_wrp .fir_box .tbox p:after{
        position: absolute;
        left:0;
        content: "";
        background-color: #e60012;
        width: 7px;
        height: 7px;
        top:9px;
    }
}


/* Work */
.bfafTabs {
    text-align: center;
    display: table;
    width: 100%;
}
.bfafTabs > .tab {
    text-decoration: none;
    display: table-cell;
    width: 33.3333%;
    font-size: 22px;
    text-align: center;
    line-height: 1em;
    padding: 20px 0;
    font-weight: 500;
    letter-spacing: -0.03em;
    border: 1px solid #ddd;
    color: #000;
    cursor: pointer;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bfafTabs > .tab:not(:first-child){
    border-left: 0px;
}
.bfafTabs > .tab.act {
    color: #fff;
    background-color: #e60019;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    border: 1px solid #e60019;
}
@media (max-width:768px){
    .bfafTabs {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        display: none;
    }
    .bfafTabs > .tab {
        padding: 10px 0;
        font-size: 15px;
        width: 50%;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 10px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}
/* layList */
.layList > li {
    position: relative;
}
@media (min-width:1300px){
    .layList > li {
            padding-left: 300px;
			border-top: 1px solid #eee;
		padding-top: 20px;
    }
	.layList > li:first-child {
			border-top: 3px solid #000;
    }
    .layList > li > .mtit {
        position: absolute;
        left: 0;
        top: 0;
        width: 320px;
		padding-top: 20px;
    }
}




/* about05 */
/* bsnArea */
.bsnArea .hd .item .title1 {
    text-align: center;
    border: 1px solid #4396c1;
    padding: 37px 10px;
    border-radius: 10px;
    margin-bottom: 4px;
}
.bsnArea .hd .item .title1 h5 {
    color: #4396c1;
}
.bsnArea .hd .item .title2 {
    text-align: center;
    padding: 155px 10px;
    border-radius: 10px;
    border: 2px solid #eee;
    background-color: #fcfcfc;
}
.bsnArea .item .top {
    text-align: center;
}
.bsnArea .item .top .phaseBox .t {
    padding: 10px 15px;
    background-color: #e60019;
    color: #fff;
}
.bsnArea h5 strong{
	font-size:35px
}
.bsnArea .item .top .phaseBox .bt {
    border: 2px solid #e60019;
    border-top: 0px;
    padding: 10px;
}
.bsnArea .item .md {
    padding: 20px;
    background-color: #ffffff;
}
.sec3 .bsnArea .item .md {
    text-align: left;
	height: auto;
}
.bsnArea .item .bt h4 {
    padding: 0;
    text-align: center;
    line-height: 60px;
    height: 58px;
    border-radius: 4px;
    background-color: #eee;
    font-weight: 600;
    font-size: 19px;
    color: #888;
}
@media (min-width:1430px){
    .bsnArea {
        display: flex;
    }
    .bsnArea > li {
        /*width: 25%;*/
        padding: 2px;
    }
    .bsnArea .hd {
        width: 10%;
    }
    .bsnArea .item .md {
         height: 230px;
    }
}
@media (max-width:1430px){
    .bsnArea > li {
        padding: 10px 0;
    }
    .bsnArea .hd {
        display: none;
    }
    .bsnArea .item .top .phaseBox .t {
        border-radius: 10px 10px 0 0;
    }
    .bsnArea .item .md {
           border: 1px solid #ddd;
    }
    .bsnArea .item .bt h4 {
        line-height: 50px;
        height: 48px;
        font-size: 15px;
        border-radius: 0 0 10px 10px;
    }
	.bsnArea h5 strong {
		font-size: 27px;
	}
}


#about05 .sec2{
	background-color: #f7f7f7;
}

.probox{
	 padding: 20px;
    border: 1px solid #ddd;
}

.probox h3 span{
	    font-size: 22px;
}
.probox h5 span{
	    font-size: 18px;
}

@media (max-width:768px) {
	.probox h3 span {
		font-size: 16px;
	}
	.probox h5 span {
		font-size: 14px;
	}
}

/* pr_list */
.pr_list {
    padding: 60px 40px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.05);
}

.pr_list > li h5{
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}
.pr_list > li p{
    padding-top: 10px;
}
@media (min-width:768px) {
    .pr_list > li {
        position: relative;
		width: 14.2%;
    }
    .pr_list > li:before {
        content: "";
        position: absolute;
        width: 43px;
        height: 100%;
        top: 0;
        right: -21px;
        background: url(../img/arrRt.png) 100% 80px no-repeat;
    }
    .pr_list > li:last-child:before {
        display: none;
    }
    .pr_list .icon {
        display: inline-block;
        padding: 25px;
        border: 1px solid rgb(0 0 0 / 40%);
        border-radius: 50%;
        margin-bottom: 10px;
    }
}
@media (max-width:768px) {
    .pr_list {
        padding: 30px 15px;
    }
    .pr_list > li:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    .pr_list > li:not(:last-child):before {
        content: "";
        position: absolute;
        width: 18px;
        height: 20px;
        top: auto;
        bottom: -10px;
        right: calc(50% - 9px);
        background: url(../img/arrBt.png) center center no-repeat;
        background-size: 100%;
    }
    .pr_list .item {
        display: flex;
        align-items: center;
    }
    .pr_list .item .txt{
        text-align: left;
        padding-left: 15px;
    }
    .pr_list .icon {
        display: inline-block;
        border: 2px solid rgba(255,255,255,0.4);
        border-radius: 50%;
        margin-bottom: 10px;
        padding: 20px;
    }
    .pr_list .icon img {
        width: 40px;
    }
}



/* about06 */
#about06 .sec1 .checkList > li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
#about06 .sec1 .checkList .item {
    position: relative;
   /* padding-left: 80px;*/
}
#about06 .sec1 .checkList .item > img {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
    border-radius: 10px;
    border: 1px solid #d3dbe4;
}
#about06 .sec1 .checkList .item .numList {
    margin-top: 10px;
}
@media (max-width:768px){
    #about06 .sec1 .checkList > li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #about06 .sec1 .checkList .item {
       /* padding-left: 40px;*/
    }
    #about06 .sec1 .checkList .item > img {
        width: 30px;
    }
}
 #about06 .sec1 .info{
    padding: 20px 50px;
    border: 5px solid #eee;
}
@media (max-width:768px){
	 #about06 .sec1 .info{
		padding: 20px;
	}

}
/* csTit */
.csTit {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.csTit .icon {
    padding-right: 20px;
	width: 50%;
}
.csTit .itxt h5 {
   letter-spacing: 7px;
}

.csTit .itxt h5 span{
    display: inline-block;
    width: 250px;
}

@media (max-width:768px){
	.csTit .itxt h5 {
		letter-spacing: 0px;
		font-size: 12px;
	}
	.csTit .itxt h5 span {
		display: inline-block;
		width: 100px;
	}
}


/* numList */
.numList > li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}
.numList > li p > .hd {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #e60019;
	
	   font-size: 25px;
}
.numList > li p {
    font-weight: 300;
	   font-size: 20px;
}
@media (max-width:768px){
    .numList > li {
        position: relative;
        padding-left: 25px;
    }
	
	.numList > li p {
		font-size: 15px;
	}
}


/* brand */
#brand ul li a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}
#brand ul li a img {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
#brand ul li a:hover img {
    transform: scale(1.15);
}

/* brand01 */
#brand01 .sec1 .container4{
    background: url(../img/brd1_bg1.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px){
	#brand01 .sec1 .container4{
		border-radius:0;
	}
}
#brand01 .sec1 .txt h5 {
    opacity: .7;
}
#brand01 .sec2 h1 {
    color: #d71e3e;
}
#brand01 .sec2 .btImg .op {
    opacity: .7;
}
@media (min-width:992px){
    #brand01 .sec2 .btImg {
        background: url(../img/themisik_bg.jpg) center center no-repeat;
        height: 750px;
        display: flex;
        align-items: center;
        padding-left: 60px;
    }
}
@media (max-width:992px){
    #brand01 .sec2 .btImg {
        background: url(../img/themisik_bg_m.jpg) center center no-repeat;
        background-size: cover;
        text-align: center;
    }
    #brand01 .sec2 .btImg .txt {
        padding: 80px 0 40px;
    }
}
@media (min-width:768px){
    #brand01 .sec1 .c_wrp {
        height: 1000px;
    }
    #brand01 .sec1 .txt {
        margin-bottom: 100px;
    }
}
@media (max-width:768px){
    #brand01 .sec1 .c_wrp {
        padding: 100px 0 160px;
    }
    #brand01 .sec2 .btImg .txt img {
        width: 300px;
    }
}
#brand01 .video iframe {
    width: 74%;
    height: 500px;
}
@media (max-width:768px){
	#brand01 .video iframe {
		width: 80%;
		height: 220px;
	}
}
#brand01 .sbmBtn.ins {
    background-color: #272727;
}
@media (max-width:768px){
	#brand01 .sbmBtn  {
		width: 150px;
		font-size: 12px;
	}
}

#brand01 .sec4  img {
    border-radius: 0px;
}

#brand01 .sec4 ul {
    max-width: 1920px;
    margin: 0 -1px;
}

#brand01 .sec4 ul li {
    margin: 1px 0;
	padding: 0 1px !important;
}

#brand01 .sec4 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#brand01 .sec4 ul li a img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#brand01 .sec4 ul li a:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#brand01 .sec4 ul li a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	    padding: 0 30px;
}



/* braces1 .sec1 */
#brand01 .sec3 {
    background-color: #fcfcfc;
}
#brand01 .sec3 ul {
    background-color: #fcfcfc;
}
#brand01 .sec3 li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#brand01 .sec3 li > div {
    width: 50%;
}
#brand01 .sec3 li .tbox {
    padding: 15px 60px;
}
#brand01 .sec3 li .tbox h3,
#brand01 .sec3 li .tbox p {
    color: #222;
}
#brand01 .sec3 li .num {
    color: #d7e5ef;
    display: inline-block;
    font-weight: 700;
    font-size: 65px;
    font-style: italic;
}
#brand01 .sec3 li .ibox img {
		border-radius: 0px;
}
@media (max-width:1400px){
    #brand01 .sec3 li {
        flex-wrap: wrap;
    }
    #brand01 .sec3 li > div {
        width: 100%;
    }
    #brand01 .sec3 li .ibox {
        order: 2;
    }
    #brand01 .sec3 li .ibox img {
        width: 100%;
    }
    #brand01 .sec3 li .tbox {
        order: 1;
        padding: 45px 15px;
    }
}
@media (max-width:992px){
    #brand01 .sec3 li .num {
        font-size: 25px;
    }
    #brand01 .sec3 li .tbox {
        padding: 35px 15px;
    }
}

/* brand02 */
#brand02 .sec1 .container4{
    background: url(../img/brd2_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#brand02 .sec1 .txt h5 {
    opacity: .7;
}

@media (min-width:768px){
    #brand02 .sec1 .c_wrp {
        height: 1000px;
    }
    #brand02 .sec1 .txt {
        margin-bottom: 100px;
    }
}
@media (max-width:768px){
    #brand02 .sec1 .c_wrp {
        padding: 100px 0 160px;
    }
	#brand02 .sec1 .container4{
		border-radius:0;
	}
}

.menu .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
}


#brand02 .video iframe {
    width: 74%;
    height: 500px;
}
#brand02 .sbmBtn.ins {
    background-color: #272727;
}

#brand02 .sec3 {
   /* background: #a1e8fe26;*/
}

#brand02 .sec3 ul li span.num {
	display: inline-block;
	line-height: 55px;
	width: 55px;
	background-color: #ed008c;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}


#brand02 .sec3 .txt h3 strong {
    display: inline-block;
    position: relative;
}
#brand02 .sec3 .txt h3 strong:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 40%;
    height: 60%;
    width: calc(100% + 10px);
    background-color: #a0e7ff;
}
#brand02 .sec3 .txt h3 strong span {
    position: relative;
    z-index: 3;
}
#brand02 .sec3 .txt p {
    margin-top: 10px;
}
@media (min-width:768px){
    #brand02 .sec3  {
        text-align: center;
    }
    #brand02 .sec3 .txt h3 {
        margin-top: 20px;
    }
}
@media (max-width:1390px){
	#brand02 .sec4 ul li a {
		height: 250px;
	}
	#brand02 .sec4 ul li a img {
		height: 250px;
	}
}
@media (max-width:768px){
    #brand02 .sec3  ul li:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ddd;
    }
    #brand02 .sec3  .icon {
        width: 20%;
    }
    #brand02 .sec3 .txt {
        padding-left: 20px;
        width: 80%;
    }
    #brand02 .sec3 .txt p {
        margin-top: 5px;
    }
	#brand02 .sec4 ul li a {
		height: 180px;
	}
	#brand02 .sec4 ul li a img {
		height: 180px;
	}
	#brand02 .sec4 ul li h4 {
		font-size: 15px;
	}
	#brand02 .video iframe  {
		width:100%;
		height:250px;
	}
}

#brand02 .sec4  img {
    border-radius: 0px;
}
#brand02 .sec4 ul {
    max-width: 1920px;
    margin: 0 auto;
}

#brand02 .sec4 ul li {
    margin: 1px 0 ;
}

#brand02 .sec4 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#brand02 .sec4 ul li a img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#brand02 .sec4 ul li a:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#brand02 .sec4 ul li a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	    padding: 0 30px;
}



#brand02 .sec3 ul li a {
    display: block;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
	box-shadow: 9px 6px 13px 1px #b9b9b9;
}
#brand02 .sec3 ul li a > img {
    width: 100%;
    
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#brand02 .sec3 ul li a:hover > img {
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
#brand02 .sec3 ul li a .txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#brand02 .sec3 .txtbox h6 {
    margin-top: 10px;
}
#brand02 .sec3 .txtbox .btn_wrp {
    margin-top: 20px;
}
#brand02 .sec3 .txtbox .btn_wrp span {
    display: inline-block;
    padding: 10px;
    width: 180px;
    font-size: 17px;
    border: 2px solid #fff;
    color: #fff;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#brand02 .sec3 a:hover .txtbox .btn_wrp span {
    background-color: #fff;
    color: #111;
}
#brand02 .sec3 .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5);
}
#brand02 .sec3 .owl-carousel .owl-dots .owl-dot.active span, 
#brand02 .sec3 owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
@media (max-width:768px){
    #brand02 .sec3 .c_wrp > div {
        padding: 30px;
    }
    #brand02 .sec3 ul li a {
        width: 80%;
        margin: 0 auto;
    }
    #brand02 .sec3 .txtbox .btn_wrp span {
        width: 130px;
        font-size: 13px;
    }
    #brand02 .sec3 h2 {
        font-size: 30px;
    }
    #brand02 .sec3 h5 {
        font-size: 18px;
    }
}


/* autoSysSlick */
#autoSysSlick {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
}
#autoSysSlick .sysbox {
    text-align: center;
	margin-bottom: 50px;
}
#autoSysSlick .sysbox .ibox .img {
       display: inline-block;
    position: relative;
    /* background-color: #f7f7f7; */
    /* border-radius: 50%; */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#autoSysSlick .sysbox:hover .ibox .img {
    background-color: transparent;
}
#autoSysSlick .sysbox .ibox .img .txtDeco {
    position: absolute;
    height: 90px;
    width: 90px;
    bottom: -10px;
    right: -10px;
    background-color: #e60019;
    opacity: 0;
    z-index: 5;
	    border-radius: 50%;
	cursor:pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#autoSysSlick .sysbox .ibox .img img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#autoSysSlick .sysbox:hover .ibox .img img {    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
        transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
        transform: rotate(0deg);
	}
	70% {
        transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
        transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
        transform: rotate(0deg);
	}  
}
#autoSysSlick .sysbox:hover .ibox .img .txtDeco {
    opacity: 1;
}
#autoSysSlick .sysbox .ibox .img:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 1px dashed #017100;*/

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#autoSysSlick .sysbox:hover .ibox .img:after {
    opacity: 1;
}
#autoSysSlick .sysbox .ibox .img img {
    display: inline-block;
	    border: 2px dashed #e60019;
}
#autoSysSlick .sysbox .tbox {
    margin-top: 30px;
}
#autoSysSlick .sysbox .tbox h5 {
    line-height: 1.4em;
}
@media (max-width:992px){
    #autoSysSlick .sysbox .ibox .img .txtDeco {
        opacity: 1;
        width: 120px;
        height: 120px;
    }
    #autoSysSlick .txtDeco h4 {
        font-size: 30px;
    }
}







/* brand03 */
#brand03  {
/*   font-family: "HarimR", sans-serif !important;*/
}
#brand03 .sec1 .container4{
    background: url(../img/brd3_bg1.jpg) center center no-repeat;
        background-size: cover;
}
#brand03 .sec1 .txt h5 {
    opacity: .7;
}

#brand03 .sec1 .txt  {
        padding-top: 200px;
}
#brand03 .sbmBtn {
    width: 280px;   
	padding-left: 35px;
	background: #e114851f;
    border: 2px solid #d30013;
}
#brand03  a.sbmBtn {
	text-decoration: none;
    color: #000  !important;
}
#brand03 .sbmBtn i {
    font-size: 30px;
    position: absolute;
    left: 15%;
    color: #d30013  !important;
}
#brand03 .sbmBtn.ins i {
    left: 10%;
    color: #e500b6 !important;
}
#brand03 .sbmBtn.ins {
	background: #e114851f;
    border: 2px solid #e500b6;
}
#brand03  a.sbmBtn.ins {
    color: #000  !important;
}


#brand03 .video iframe  {
	width:74%;
	height:500px;
}


@media (min-width:768px){
    #brand03 .sec1 .c_wrp {
        height: 1000px;
    }
    #brand03 .sec1 .txt {
        margin-bottom: 100px;
    }
}
@media (max-width:768px){
    #brand03 .sec1 .c_wrp {
        padding: 100px 0 10px;
    }
	#brand03 .sec1 {
		background: url(../img/brd3_bg1_m.jpg) left center no-repeat;
		background-size: cover;
	}
	#brand03 .sec1 .txt  {
			padding-top: 200px;
	}
	#brand03 .sec1 .btnWrp   {
			padding-bottom: 50px;
	}


	#brand03 .sbmBtn  {
		width: 150px;
		font-size: 12px;
		padding-left: 25px;
	}
	#brand03 .sbmBtn i {
		font-size: 20px;
	}
	

	#brand03 .video iframe  {
		width:100%;
		height:250px;
	}
	
	#brand03 .sec1 .container4{
		border-radius:0;
	}
	

}

#brand03 .sec3 {
    background: #a1e8fe26;
}

#brand03 .sec3 ul li span.num {
	display: inline-block;
	line-height: 55px;
	width: 55px;
	background-color: #ed008c;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}


#brand03 .sec3 ul li .txt h3 strong {
    display: inline-block;
    position: relative;
}
#brand03 .sec3 ul li .txt h3 strong:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 40%;
    height: 60%;
    width: calc(100% + 10px);
    background-color: #a0e7ff;
}
#brand03 .sec3 ul li .txt h3 strong span {
    position: relative;
    z-index: 3;
}
#brand03 .sec3 ul li .txt p {
    margin-top: 10px;
}
@media (min-width:768px){
    #brand03 .sec3  {
        text-align: center;
    }
    #brand03 .sec3 ul li .txt h3 {
        margin-top: 20px;
    }
}
@media (max-width:768px){
    #brand03 .sec3  ul li:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ddd;
    }
    #brand03 .sec3  .icon {
        width: 20%;
    }
    #brand03 .sec3 ul li .txt {
        padding-left: 20px;
        width: 80%;
    }
    #brand03 .sec3 ul li .txt p {
        margin-top: 5px;
    }
}


/* ms2 */
#brand03 .sec4  img {
    border-radius: 0px;
}
#brand03 .sec4 ul {
    max-width: 1920px;
    margin: 0 -1px;
}

#brand03 .sec4 ul li {
    margin: 1px 0;
	padding: 0 1px !important;
}

#brand03 .sec4 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#brand03 .sec4 ul li a img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#brand03 .sec4 ul li a:hover img {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#brand03 .sec4 ul li a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	padding: 0 30px;
	text-shadow: 1px 1px 3px #888;
}



.menu .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
}


/* service_center02 */
#service_center02 .pfTabs {
    text-align: center;
}
#service_center02 .pfTabs > a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    padding: 15px 0;
    border-radius: 55px;
    text-decoration: none;
    font-weight: 600;
    width: 150px;
    letter-spacing: -0.03em;
    background-color: #b2b2b2;
    color: #FFF;
    margin: 5px 8px;
    cursor: pointer;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#service_center02 .pfTabs > a.act {
    color: #fff;
    background-color: #e60019;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
@media (max-width:768px){
    #service_center02 .pfTabs > a {
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 55px;
        margin: 2px 0;
        width: auto;
    }
}


#service_center02 .ser_box{
    margin-bottom: 20px;
}
#service_center02 .ser_form{
    text-align: center;
    margin-bottom: 30px;
	background: #f1f1f1;
    padding: 30px;
}
#service_center02 .ser_form .sch_wrp {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 600px;
}
#service_center02 .ser_form .sch_wrp .searchform {
    font-size: 17px;
    line-height: 1em;
    padding: 8px 25px 8px 10px;
    border: 0px;
    box-shadow:  0 0 0;
    border-radius: 0;
    border: 1px solid #333;
    height: 40px;
    width: 250px;
	 display: inline-block;
}
#service_center02 .ser_form .sch_wrp select.searchform {
    /*width: 150px;*/
	margin-bottom:10px;
}
#service_center02 .ser_form .sch_wrp button {
    border: 0px;
    background-color: transparent;
   /*position: absolute;*/
    right: 0;
    top: 0;
    height: 40px;
    color: #fff;
    font-size: 20px;
    background-color: #000;
}

/* faq */
#qnaWrp .qnaItem:first-child {
    border-top: 1px solid rgba(0,0,0,0.4);
}
#qnaWrp .qnaItem {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    padding: 20px 0;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding: 15px;
    padding-left: 35px !important;
}
#qnaWrp .qnaItem .qna_q {
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    /* background: url(../img/qna_pls.png) center center no-repeat; */
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    /* background: url(../img/qna_minus.png) center center no-repeat; */
}
#qnaWrp .qnaItem .qna_q h3 {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 5px;
}
#qnaWrp .qnaItem .qna_q h4 {
    font-weight: 500;
    margin-bottom: 0px;
}
@media (max-width:768px){
    #qnaWrp .qnaItem {
        padding: 15px 10px;
    }
    #qnaWrp .qnaItem > div {
        padding-left: 25px !important;
    }
    #qnaWrp .qnaItem .qna_q {
        padding: 2px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h3 {
        top: 0;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        top: 2px;
        height: 20px;
        background-size: 10px !important;
    }

	
    #service_center02 .ser_form .sch_wrp .searchform {
        font-size: 12px;
        padding: 4px 15px 4px 5px;
        border: 0px;
        box-shadow:  0 0 0;
        border-radius: 0;
        border: 1px solid #333;
        height: 30px;
		 display: inline-block;
		width: 140px;
    }
    #service_center02 .ser_form .sch_wrp select.searchform {
		width: 100px;
    }
    #service_center02 .ser_form .sch_wrp button {
        border: 0px;
        background-color: transparent;
        /*position: absolute;*/
        right: 0;
        top: 0;
        height: 30px;
        color: #fff;
        font-size: 12px;
        background-color: #000;
    }
}


/*service_center03*/
#online_01_wrp {
    background: url(../img/company01_bg.png) center center;
}
#online_01_wrp span.top_ment_top{
    color: #e4455a;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
#online_form ul > li {
	padding-bottom: 10px;
}
#online_form ul > li > input[type="text"],
#online_form ul > li > input[type="tel"],
#online_form ul > li > input[type="email"],
#online_form ul > li > textarea,
#online_form ul > li > select{
	width: 100%;
	border: 1px solid #ddd;
	padding: 4px 8px;
	border-radius: 0px;
	color: #666;
}
#online_form ul > li > input[type="text"],
#online_form ul > li > input[type="tel"],
#online_form ul > li > input[type="email"],
#online_form ul > li > select{
	height: 30px;
}
#online_form ul > li > .btn.btn_online_form{
	background-color: #ffad14;
	color: #fff;
	font-size: 17px;
	min-width: 150px;
	margin: 0 auto;
	display: block;
}
#online_form ul > li > .btn.btn_online_form:hover{
	background-color: #ff8900;
}

/*online_write*/
#online_write .table {
	border-top: 2px solid #070d21;
}
#online_write .table thead tr th,
#online_write .table tbody tr td,
#online_write .table tbody tr th {
	border: 1px solid #eee !important;
	text-align: center;
	font-size: 16px;
	color: #666;
	vertical-align: middle;
	padding: 15px;
}
#online_write .table thead tr th,
#online_write .table tbody tr th {
	background-color: #fcfcfc;
	border-left: 0px !important;
}
#online_write .table thead tr th span.strong_r,
#online_write .table tbody tr th span.strong_r {
	color: #ca2110;
}
#online_write .table thead tr th label,
#online_write .table thead tr td label,
#online_write .table tbody tr th label,
#online_write .table tbody tr td label,
#online_write .table thead tr th input,
#online_write .table thead tr td input,
#online_write .table tbody tr th input,
#online_write .table tbody tr td input {
	vertical-align: middle;
    margin: 0px;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 1em;
    font-weight: 300;
}
#online_write .table tbody tr td label {
	margin-right: 10px;
}
#online_write .table thead tr th label,
#online_write .table tbody tr th label{
	font-weight: 400;
    color: #1e1e1e;
}
#online_write .table tbody tr td {
	text-align: left;
}
#online_write .table .form-control {
	border-radius: 0px;
	border: 1px solid #ddd;
	box-shadow: 0 0 0;
	font-size: 15px;
}
#online_write .table select.form-control,
#online_write .table .form-control[type="tel"],
#online_write .table .form-control[type="email"],
#online_write .table .form-control[type="text"] {
	display: inline-block;
	vertical-align: middle;
}
#online_write .table select.form-control {
    color: #333;
}
#online_write .private h3 {
	font-size: 20px;
    line-height: 1.3em;
    color: #1e1e1e;
    margin-bottom: 15px;
    position: relative;
    vertical-align: middle;
}
#online_write .private h3 span {
    vertical-align: middle;
    position: absolute;
    top: -2px;
    left: 0;
    width: 19px;
}
#online_write .private_txt {
	max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
}
#online_write .aree_wrp {
	font-size: 16px;
	line-height: 1.3em;
    color: #1e1e1e;
    font-weight: 300;
    padding: 20px;
    margin-bottom: 30px;
    vertical-align: middle;
}
#online_write .aree_wrp label,
#online_write .aree_wrp input {
	margin: 0px;
	vertical-align: middle;
}
#online_write .aree_wrp label {	
	margin-right: 10px;
    vertical-align: middle;
	font-weight: 300;
}
#online_write .btn_wrp {
	margin-top: 20px;
}
#online_write .btn_wrp input {
	font-size: 17px;
    line-height: 1em;
    font-weight: 400;
    background-color: #111111;
    padding: 15px 40px;
    margin-top: 2px !important;
    color: #fff;
    vertical-align: middle;
    border-radius: 0px;
}
@media (min-width:769px) {	
	#online_write .table select.form-control,
	#online_write .table .form-control[type="tel"],
	#online_write .table .form-control[type="email"],
	#online_write .table .form-control[type="text"] {
		max-width: 200px;
		font-weight: 300;
		font-size: 17px;
	}
    #online_write .table textarea.form-control {
		color: #1e1e1e;
		font-size: 17px;
		font-weight: 300;
    }
	#online_write .table .form-control.full_size {
		max-width: 80%;
	}
}
@media (max-width:768px) {
	#online_write .table thead tr th,
	#online_write .table tbody tr td,
	#online_write .table tbody tr th {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-top: -1px;
		text-align: left;
	}	
	#online_write .table select.mobile_gab {
		margin-bottom: 5px;
	}	
	#online_write .private h3 {
		font-size: 17px;
		padding-left: 20px;
	}
	#online_write .private_txt {
		font-size: 12px;
	}
	#online_write .private h3 span {
		top: 0px;
    	width: 15px;
	}
	#online_write .aree_wrp {
		padding: 15px 0px;
		font-size: 13px;
		margin-bottom: 15px;
	}
	#online_write .aree_wrp span {
		display: block;
	}	
	#online_write .btn_wrp input {
		font-size: 12px;
		padding: 10px 20px;
	}
	#online_write .table thead tr th, 
	#online_write .table tbody tr td, 
	#online_write .table tbody tr th{
		border-left: 0px !important;
		border-right: 0px !important;
		padding: 8px;
	}
	#online_write .table thead tr th label, #online_write .table thead tr td label, #online_write .table tbody tr th label, #online_write .table tbody tr td label, #online_write .table thead tr th input, #online_write .table thead tr td input, #online_write .table tbody tr th input, #online_write .table tbody tr td input {
		font-size: 13px;
	}
}


#online_write .table .form-control[type="file"] {
	border: none;
}


/*  sec2 */
#service_center03 .sec2 {
    background: #f7f7f7;
    background-size: cover;
}
#service_center03 .sec2 .item {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width:768px){
    #service_center03 .sec2 ul li {
        margin: 5px 0;
    }
    #service_center03 .sec2 .item {
        padding: 15px;
        border-radius: 10px;
        background-color: #fff;
    }
    #service_center03 .sec2 .item img {
        width: 45px;
    }
}

 #service_center03 .sec2 .item a {
	    padding: 10px 20px;
    border: 1px solid #e60019;
    background: #e60019;
    color: #fff;
    border-radius: 10px;
    width: 200px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
}

/*service_center04*/

/* log_form */
.log_form {
    border: 1px solid #eee;
    height: 58px;
    line-height: 58px;
    width: 100%;
    box-shadow: 0 0 0;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333;
    font-size: 17px;
   padding: 0px 20px;
}
.log_form:focus {
    border-color: #2f35b6;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
}
@media (max-width:768px) {
    .log_form {
        height: 48px;
        line-height: 48px;
        font-size: 15px;
        padding: 0px 20px 0 40px;
    }
}



/* log_forms */
.member_login {
    max-width: 560px;
    margin: 0 auto;
    padding: 30px;
	background: #f7f7f7;
}
.member_login .log_forms > li:not(:first-child) {
    margin-top: 15px;
}
.member_login .log_forms .checkbox-custom label {
    font-size: 17px;
    margin: 0px;
    color: #333;
}
.member_login .log_forms .log_btn2 {
    line-height: 51px;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    background-color: transparent;
    border-color: #546885;
    color: #546885;
    font-size: 20px;
    font-weight: 600;
    border: 0px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #546885;
}
.member_login .log_forms.row {
    margin: 0 -3px !important
}
.member_login .log_forms.row > li {
    padding: 0 3px;
}
.member_login .log_forms .log_btn {
    line-height: 55px;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    background-color: #e60019;
    /* box-shadow: 10px 10px 20px rgb(0 0 0 / 10%); */
    font-size: 20px;
    font-weight: 600;
    border: 0px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.member_login .log_forms .log_btn.close {
    color: #fff;
    background-color: #000000;
}

.member_login .formInput {
    position: relative;
}
.member_login .formInput:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 18px;
    /* background: url(../img/login_wr_1.png) center center no-repeat; */
    z-index: 3;
}
.member_login .formInput2:before {
    /* background: url(../img/login_wr_2.png) center center no-repeat; */
}
@media (max-width:768px) {
    .member_login {
        padding: 15px;
    }
    #member_login .tit img {
        width: 250px;
    }
    .member_login .log_forms > li {
        margin-top: 10px;
    }
    .member_login .log_forms .checkbox-custom label {
        font-size: 15px;
    }
    .member_login .log_forms .log_btn {
        line-height: 50px;
        font-size: 17px;
        margin-top: 10px;
    }
    .member_login .log_forms .log_btn2 {
        line-height: 46px;
        font-size: 17px;
        margin-top: 10px;
    }
    .member_login .formInput:before {
        width: 13px;
        background-size: 100% !important;
    }
}
@media (max-width:500px) {
    .member_login {
        padding: 15px;
    }
}





/*service_center01*/

/* stepsUseage */
.stepsUseage {
   /* border: 3px solid #ddd;*/
    padding: 30px 40px;
    margin-top: 25px;
}
.stepsUseage ul li {
    margin: 15px 0;
    position: relative;
}
.stepsUseage ul li .dot {
    position: absolute;
    left: -5px;
    top: 0;
    height: 100%;
}
/* .stepsUseage .stepItem {
    padding-right: 20px;
} */
.stepsUseage .stepItem .icon {
    text-align: center;
}
.stepsUseage .stepItem .txt .nums {
    color: #aaa;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.stepsUseage .stepItem .txt .nums span {
    color: #333;
}
.stepsUseage .stepItem .txt p {
    line-height: 1.3em;
}
@media (min-width: 768px) {
    .stepsUseage ul {
        margin: 0 -20px;
    }
    .stepsUseage ul li {
        padding: 0 20px;
    }
    .stepsUseage .stepItem {
        text-align: center;
    }
    .stepsUseage .stepItem .txt {
        width: 120px;
        height: 120px;
        border: 2px solid #eee;
        background-color: #eee;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        padding: 0px;
    }
    .stepsUseage li:last-child .stepItem .txt {
        background-color: #e40019;
    }
	
    .stepsUseage li:last-child .stepItem .txt h4,
    .stepsUseage li:last-child .stepItem .txt p,
    .stepsUseage li:last-child .stepItem .txt p span {
        color: #fff;
    }
    .stepsUseage li:last-child .stepItem .txt .nums {
        color: rgba(255, 255, 255, 0.5);
    }
}
@media (min-width: 1400px) {
    .stepsUseage .stepItem .txt {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .stepsUseage ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .stepsUseage {
        border: 0px;
        padding: 0;
    }
    .stepsUseage ul li {
        margin: 0px;
    }
    .stepsUseage ul li:not(:last-child) .stepItem {
        border-bottom: 1px solid #ddd;
    }
    .stepsUseage ul li .dot {
        display: none;
    }
    .stepsUseage .stepItem {
        padding: 15px ;
        border: 1px solid #ddd;
        margin-top: -1px;
        text-align: center;
    }
    .stepsUseage .stepItem .icon {
        width: 35%;
    }
    .stepsUseage .stepItem .icon img {
        width: 60px;
    }
}

/**
 * ==============================================
 * Dot Stretching
 * ==============================================
 */
 .dot-stretching {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #aaa;
    color: #aaa;
    transform: scale(1.25, 1.25);
    animation: dotStretching 2.5s infinite ease-in;
  }
  
  .dot-stretching::before, .dot-stretching::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
  }
  
  .dot-stretching::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ddd;
    color: #ddd;
    animation: dotStretchingBefore 2.5s infinite ease-in;
  }
  
  .dot-stretching::after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ddd;
    color: #ddd;
    animation: dotStretchingAfter 2.5s infinite ease-in;
  }
  
  @keyframes dotStretching {
    0% {
      transform: scale(1.25, 1.25);
    }
    50%,
    60% {
      transform: scale(0.8, 0.8);
    }
    100% {
      transform: scale(1.25, 1.25);
    }
  }
  
  @keyframes dotStretchingBefore {
    0% {
      transform: translate(0) scale(0.7, 0.7);
    }
    50%,
    60% {
      transform: translate(-15px) scale(1, 1);
    }
    100% {
      transform: translate(0) scale(0.7, 0.7);
    }
  }
  
  @keyframes dotStretchingAfter {
    0% {
      transform: translate(0) scale(0.7, 0.7);
    }
    50%,
    60% {
      transform: translate(15px) scale(1, 1);
    }
    100% {
      transform: translate(0) scale(0.7, 0.7);
    }
}


/* topCheck */
.topCheck {
    padding: 60px 40px;
    background-color: #f8f8f8;
}
.topCheck > ul > li {
    position: relative;
}
.topCheck .chkTit span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../img/chkL.png) center center no-repeat;
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
    vertical-align: middle;
    margin-bottom: 6px;
    margin-right: 10px;
}
@media (min-width:992px){
    .topCheck > ul > li {
        padding-left: 280px;
    }
    .topCheck .chkTit {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:768px) {
    .topCheck {
        padding: 20px 10px;
    }
    .topCheck .chkTit {
        margin-bottom: 10px !important;
    }
    .topCheck .chkTit span {
        width: 26px;
        height: 26px;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
        margin-right: 5px;
        background-size: 25px;
    }
}

/* csName */
.csName {
    margin: 0 -10px;
}
.csName > li {
    padding: 0 10px;
}
.csName .item {
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.csName .item h5 {
    color: #2b6db9;
    font-weight: 400;
    line-height: 1.1em;
}
@media (max-width:768px) {
    .csName {
        margin: 0 -3px;
    }
    .csName > li {
        padding: 0 3px;
    }
}


/*board_01_list board-pagination - 하단 페이징*/
#service_center02 .board_pagin_wrp {
	padding-top: 10px
}
#service_center02 .pagination > li > a, #service_center02 .pagination > li > span, #service_center02 .pagination > li > a:hover, #service_center02 .pagination > li > span:hover, #service_center02 .pagination > li > a:focus, #service_center02 .pagination > li > span:focus {
    color: #848484;
}
#service_center02 .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media only screen and (max-width: 496px) {
	#service_center02 .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}



/*career_01*/
#career_01 .bsn_t .bsn_box .img_wrp {
    position: relative;
}
#career_01 .bsn_t .bsn_box .img_wrp span {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    width: 100%;
    margin-top: -20px;
}
#career_01 .bsn_t .bsn_box .img_wrp span:after {
    content: "";
    display: inline-block;
    height: 40px;
    width: 1px;
    background-color: #ff7e00;
}
#career_01 .bsn_t .bsn_box .img_wrp img {
    border: 5px solid #eee;
    border-radius: 50%;
}
#career_01 .bsn_t .bsn_box h3 {
    padding: 25px 0;
    margin-bottom: 0px;
}
#career_01 .bsn_box .c_wrp .txt {
    border: 1px solid #ddd;
    padding: 30px 20px;
    background-color: #f7f7f7;
}
#career_01 .bsn_t .bsn_box h4 {
    font-weight: 300;
}
@media (min-width:769px) {
    #career_01 .bsn_box .c_wrp .txt {
        height: 320px;
    }
}
@media (max-width:768px) {
    #career_01 .bsn_box {
        margin-bottom: 30px;
    }
    #career_01 .bsn_t .bsn_box .img_wrp span {
        margin-top: -15px;
    }
    #career_01 .bsn_t .bsn_box .img_wrp span:after {
        content: "";
        display: inline-block;
        height: 30px;
        width: 1px;
        background-color: #ff7e00;
    }
    #career_01 .bsn_t .bsn_box .img_wrp img {
        border: 3px solid #eee;
        width: 30%;
    }
    #career_01 .bsn_box .c_wrp .txt {
        padding: 20px 15px;
    }
}



/* sbmBtn */
.sbmBtn {
    display: inline-block;
    width: 250px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #e60019;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
    border: 0px;
	color:#fff !important;
}
@media (max-width:992px){
    .sbmBtn {
        width: 200px;
        line-height: 50px;
        font-size: 17px;
    }
}






/*privacy*/
.privacy .dvd_sec > li:not(:last-child) {
	margin-bottom: 30px;
}
.privacy h5 {
	margin-bottom: 15px;
    font-weight: 600;
}
.privacy h6 {
    font-weight: 300;
}
/*od_list*/
.od_list {
	padding-left: 20px;
}
.od_list.ty_list {
	list-style: none;
	padding-left: 0px;
}
.od_list.ty_list > li {
	position: relative;
	padding-left: 20px;
}
.od_list.ty_list.sm > li {
	padding-left: 20px;
}
.od_list.ty_list > li > span.tit1 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
}
.od_list.ty_list > li > span.tit2 {
    font-size: 0.5em;
}
.od_list.ty_list.lg > li > span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    line-height: 28px;
}
.od_list.deci {
	list-style: decimal-leading-zero;
}
.od_list.deci2 {
	list-style: decimal;
}
.od_list.hang {
	list-style: hangul;
}
.od_list li {
	position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 300;
    line-height: 1.7em;
    text-transform: none;
	word-break: keep-all;
	margin: 5px 0;
}
@media (max-width:768px){
	.od_list li {
		font-size: 12px;
	}
}
/*pr_table*/
.pr_table {
	border: 1px solid #ddd;
	margin-top: 15px;
}
.pr_table.t_fx {
	table-layout: fixed;
}
.pr_table.v_m tr th,
.pr_table.v_m tr td {
	vertical-align: middle;
}
.pr_table tr th,
.pr_table tr td {
    font-size: 14px;
    color: #222;
    font-weight: 300;
    line-height: 1.7em;
	padding: 15px;
	border: 1px solid #ddd !important;
}
.pr_table tr th {
	background-color: #f7f7f7;
    font-weight: 400;
}

.menu ul li p {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
	cursor: pointer;
}

/* brand_mishik */
.brant_ttop {
    height: 349px;
}
.brant_ttop.ms_top {
    background: url(../img/ms_top.jpg) center center no-repeat;
}
.brant_ttop.mt_top {
    background: url(../img/mt_top.jpg) center center no-repeat;
}
.brant_ttop.fd_top {
    background: url(../img/fd_top.jpg) center center no-repeat;
}
@media (max-width:768px){
    .brant_ttop {
        height: 200px;
        background-size: cover !important;
    }
}

/* brand common */
#brand_foody .symbol_foody,
#brand_melting .symbol_melginh,
#brand_mishik .symbol_mishik {
    border-radius: 0px;
    max-width: 50vw;
}
#brand_foody .sec1 h2,
#brand_foody .sec5 h2,
#brand_mishik .sec6 h2,
#brand_mishik .sec1 h2,
#brand_melting .sec1 h2 {
    color: #808080;
}

/* sec2 */
#brand_mishik .sec2 {
    background-color: #d71e3e;
}

/* sec3 */
#brand_mishik .sec3 {
    background-color: #f6f6f6;
}
/* conFlist */
.conFlist li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.conFlist li > div {
    width: 50%;
}
.conFlist li .txt {
    padding-left: 60px;
    padding-right: 15px;
}
@media (max-width:768px){
    .conFlist li {
        flex-wrap: wrap;
    }
    .conFlist li > div {
        width: 100%;
    }
    .conFlist li .img {
        order: 1;
    }
    .conFlist li .txt {
        order: 2;
        padding: 30px 15px;
    }
}

#brand_mishik .sec4 .typeWrp {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
}
@media (max-width:768px){
    #brand_mishik .sec4 .typeWrp {
        flex-wrap: wrap;
        justify-content: center;
    }
    #brand_mishik .sec4 .typeWrp > div {
        width: calc(25% - 10px);
    }
    #brand_mishik .sec4 .typeWrp img {
        height: 80px;
    }
}


#brand_mishik .sec5 ul {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}
#brand_mishik .sec5 ul > li {
    width: calc(50% - 4px);
}
@media (max-width:768px){
    #brand_mishik .sec5 ul > li {
        width: 100%;
        text-align: center;
    }
}



/* mtLineUp */
.mtLineUp li a {
    display: block;
    text-decoration: none;
    background-size: cover !important;
    padding: 0 15px;
}
.mtLineUp li .c_wrp {
    height: 280px;
    margin: 2px 0;
}
.mtLineUp li:nth-child(1) a {
    background: url(../img/mt_pro1.jpg) center center no-repeat;
}
.mtLineUp li:nth-child(2) a {
    background: url(../img/mt_pro2.jpg) center center no-repeat;
}
.mtLineUp li:nth-child(3) a {
    background: url(../img/mt_pro3.jpg) center center no-repeat;
}
@media (max-width:768px){
    .mtLineUp li .c_wrp {
        height: 200px;
    }
}
/* brand_foody */
#brand_foody .sec2 {
    background-color: #ed008c;
}

/* videoWrpper */
.videoWrpper iframe {
    width: 74%;
    height: 500px;
}
@media (max-width:768px){
	.videoWrpper iframe {
		width: 80%;
		height: 220px;
	}
}
/* brand_foody */
#brand_foody .foodyLineUp {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}
#brand_foody .foodyLineUp li {
    width: calc(50% - 2.5px);
}
#brand_foody .foodyLineUp li a {
    text-decoration: none;
    display: block;
    position: relative;
}
#brand_foody .foodyLineUp li:nth-child(1) a {
    background-color: #00a7eb;
}
#brand_foody .foodyLineUp li:nth-child(2) a {
    background-color: #fdcf57;
}
#brand_foody .foodyLineUp li:nth-child(3) a {
    background-color: #67ca69;
}
#brand_foody .foodyLineUp li:nth-child(4) a {
    background-color: #00926c;
}
#brand_foody .foodyLineUp li:nth-child(5) a {
    background-color: #0066a5;
}
#brand_foody .foodyLineUp li:nth-child(6) a {
    background-color: #52347a;
}
#brand_foody .foodyLineUp li a .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    padding-bottom: 2vw;
    width: 100%;
}
#brand_foody .foodyLineUp li a .txt h2 {
    margin-top: 5px;
    line-height: 1.1em;
}
@media (max-width:768px){
    #brand_foody .foodyLineUp li a {
        padding-bottom: 10vw;
    }
}
@media (max-width:500px){
    #brand_foody .foodyLineUp li a {
        padding-bottom: 0;
    }
    #brand_foody .foodyLineUp li {
        width: 100%;
    }
    #brand_foody .foodyLineUp li a .txt {
        padding-bottom: 8vw;
    }
    #brand_foody .foodyLineUp li a .txt h3 {
        font-size: 17px;
    }
}