
/*brand_01*/
#brand_01 .sec1{
    background: url(../img/br1_s1_bg.png) center center no-repeat;
    background-size: cover;
}
#brand_01 .sec1 .c_wrp .lt{
    background: url(../img/br1_s1_lt.png) center center no-repeat;
    background-size: cover;
}
#brand_01 .sec2{
    background: url(../img/br1_s2_bg.png) center center no-repeat;
    background-size: cover;
}
#brand_01 .sec2 a{
    display: block;
    background-color: rgba(0,0,0,0.6);
    margin-bottom: 185px;
}
#brand_01 .sec3{
    background: url(../img/br1_s3_bg.png) center top no-repeat;
    background-size: cover;
    position: relative;
}
#brand_01 .sec3 .c_wrp{
    height: 460px;
}
#brand_01 .sec3 span img{
    position: absolute;
    top: 28%;
    left: 12%;
}
#brand_01 .sec4{
    background: url(../img/br1_s4_bg.png) center bottom no-repeat;
    background-size: cover;
    border: 20px solid #936f46;
}
#brand_01 .sec5{
    background: url(../img/br1_s5_bg.png) center bottom no-repeat;
    background-size: cover;
}
@media (min-width:769px){
    #brand_01 .sec3 .c_wrp > div{
        vertical-align: top;
    }
}
@media (min-width:501px){
   
}
@media (max-width:1400px){
    #brand_01 .sec3 span img{
        width: 40%;
    }
}
@media (max-width:768px){
    
    #brand_01 .sec3 .c_wrp{
        height: 365px;
    }
    #brand_01 .sec4{
        border: 5px solid #936f46;
    }
    #brand_01 .sec5 .c_wrp > div{
        padding: 10px;
    }
}
@media (max-width:500px){
    #brand_01 .sec2 a{
        margin-bottom: 00px;
    }
    #brand_01 .sec3 .c_wrp{
        height: 250px;
    }
}
@media (max-width:400px){
    #brand_01 .sec3 .c_wrp{
        height: 180px;
    }
}
/*brand_02*/
#brand_02 .sec1{
    background: url(../img/br2_s1_bg.png) center center repeat;
    background-size: cover;
}
#brand_02 .sec1 .c_wrp {
    height: 720px;
}
#brand_02 .sec1 .stit{
    margin-top: 50px;
}
#brand_02 .sec1 .txt{
    margin-top: 100px;
}
#brand_02 .sec2{
    background: url(../img/br2_s2_bg.png) top center no-repeat;
    background-size: cover;
}
#brand_02 .sec2 .owl-carousel{
    text-align: center;
}
#brand_02 .sec2 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
    width: 61px;
    height: 61px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    background: url(../img/inte_arr.png) center center no-repeat;
}
#brand_02 .sec2 .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
#brand_02 .sec2 .owl-carousel .owl-nav .owl-prev:before {
    content: "";
}
#brand_02 .sec2 .owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg);
}
#brand_02 .sec2 .owl-carousel .owl-nav .owl-next:before {
    content: "";
}
@media (min-width:991px){	
	#brand_02 .sec2 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
        width: 114%;
        left: -7%;
	}
	#brand_02 .sec2 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
@media (min-width:501px){
    
}
@media (max-width:500px){
    #brand_02 .sec1 .c_wrp {
        height: 300px;
    }
    #brand_02 .sec1 .stit{
        margin-top: 20px;
    }
    #brand_02 .sec1 .txt{
        margin-top: 50px;
    }
    #brand_02 .sec2 .owl-carousel .owl-nav {
        top: 35%;
    }
    #brand_02 .sec2 .owl-carousel .owl-nav [class*='owl-'] {
        width: 30px;
        height: 30px;
        background: url(../img/inte_arr.png) center center no-repeat;
        background-size: 30px;
    }
    #brand_02 .sec2 .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    #brand_02 .sec2 .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
}

