body {
    margin: auto;
    background: #FFFFFF;
    max-width: 768px;
	text-align: center;
}

.img_close {
    background: url("https://mycle.co.kr/resources/images/system/icon_close_black.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
    margin: 16px;
}

.img_close_white {
    background: url("https://mycle.co.kr/resources/images/system/icon_close_white.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
    margin: 16px;
}

.img_back {
    background: url("https://mycle.co.kr/resources/images/icon/ic_arrow_left.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
    margin: 16px;
}

img {
    width: 100%;
}

#img_fuelAdditive {
    margin: 28px 0;
}

#img_blackbox {
    width: 267px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: 16.5px;
    margin-bottom: 27.5px;
}

.title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #151515;
    padding-top: 40px;
}

.commerce_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #151515;
    margin-bottom: 32px;
}

.desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #666666;
    padding-top: 16px;
    padding-bottom: 14px;
}

.commerce_desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #666666;
    margin-bottom: 8px;
}

.btn_box {
    max-width: 768px;
    border-top: solid 1px #EEEEEE;
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
}

.action {
    all: unset;
    background: #00BBFF;
    border-radius: 10px;
    height: 48px;
    width: calc(100vw - 32px);
    margin: 12px 16px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    max-width: 736px;
}

.commerce_btn {
    all: unset;
    width: 200px;
    height: 56px;
    background: #00AFFF;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 118px;
}

.mycle_label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #00AFFF;
    display: inline-block;
    border-radius: 100px;
    padding: 2px 12px;
    border: 1px solid #00AFFF;
    margin-bottom: -100px;
}
