@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.card-container{display:flex;flex-wrap:wrap;height:345px;margin:50px auto 0;max-width:1200px;min-width:1100px;width:62.5%}.card-container .card{background-color:#fff;border:1px solid #dbdee0;height:345px;width:49%}.card-container .card:nth-child(odd){margin-bottom:30px;margin-right:20px}.card-container .card .detail{margin-top:20px;padding:0 40px}.card-container .card .detail p:first-child{color:#00153b;font-size:19px;font-weight:500;letter-spacing:2px;text-align:center}.card-container .card .detail p:last-child{color:#7e8296;font-size:14px;font-weight:400;line-height:26px}.card-container .card img{width:100%}@media screen and (max-width:768px){.card-container{flex-direction:column;height:auto;justify-content:center;min-width:0;width:100%}.card-container .card{background:#f6f7ff;height:auto;margin-right:0;width:100%}.card-container .card .detail{padding:0 20px}.card-container .card .detail p:first-child{font-size:16px;font-weight:500;letter-spacing:0}.card-container .card .detail p:nth-child(2){font-size:12px;letter-spacing:.5px;line-height:23px}}
