﻿@charset "UTF-8";

.contentWrap{
    width: 750px;
    margin: 0 auto 10%;
}
.contentWrap img{
    display: block;
    width: 100%;
    max-width: 100%;
}
#pollenexp .item_box {
    position: relative;
}
#pollenexp .item_box .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width:calc(617 / 750 * 100%);
} 
#pollenexp .item01 .btn {
    bottom: 10.2%;
}
#pollenexp .item02_1 .btn {
    bottom: 14.3%;
}
#pollenexp .item02_2 .btn {
    bottom: 18.6%;
}
#pollenexp .item03_1 .btn {
    bottom: 6.5%;
}
#pollenexp .item03_2 .btn {
    bottom: 20.5%;
}
#pollenexp .item03_3 .btn {
    bottom: 14%;
} 
