/* common */
.main-c2 br {display: none;}
.main-c2 .title-area {text-align: center;}
.main-c2 .title-area .title {font-size: 30px; font-weight: 700; letter-spacing: -1.5px; color: #494e66; text-transform: uppercase;}
.main-c2 .title-area .title::before {content: ''; display: block; width: 25px; height: 30px; background: url("../img/title_obj.png") no-repeat center/contain; margin: 0 auto;}
.main-c2 .title-area--white .title, .main-c2 .title-area--white .desc {color: #fff;}
.main-c2 .title-area .desc {font-size: 15px; font-weight: 300; line-height: 1.7; margin-top: 20px;}

/* main-c2 */
.main-c2 {background: url("../img/c2_bg.jpg") no-repeat center/cover; overflow: hidden;}
.main-c2 .inner {padding: 70px 20px;}
.main-c2 .group-title .title-area {margin-bottom: 50px;}
.main-c2 .shortcut-btn {position: relative; display: block; width: 250px; padding: 14px 0; background: #4a65f6; text-align: center; margin: 0 auto; z-index: 1;}
.main-c2 .shortcut-btn::before {content: ''; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: #3e57de; transition: .4s; z-index: -1;}
.main-c2 .shortcut-btn:hover::before {left: 0; width: 100%;}
.main-c2 .shortcut-btn span {font-size: 14px; font-weight: 300; color: #fff;}
.main-c2 .shortcut-btn span::after {content: ''; display: inline-block; width: 24px; height: 7px; background: url("../img/btn_arrow_w.png") no-repeat center; vertical-align: 5px; margin: 0 0 0 74px;}
