#page_head{
    margin-top:-43px;
    width:100%;
    height:232px;
    background:#f1e8e2;
    color:white;
    background-image:url("/img/page_head1.png");
    background-repeat:no-repeat, repeat;
    background-position:center;
}

li{
    font-size:17px;
}

#page_1{
    margin:0 auto;
    width:1140px;
    color:#222222;
    letter-spacing:2px;
    line-height:200%;
}

h1{
    padding-top:150px;
    padding-left:200px;
    font-family:NanumGothic;
    letter-spacing:-2px;
    font-weight:400;
}

h2{
    margin-bottom:12px;
    margin-top:40px;
    padding-top:4px;
    padding-left:22px;
    background:url("/img/pin.png") no-repeat;
    font-weight:600;
}

h3{
    margin-top:30px;
    font-weight:600;
}

/* 기타 */

.inner{
    width:1100px;
    margin-left:20px;
}

#page_1 .line{
    margin-bottom:40px;
}

#page p{
    margin:0;
    padding:0;
    line-height:0.5;
}

/* 리스트 */

#page_1 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

#page_1 li { 
    padding-left:16px; 
}

#page_1 li:before {
    content:"-";
    padding-right:5px;
}

.not_indent li{
    padding:0 !important;
}

.brown{
    color:#2489b0;
}

.blue_green{
    color:#75b8c0;
    font-size:0.8em;
}


/* 사진 */

.img_div{
    margin-top:10px;
    margin-left:5px;
    padding:5px;
    width:366px;
    height:220px;
    float:left;
}

    .img_box{
        margin-left:1px;
        width:180px;
        height:180px;
        border:1px solid #eeeeee;
        float:left;
        overflow:hidden;
        border-bottom:none;
        border-left:1px solid white;
    }

    .text_box{
        margin-left:1px;
        padding-top:2px;
        width:180px;
        float:left;
        height:33px;
        text-align:center;
        border:1px solid #eeeeee;
        background:#75b8c0;
        color:white;
    }

    .next_box{
        margin-left:1px;
        width:25px;
        height:180px;
        border:1px solid white;
        float:left;
        overflow:hidden;
        border-bottom:none;
        font-size:20px;
        color:#75b8c0;
        font-weight:bold;
    }

    .next_text{
        margin-left:1px;
        padding-top:2px;
        width:25px;
        float:left;
        height:33px;
        border:1px solid white;
    }

    .img box img{
        width:auto;
        height:auto;
    }

    .clear{
        clear:both;
    }

    .explain{
        margin-top:0px;
        margin-left:10px;
        color:#75b8c0;
    }

    .space10{
        margin-left:10px;
    }

    .space20{
        margin-left:20px;
    }

    #case_login{
        margin-top:100px;
        margin-left:275px;
        width:500px;
        height:100px;
        background:#eee;
        text-align:center;
    }

    #case_login p{
        padding-top:35px;
    }