@charset "utf-8";

body, html {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, span {
    word-break: keep-all;
}

p, span, div, h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
}

.show_500 {
    display: none;
}

.hide_500 {
    display: block;
}

.sub_main__visual {
    background-image: url(../img/introduce/bg.png);
}
.page_wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 340px;
    margin-top: 100px;
    flex-direction: column;
}

.sec0_bg_txt {
    position: absolute;
    z-index: -1;
    top: 215px;
}

.sec0_bg_txt p {
    color: #f2f2f2;
    white-space: nowrap;
    font-size: 410px;
    line-height: 0;
    font-family: 'NanumGothicExtraBold';
}

.paralax_title {
    margin-left: 15%;
}

.page_center {
    width: 100%;
    max-width: 1200px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    padding-bottom: 170px;
}

.page_center .page_title_flex h2 {
    font-family: 'NanumGothicExtraBold';
    color: #333;
    transition: transform 0.6s, opacity 1s;
    transform: translateY(100%);
    opacity: 0;
}

.text_box {
    width: 100%;
    height: auto;
    display: flex;
    /* justify-content: center;
    align-items: center; */
    flex-direction: column;
}

.text_box .bold {
    padding-top: 110px;
    font-size: 42px;
    color: #333;
    font-family: 'NanumGothic';
}

.text_box .bold p {
    transform: translateY(100%);
    transition: transform 0.6s, opacity 1s;
    opacity: 0;
}

.text_box .bold strong {
    font-family: 'NanumGothicBold';
}

.com_box {
    width: 100%;
    height: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page_center .text_box .com_box .comment {
    width: 65%;
    font-size: 18px;
    line-height: 36px;
    color: #414243;
    /* margin-bottom: 60px; */
}

.page_center .text_box .com_box .comment p {
    margin-bottom: 40px;
    transform: translateY(100%);
    transition: transform 0.6s, opacity 1s;
    opacity: 0;
}

.page_center .text_box .com_box .img_box {
    width: 30%;
}

@media only screen and (min-width:767px) and (max-width:1920px) {
    .sec0_bg_txt {
        top: 16.40625vw;
        left: -1.92708vw;
    }
    
    .sec0_bg_txt p {
        font-size: 21.35417vw;
    }

    .page_wrap {
        padding: 5.2016859vw 4.32654987vw;
    }

    .page_center .page_title_flex h2 {
        font-size:82px;
    }

    .text_box .bold {
        font-size: 52px;
    }

    .page_center .text_box .com_box .comment {
        font-size: 22px;
        line-height: 1.6;
    }

    .page_center .text_box .com_box .comment p {
        margin-bottom: 0;
        padding-top: 3.775132vw;
    }
}

@media only screen and (max-width:766px) {
    .sec0_bg_txt {
        top: 35.046373vw;
        left: -2.33645vw;
        
    }

    .sec0_bg_txt p {
        font-size: 23.36449vw;
    }

    .page_center .page_title_flex h2 {
        font-size: 12.853265vw;
        text-align: center;
    }

    .page_wrap {
        padding: 3.50467vw;
        margin-top: 0;
    }

    .text_box .bold {
        padding-top: 10.2659687vw;
    }

    .text_box .bold p {
        font-size: 9.34579vw;
        text-align: center;
    }

    .com_box {
        justify-content: center;
        margin-top: 7.2659897vw;
    }

    .page_center .text_box .com_box .img_box {
        width: 0;
    }

    .page_center .text_box .com_box .comment {
        width: 100%;
        font-size: 4.779635vw;
        line-height: 8.332612vw;
    }

    .page_center .text_box .com_box .comment p {
        margin-top: 4.3268914vw;
        margin-bottom: 0;
        text-align: center;
    }

    .page_center {
        padding-bottom: 50px;
    }
}

@media(max-width:500px) {
    .show_500 {
        display: block;
    }
    
    .hide_500 {
        display: none;
    }
}