a, u {
    text-decoration: none;
}

p {
    margin: 0;
}

body {
    margin: auto;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

.topbar {
    height: 72px;
    box-sizing: border-box;
    text-align: center;
	background: #fff;
	position: fixed;
	z-index: 1999;
	width: 100%;
    padding: 0 20px;
}

.topbar_contents {
	display: flex;
	justify-content: center;
	max-width: 1200px;
    height: 72px;
	margin: auto;
}

.logo {
    display: flex;
    box-sizing: border-box;
	position: relative;
}

    .logo .symbol {
		position: absolute;
		top:0;
		bottom: 0;
		margin: auto;
		
    }

    .logo .logotype {
		position: absolute;
		top:0;
		bottom: 0;
		margin: auto;
    }



    .logo .symbol img {
        width: 40px;
        height: 40px;
		position: absolute;
		top:0;
		bottom: 0;
		margin: auto;
    }


.logo .logotype img {
    width: auto;
    height: 30px;
			position: absolute;
		top:0;
		bottom: 0;
		margin: auto;
	padding-left: 48px;
}

.menu_gp {
	display: flex;
    flex: 1;
    overflow-y: hidden;
    max-height: 100%;
    justify-content: space-between;
    transition: .2s ease;
}

.title_btn_app_down {
    display: none;
}

.menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.menu a {
	padding: 0 8px;
}

.menu a:last-child {
    padding-right: 0;
}

.menu_btn_app_down_container {
    display: none;
}


.menu .cell {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #6D7882;
    list-style: none;
    display: inline-block;
    cursor: pointer;
	padding: 12px 10px;
}

.section01 {
    background: #00AFFF;
	padding-top: 72px;
}

.section01 .main_group {
    width: 1200px;
    margin: 0 auto;
    height: 790px;
}

.main_group {
	display: flex;
    justify-content: space-between;
	position: relative;
    margin: auto;
    box-sizing: border-box;
}

.main_text_group {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.section01 #main_title {
    color: #FFF;
    font-size: 66px;
    font-weight: 700;
}

.section01 .sub_title {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    margin-top: 36px;
}

.section01 .title_img {
    width: 730px;
    position: absolute;
    bottom: 0;
    right: -67px;
}

.section01 .btn_group {
    margin-top: 72px;
	display: flex;
}

.google {
    all: unset;
    cursor: pointer;
    border-radius: 36px;
    width: 258px;
	height: auto;
    background-color: #FFFFFF;
}

.apple {
    all: unset;
    cursor: pointer;
    border-radius: 36px;
    width: 258px;
	height: auto;
    margin-top: 20px;
}

.store_group {
    display: flex;
    flex-direction: column;
}

.qrcode {
	width: 156px;
	height: auto;
	margin-left: 32px;
}



.section02 {
    background: #F9FAFC;
    box-sizing: border-box;
    padding: 160px 0 ;
    text-align: center;
}

.section02 .title {
    text-align: center;
    color: #1A2128;
    font-size: 56px;
    font-weight: 700;
}

.section02 .baytree_img {
    width: 600px;
    height: 107px;
    margin-top: 40px;
}

.section02 .img_box {
    margin-top: 80px;
    width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
}

.section02 .engineoil_img, .section02 .tire_img {
    width: 456px;
    height: 448px;
    box-shadow: -12px 8px 24px 0px rgba(218, 220, 224, 0.40);
    border-radius: 32px;
}

.section02 .engineoil_img {
    margin-right: 38px;
}

.section03 {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 950px;
    margin: 0 auto;
    padding: 160px 0;
}

.section03 .main_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 950px;
    padding: 0;
    height: auto;
}

.section03 .report_img {
    width: 374px;
    height: 503px;
    border-top-right-radius: 54px;
    border-top-left-radius: 54px;
    box-shadow: -40px 30px 80px 0px #DADCE0;
    margin-top: 186px;
}

.section03 .text01, .section04 .text01, .section05 .text01, .section06 .text01 {
    font-weight: 600;
    font-size: 24px;
    color: #6D7882;
    margin-bottom: 24px;
}

.section03 .text02, .section04 .text02, .section05 .text02, .section06 .text02 {
    font-weight: 700;
    font-size: 48px;
    color: #1A2128;
    line-height: 1.5;
}

.section03 .text03, .section04 .text03, .section05 .text03, .section06 .text03 {
    color: #00AFFF;
}