/*tab_box*/
.tab_box .nav-tabs {
    max-width: 470px;
    margin: 0 auto;
    border-bottom: 0px;
}
.tab_box .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #1f4b60;
    border-radius: 0px;
    float: left;
    width: 24%;
    display: block;
    margin: 0 4px;
}
.tab_box .nav-tabs.col50 li {
    width: 225px !important;
}
.tab_box .nav-tabs li a {
    background-color: transparent;
    font-family: 'SF_HambakSnow';
    border: 0 !important;
    font-size: 27px;
    color: #1f4b60 !important;
    padding: 10px 15px;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
}
.tab_box .nav-tabs li.active {
    border-color: #735f51;
}
.tab_box .nav-tabs li.active a {
    background-color: #1f4b60;
    color: #fff !important;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 30px 0 0;
    background-color: transparent;
}
@media (max-width:768px){
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 5px;
    }
    .tab_box .tab-content {
        padding: 10px 0 0;
    }
    .tab_box .nav-tabs li {
        width: 33.33333%;
    }
    .tab_box .nav-tabs.col50 li {
        width: 48.5% !important;
        margin: 0 2px;
    }
}

/*brand_03*/
#brand_03{
    background: url(../img/br3_bg.png) center center no-repeat;
    background-size: cover;
}
#brand_03 .open_box{
    background-color: rgba(255,255,255,0.15);
    padding: 30px 180px;
    max-width: 850px;
    margin: 0 auto;
}
#brand_03 .open_box ul{
    height: 220px;
    overflow: auto; 
}
#brand_03 .open_box ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
}
#brand_03 .open_box ul::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #fff;
    border-radius: 5px;
}
#brand_03 .open_box ul::-webkit-scrollbar-track {
    width: 2px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.3);
}
#brand_03 .open_box ul li a{
    text-decoration: none;
    display: block;
    margin: 8px 0;
}
#brand_03 .review_slick{
    position: relative;
    padding: 0px 125px;
}
#brand_03 .slick-arrow.slick-prev, #brand_03 .slick-arrow.slick-next{
    position: absolute;
    top: 40%;
    border: 0;
    width: 66px;
    height: 66px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/v_arr.png) center center no-repeat;
}

#brand_03 .slick-arrow.slick-prev {
    left: 0px;
}
#brand_03 .slick-arrow.slick-next {
    transform: rotate(180deg);
    right: 0px;
}
#brand_03 .slick-arrow.slick-prev:after, 
#brand_03 .slick-arrow.slick-next:after {
    content: "";
}
#brand_03 .sec3 ul{
    max-width: 1120px;
    margin: 0 auto;
}
@media (min-width:501px){
    
}
@media (max-width:991px){
    #brand_03 .open_box{
        padding: 30px;
    }
    #brand_03 .open_box ul{
        height: 100px;
        overflow: auto; 
    }
    #brand_03 .open_box ul::-webkit-scrollbar {
        width: 4px;
    }
    #brand_03 .open_box ul::-webkit-scrollbar-thumb {
        width: 4px;
    }
    #brand_03 .open_box ul::-webkit-scrollbar-track {
        width: 1px;
    }
    #brand_03 .open_box ul li a{
        text-decoration: none;
        display: block;
        margin: 4px 0;
    }
    #brand_03 .sec3 .c_wrp .tbox{
        background-color: rgba(0,0,0,0.5);
    }
}
@media (max-width:768px){
    #brand_03 .slick-arrow.slick-prev, #msec5 .slick-arrow.slick-next{
        /*width: 30px;
        height: 30px;
        background-size: 100%;
        top: 40%;*/
        display: none !important;
    }
    #brand_03 .review_slick{
        position: relative;
        padding: 0px 0px;
    }
    #brand_03 .review_slick li{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width:500px){
    #brand_03 .slick-arrow.slick-prev{
        left: 0px;
    }
    #brand_03 .slick-arrow.slick-next{
        right: 0px;
    }
}
@media (max-width:500px){
    #brand_03 .slick-arrow.slick-prev, #brand_03 .slick-arrow.slick-next{
        /*width: 30px;
        height: 30px;
        background-size: 100%;
        top: 40%;*/
        display: none !important;
    }
    #brand_03 .slick-arrow.slick-prev{
        left: 0px;
    }
    #brand_03 .slick-arrow.slick-next{
        right: 0px;
    }
}

