@charset "UTF-8";

@font-face {
    font-family: 'Taenada';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

html, body{
    font-family: 'S-CoreDream';
    font-weight: 500;
    font-size:18px;
    color: #222;
}

html, body p{
    letter-spacing: -0.03em;
}

html, body a{
    font-family: 'S-CoreDream';
    font-weight: 700;
    color: #222;
}


.visual{
    width: 100%;
    height: 550px;
    background: url(../../images/main_bg.png) center no-repeat #fff;
    margin-bottom: 90px;
    position: relative;
}

.logo{
    position: absolute;
    top: 40px;
    left: 40px;
}

.visual .title{
    padding-top: 55px;
    padding-bottom: 35px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.title img{
    padding-bottom: 25px;
}

.main-deco{
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   bottom: -70px;
}

.cont-wrap{
    width: calc(100% - 40px);
    max-width: 1600px;
    padding: 65px 0 80px 0;
    margin: 0 auto;
}

.cont-wrap > div{
    width: 100%;
    box-sizing: border-box;
    border-radius: 90px;
    padding: 70px 90px 30px 90px;
    background-color: #fff8e6;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}

.cont-tit {position: relative;width:100%}

.cont-tit .line {
    position: absolute;
    content:'';
    width:100%;
    top:0;
    left:0;
    height:1px;
    background-color: #677c57;
    z-index: 1;
    margin-top: 10px
}

.cont-tit .title{
    font-family: 'Taenada';
    font-weight: bold;
    font-size: 60px;
    color: #677c57;
    line-height: 1em;
    padding: 10px 0;
    text-align: center;
    background:#fff8e6;
    position: relative;
    z-index: 1;
    width: max-content;
}

.cont-tit .title b {
    color: #5d4032
}

.cont-tit .title ~ p {word-break: keep-all}

.cont-list{
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cont-list h6 {
    font-size:32px;
    font-family:'Taenada';
}
.cont-list h6.type1 {color:#677c57}
.cont-list h6.type2 {color: #5d4032}

.cont-list > li{
    width: calc((100% - 90px) / 4);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}


.cont-list-in {padding: 24px 0; margin-bottom:24px;border-top: dashed 1px #666}

.cont-list-in li {position: relative; padding-left: 20px;line-height: 1.75;width:100%}

.cont-list-in li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/ul-li-type1.png) no-repeat center / contain;display: inline-block;
}
.cont-list-in.type2 li::before {background: url(../../images/ul-li-type2.png) no-repeat center / contain;}



.cont-list-in li a {font-weight: 400;font-size: 20px;   word-break: keep-all}
.cont-list-in li a .long-word {word-break: break-word;}
.cont-list-in li a:hover {text-decoration: underline}
.cont-list .info {display: flex;flex-direction: column;align-self: stretch;align-items: stretch;    padding: 40px 20px;  border-radius: 20px;  border: solid 5px #ccc;  margin-top: 20px;flex:1}

.cont-list .info.type1 {border-color: #becfb0;background-color:#ebf3e3}
.cont-list .info.type2 {border-color: #c2a292;background-color:#fff5db}

footer{
    text-align: center;
    background-color: #444;
    padding: 33px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    font-family: 'NotoSansCJKkr';
    font-size: 0.9rem;

}

footer address ul li {    word-break: keep-all}


@media all and (max-width: 1560px){
    .cont-wrap > div{
        padding: 80px 40px
    }
    .cont-list > li{
        width: calc((100% - 30px)/4);
    }
}

@media all and (max-width: 1280px){

    .cont-list{
        flex-wrap: wrap;
    }

    .cont-list > li{
        width: calc((100% - 60px)/2);
    }
}

@media all and (max-width: 1100px){
    .logo{
        top: 20px;
        left: 20px;
        width: 90px;
    }

    .title img{
        width: 550px;
    }

    .cont-wrap > div{
        padding: 50px;
        border-radius: 75px;
    }

    .cont-tit .title{
        font-size: 36px;
        padding-bottom: 16px;
    }

    .cont-list{
        padding-top: 30px;
    }
}

@media all and (max-width: 1040px){
    .cont-list{
        flex-wrap: wrap;
    }

    .cont-list > li{
        width: calc((100% - 30px) / 2);
    }
}

@media all and (max-width: 840px){
    .visual{
        height: 450px;
        background-size: cover;
        margin-bottom: 60px;
    }

    .main-deco{
        width: 620px;
        margin: auto;
    }

    .cont-tit .title{
        font-size: 32px;
        padding-bottom: 12px;
    }

    .cont-list{
        padding-top: 20px;
    }

    .cont-wrap > div{
        border-radius: 50px;
        padding: 40px 35px 15px 35px;
    }

    .cont-wrap > div::before{
        width: 70px;
        height: 70px;
        border-radius: 24px;
        background-size: 74px;
        background-position-y: 110%;
        top: 25px;
        left: -30px;
    }

    .cont-list > li {
        width: calc((100% - 20px) / 2);
    }
}

@media all and (max-width: 740px){
    .visual{
        height: 460px;
    }

    .cont-wrap{
        max-width: 580px;
    }

    .title img{
        width: 460px;
    }

    .main-deco{
        width: 540px;
        bottom: 0;
    }

    .cont-tit{

    }
    .cont-list{
        width: 100%;
        max-width: 420px;
        margin: auto;
    }

    .cont-list > li{
        width: 100%;
        max-width: 420px;
    }
}

@media all and (max-width: 600px){
    .logo{
        width: 70px;
    }

    .visual{
        height: 300px;
    }

    .visual .title{
        padding-top: 45px;
        padding-bottom: 25px;
    }

    .title img{
        width: 340px;
        padding-bottom: 20px;
    }

    .main-deco{
        width: 360px;
        bottom: 0;
    }

    .cont-wrap{
        padding-top: 0;
        padding-bottom: 60px;
        min-width: 320px;
    }

    .cont-wrap > div{
        width: 100%;
        border-radius: 40px;
        padding: 50px 25px 10px 25px;
        margin-left: 0;
        margin-bottom: 45px;
    }

    .cont-wrap > div::before{
        width: 55px;
        height: 55px;
        border-radius: 18px;
        background-size: 56px;
        background-position-y: 12px;
        top: 20px;
        left: -20px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .cont-tit .title{
        font-size: 28px;
        padding-bottom: 8px;
    }
}

@media all and (max-width: 490px){
    .visual{
        height: 340px;
    }

    .cont-tit .title{
        font-size: 24px;
    }

    .cont-list{
        padding-top: 10px;
    }

    .cont-wrap{
        padding-top: 30px;
    }

    .cont-wrap > div::before{
        display: none;
    }

    .cont-wrap > div{
        width: 100%;
        margin-left: 0;
        padding: 25px 20px 5px 20px;
        border-radius: 30px 30px 30px 0;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 400px){
    .visual{
        height: 320px;
    }

    .logo{
        width: 60px;
    }

    .title img{
        width: 280px;
    }

    .main-deco{
        width: calc(100% - 40px);
    }

    .cont-wrap{
        width: 100%;
    }

    .cont-wrap > div{
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 30px;
    }
}