/*  Fonts  */
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*  General CSS  */
body{
    background: #fff;
	padding:0 0 ;
	margin:0 0;
}

.wrapper{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "나눔고딕", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .50em 0  30em}
h2              { font-size: 1.5em; margin: .10em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}


/*  Header Section  */
.menu{
	float:left;
	width:10%;
	background:#;
	position:relative;
	margin-left:0px;
}
.title{
	float:left;
	width:80%;
	margin:30px auto 10px;
	position:relative;
	text-align:center;
}
.title a{
	text-align:center;
	text-decoration: none;
	color: #fff;
	font-family: "나눔고딕", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
}
.kakao1{
	float:right;
	width:10%;
	background:#;
	position:relative;
}

header{
    width: 100%;
    height: 52px;
    background: rgba(50,50, 50, 1);
	position:fixed;
	z-index:9999;
    margin: -10px 0 0 00px;
}

header .logo{
    margin-top: 15px;
    float:right;
	margin-right:40%;
}
header .kakao{
	text-decoration: none;
	display: block;
	float: right;
	margin-top: 17px;
	margin-right:10px;
	width: 25px;
	height: 25px;
	background: url('../img/kakao.jpg') no-repeat;
}

header a.hamburger{
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 21px;
	margin-left:10px;
	width: 24px;
	height: 19px;
	background: url('../img/hamburger_icon.png') no-repeat;
}

header a.hamburger.opned{
    width: 19px;
    background: url('../img/close_menu_icon.png') no-repeat;
}



    header nav{
        position: absolute;
        display: none;
        width: 130%;
        top: 60px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #000;
        border: 1px solid #f00;
		opacity:0.9;
    }

    header nav.active{
        display: block;
    }


    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
		color:#f00;
    }

    header nav ul li a{
        text-decoration: none;
        display: block;
        padding:30px 30px;
        border-bottom: 1px solid #a1a1a1;
        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #f2f3f3;
    }

    header nav ul li a{
        color: #fff;
		font-size:14px;
		font-family:나눔고딕;
		font-weight:normal;
    }

    header nav ul li:last-child{
        border: 0;
    }


/*  Hero Section  */




/*  listings section  */
.listings{
	width:100%;
	padding: 25px 0 0;
	margin:0 auto;
}

.listings ul.product_list{
    list-style: none;
    overflow: hidden;
}

.listings ul.product_list li{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0 20px 0;
}

.listings ul.product_list li img.product_img{
	width: 100%;
	/* [disabled]height: auto!important; */
	vertical-align: top;
}


.listings ul.product_list li .price{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    background: #ffffff;
    color: #514d4d;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}


.listings ul.product_list li:nth-child(3n+0){
    margin-right: 0;
}

.listings ul li .product_details{
	width: 87.64705882352941%;
	padding: 1.941176470588235% 4.882352941176471% 4.117647058823529% 4.882352941176471%;
	border-bottom: 0px solid #f2f1f1;
	border-left: 0px solid #f2f1f1;
	border-right: 0px solid #f2f1f1;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.listings ul li:hover .product_details{
    border-bottom: 0px solid #95badf;
    border-left: 0px solid #95badf;
    border-right: 0px solid #95badf;
}

.listings ul li .product_details h1{
	color: #f1f1f1;
	font-family: "나눔고딕", Helvetica, Arial, sans-serif;
	font-size: 13px!important;
	font-weight: normal;
	margin-bottom: 2px;
	line-height: 20px;
	text-align:center;
}

.listings ul li .product_details h1 a{
    text-decoration: none;
    color: #666464;
}

.listings ul li .product_details h2{
	color: #d1d1d1;
	font-family: "l나눔고딕", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align:center;
}

.listings ul li .product_details .property_size{
    color: #676767;
}

.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}










/*  footer  */
footer{
    padding-top: 100px;
    background: #95badf;
}

footer .footer > ul{
    overflow: hidden;
}

footer .footer > ul > li{
    display: block;
    float: left;
    list-style: none;
    margin-right: 60px;
}

footer .footer > ul > li:last-child{
    margin-right: 0;
}


footer .footer > ul > li.links{
    width: 197px;
}

footer ul li.links > ul > li{
    display: block;
    width: 100%;
    list-style: none;
    margin-bottom: 27px;
}

footer ul li.links > ul > li:last-child{
    margin-bottom: 0;
}

footer .footer > ul > li.links li a{
    text-decoration: none;
    display: block;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    text-align: left;
}

footer .footer > ul > li.about{
    width: 327px;
}

footer ul li.about p{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-top: -9px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
}

footer ul li.about > ul > li:last-child{
    margin-right: 0;
}

footer ul li.about > ul > li a{
    background: url('../img/social_media.png') no-repeat;
}

footer ul li.about > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.about > ul > li a.twitter{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.google{
    display: block;
    width: 10px;
    height: 18px;
    background-position: -31px 0px;
}
footer ul li.about > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}

footer .copyrights{
    display: block;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #82abd4;
}

footer .copyrights a.ph_link{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}









/*  responsive css */


@media (max-width:1500px){


@media (max-width: 1150px){
    .wrapper{
	padding: 0 0px;
	max-width: 1020px;
    }


    footer .footer > ul > li{
        margin-right: 5.454545454545455%;
    }

    footer .footer > ul > li.links{
        width: 17.90909090909091%;
    }

    footer .footer > ul > li.about{
        width: 29.72727272727273%;
    }
}


@media (max-width:800px){

    header a.hamburger{
        display: block;
    }

    header nav{
        position: absolute;
        display: none;
        width: 350%;
        top: 50px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #000;
        border: 1px solid #f00;
		opacity:0.9;
    }

    header nav.active{
        display: block;
    }


    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
		color:#f00;
    }

    header nav ul li a{
        display: block;
        padding: 30px 0;
        border-bottom: 1px solid #a1a1a1;
        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #f2f3f3;
    }

    header nav ul li a,
    header nav .login_btn{
        color: #fff;
		font-size:14px;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }

    .listings ul.product_list li{
        width: 100%;
    }

    .listings ul.product_list li:nth-child(3n+0){
        margin-right: 0;
    }

    .listings ul.product_list li:nth-child(2n+0){
        margin-right: 0;
    }

    footer .footer > ul > li{
        width: 29.6969696969697%!important;
        margin-right: 5.454545454545455%;
        margin-bottom: 100px;
    }

    footer .footer > ul > li:nth-child(3){
        margin-right: 0;
    }

    footer .footer > ul > li.links li a{
        text-align: center;
    }

    footer .footer > ul > li.about{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #82abd4;
    }
}


