@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/* Reset */
* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

li,
ol,
ul {
    list-style: none;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    background-color: #fff;
    letter-spacing: -0.5px;
}

a {
    text-decoration: none;
}

.section {
    width: 100%;
    margin: 0 auto;
}

.sectionWrap {
    width: 100%;
    max-width: 1354px;
    margin: 0 auto;
}

header {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.headerWrap {
    max-width: 1354px;
    margin: 0 auto;
    display: flex;
    padding: 15px;
    justify-content: space-between;
}

header h1 {
    width: 30px;
    height: 45px;
}

header h1 img {
    width: 100%;
}

.snsWrap ul {
    display: flex;
    gap: 16px;
}

.snsWrap ul li div {
    width: 29px;
    height: 29px;
}

.snsWrap ul li a img {
    width: 100%;
}

.headerSection {
    background: url("//img.seoul.co.kr/img/newsletter/top_bg.png") no-repeat center top;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 138px 0 90px 0;
    overflow: hidden;
}

.topTit {
    text-align: center;
}

.topTit .subTxt {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.topTit .subTxt .box {
    position: relative;
    z-index: 100;
}

.topTit .subTxt .box::after {
    position: absolute;
    display: block;
    z-index: -1;
    content: '';
    top: 16px;
    left: 0;
    width: 101%;
    height: 16px;
    background-color: #4bc08b;
}

.topTit .mainTxt {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

.topImgWrap {
    margin: 0 auto;
    width: 741px;
}

.section02 {
    position: relative;
    width: 100%;
    height: 515px;
    background: url("//img.seoul.co.kr/img/newsletter/middle_image.png") no-repeat center 120px #f6f7fb;
}

.section02 .sectionWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section02 .textWrap {
    text-align: center;
    padding-top: 326px;
}

.section02 .textWrap .topTxt {
    font-size: 21px;
    font-weight: 500;
}

.section02 .textWrap .topTxt strong {
    font-weight: 500;
    color: #1a4df0;
}

.section02 .textWrap .bootomTxt {
    font-size: 28px;
    font-weight: 500;
}

.section02:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -47px;
    left: 50%;
    width: 76px;
    height: 73px;
    transform: translate(-50%);
    background: url("//img.seoul.co.kr/img/newsletter/icon_mail.png") no-repeat center;
}


/* letterBox */

.section03 .sectionWrap {
    padding: 218px 0 236px 0;
    width: 100%;
    max-width: 1354px;
    margin: 0 auto;
}

.letterBoxList {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 40px;
}

.letterBoxList li {
    max-width: 100%;
    min-width: 308px;
    width: calc(25% - 40px);
}

.letterBox .infoWrap {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-top: 0;
    padding: 23px 18px 27px;
    min-height:194px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.letterBox .thumb {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.letterBox .thumb a {
    text-align: center;
}

.letterBox .thumb img {
    width: 70%;
}


.letterBox .infoWrap .sectit {
    position: relative;
    margin-bottom: 8px;
    text-indent: 6px;
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 170%;
    color: #010110;
    font-weight: 500;
}

.letterBox .infoWrap .sectit:before {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 17px;
    top: 7px;
    left: 0;
    background-color: #000;
}

.letterBox .infoWrap .subinfo {
    font-size: 15px;
    letter-spacing: -0.25px;
    color: #656565;
    line-height: 20px;
    margin-bottom: 30px;
}

.infoWrap .btnWrap {
    display: flex;
    justify-content: center;
    gap:20px;
}

.lastLetterBtn {
    width: 130px;
    font-size: 13px;
    border-radius: 30px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #999;
    box-sizing: border-box;
}

.lastLetterBtn >div{
    color: #999999;
}

.subLetterBtn {
    width: 130px;
    line-height: 35px;
    font-size: 13px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #fe4a4a;
    box-sizing: border-box;
}
.subLetterBtn  div{
    color: #fe4a4a;
}


.thumb1 {
    background-color: #301F25;
}

.thumb2 {
    background-color: #318FB1;
}

.thumb3 {
    background-color: #B5B5B5;
}

.thumb4 {
    background-color: #E9EC00;
}

.thumb5 {
    background-color: #EBEADE;
}

.thumb6 {
    background-color: #78C09E;
}

.thumb7 {
    background-color: #D5464E;
}

.snsWrap-Moblie {
    display: none;
}


.letterBox .thumb:hover {
    cursor: pointer;
}

.lastLetterBtn:hover {
    transition: all .3s;
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
    cursor: pointer;
}

.lastLetterBtn:hover div {
    transition: all .2s;
    color: #fff;
}


.subLetterBtn:hover {
    transition: all .3s;
    background-color: #fe4a4a;
    color: #fff;
    cursor: pointer;
}

.subLetterBtn:hover div {
    transition: all .2s;
    color: #fff;
}

.letterBox a .thumb:hover img{
    transition: all .5s;
    transform:scale(1.15);
}

/* footer */
footer {
    background-color: #404040;
    width: 100%;
    color: #fffefe;
    font-size: 14px;
    padding: 64px 0 60px;
    text-align: center;
    letter-spacing: -0.25px;
}

.lineclamp2{
    display:-webkit-box;
    -webkit-line-clamp:2; /* ¶óÀÎ¼ö */
    -webkit-box-orient:vertical;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:normal;    
	max-height:2.8em;
	/*text-align:left;*/
	}

@media screen and (max-width: 1370px) {
    .headerWrap {
        max-width: 1354px;
        margin: 0 auto;
        display: flex;
        padding: 15px;
        justify-content: space-between;
    }

    .section03 .sectionWrap {
        max-width: 1004px;
    }
}

@media screen and (max-width: 1020px) {

    .section03 .sectionWrap {
        max-width: 90%;
    }

    .letterBoxList li {
        width: 48%;
    }

    .letterBoxList {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 50px 20px;
        justify-content: space-between;
    }

}

/* mobile */
@media screen and (max-width: 723px) {

    .headerWrap {
        padding: 15px 0 0 26px;
    }

    .headerWrap .snsWrap {
        display: none;
    }

    header h1 {
        width: 13px;
        height: 26px;
    }

    .topTit .subTxt .box::after {
        height: 10px;
    }

    .headerSection {
        background: url(//img.seoul.co.kr/img/newsletter/top_bg.png) no-repeat 90% top;
        padding: 62px 0 52px 0;
    }

    .topTit {
        text-align: left;
        padding: 0 24px;
    }

    .topTit .subTxt {
        font-size: 20px;
    }

    .topTit .mainTxt {
        font-size: 40px;
    }

    .topImgWrap {
        max-width: 78%;
    }


    .topImgWrap {
        max-width: 88%;
    }

    .section02 {
        position: relative;
        width: 100%;
        height: 360px;
        background: url(//img.seoul.co.kr/img/newsletter/middle_image.png) no-repeat center 134px #f6f7fb;
        background-size: 130px;
    }

    .section02 .textWrap {
        padding-top: 65px;
    }

    .section02 .textWrap .topTxt {
        font-size: 15px;
        letter-spacing: -0.5px;
    }

    .section02 .textWrap .bootomTxt {
        font-size: 15px;
        margin-top: 140px;
        letter-spacing: -0.5px;
    }

    .section03 .sectionWrap {
        width: 100%;
        max-width: calc(100% - 48px);
        padding: 116px 0 170px 0;
    }

    .letterBoxList li {
        width: 100%;
    }

    .onlyM {
        display: block;
    }

    .snsWrap-Moblie {
        display: flex;
        justify-content: center;
        padding-top: 40px;
    }

    .section02:after {
        position: absolute;
        content: '';
        display: block;
        bottom: -40px;
        left: 50%;
        width: 76px;
        height: 73px;
        transform: translate(-50%);
        background: url("//img.seoul.co.kr/img/newsletter/icon_mail.png") no-repeat center;
        background-size: 55%;
    }
    
    .letterBox .thumb img{
        width:50%;
    }

    footer {
        font-size: 12px;
    }

}

@media screen and (max-width: 360px) {
    .letterBoxList li {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .infoWrap .btnWrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

}