.section03 .timetable_img {
    box-shadow: -12px 8px 24px 0px rgba(218, 220, 224, 0.40);
    width: 456px;
    height: 290px;
    border-radius: 32px;
}

.section03.last {
    padding: 0;
    padding-bottom: 0; 
    justify-content: left;
}

.section04 {
    display: flex;
    background: #E6EAF0;
    flex-direction: column;
    align-items: center;
    padding: 101.5px 0;
}

.lottie04_mobile {
    display: none;
}

.section05 {
    padding: 160px 0;
    background-color: #F9FAFC;
}

.section05 .main_group {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    height: auto;
    width: 950px;
    margin: 0 auto;
}

.section05 .text_group {
    margin-left: 92px;
}


.section05 .map_img {
    width: 396px;
    height: 271px;
}

.section05 .review_img_01 {
    width: 456px;
    box-shadow: -12px 8px 24px 0px rgba(218, 220, 224, 0.40);
    border-radius: 32px;
}

.section05 .review_img_02 {
    width: 456px;
    border-radius: 32px;
    box-shadow: -12px 8px 24px 0px rgba(218, 220, 224, 0.40);
    margin-top: 20px;
}

.lottie04 {
    width: auto;
    padding-top: 60px;
    height: 270px;
}

.section07 {
    height: 795px;
    background: #192232;
    display: flex;
    position: relative;
}

.section07 .main_group {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section07 .text_group img {
    width: 297px;
    height: auto;
    margin-bottom: 40px;
}

.section07 .text01 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #FFFFFF;
    margin-bottom: 56px;
}

.section07 .google {
    all: unset;
    cursor: pointer;
    width: 258px !important;
	height: 72px;
    margin-right: 36px;
    margin-bottom: 0 !important;
}

.section07 .apple {
    all: unset;
    cursor: pointer;
    width: 258px !important;
	height: 72px;
    margin-bottom: 0 !important;
}

.section07 .outro {
    height: auto;
    width: 331px;
    margin-left: 312px;
}


#section10 {
	z-index: 111;
	background-color: #0F121C;
	position: relative;
	margin-top: -6px;
	display: block;
}


.footer {
	background-color: #fafafa;
}

.footer_box {
	width: 1200px;
    box-sizing: border-box;
	padding: 46px 16px 80px 0;
    text-align: left;
    display: block;
    margin: auto;
    position: relative;
	color: #fff;
	
}

.ul_footer {
	display: table;
	padding: 16px 16px 16px 0;
    width: 1200px;
}

.footer_box h1 {
	font-size:16px;
	line-height: 20px;
		font-weight: 700;
	padding-bottom: 12px;
	margin: auto;
}

.footer_box p {
	font-size:14px;
	line-height: 23px;
		font-weight: 300;
	margin: auto;
	opacity: 0.6;
}

.footer_box .number {
	font-size: 13px;
	line-height: 19px;
	margin-top: 14px;
	color: #666;
	font-weight: 300;
}

.footer_box span {
	margin-left: 8px;
	margin-right: 8px;
	color: #ccc;
}

.footer_box .li_divide.first {
	display: table-cell;
    white-space: nowrap;
	vertical-align: top;
	    padding-right: 60px;
    min-width: 130px;
}

.footer_box .li_divide {
	display: table-cell;
    white-space: nowrap;
	vertical-align: top;
	    padding-right: 32px;
    min-width: 130px;
}

.footer_box .li_text_group {
	display: inline-block;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
	
}

.footer_box .li_text_group a {
	text-decoration: none;
		color: #fff;
	opacity: 0.6;
	
}

.btn_app_down, .dropdown, .dropmenu{
    display: none;
}

/* 파트너 모집 버튼 임시 스타일 시작 */

.out_banner {
    z-index: 1024;
    position: fixed;
    bottom: 48px;
    right: 0px;
    margin: auto;
    overflow: visible;
    transition: all 300ms ease-in-out 0s;
    display: inline-block;
}

.out_banner.fab_on {

    transform: translateY(0%);

}

.out_banner.fab_off {

    transform: translateY(100%);


}

.download_out_banner {
    margin: 0px 16px;
    position: relative;
}

.text_out_banner {
    overflow: hidden;
    display: flex;
    margin: auto;
    justify-content: flex-end
}

.text_out_banner img {
    width: 200px;
}	