/*fran_01*/
#fran_01 .sec1{
    background: url(../img/fr1_s1_bg.png) center center no-repeat;
    background-size: cover;
}
#fran_01 .sec2{
    background: url(../img/fr1_s2_bg.png) center center no-repeat;
    background-size: cover;
}
#fran_01 .sec2 .stit_top{
    margin-bottom:15px;
}
#fran_01 .sec2 .stit{
    padding: 35px 0;
    background-color: rgba(65,34,2,0.8);
}
#fran_01 .sec2 .five{
    margin-top: 100px;
}
#fran_01 .sec3{
    background: url(../img/fr1_s3_bg.png) center center no-repeat;
    background-size: cover;
}
#fran_01 .sec4{
    background: url(../img/fr1_s4_bg.png) center center no-repeat;
    background-size: cover;
    border: 6px solid #eaba7b;
}
#fran_01 .sec5{
    background: url(../img/fr1_s5_bg.png) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
#fran_01 .sec5 .owl-carousel.tast-carousel{
    text-align: center;
}
#fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
    width: 61px;
    height: 61px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    background: url(../img/tast_arr.png) center center no-repeat;
}
#fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav .owl-prev {
    left: 0;
}
#fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav .owl-prev:before {
    content: "";
}
#fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg);
}
#fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav .owl-next:before {
    content: "";
}
#fran_01 .sec6{
    background: url(../img/fr1_s6_bg.png) center center no-repeat;
    background-size: cover;
}
#fran_01 .sec6 a{
    display: inline-block;
}
#fran_01 .sec7{
    background: url(../img/fr1_s7_bg.png) center center no-repeat;
    background-size: cover;
}
#fran_01 .sec7 .slk_v2 .slick-slide {
    opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#fran_01 .sec7 .slk_v2 .slick-slide.slick-center {
    opacity: 1;
}
#fran_01 .sec7 .slk_v2 .slick-dots{
    display: none;
}
#fran_01 .sec8{
    background: url(../img/fr1_s8_bg.png) center top no-repeat;
    background-size: cover;
}
#fran_01 .sec9{
    background-color: #eae3da;
}
#fran_01 .sec10{
    background: url(../img/fr1_s10_bg.png) center top no-repeat;
    background-size: cover;
}
#fran_01 .sec10 .tel_box{
    background-color: #936f46;
    padding: 15px;
}
#fran_01 .sec10 .form_box{
    max-width: 600px;
    margin: 40px auto;
}
#fran_01 .sec10 .form_box .form_list > li{
    position: relative;
    padding-left: 115px;
    margin: 20px 0;
}
#fran_01 .sec10 .form_box .form_list > li label{
    position: absolute;
    left: 0;
    top: 5px;
}
#fran_01 .sec10 .form_box .form_list .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
}
#fran_01 .sec10 .form_box .form_list textarea{
    width: 100%;
}
#fran_01 .sec10 .form_box .agr > input,
#fran_01 .sec10 .form_box .agr > img {
    vertical-align: middle;
}
#fran_01 .sec10 .form_box .agr > input {
    width: 18px;
    height: 18px;
    margin: 0px;
    margin-right: 5px;
    border: 0px;
}
#fran_01 .sec10 .form_box .smt_btn {
    background-color: #232323;
    font-size: 20px;
    color: #fff;
    width: 230px;
    height: 50px;
    border: 0px;
    display: inline-block;
}
@media (min-width:1500px){
    #fran_01 .sec6 .container{
        width: 1530px;
    }
}
@media (min-width:1201px){
    #fran_01 .sec7 .slk_v2 {
        margin-left: -65rem;
        margin-right: -65rem;
    }
}
@media (min-width:991px){
    #fran_01 .sec5 .c_wrp .rt{
        width: 45%;
        padding-left: 3%;
    }
	#fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav {
		opacity: 1;
        top: 85%;
        width: 28%;
        right: 2%;
	}
	#fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
    #fran_01 .sec6 .c_wrp .lt{
        width: 60%;
    }
    #fran_01 .sec6 .c_wrp .rt{
        text-align: center;
    }
}
@media (min-width:501px){
    #fran_01 .sec7 .slick-slide{
        cursor: pointer;
    }
}
@media (max-width:500px){
    #fran_01 .sec2 .stit{
        padding: 35px 20px;
        background-color: rgba(65,34,2,0.8);
    }
    #fran_01 .sec2 .five{
        margin-top: 30px;
        padding: 30px;
    }
    #fran_01 .sec3 ul li img{
        margin: 10px 0;
    }
    #fran_01 .sec4{
        border: 3px solid #eaba7b;
    }
    #fran_01 .sec5{
        padding: 50px 0;
    }
    #fran_01 .sec5 .rt{
        margin-top: 20px;
    }
    #fran_01 .sec5 .owl-carousel.tast-carousel .owl-nav [class*='owl-'] {
        display: none;
        width: 30px;
        height: 30px;
        background: url(../img/tast_arr.png) center center no-repeat;
        background-size: 30px;
    }
    #fran_01 .sec9 .rt{
        margin-top: 20px;
    }
    #fran_01 .sec10 .tel_box{
        padding: 10px;
    }
    #fran_01 .sec10 .form_box{
        margin: 20px auto;
    }
    #fran_01 .sec10 .form_box .form_list > li{
        padding-left: 100px;
        margin: 15px 0;
    }
    #fran_01 .sec10 .form_box .form_list > li label{
        top: 7px;
    }
    #fran_01 .sec10 .form_box .form_list > li label img{
        width: 80px;
    }
    #fran_01 .sec10 .form_box .agr > input {
        width: 10px;
        height: 10px;
        margin: 0px;
        margin-right: 5px;
        border: 0px;
    }
    #fran_01 .sec10 .form_box .agr img{
        width: 200px;
    }
    #fran_01 .sec10 .form_box .smt_btn {
        font-size: 15px;
        width: 200px;
        height: 35px;
    }
}

