@charset "utf-8";
@import url(mobile_common.css);

.mainVisual.speaking {
    height: 60vh;
    margin-top: 64px;
    background-image: url(../../img/sub_speaking/m_hero_bg1.png);
    background-position: center;
    background-size: cover;
}
.mainVisual.speaking .inner {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainVisual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    z-index: 0;
}

.mainVisual .mainTitleArea {
    width: 90%;
    left: 0;
    z-index: 5;
    align-items: center;
}

.mainVisual .mainTitleArea h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.mainVisual .mainTitleArea .titleText span {
    display: block;
    font-size: 20px;
    color: #fff
}

.mainVisual .mainTitleArea .titleText {
    margin-bottom: 25px;
    font-size: 18px;
    word-break: keep-all;
    letter-spacing: -1px;
    text-align: center;
}

.mainVisual .mainTitleArea .btnArea {
    text-align: center;
}

.mainVisual .mainTitleArea .btnArea .btn {
    width: 220px;
    padding: 12px 10px;
    line-height: 0;
    font-size: 16px;
}

/* hspi */
.sec_hspi {
    padding: 60px 0 50px;
    background: linear-gradient(135deg, #4c6ed0, #51c28d);
    height: auto;
}

.sec_hspi .titleArea {
    width: 90%;
    margin: 0 auto 30px;
}

.sec_hspi .titleArea h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
}

.sec_hspi .titleArea h2 span {
    display: block;
}

.sec_hspi .titleArea h2 strong {
    font-size: 22px;
}

.sec_hspi .titleArea p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

/* 말하기실력 평가 */
.sec-speak {
    padding: 100px 0 0;
    background: #f0f0f0;
}

.sec-speak::before {
    height: 50px;
    background: #494f80;
}

.sec-speak h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.sec-speak h2 span {
    display: block;
    margin-bottom: 5px;
}

.sec-speak .criteria {
    width: 90%;
    margin: 0 auto 50px;
}

.sec-speak .criteria .crit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    place-items: center;
    align-items: start;
    margin-bottom: 20px;
}

.sec-speak .criteria .crit-list li .img {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
}

.sec-speak .criteria .crit-list li .img img {
    width: 44px;
}

.sec-speak .criteria .crit-list strong {
    font-size: 16px;
}

.sec-speak .speak-info {
    padding: 50px 5% 25px;
    background: #496cd0;
}

.sec-speak .speak-info h2 {
    font-family: 'NEXON Lv2 Gothic';
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #fff;
}

