.address > h2, ul, li {
    color: #000;
}


#contact {
    width: 100%;
    position: relative;
}
.title {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2%;    
    background: url('/images/contact/bg_title.jpg');
    background-repeat: no-repeat;
}
.title_box {
    width: 598px;
    margin: 0 auto;
}
.title_box h2 {
    letter-spacing: 13px;
    padding-top: 120px;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Hammersmith One', sans-serif;
}
.address {
    position: relative;
    width: 100%;
    background-color: #fff;
}
.address .column_text {
    position: absolute;
    top: 55px;
    right: 139px;
    width: 15px;
    height: 114px;
}
.text_box {
    padding-bottom: 106px;
    width: 626px;
    margin: 0 auto;
}
.text_box ul h2 {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Hammersmith One', sans-serif;
}
.text_box ul li {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Nanum Gothic', sans-serif;
}
.contact_us {
    width: 34%;
    margin: 0 auto;
}
.contact_us h2 {
    margin-bottom: 56px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-family: 'Hammersmith One', sans-serif;
    letter-spacing: 13px;
}
input::placeholder,
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea::-ms-input-placeholder {
    color: #fff;
    font-weight: bold;
}

#contact_box {
    background-color: #000;
    color: #fff;
    padding-left: 13px;
    margin-bottom: 13px;
    width: 97%;
    height: 49px;
}
#contact_message {
    background-color: #000;
    color: #fff;
    padding-left: 13px;
    width: 97%;
    height: 101px;
}
.button {
    margin: 10% 0;
    margin-left: 27%;
    width: 46%;
    height: 41px;
    background-color: #000;
    border-radius: 23px;
    color: #fff;
    font-size: 15px;
    font-family: 'Hammersmith One', sans-serif;
    cursor: pointer;
}
.map {
    padding-bottom: 9%;
}
@media  (max-width: 1680px){
	
}

@media  (max-width: 1480px){
	
}

@media  (max-width: 1280px){
	
}

@media (min-width: 1025px) {
	
}

@media  (max-width: 1024px) {
    .title {
        background-size: cover;
        background-position: -650px 0;
    }
    .title_box {
        padding: 2% 0;
        width: 80%;
    }
    .title_box h2 {}
    .title_box .man {}
    .title_box .man img {
        width: 100%;
    }

    .address {}
    .text_box {
        width: 69%;
    }
    .text_box ul {}
    .text_box ul h2 {}
    .text_box ul li {
        font-size: 14px;
    }
    .text_box .column_text {
        right: 5%;
    }

    .contact_us {
        width: 100%;
    }
    .contact_us h2 {}
    .user_text {
        width: 95%;
        margin: 0 auto;
    }
    .user_box {} 
    #contact_box {
        width: 96%;
        margin: 1% auto;
    }
    #contact_message {
        width: 96%;
        margin: 1% auto;
    }
    .button {
        width: 58%;
        margin-left: 20%;
    }
}
@media  (max-width: 640px) {

}

@media  (max-width: 560px){
	
}

@media  (max-width: 480px){
	
}

@media  (max-width: 380px){
	
}
























