/* header */
header{ z-index: 1000; transition: .3s; background:#fff; box-shadow: 2px 0 6px rgba(0,0,0,.2); height: 80px; border-bottom: 1px solid #ddd;}
header h1.logo img{opacity: 0;}
header h1.logo img.scroll{ opacity: 1;}
header .wrap1740 a p{ color: #333;}
header .wrap1740 #reser-btn{ border: 1px solid #333; transition: .3s; color: #333;}
/* =================== 1460px =================== */
@media (max-width: 1460px) {
    header{ height: 130px;}
    header .wrap1740 .flex-wrap{ padding-top: 10px;}
    header.scrolldown{ top: -130px;}
    header.scroll{ height: 130px;}
    header h1.logo{ order: 0;}
    header .gnb{ order: 2; width: 100%; text-align: center;}
    header #reser-btn{ order: 1; }
    header .subnavbg.active{ top: 130px; opacity: 1;}
}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
    header{height: 50px; transition: .3s;}
    header .wrap1740 .flex-wrap{ padding-top:0;}
    header.scrolldown{ top: -50px;}
    header.scroll{ height: 50px;}
    header #panelbtn span{background-color: #333;} 
    header #m-reser-btn{ color: #333;}
    header:hover{ box-shadow: 2px 0 6px rgba(0,0,0,.2); border-bottom: 1px solid #ddd; background:#fff; }
    header:hover h1.logo img{opacity: 0;}
    header:hover h1.logo img.scroll{ opacity: 1;}
    header:hover .wrap1740 a p{ color: #333;}
    header:hover .wrap1740 #reser-btn{ border: 1px solid #333; transition: .3s; color: #333;}
}


#section01{ padding: 120px 0 200px; text-align: center;}
#section01 .wrap1740 > h3{ width: 100%; font-size: 24px; line-height: 36px; padding-bottom: 40px; text-align: center;}
#section01 .content{ align-items: flex-start;}
#section01 .content > .con{ width: calc(50% - 12px); }
#section01 .con .bgi{ width: 100%; height: 500px; margin-bottom: 40px; position: relative; overflow: hidden;}
#section01 .con h3{ font-size: 30px; padding-bottom: 30px;}
#section01 .con div.el{ font-size: 15px; line-height: 25px;}
/* =================== 1780px =================== */
@media (max-width: 1780px) {
    #section01 .con .bgi{ height: 28.09vw;}
}
/* =================== 1024px =================== */
@media (max-width: 1024px) {
    #section01{ padding: 40px 0 100px; }
    #section01 .wrap1740{ padding: 0;}
    #section01 .content > .con{ width: 100%; padding-bottom: 100px; }
    #section01 .con .bgi{ height: 74.93vw; margin-bottom: 40px;}
    #section01 .con .text-wrap{ padding: 0 15px;}
    #section01 .con span{ width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 16px; text-align: center; border-radius: 50%; background-color: #333; margin-bottom: 20px;}
    #section01 .con h3{ font-size: 24px; padding-bottom: 20px;}
    #section01 .con div.el{ font-size: 14px; line-height: 24px;}
}