.sec-speak .speak-info .textArea {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.sec-speak .speak-info .textArea span {
    display: inline;
}

.sec-speak .speak-info .title {
    margin-bottom: 0;
    text-align: center;
}

.sec-speak .speak-info .title>p {
    display: inline-block;
    font-size: 20px;
    padding: 10px 25px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
}

.sec-speak .speak-info .title>p span {
    display: inline-block;
}

/* flow */
.sec-speak .speak-flow {
    background: #496cd0;
}

.sec-speak .flow-tags {
    padding: 0 3% 30px;
    flex-direction: row;
    gap: 15px;
}

.sec-speak .flow-tags .flow {
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
}
.sec-speak .speak-info .textArea {
    margin-bottom: 35px;
}
.sec-speak .speak-info .textArea span {
    display: block;
}
.sec-speak .flow-tags .flow .title {
    width: 100%;
    font-size: 16px;
    border-radius: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-speak .flow-tags .flow.flow01 {
    background-image: none, linear-gradient(127deg, #cad6f3, #fff)
}
.sec-speak .flow-tags .flow.flow02 {
    background-image: none, linear-gradient(127deg, #cad6f3, #fff)
}
.sec-speak .flow-tags .flow.flow03 {
    background-image: none, linear-gradient(127deg, #cad6f3, #fff)
}
.sec-speak .flow-tags .flow .desc {
    text-align: left;
    font-size: 16px;
}
.sec-speak .flow-tags .flow .desc span {
    display: block;
    font-weight: 600;
}

.sec-speak .flow-tags img {
    max-width: 980px
}

.sec-speak .flow-process {
    padding: 50px 5%;
    background: var(--bg-light-gray) url(../../img/sub_speaking/sub_test_img_arrow_bg.png) no-repeat center top;
}

.sec-speak .flow-process .titleArea {
    margin-bottom: 30px;
    text-align: center;
}

.sec-speak .flow-process .titleArea img {
    width: 40px;
    margin-bottom: 25px;
}

.sec-speak .flow-process .titleArea .subtitle {
    font-family: 'NEXON Lv2 Gothic';
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.sec-speak .flow-process .tag-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.sec-speak .flow-process .tag-list span {
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
}

.sec-speak .flow-process .tag-list span:nth-child(odd) {
    background: #d2d5f2;
}

.sec-speak .flow-process .tag-list span:nth-child(even) {
    background: #cdcfe4;
}

.sec-speak .flow-process .subtext {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    word-break: keep-all;
}

.sec-speak .flow-process .subtext span {
    display: inline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.sec-speak .flow-process .btnArea {
    margin-top: 35px;
}

.sec-speak .flow-process .btnArea .btn {
    width: auto;
    padding: 0 15px;
}
/* 모의테스트 특장점 */
.sec-benefit {
    padding: 50px 0 40px;
    background: #f1f1f1
}

.sec-benefit .titleArea h2 img {
    vertical-align: middle;
}

.sec-benefit .titleArea h2 {
    color: #162e55;
    font-weight: 700;
}

.sec-benefit .titleArea h2 span {
    display: block;
    margin-bottom: 5px;
}

.sec-benefit .titleArea h2+p {
    width: 85%;
    margin: 20px auto 30px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.sec-benefit .titleArea h2+p span {
    display: inline;
}

.sec-benefit .benefit-list {
    background: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    width: 90%;
    gap: 20px;
    margin-bottom: 40px;
}

.sec-benefit .benefit-list>div {
    border-radius: 20px;
    overflow: hidden;
}

.sec-benefit .benefit-list .card_bg {
    width: 100%;
    height: 180px;
    background: no-repeat center/100% 100%;
    margin-bottom: 10px;
}

.sec-benefit .benefit-list .card_bg h3 {
    font-size: 18px;
}

/* 모의테스트 기관 로고들 */
.sec-logos {
    padding: 50px 0;
}

.sec-logos .titleText {
    margin-bottom: 40px;
}

.sec-logos .logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    padding: 0 3%;
    margin-bottom: 30px;
}

.sec-logos .company_logo li {
    border-radius: 15px;
    border: 1px solid #cdcdcd;
    text-align: center;
}

.sec-logos .college_logo li img {
    width: 100%;
}

.sec-logos .company_logo li img {
    width: 80%;
}

.sec-logos .titleArea {
    text-align: center;
    margin: 40px 0;
    font-family: 'NEXON Lv2 Gothic';
    font-size: 20px;
    font-weight: 600;
}

/* 활용사례 */
.sec-usage {
    padding: 50px 0;
    background-size: 800px, 1000px;
}

.sec-usage h2 {
    color: #fff;
    margin-bottom: 40px;
}

.sec-usage h2 span {
    display: block;
    margin-bottom: 5px;
}

.sec-usage .usage-group {
    flex-direction: row;
}

.sec-usage .usage-box {
    width: 100%;
}

.sec-usage .usage-box .usage-title {
    font-family: 'GmarketSansMedium';
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border-radius: 30px;
    background: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.sec-usage .usage-box .usage-title img {
    width: 24px;
}

.usage-box {
    position: relative;
    border: 1px solid #efefef;
    border-radius: 30px;
    padding: 15px;
}

.usage-box:first-child {
    background-size: 70px;
}

.usage-box:last-child {
    background-size: 80px;
}

.usage-box .usage-list li {
    border-radius: 0 30px 30px 0;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
}

/* siteInfo */
.siteInfo {
    padding: 50px 0;
}

.siteInfo .inner {
    padding: 0 5%;
}

.siteInfo figure {
    width: 100%;
}
.siteInfo h2 {
    margin-bottom: 20px;
}

.siteInfo h2 span {
    display: block;
}

.siteInfo figcaption {
    text-align: center;
    margin-bottom: 10px;
}

.siteInfo figure img {
    max-width: 100%;
}

/* 하단 텍스트 */
.bottomText {
    background: #233e85;
    padding: 50px 5%;
}

.bottomText .text {
    margin-bottom: 20px;
    font-size: 20px;
}

.bottomText .text span {
    display: block;
}

.bottomText .btn {
    width: auto;
    padding: 0 20px;
}

.footer .inner {
    display: block;
    text-align: center;
}