/*menu_01*/
#menu_01{
    background: url(../img/mn1_bg.png) center center no-repeat;
    background-size: cover;
}
#menu_01 .mn_box{
    margin: 15px 0;
    display: block;
}
#menu_01 .sec5{
    background-color: #102c3a;
}
#menu_01 .sec5 .sl_menu{
    border: 2px solid #e7d4b4; 
}
#menu_01 .sec5 .owl-carousel.sl-carousel{
    text-align: center;
    margin-bottom: 40px;
}
#menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
    width: 43px;
    height: 43px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    background: url(../img/sl_arr.png) center center no-repeat;
}
#menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav .owl-prev {
    left: 0;
}
#menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav .owl-prev:before {
    content: "";
}
#menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg);
}
#menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav .owl-next:before {
    content: "";
}
@media (min-width:1300px){
    #menu_01 .container{
        width: 1370px;
    }
}
@media (min-width:991px){
	#menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav {
        opacity: 1;
        top: 73%;
        width: 22%;
        right: 8%;
	}
	#menu_01 .sec5 .sl_menu2 .owl-carousel.sl-carousel .owl-nav {
        opacity: 1;
        top: 73%;
        width: 22%;
        right: 70%;
	}
}
@media (min-width:501px){
    
}
@media (max-width:500px){
    #menu_01 .sec5 ul li:nth-child(2){
        margin-top: 20px;
    }
    #menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav{
        top:70%;
    }
    #menu_01 .sec5 .owl-carousel.sl-carousel .owl-nav [class*='owl-'] {
        width: 20px;
        height: 20px;
        background: url(../img/sl_arr.png) center center no-repeat;
        background-size: 20px;
    }
}

/*mfp*/
.mfp-close, .mfp-close-btn-in .mfp-close {
    font-weight: 600;
    font-size: 0px;
    color: #ffffff;
    right: 0;
    top: -8px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    opacity: 1;
    background: url(../img/mn_cls.png) right center no-repeat !important;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    background-color: transparent;
    width: 61px;
    height: 61px;
    background: url(../img/mn_arr.png) center center no-repeat !important;
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
    margin-left: 25px;
    border-right: 0px solid #3F3F3F;
    border-left: 0px solid #3F3F3F;
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
    border-right: 0px solid #FFF;
    border-left: 0px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left {
    left: 30%;
}
.mfp-arrow-right {
    right: 30%;
    transform: rotate(180deg);
}
.mfp-counter{
    display: none;
}

#store_wrp{
    background: url(../img/st_bg.png) center center no-repeat;
    background-size: cover;
}
/*f_box*/
.f_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -2px;
}
.f_box > div {
    padding: 0 2px;
    flex-grow: 1;
}
.f_box > div:first-child {
    width: 60px;
    flex-shrink: 0;
    flex-grow: 0;
}
.f_box > div select,
.f_box > div input {
    width: 100% !important;
    max-width: 100% !important;
}

