@import url('./nav.css');

html, body {
    word-break: keep-all;
}

#wrap {
    width: 100%;
}

#header {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

#header .in_head {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    height: 98px;
}

#header .logo {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 0;
}

/*top_section*/
#header #top_section {
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 0;
    letter-spacing: -5px;
}

#header #top_section li {
    display: inline-block;
    margin-left: 15px;
    letter-spacing: 0;
}

#header #top_section li a {
    font-size: 14px;
    color: #09091b;
    letter-spacing: -0.5px;
    opacity: 0.51;
}

#header #top_section li a:hover {
    opacity: 0.9;
}

/*container*/
#container {
    width: 100%;
}

/*==sec1==*/


#sec1 .in_sec1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 60px 0;
}

#sec1 .box {
    float: left;
    width: 100%;
    height: auto;
}

#sec1 .box + .box {
    float: right;
    width: 366px;
}

#sec1 .box .in_box1 {
    width: 100%;
    height: auto;
}

#sec1 .box .in_box2 {
~ ~ ~ ~ ~ overflow: hidden;
}

#sec1 .box .in_box2 > div {
    float: left;
    width: 50%;
    height: 219px;
    margin-top: 17px;
    box-sizing: border-box;
    padding: 25px 22px;
}

#sec1 .box .in_box2 > div + div {
    margin-left: 18px;
}

/*°øÁö»çÇ×*/
#sec1 .box .in_box2 .notice {
    margin-top: 60px;
    position: relative;
    background: #fff;
    border: 1px solid #00b8f1;
    border-radius: 25px;
    width: 49%;

    .img_calc {
        position: absolute;
        bottom: 25%;
        left: 326px;
    }

    .btn_detail_blue {
        position: absolute;
        bottom: 0;
        right: 27px;
    }
}


#sec1 .box .in_box2 .notice h2 {
    font-size: 22px;
    letter-spacing: -0.25px;
    color: #3c3c3c;
}

#sec1 .box .in_box2 .notice > a {
    position: absolute;
    right: 27px;
    top: 30px;
    font-family: 'NanumBarunGothic';
    font-size: 14px;
    color: #666;
    line-height: 14px;
}

#sec1 .box .in_box2 .notice > a img {
    margin: 1px 0 0 3px;
}

#sec1 .box .in_box2 .notice ul {
    margin-top: 25px;
}

#sec1 .box .in_box2 .notice li {
    font-family: "Malgun Gothic";
    font-size: 15px;
    padding-left: 14px;
    margin-bottom: 11px;
    overflow: hidden;
    background: url(/church/image/notice_dot.png) no-repeat 0 50%;
}

#sec1 .box .in_box2 .notice li a {
    float: left;
    display: inline-block;
    width: 65%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #606060;
    letter-spacing: -0.5px;
}

#sec1 .box .in_box2 .notice li span {
    float: right;
    color: #767676;
}

#sec1 .box .in_box2 .notice li a:hover {
    text-decoration: underline;
}

/*¿¹¹è½Ã°£ 20.05.15 ÁÖ¼® : »ý¹æ¼Û¹è³Ê Ãß°¡ Àü*/
/*#sec1 .box .in_box2 .worship{position:relative; background:#1245a7;}
#sec1 .box .in_box2 .worship h2{font-size:22px; letter-spacing:-0.25px; color:#fff;}
#sec1 .box .in_box2 .worship p{font-size:17px; letter-spacing:-0.25px; color:#fff; line-height:24px; margin: 12px 0 24px 0;}
#sec1 .box .in_box2 .worship img{position:absolute; right:0; bottom:0;}
#sec1 .box .in_box2 .worship a{display:block; width:99px; height:29px; line-height:28px; border-radius:30px; background:#fff; border:1px solid #b9b9b9; text-align:center; font-family:"Malgun Gothic"; font-size:14px; letter-spacing:-0.75px; color:#5b544f;}*/

/*etc 20.05.15 : »ý¹æ¼Û¹è³Ê Ãß°¡ ÈÄ */
#sec1 .box .in_box2 .etc {
    overflow: hidden;
    padding: 0;
}

