.tab-wrap>ul{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0;margin:40px 0 40px;list-style:none}.tab-wrap>ul>li{flex-grow:1;flex-basis:0;text-align:center;padding:20px 20px;background:#f1f7fc;cursor:pointer}.tab-wrap>ul>li.current{background:#0f6fd5;color:#fff;border-radius:10px}.tab-wrap>ul>li.current h3{color:#fff}.tab-wrap>ul>li:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.tab-wrap>ul>li:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.contents-area-box.current{opacity:1;height:auto}.contents-area-box{display:flex;flex-wrap:wrap;justify-content:space-between;opacity:0;height:0}.contents-area-box .c-image{flex:0 1 470px;border-radius:10px;overflow:hidden}.contents-area-box .c-content{flex:0 1 635px}.contents-area-box .c-content p{color:#798593;margin-top:0;margin-bottom:30px}.contents-area-box .c-content ul li{margin-bottom:5px;color:#798593}