/*lunbox_01*/
#lunbox_01{
    background: url(../img/lun1_bg.png) top center no-repeat;
    background-size: cover;
}
#lunbox_01 .sec1 .c_wrp{
    max-width: 1100px;
    margin: 0 auto;
}
#lunbox_01 .sec2{ 
    background: url(../img/lun1_s2_bg.png) 34% center no-repeat;
    background-size: cover;
    padding: 120px 0;
}
#lunbox_01 .sec3{
    background-color:#1f4b60; 
}
#lunbox_01 .sec4{ 
    background: url(../img/lun1_s4_bg.png) center center no-repeat;
    background-size: cover;
}

@media (min-width:1300px){
    #lunbox_01 .sec2 .container{
        width: 1350px;
    }
}
@media (min-width:991px){	
    #lunbox_01 .sec4 .owl-carousel{
        text-align: center;
        max-width: 470px;
        margin: 0 auto;
    }
    #lunbox_01 .sec4 .owl-carousel .lun_box{
        height: 883px;
        background: url(../img/lun1_phone.png) center center no-repeat;
        position: relative;
    }
    #lunbox_01 .sec4 .owl-carousel .lun_box .lun_txt{
        height: 715px;
        overflow: auto;
        position: absolute;
        top: 83px;
        left: 29px;
    }
    #lunbox_01 .sec4 .owl-carousel .owl-item img {
        display: inline-block;
        width: 410px;
        -webkit-transform-style: preserve-3d;
    }

    #lunbox_01 .sec4 .owl-carousel .owl-nav [class*='owl-'] {
        background-color: transparent;
        width: 61px;
        height: 61px;
        z-index: 10;
        cursor: pointer;
        color: #fff;
        background: url(../img/lun_arr.png) center center no-repeat;
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-prev {
        left: 0%;
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-prev:before {
        content: "";
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-next {
        right:0%;
        transform: rotate(180deg);
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-next:before {
        content: "";
    }
	#lunbox_01 .sec4 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
        width: 150%;
        left: -25%;
	}
}
@media (max-width:992px){
    #lunbox_01 .sec4 .owl-carousel .owl-nav [class*='owl-'] {
        background-color: transparent;
        width: 45px;
        height: 45px;
        z-index: 10;
        cursor: pointer;
        color: #fff;
        background: url(../img/lun_arr.png) center center no-repeat;
        background-size: 45px;
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-prev {
        left: 0%;
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-prev:before {
        content: "";
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-next {
        right:0%;
        transform: rotate(180deg);
    }
    #lunbox_01 .sec4 .owl-carousel .owl-nav .owl-next:before {
        content: "";
    }
    #lunbox_01 .sec4 .owl-carousel{
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
    }
    #lunbox_01 .sec4 .owl-carousel .lun_box{
        width: 450px;
        height: 845px;
        background: url(../img/lun1_phone.png) center center no-repeat;
        background-size: 450px;
        position: relative;
    }
    #lunbox_01 .sec4 .owl-carousel .lun_box .lun_txt{
        overflow: auto;
        position: absolute;
        top: 79px;
        left: 28px;
        width: 394px;
        height: 686px;
    }
    #lunbox_01 .sec4 .owl-carousel .owl-item img {
        display: inline-block;
        width: 394px;
        -webkit-transform-style: preserve-3d;
    }
}
@media (max-width:768px){
    #lunbox_01 .sec1 .lt{
        text-align: center;
    }
    #lunbox_01 .sec1 .lt img{
        width: 70%;
    }
}
@media (max-width:500px){
    #lunbox_01 .sec4 .owl-carousel .owl-nav [class*='owl-'] {
        background-color: transparent;
        width: 30px;
        height: 30px;
        z-index: 10;
        cursor: pointer;
        color: #fff;
        background: url(../img/lun_arr.png) center center no-repeat;
        background-size: 30px;
    }
    #lunbox_01 .sec4 .owl-carousel{
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
    #lunbox_01 .sec4 .owl-carousel .lun_box{
        width: 300px;
        height: 564px;
        background: url(../img/lun1_phone.png) center center no-repeat;
        background-size: 300px;
        position: relative;
    }
    #lunbox_01 .sec4 .owl-carousel .lun_box .lun_txt{
        overflow: auto;
        position: absolute;
        top: 54px;
        left: 18px;
        width: 263px;
        height: 456px;
    }
    #lunbox_01 .sec4 .owl-carousel .owl-item img {
        display: inline-block;
        width: 263px;
        -webkit-transform-style: preserve-3d;
    }

}
/*board_01*/
#board_01 .sec1, #board_03 .sec1{
    background-color: #102c3a;
}
.serch_box .sch_wrp {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 400px;
    padding-left: 100px;
}
.serch_box .sch_wrp:before{
    position: absolute;
    content: "";
    background: url(../img/blog.png) center center no-repeat;
    width: 74px;
    height: 24px;
    top: 8px;
    left: 0;
}
.serch_box .sch_wrp .searchform {
    font-size: 17px;
    line-height: 1em;
    padding: 8px 25px 8px 10px;
    border: 2px solid #3bab36;
    box-shadow:  0 0 0;
    border-radius: 0;
    height: 40px;
}
.serch_box .sch_wrp button {
    border: 0px;
    background-color: #3bab36;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    color: #fff;
    font-size: 18px;
}
@media (max-width:768px){
    .serch_box .sch_wrp {
        padding-left: 65px;
    }
    .serch_box .sch_wrp:before{
        background: url(../img/blog.png) center center no-repeat;
        background-size: 55px;
        width: 55px;
        height: 18px;
        top: 8px;
    }
    .serch_box .sch_wrp .searchform {
        font-size: 14px;
        padding: 8px 25px 8px 10px;
        border: 1px solid #3bab36;
        height: 30px;
    }
    .serch_box .sch_wrp button {
        height: 30px;
        font-size: 13px;
    }
}