#sec1 .box .in_box2 .etc div {
    position: relative;
    float: left;
    width: 48%;
    height: 100%;
    padding: 25px 22px;
    box-sizing: border-box;
    word-break: keep-all;
}

#sec1 .box .in_box2 .etc div h2 {
    font-size: 22px;
    letter-spacing: -1px;
    color: #fff;
}

#sec1 .box .in_box2 .etc div p {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #fff;
    line-height: 24px;
    margin: 12px 0 24px 0;
}

#sec1 .box .in_box2 .etc div a {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100px;
    height: 29px;
    line-height: 28px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-family: "Malgun Gothic";
    font-size: 14px;
    letter-spacing: -0.75px;
    color: #555;
}

#sec1 .box .in_box2 .etc div.etc_bg1 {
    background: #1245a7;
    margin-right: 4%;
}

#sec1 .box .in_box2 .etc div.etc_bg2 {
    background: #1298a7;
    margin-right: 4%;
}

#sec1 .box .in_box2 .etc div.etc_bg3 {
    background: #a74e12;
}

/*±ÝÁÖÀÇ¸»¾¸*/
#sec1 .box .words {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 25px;
    z-index: 1;
    background: #e7eef9;
}

#sec1 .box .words h2 {
    font-size: 23px;
    color: #3c3c3c;
    letter-spacing: -0.25px;
}

#sec1 .box .words h3 {
    font-family: 'NanumBarunGothic';
    font-size: 29px;
    letter-spacing: -0.1px;
    color: #474747;
    font-weight: 200;
    margin: 14px 0 9px 0;
}

#sec1 .box .words h3 span {
    font-family: 'NanumSquare';
    color: #1c1b1b;
    vertical-align: baseline;
}

#sec1 .box .words h4 {
    font-family: 'NanumSquare';
    font-size: 28px;
    color: #76b553;
    letter-spacing: -0.1px;
}

#sec1 .box .words > img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#sec1 .box .words div.words_txt {
    margin: 25px 0;
}

#sec1 .box .words div.words_txt > p {
    font-family: 'Nanum Myeongjo';
    font-size: 32px;
    letter-spacing: -1.5px;
    color: #010101;
    margin-bottom: 10px;
}

#sec1 .box .words div.words_txt > p span {
    display: inline-block;
    width: 88%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#sec1 .box .words div.words_txt > span {
    font-family: 'NanumBarunGothic';
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 200;
    margin-left: 13px;
}

#sec1 .box .words > a {
    display: block;
    width: 96px;
    height: 35px;
    line-height: 33px;
    border-radius: 35px;
    border: 1px solid #b9b9b9;
    font-family: "Malgun Gothic";
    font-size: 16px;
    letter-spacing: -0.1px;
    color: #5b544f;
    background: #fff url(/church/image/more2.png) no-repeat 90% 50%;
    padding-left: 20px;
    margin-bottom: 5px;
}


/*==sec2==*/
#sec2 {
~ ~ ~ ~ background: #f5f7f8;
}

#sec2 .in_sec2 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px 0;

    .works {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
        align-items: flex-end;
        gap: 30px;
    }

    img.gallery {
        width: 425px;
        height: 219px;
        padding-left: 160px;
    }

    li {
        width: 48%;
        position: relative;
        margin-bottom: 20px;
    }

    .b_click {
        position: absolute;
        bottom: 10px;
        right: 20px;
        background-color: #fff;
        color: #757580;
        border-radius: 10px;
        padding: 0 11px;
        font-size: 12px;
        font-weight: bold;
    }

    .div_thumb {
        padding-bottom: 10px;
        border-bottom: 1px solid #6d6e71;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 170px;
        text-align: center;

        .thumb_img {
            margin: 0 auto;
        }

        p {
            font-size: 18px;
            font-weight: normal;
            padding-top: 8px;
        }
    }
}

.hr_bar {
    width: 1200px;
    margin: 50px auto;
    text-align: center;
}

