@charset "UTF-8";

/*공통*/
.main_section .section .header_wrap {
    text-align: center;
}

/*상단배너*/
.main_section.top_banner {
    background-color: #202140;
}

.main_section.top_banner .section {
    padding-top: 209px;
    min-width: 1080px;
    max-width: 1920px;
    height: 965px;
    width: 100%;
}

.main_section.top_banner .section div.video {
    margin: 48px auto 0;
    width: 880px;
    height: 495px;
}

.main_section.top_banner .section div.textWrap {
    text-align: center;
    color: #c3d2ea;
    font-size: 20px;
    line-height: 24px;
}

.main_section.top_banner .section .btn_wrap {
    margin-top: 20px;
    text-align: center;
}

.main_section.top_banner .section .btn_wrap button {
    cursor: inherit;
    background-color: #0f0d27;
    border-radius: 50px;
    width: 450px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
}

.coa .main_section.top_banner {
    background-color: #6f0e31;
}

.aoa .main_section.top_banner .section {
    background: url("/resource/images/landing/aoa_detail/top_bg.png") no-repeat center;
}

.coa .main_section.top_banner .section {
    background: url("/resource/images/landing/coa_detail/top_bg.png") no-repeat center;
}

.coa .main_section.top_banner .section .btn_wrap button {
    background-color: #4a001b;
}

.coa .main_section.top_banner .section div.textWrap {
    color: #fec1d1;
}

/*분석방법*/
.main_section.anal_guide {
    padding-top: 80px;
}

.main_section.anal_guide article {
    height: 350px;
    padding: 20px;
    box-sizing: border-box;
}

.main_section.anal_guide article .section {
    padding: 60px 70px 0;
}

.main_section.anal_guide article .section .numWrap {
}

.main_section.anal_guide article .section .analTitleWrap {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 700;
}

.main_section.anal_guide article .section p {
    margin-top: 20px;
    font-size: 18px;
}

.coa .main_section.anal_guide article .section p {
    margin-top: 10px;
}

.main_section.anal_guide .section {
}

.main_section.anal_guide .section {
}

.main_section.anal_guide .section .info_wrap {
    padding: 0 28px;
    box-sizing: border-box;
}

.main_section.anal_guide .section .image_wrap {
    position: absolute;
    top: 30px;
}

.main_section.anal_guide article:nth-of-type(even) {
    background-color: #f7fcfe;
}

.main_section.anal_guide article:nth-of-type(even) .section .info_wrap {
    float: right;
    text-align: right;
}

.main_section.anal_guide article:nth-of-type(even) .section .image_wrap {
    position: absolute;
    top: 30px;
}

.coa .main_section.anal_guide article:nth-of-type(even) {
    background-color: #fef9fb;
}

/*캡쳐이미지 영역*/
.main_section.anal_preview {
    background-color: #f2f3f6;
    padding: 80px 0 100px;
}

.main_section.anal_preview .section {
    width: 940px;
    margin: 0 auto;
}

.main_section.anal_preview .section h1 {
    margin-top: 50px;
}

.main_section.anal_preview .section img {
    margin-top: 8px;
}

/*띠배너*/
.main_section.line_banner {
    background-color: #0d1274;
}

.main_section.line_banner .section {
    padding: 45px 130px 55px;
}

.main_section.line_banner .section .title {
    margin-top: 30px;
}

.main_section.line_banner .section .title button {
    margin-top: 25px;
}

.coa .main_section.line_banner {
    background-color: #ab1b41;
}

/*리뷰*/
.main_section.review {
    height: 814px;
    padding-top: 120px;
    box-sizing: border-box;
    background: url("/resource/images/landing/aoa_detail/bg_review.png") no-repeat center top;
}

.main_section.review .section {
}

.main_section.review .section.btn_wrap {
    text-align: center;
    margin-top: 40px;
}

.main_section.review .section .swiper.review {
    margin-top: 40px;
    width: 860px;
}

.main_section.review .section .swiper.review .swiper-wrapper {
}

.main_section.review .section .swiper.review .swiper-wrapper .swiper-slide {
    width: 100%;
}

.main_section.review .section .swiper.review .swiper-wrapper .swiper-slide .s_h {
    padding: 60px 40px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 10px;
    width: 840px;
    height: 350px;
    background-color: #ffffff;
    box-shadow: 1px 2px 10px 0px rgba(1, 5, 1, 0.4);
}

.main_section.review .section .swiper.review .swiper-wrapper .swiper-slide h1 {
    font-size: 18px;
}

.main_section.review .section .swiper.review .swiper-wrapper .swiper-slide div {
    height: 155px;
    font-size: 16px;
    color: #6d6e71;
    margin-top: 40px;
}

.main_section.review .section .swiper.review .swiper-wrapper .swiper-slide footer {
    text-align: right;
    font-size: 16px;
    color: #6d6e71;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    border-top: 2px dotted #bcbec0;
}


.swiper-pagination-wrap {
    padding-top: 40px;
}

.swiper-pagination-wrap .swiper-pagination {
    position: relative;
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet {
    border-radius: 100px;
    margin-left: 10px;
    width: 12px;
    height: 12px;
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet:first-of-type {
    margin-left: 0px;
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #0d1274;
}

.coa .swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #ab1b41;
}

.swiper-arrow {
    top: 165px;
    width: 24px;
    height: 40px;
    background-color: red;
    position: absolute;
    z-index: 2;
    outline: none;
}

.swiper-arrow.next {
    background: url('/resource/images/review/arrow_next.png');
    right: 70px;
}

.swiper-arrow.prev {
    background: url('/resource/images/review/arrow_prev.png');
    left: 70px;
}

.swiper-arrow:hover {
    opacity: 0.6;
}

.swiper-arrow:active {
    opacity: 0.8;
}

/*Content8*/
.content8 {
    width: 100%;
    height: 220px;
    text-align: center;
}

.content8 .content8_content {
    width: 1080px;
    height: 220px;
    margin: 0 auto;
    position: relative;
}

.content8 .content8_content .logo_adu {
    width: 400px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: 69px;
    left: 0;
    cursor: pointer;
    background: url('/resource/images/landing/aoa_detail/logo.png');
}

.content8 .content8_content .call {
    width: 500px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: 69px;
    right: 0;
    cursor: pointer;
    background: url('/resource/images/landing/aoa_detail/call.png');
}