.title_out_banner {
    color: #fff;
    font-size: 19px;
    display: inline-block;
    line-height: 32px;
    font-weight: 600;
}

.title_group_out_banner {
    display: flex;
}

.title_group_out_banner img {
    height: 112px;
    width: auto;
    line-height: 32px;
    vertical-align: sub;
}

.dsc_out_banner {
    color: rgba(255,255,255,.5);
    font-size: 13px;
    margin-top: 3px;
}

.close_out_banner {
    position: absolute;
    top: -6px;
    right: 8px;
}

.close_out_banner img {
    height: 48px;
    margin: auto;
}	

/* 파트너 모집 버튼 임시 스타일 끝 */

@media only screen and (max-width: 768px) {
    .topbar {
        height: 56px;
    }
    
    .topbar_contents {
        height: 56px;
    }

    .text_out_banner img {
        width: 142px;
    }	

    .close_out_banner img {
        height: 36px;
        margin: auto;
    }	
	
    .out_banner {
        bottom: 16px;
    }
	
.footer_box {
	padding: 24px 16px 92px;
    text-align: left;
    display: block;
    margin: auto;
    position: relative;
	box-sizing: border-box;
    width: 360px;
}

.ul_footer {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
}

.footer_box .li_divide {
	display: block;
    white-space: nowrap;
	vertical-align: top;
	margin-top: 36px;
}	

.footer_box p {
    font-size: 12px;
}
	
.footer_box .li_divide.first {
	display: block;
    white-space: nowrap;
	vertical-align: top;
	margin-top: 8px;
    padding-right: 0;
}
	
	.main_group {
	
	padding: 0;
     margin: auto;
}
	
	.main_text_group {
    position: relative;
    padding: 0;
    z-index: 1000;
}

.menu_btn_app_down_container {
    display: none;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.menu_btn_app_down {
    display: inline-flex;
    height: 30px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #00AFFF;
    color: #fff;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}

.title_btn_app_down {
    border-radius: 60px;
    background: #2E3743;
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    box-sizing: border-box;
}

    .section01 {
        padding-top: 56px;
        justify-content: flex-start;
        height: auto;
        text-align: center;
    }

    .section01 .main_group {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 360px;
        height: auto;
    }

    .section01 .title_img {
        width: 357px;
        margin-left: -45px;
        position: relative;
        right: 0;
    }

    .section01 .btn_group, .lottie04 {
        display: none;
    }

    .section01 #main_title {
        font-size: 30px;
        font-weight: 700;
        margin-top: 50px;
    }

    .section01 .sub_title {
        font-size: 18px;
        font-weight: 500;
        margin-top: 16px;
    }
    
    .lottie04_mobile {
        display: block;
        padding: 0;
        width: 360px;
        height: 131px;
        margin-top: 30px;

    }

    .section02 {
        padding: 60px 0;
    }

    .section02 .title {
        font-size: 22px;
        font-weight: 700;
    }

    .section02 .baytree_img {
        width: 218px;
        height: 40px;
        margin-top: 16px;
    }

    .section02 .img_box {
        width: 360px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section02 .engineoil_img, .section02 .tire_img {
        width: 248px;
        height: 243.797px;
        border-radius: 17px;
        box-shadow: -12px 8px 24px 0px rgba(218, 220, 224, 0.40);
    }

    .section02 .engineoil_img {
        margin-right: 0;
    }

    .section02 .tire_img {
        margin-top: 12.2px;
    }

    .section02 .text01 {
        margin-bottom: 12px;
        padding-top: 50px;
    }

    .section03 {
        margin-left: 0 !important;
        width: 100%;
        padding: 60px 0;
    }

    .section03 .main_group {
        flex-direction: column;
        justify-content: center;
    }

    .section03 .timetable_img {
        width: 248px;
        height: 157.719px;
        margin-top: 30px;
        border-radius: 17px;
        box-shadow: -12px 8px 24px 0px rgba(218, 220, 224, 0.40);
    }

    .section03.last .report_img {
        width: 248px;
        height: 333.54px;
        border-top-right-radius: 36px;
        border-top-left-radius: 36px;
        box-shadow: -40px 30px 80px 0px #DADCE0;
        margin-top: 30px;
    }

    .section03 .text_group {
        margin: 0 !important;
        text-align: center;
    }

    .section03 .text01, .section04 .text01, .section05 .text01 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .section03 .text02, .section04 .text02, .section05 .text02 {
        font-size: 24px;
        line-height: 32px;
    }

    .section03.last {
        padding: 60px 0 0;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .section04 {
        padding: 60px 0;
    }

    .section05 {
        width: 100%;
        padding: 60px 0;
    }

    .section05 .main_group {
        width: 360px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-flow: column-reverse;
    }

    .section05 .main_group.not_reverse {
        flex-flow: column;
    }

    .section05 .text_group {
        margin: 0;
        text-align: center;
    }

    .section05 .map_img {
        width: 270px;
        height: 188.699px;
        margin-top: 26px;
    }

    .section05 .review_img_01 {
        width: 248px;
        height: 216.456px;
        margin-top: 30px;
        border-radius: 17px;
    }

    .section05 .review_img_02 {
        width: 248px;
        height: 117.474px;
        border-radius: 17px;
        margin-top: 12px;
    }

    .section07 {
        padding: 50px 0 80px;
        height: auto;
    }

    .section07 .main_group {
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        margin: 0;
    }

    .section07 .btn_group {
        display: none;
    }

    .section07 .outro {
        width: 240px;
        height: auto;
        margin: 0;
    }

    .section07 .text_group {
        text-align: center;
    }

    .section07 .text_group img {
        margin-top: 24.2px;
        margin-bottom: 24.4px;
        width: 160px;
    }

    .section07 .text01 {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        margin: 0;
    }

    .footer {
        margin-left: 0;
		
    }
	
		    .logo .symbol {
        display: block;
    }

    .logo .symbol img {
        margin: 8px 0;
        width: 40px;
        height: 40px;
    }

    .logo .logotype {
        display: none;
    }
	
	
	
	
}

/*
@media only screen and (max-width: 1100px) {
    .topbar {
        justify-content: flex-start;
        height: 56px;
        padding: 0 16px;
    }

    .logo {
        padding: 0;
    }

    .logo .logotype img {
        margin: 13.5px 0;
    }

    .menu {
        margin-left: auto;
        padding-right: 16px;
    }
}



@media only screen and (max-width: 950px) {
    .footer {
        flex-direction: column-reverse;
        align-items: center;
        padding: 50px 0 96px;
    }

    .footer_text_group {
        margin-top: 16px;
    }

    .li_text_group p {
    font-size: 15px;
    line-height: 24px;
}

    .footer_text_group h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .footer_text_group p {
        font-size: 11px;
        line-height: 13px;
        margin-top: 6px;
    }

    .footer_text_group span {
        margin: 0 10px;
    }

    .li_text_group .first {
        margin-top: 10px;
    }

    .li_text_group {
        margin-right: 26px;
    }

    .li_text_group:nth-of-type(1) {
        margin-left: 0 !important;
    }

    .li_text_group:nth-of-type(3) {
        margin: 0;
    }
}

*/




@media only screen and (max-width: 500px) {


    .menu .cell {
        display: none;
    }

    .dropdown {
        display: block;
    }

    .dropdown_btn, .dropdown_close_btn {
        all: unset;
	    background: url("https://macarong.net/resources/images/system/icon_menu_gray.svg") no-repeat;
        background-size: 24px 24px;
        cursor: pointer;
        width: 24px;
        height: 24px;
        margin: 16px 0;
        float: right;
    }

    .dropdown_close_btn {
	    background: url("https://macarong.net/resources/images/system/icon_close_gray.svg") no-repeat;
        display: none;
    }

    .dropmenu {
        display: none;
        clear: both;
        position: fixed;
		top:56px;
        width: 100vw;
		z-index: 2001;
    }

    .dropmenu .cell {
        position: relative;
        z-index: 1000;
        list-style: none;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 56px;
        color: #343E47;
        background: #FFFFFF;
        height: 56px;
        padding-left: 20px;
    }

    .dropmenu .cell span {
        font-size: 13px;
        border-radius: 16px;
        background: #E0F5FF;
        padding: 4px 8px;
        margin-left: 8px;
        color: #00AFFF;
    }

    .dropmenu .cell:active{
        background-color: #F2F4F6;
    }
	
	
	    .logo .symbol {
        display: block;
    }


    .logo .logotype {
        display: block;
    }

/*
    .menu .cell {
        font-size: 15px;
        margin-left: 18px;
    }
	
*/


	
}


/* [data-aos=fade-up]{transform:translate3d(0,50px,0)!important;} */