#sec2 .in_sec2 h2 {
    font-size: 28px;
    color: #3c3c3c;
    letter-spacing: -0.25px;
    text-align: center;
}

#sec2 .in_sec2 > p {
    font-size: 18px;
    color: #5c5c5c;
    letter-spacing: -0.25px;
    text-align: center;
    width: 65%;
    margin: 13px auto 50px;
    word-break: keep-all;
}

#sec2 .in_sec2 > a {
    position: absolute;
    right: 0;
    top: 94px;
}

#sec2 .in_sec2 .news {
    text-align: Center;
    font-family: 'NanumBarunGothic';
    font-size: 0
}

#sec2 .in_sec2 .news li {
    display: inline-block;
    width: 23.5%;
    margin: 0.5%;
    background: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}

#sec2 .in_sec2 .news li p {
    letter-spacing: -0.3px;
}

#sec2 .in_sec2 .news li p.news_date {
    font-size: 21px;
    color: #126da7;
}

#sec2 .in_sec2 .news li p.news_tit {
    font-size: 19px;
    color: #212020;
    margin: 25px 0 15px 0;
    width: 100%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#sec2 .in_sec2 .news li p.news_txt {
    font-size: 15px;
    color: #4c4c4c;
    line-height: 22px;
    padding: 15px;
}

#sec2 .in_sec2 .news li p.news_txt:hover {
    text-decoration: underline;
}

/*#sec2 .in_sec2 .news{overflow:hidden; font-family: 'NanumBarunGothic';}
#sec2 .in_sec2 .news li{float:left;width:293px; height:223px; margin-right:9px; background:#fff; border:1px solid #dfdfdf; box-sizing:border-box; padding:33px 28px;}
#sec2 .in_sec2 .news li:last-child{margin-right:0;}
#sec2 .in_sec2 .news li p{letter-spacing:-0.3px;}
#sec2 .in_sec2 .news li p.news_date{font-size:21px; color:#126da7;}
#sec2 .in_sec2 .news li p.news_tit{font-size:19px; color:#212020; margin:25px 0 15px 0; width: 100%; text-overflow: ellipsis;  -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#sec2 .in_sec2 .news li p.news_txt{font-size:15px; color:#4c4c4c; line-height:22px; height: 66px; overflow: hidden; }
#sec2 .in_sec2 .news li p.news_txt:hover{text-decoration:underline;}*/

/*==sec3==*/
#sec3 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#sec3 .box {
    float: left;
    width: 376px;
    height: 412px;
    margin-right: 36px;
}

#sec3 .box:last-child {
    margin-right: 0;
}

#sec3 .box .boximg {
    position: relative;
}

#sec3 .box .boximg p {
    position: absolute;
    top: 48%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: -0.3px;
    color: #fff;
    font-family: 'NotoKrDL';
}

#sec3 .box .boxtxt {
    padding: 20px 30px;
}

#sec3 .box .boxtxt p {
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 24px;
    margin-bottom: 15px;
    word-break: keep-all;
}

#sec3 .bg1 {
    background: #5881cb;
}

#sec3 .bg2 {
    background: #8787bc;
}

#sec3 .bg3 {
    background: #6aa7b9;
}

/*==footer==*/
footer {
    width: 100%;
    background: #6d6e71;

    a, a:link, a:visited {
        color: #a7a9ac;
    }
}

footer .in_footer {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    overflow: hidden;
}

footer address {
    font-family: "Malgun Gothic";
    font-size: 13px;
    line-height: 24px;
    color: #d1d2d4;
    letter-spacing: -0.25px;
}

.r_category {
    margin: 30px auto;
    text-align: center;
    display: flex;
    width: 1200px;

    a {
        width: 25%;
        font-size: 18px;
        font-weight: normal;
        color: #727272;
    }

    span {
        font-size: 14px;
    }
}

.contact_concept {
    margin: 30px auto;
    text-align: center;
    width: 1200px;

    img {
        width: 70%;
    }
}

