/*  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;
}

body{
    background: #fff;
}

.wrapper{
    max-width: 1100px;
    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: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 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  */

header{
	width: 100%;
	height: 100px;
	background: rgba(28, 54, 85, .8);
	position:fixed;
	z-index:1000;
}

header .logo{
    margin-top: 40px;
    float: left;
}

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
    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{
    float: right;
    opacity: 1;
}


header nav ul{
    margin-top: 40px;
    list-style: none;
    overflow: hidden;
    float: left;
}

header nav ul li{
    float: left;
    margin-left: 30px;
}

header nav ul li a,
header nav .login_btn{
    text-decoration: none;
    color: #fff;
    font-family: "맑은고딕", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;

}

header nav .login_btn{
    float: right;
    margin: 30px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #ffffff;
    background: transparent;

    transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -o-transition: background .1s linear;
}

header nav .login_btn:hover{
    background: #ffffff;
    color: #1c3655;
}










/*  avenue Section  */

.avenue{
    width: 100%;
    height: 900px;
    position: relative;
    background: url('../img/index25.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.avenue .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -105px;
    z-index: 10;
}

.avenue .caption h2{
    color: #f00;
    font-family: "Freestyle Script", p22_corinthia, Helvetica, Arial, sans-serif;
    font-size: 150px;
    font-weight: lighter;
    margin: 0;
    position: relative;
    display: block;
}

.avenue .caption h3{
    color: #f00;
    font-family: "Freestyle Script", Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin: 90px 0 0 0px;
    left: 1px;
}

.avenue .caption h4{
	color: #fff;
	font-family: "맑은 고딕";
	font-size: 14px;
	margin: 250px 0 0 0px;
	left: 1px;
}
.avenue .caption h5{
	color: #fff;
	font-family: "맑은 고딕";
	font-size: 12px;
	margin: 300px 0 0 0px;
	left: 1px;
	line-height: 16px;
}

/*  hero to avenue  */

/*  properties to product */
/*  listings section  */
.listings{
	padding: 100px 20px;
}

.listings ul.product_list{
    list-style: none;
    overflow: hidden;
}


.listings ul.product_list li{
    display: block;
    width: 30.90909090909091%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
}

.listings ul.product_list li img.product_img{
    width: 100%;
    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: "맑은 고딕";
	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: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    border-bottom: 1px solid #f2f1f1;
    border-left: 1px solid #f2f1f1;
    border-right: 1px 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: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.listings ul li .product_details h1{
	color: #666464;
	font-family: "맑은고딕", Helvetica, Arial, sans-serif;
	font-size: 14px!important;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 16px;
}

.listings ul li .product_details h1 a{
    text-decoration: none;
    color: #666464;
}

.listings ul li .product_details h2{
	color: #666666;
	font-family: "나눔고딕", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.listings ul li .product_details .product_size{
    color: #676767;
}

.listings .more_listing{
	display: none;
	width: 33%;
	text-align: center;
	margin: 34px 0 22px 0;
	position: relative;
	float: left;
}
.listings .more_listing_btn{
    text-decoration: none;
    padding: 20px 10px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #888;
    font-family: "맑은고딕", 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;    
}

.intro p.caption{
	padding: 10px 10px;
	color: #555555;
	font-family: "맑은 고딕";
	font-size: 12px;
}








/*  footer  */
footer{
	width: 100%;
	padding-top: 10px;
	background: #f1f1f1;
}

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: 100%;
}

footer ul li.links > ul > li{
    display: block;
    width: 100%;
    list-style: none;
    margin-bottom: 40px;
}

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: "나눔고딕", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    text-align: left;
}

footer .footer > ul > li.about{
	width: 100%;
}

footer ul li.about p{
	color: #222;
	font-family: "맑은 고딕";
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
}

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 .copyrights{
	display: block;
	text-align: center;
	padding: 5px 0;
	margin-top: 5px;
	color: #222;
	font-family: "맑은고딕", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #82abd4;
}

footer .copyrights a.ph_link{
    font-family: "나눔고딕", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
	color: #888;
}









/*  responsive css */


@media (max-width:1500px){
    .avenue{
        height: 600px;
    }
}


@media (max-width: 1150px){
    .wrapper{
	padding: 10px 20px;
	max-width: 100%;
    }

    footer .footer > ul > li{
        margin-right: 5.454545454545455%;
    }

    footer .footer > ul > li.links{
        width: 17.90909090909091%;
    }

    footer .footer > ul > li.about{
        width: 90%;
    }
}


@media (max-width:800px){
    .avenue{
        height: 600px;
    }

    .avenue .caption{
        width: 92.72727272727273%;
        padding: 0 3.636363636363636%; 
    }

.avenue .caption h2{
	color: #000;
	font-family: "Freestyle Script";
	font-size: 80px;
	font-weight: bold;
	margin: -20px 0;
	position: relative;
	display: block;
}

.avenue .caption h3{
	color: #000;
	font-family: "맑은 고딕";
	font-size: 30px;
	margin: 200px 0;
	left: 1px;
}
.avenue .caption h4{
	color: #fff;
	font-family: "맑은 고딕";
	font-size: 12px;
	margin: 230px 0 0 0px;
	left: 1px;
	line-height: 16px;
}
.avenue .caption h5{
	color: #fff;
	font-family: "맑은 고딕";
	font-size: 12px;
	margin: 250px 0 0 0px;
	left: 1px;
	line-height: 16px;
}
header{
	height: 60px;
	background: rgba(28, 54, 85, .9);
	position:fixed;
	z-index:1000;
}

header .logo{
	margin-top: 8px;
	float: left;
}

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 11px;
    width: 24px;
    height: 19px;
    background: url('../img/hamburger_icon.png') no-repeat;
}

    header a.hamburger{
        display: block;
    }

    header nav{
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 70px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #f1f1f1;
        border-top: 5px solid #f00;
    }

    header nav.active{
        display: block;
    }

    header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        background: #f2f3f3;
    }

    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
        font-family: "맑은고딕", Helvetica, Arial, sans-serif;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }

    header nav ul li a{
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #555;

        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: #1c3655;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }
.listings{
	padding: 14px 0px;
}
    .listings ul.product_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.product_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.product_list li:nth-child(2n+0){
        margin-right: 0;
    }
	
.listings .more_listing{
	width: 46.36363636363636%;
	margin: 0 7.272727272727273% 7.272727272727273% 0;
	display: block;
	text-align: center;
	margin: 14px 10px 22px 0px;
	position: relative;
	float: left;
}

.listings .more_listing_btn img.kakao_img{
	width: 20px;
	height: auto!important;
	vertical-align: top;
	margin-top:-1px;
}

.listings .more_listing_btn{
	text-decoration: none;
	padding: 10px 10px;
	border: 2px solid #f1f1f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	color: #000;
	font-family: "맑은고딕", Helvetica, Arial, sans-serif;
	font-size: 12px;
	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;
	font-weight: bold;
	background-color: #E9E7E4;
}

.listings .more_listing_btn:hover{
	color: #a0c3e5;
	border: 2px solid #a0c3e5;
	font-weight: bold;
}

.intro p.caption{
	padding: 10px 10px;
	color: #555555;
	font-family: "맑은 고딕";
	font-size: 10px;
}



    footer .footer > ul > li.about{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #82abd4;
    }
	
footer ul li.about p{
	color: #222;
	font-family: "맑은 고딕";
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: -15px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
}
	
	
}