/*board_wrp*/
.board_wrp > li{
    padding: 40px 0;
}
.board_wrp > li:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.board_wrp .board_box h6{
    margin-top: 20px;
    max-width: 700px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;

}
@media (max-width:768px){
    .board_wrp > li{
        padding: 20px 0;
    }
    .board_wrp .board_box h6{
        margin-top: 10px;
    }
}

#board_02 .sec1{
    background: url(../img/boa2_bg.png) center center no-repeat; 
    background-size: cover;
}
#board_02 .sec1 .c_wrp{
    position: relative;
}
#board_02 .sec1 .owl-carousel a {
    text-decoration: none;
    display: block;
    margin: 7px 0;
}
#board_02 .sec1 .owl-carousel .owl-nav{
    top: 40%;
}
#board_02 .sec1 .owl-carousel .owl-nav .owl-prev, #board_02 .sec1 .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    width: 39px;
    height: 39px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/boa_arr.png) center center no-repeat;
}
#board_02 .sec1 .owl-carousel .owl-nav .owl-prev:before, #board_02 .sec1 .owl-carousel .owl-nav .owl-next:before{
    display: none;
}
#board_02 .sec1 .owl-carousel .owl-nav .owl-prev{
    left: 15px;
}
#board_02 .sec1 .owl-carousel .owl-nav .owl-next{
    transform: rotate(180deg);
    right: 15px;
}
#board_02 .sec1 .owl-carousel .owl-item img{
    height: 100% !important;
}
@media (min-width:769px){
    #board_02 .sec1 .c_wrp .lt{
        width: 25%;
        padding-right: 5%;
    }
    #board_02 .sec1 .owl-carousel .owl-nav{
        top: 80%;
        left: -21%;
    }
    #board_02 .sec1 .owl-carousel .owl-nav .owl-next{
        left: 70px;
    }
}
@media (max-width:768px){
    #board_02 .sec1 .c_wrp .lt{
        padding: 0 5%;
        text-align: right;
    }
    #board_02 .sec1 .c_wrp .lt img{
        width: 150px;
    }
    #board_02 .sec1 .c_wrp .rt{
        margin-top: 20px;
    }
    #board_02 .sec1 .owl-carousel .owl-nav{
        top: 41%;
    }
    #board_02 .sec1 .owl-carousel .owl-nav .owl-prev, #board_02 .sec1 .owl-carousel .owl-nav .owl-next{
        border: 0px;
        padding: 0;
        margin: 0;
    }
    #board_02 .sec1 .owl-carousel .owl-nav .owl-prev{
        left: 10px;
    }
    #board_02 .sec1 .owl-carousel .owl-nav .owl-next{
        right: 10px;
    }
}


#store{
    background: url(../img/store_bg.png) center center no-repeat; 
    background-size: cover;
}


