@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: calc(100% - 37px);
    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;
    display: flex;
}

header h1 img {
    width: 100%;
}

.snsWrap ul {
    display: flex;
    gap: 14px;
}

.snsWrap ul li div {
    width: 30px;
    height: 30px;
}

.snsWrap ul li a img {
    width: 100%;
}

.headerSection {
    position: relative;
    /* background: url("img/top_main_image.png") no-repeat 110px bottom; */
    display: flex;
    gap: 90px;
    /* justify-content: center; */
    /* flex-direction: column; */
    padding: 60px 0 4px 110px;
    overflow: hidden;
    box-sizing: border-box;
}

.headerSection:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: #f26930;
    bottom: 0;
    left: 0;
    border-radius: 50px;
}

.topLetterImg {
    display: flex;
    flex-shrink: 0;
    width: 150px;
    height: auto;
}

.topTit {
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.topTit .subTxt {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    max-width: 330px;
}

.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 {
    flex-shrink: 0;
    font-size: 56px;
    font-weight: 700;
}

.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: 60px 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 0.3s;
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
    cursor: pointer;
}

.lastLetterBtn:hover div {
    transition: all 0.2s;
    color: #fff;
}

.subLetterBtn:hover {
    transition: all 0.3s;
    background-color: #fe4a4a;
    color: #fff;
    cursor: pointer;
}

.subLetterBtn:hover div {
    transition: all 0.2s;
    color: #fff;
}

.letterBox a .thumb:hover img {
    transition: all 0.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;*/
}

.onlyM {
    display: none;
}

@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) {
    .headerSection {
        gap: 4%;
        padding: 60px 12px 4px 2%;
    }

    .topTit .mainTxt {
        font-size: 50px;
    }

    .topTit .subTxt {
        font-size: 15px;
    }

    .section03 .sectionWrap {
        max-width: 90%;
    }

    .letterBoxList li {
        width: 48%;
    }

    .letterBoxList {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 50px 20px;
        justify-content: space-between;
    }

    .onlyPC {
        display: block;
    }
}

/* mobile */
@media screen and (max-width: 723px) {
    .headerWrap {
        padding: 14px 21px 0 16px;
    }

    /* .headerWrap .snsWrap {
    display: none;
  } */

    header h1 {
        width: 20px;
        height: 30px;
    }

    .topTit .subTxt .box::after {
        height: 10px;
    }

    .headerSection {
        /* background: url(//img.seoul.co.kr/img/newsletter/top_bg.png) no-repeat 90% top; */
        padding: 63px 0 0 6px;
        width: calc(100% - 37px);
        gap: 0;
    }

    .snsWrap ul {
        gap: 12px;
    }

    .topTit {
        text-align: left;
        padding: 0 13px 5px;
        gap: 8px;
    }

    .topTit .subTxt {
        font-size: 12px;
        line-height: 16px;
    }

    .topTit .mainTxt {
        font-size: 30px;
    }

    .topLetterImg {
        width: 62px;
    }

    .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% - 37px);
        padding: 20px 0 100px 0;
    }

    .letterBoxList li {
        width: 100%;
    }

    .onlyM {
        display: block;
    }

    .onlyPC {
        display: none;
    }

    .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;
    }
}