.visual-area {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
}

.visual-area-content {
    width: 100%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;

    background-image: url(../images/Introduce/mountains.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.visual-area-text {
    padding: 100px 30px;
    text-align: center;
}   

.visual-area-maintext {
    font-family: 'Gowun Batang', serif;
    font-size: 40px;   
    font-weight: 700;
    white-space: nowrap;
}

.visual-area-subtext {
    padding-top: 100px;
    font-family: 'Gowun Batang', serif;
    font-size: 15px;   
    font-weight: 700;
    color: #FFFFFF;
}

.contents-1 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 150px 0px;
}

.contents-1-text {
    max-width: 1600px;
    margin: 0 auto;
}

.content-1-maintext {
    padding: 40px;
    color: #000000;
    text-align: center;
    
    font-family: 'Gowun Batang', serif;
    font-size: 50px;   
    font-weight: 500;

    background-image: url(../images/Introduce/MAINTEXT-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.content-1-subtext {
    padding: 20px;
    color: #000000;
    text-align: center;
    
    font-family: 'Gowun Batang', serif;
    font-size: 20px;   
    font-weight: 500;
}

.content-2 {
    margin: 0 auto;
    padding: 40px 0px;
}

.inline-2 {
    max-width: 1000px;
    width: 70%;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 30px 6px grey;
}

.content-2-text {
    max-width: 490px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-radius: inherit;
    text-align: left;
}

.content-2-maintext {
    color: #000000;
    
    font-family: 'Gowun Batang', serif;
    font-size: 45px;   
    font-weight: 700;
    margin: 10px;
    padding: 40px 0px;

    background-image: url(../images/Introduce/MAINTEXT-background.png);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
}

.content-2-subtext {
    color: #000000;
    padding-top: 20px;

    font-family: 'Gowun Batang', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    margin: 10px;
}

.content-2-subtext-emphasize {
    display: inline;
    font-size: 25px;
}

.content-2-subtext-main {
    display: inline;
    font-size: 15px;
}

.content-2-picture {    
    max-width: 490px;
    margin: 0 auto;
    display: inline-block;
    border-radius: inherit;
}

.content-2-image {
    width: 100%;    
    height: auto;
    border-radius: inherit;
}
