/* 상단 인포 박스 */
.contentBoxBottom > .informationBoxTop > .imgBox {
    width: 100%;
    height: 250px;
    opacity: 0.3;
}   
.contentBoxBottom > .informationBoxTop > .imgBox > img {
    width: 100%;
    height: 100%;
}
/* 하단 */
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child {
    flex-wrap: wrap;
    flex-direction: column;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > div:not(div:nth-child(2)){
    width: 96%;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > div.arrow-r {
    transform: rotate(90deg);
    margin: 20px 0;
    width: 30;
    height: 12;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > div.arrow-r > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-left > div:nth-child(1) {
    font-size: 14px;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-left > div:nth-child(3) {
    font-size: 14px;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:first-child {
    font-size: 14px;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:last-child > ul > li {
    font-size: 12px;
    padding-left: 10px;
}
.contentBoxBottom > .informationBoxTop > .informationBoxTop-contentBox > div:last-child > .box-right > div:last-child > ul > li:before {
    top: 6px;
    width: 5px;
    height: 5px;
}


/* 상단 리스트 */
.contentBoxBottom > .informationBoxList > .informationBox01 {
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(1) {
    width: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(1) > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) {
    width: 96%;
    padding: 2%;
    height: auto !important;
}
.contentBoxBottom > .informationBoxList > .informationBox01  > div:nth-child(2) > p {
    font-size: 14px;
}
.contentBoxBottom > .informationBoxList > .informationBox01 > div:nth-child(2) > h2 {
    font-size: 24px;
    margin-bottom: 15px;
}


/*  하단 원 리스트 */
.contentBoxBottom > .informationBoxList > .circleList > div > div {
    margin-bottom: 5px;
}
.contentBoxBottom > .informationBoxList > .circleList > div > div > div {
    width: 40;
    height: 50;
}
.contentBoxBottom > .informationBoxList > .circleList > div > div > div > img {
    width: 100%;
    height: 100%;
}
.contentBoxBottom > .informationBoxList > .circleList > div > div > p {
    font-size: 16px;
}

