/* ---------- fonts ---------- */
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto');
/* ---------- END fonts ---------- */
/* ---------- RESET ---------- */
	* {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        word-break: break-all;
	}

    body {
        background-color: black;
    }

    body#hd_body {
        background-color: #000;
    }

    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type=submit], textarea {
        border: none;
        padding: 12px;
        color: #737373;
        font-size: 14px;
        background: #fff;
        max-width: 100%;
        outline: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }


input[type="search"]:focus {
    border: 1px solid rgba(255, 0, 0, .8);
    box-shadow: 0 0 10px rgba(208,0,51,1), inset 0 0 10px rgba(208,0,51,1), 0 2px 0 #000;
}


/* ---------- END RESET ---------- */
/*------------------ALL-------------------*/
	section#hdau{
		background: black;
        position: absolute; 
        width:100%; 
        left:0; 
        overflow:hidden; 
        z-index:0; 
        margin-top: 55px;
	}
	#hdau ul,
	#hdau li{
		margin: 0;
	}
	#hdau,
	#hdau section{
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	#hdau h1,
	#hdau h2,
	#hdau h3,
	#hdau h4,
	#hdau h5,
	#hdau p,
	#hdau a,
	#hdau li {
		font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
		margin: 0;
		line-height: normal;
		text-align: center;
		color: white;
        letter-spacing: 1px;
        word-break: break-word;
	}
	#hdau h1 {
        font-weight: normal;
		margin-top: 55px;
		font-size: 3.60rem;
		letter-spacing: 1px;
	}
	#hdau a{
		text-decoration: underline;
        display: inline-block;
	}
	#hdau a:hover{
		font-weight: 400;
	}
	#hdau img{
		border: 0;
        max-width: 100%;
	}

	#hdau .hdau_split{
	    display: block;
	    width: 615px;
	    height: 2px;
	    margin: 20px auto 30px;
	    background: rgba(199, 207, 221, .5);
	    background: -webkit-linear-gradient(left, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
	    background: -o-linear-gradient(left, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
	    background: -moz-linear-gradient(left, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
	    background: linear-gradient(to right, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
	}

	#hdau .moblie_on{
		display: none;
	}

    .button {
        display: block;
        border-radius: 4px;
        background-color: #d92f2f;
        background: -webkit-linear-gradient(141deg, #830808 0%, #d92f2f 49%, #8d0a0a 100%);
        background: -o-linear-gradient(141deg, #830808 0%, #d92f2f 49%, #8d0a0a 100%);
        background: -moz-linear-gradient(141deg, #830808 0%, #d92f2f 49%, #8d0a0a 100%);
        background: linear-gradient(141deg, #830808 0%, #d92f2f 49%, #8d0a0a 100%);
        border: none;
        color: #FFFFFF;
        text-align: center;
        padding: 20px;
        width: 200px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 20px auto 0 auto;
    }

    .button span {
        font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .button span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

    .button:hover span {
        padding-right: 25px;
    }

    .button:hover span:after {
        opacity: 1;
        right: 0;
    }
    #hdau .txt-left{
    	text-align: left;
    }
    #hdau .txt-center{
    	text-align: center;
    }
    #hdau .txt-right{
    	text-align: right;
    }
/*------------------END ALL-------------------*/
/*------------------NAV-------------------*/
	nav{
        height: 55px;
        width: 100%;
        background: #232323;
        position: fixed;
        overflow: hidden;
        z-index: 9;
	}

	nav .hdau_container{
		width: 95%;
		margin:0 auto;
	}
	nav .nav_content{
		float:right;
	}
	.mobile_on{
		display: none;
	}
	#hdau_logo,
	.hdau_share{
		display: inline-block;
		vertical-align: middle;
		margin-top: 4px;
	}

	#hdau_logo{
		background: url(../img/Asus-logo.svg) 0 0 no-repeat;
		background-size: contain;
		width: 100px;
		height: 40px;
		margin-left:50px;
		margin-top: 15px;
	}
	.hdau_share{
		margin: 2px 20px 0;
	}
	.hdau_share li{
		display: inline-block;
		margin:0 5px;
	}
	.hdau_share img{
		width: 20px;
		height: 20px;
	}

	nav ul.hdau_menu{
        display: inline-block;
        vertical-align: middle;
        height: 55px;
        text-align: right;
        line-height: 55px;
	}
	nav .hdau_menu li{
		display: inline-block;
		width: auto;
		margin: 0 20px;
        text-align: center;
	}

	nav .hdau_menu a{
        font-family: 'Exo 2', sans-serif, 'cwtexhei', sans-serif;
        text-transform: uppercase;
        font-size: 1rem;
        display: inline-block;
        padding: 0 0 10px 0;
        box-sizing: border-box;
        text-align: center;
        color: #C7CFDD;
        position: relative;
        vertical-align: middle;
        line-height: initial;
	}
	nav .hdau_menu a:hover,
	nav .hdau_active a{
		color:white;
	}

	nav .hdau_menu .hdau_active a:after{
		content:"";
		display: block;
		width: 100%;
		height: 2px;
		background: white;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}
/*------------------END NAV-------------------*/
/*------------------FOOTER-------------------*/
	footer{
		background: #232323;
	}
	footer .hdau_container{
		width: 1200px;
		margin:0 auto 0;
		padding: 20px 0 100px;
		box-sizing: content-box;
	}
	footer select{
		padding: 3px 4px;
		color: #959595;
		border: 1px solid #474747;
		font-size: 12px;
		background: #313131 url(../img/icon/icon-arrow.png) no-repeat 99% 8px;
		background-size: 13px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		float: left;
		width: 190px;
		height: 24px;
		margin: 8px 6px;
		text-transform: uppercase;
	}
	footer select:focus{
		outline:none;
	}
	footer .hdau_sub_nav{
		float: right;
	}
	footer .hdau_sub_nav:after{
		content:"";
		display: block;
		clear:both;
	}
	footer .hdau_sub_nav{
		text-align: center;
	}
	footer .hdau_sub_nav li{
		display: inline-block;
	}
	#hdau footer .hdau_sub_nav li a{
		font-size: .9em;
		font-weight: 300;
		padding:0 15px 0 10px;
		position: relative;
		color:#C1C9D7;
	}
	#hdau footer .hdau_sub_nav li a:after{
		content: "";
		display: block;
		height: 70%;
		width: 1px;
		background-color: white;
		position: absolute;
		top: 3px;
		right: 1px;
	}
	#hdau footer .hdau_sub_nav li a:hover{
		color:white;
	}
	#hdau footer .hdau_sub_nav li p{
		font-size: .9em;
		margin-left: 10px;
		color:#C1C9D7;
	}
/*------------------END FOOTER-------------------*/
/* ---------- lightbox ---------- */
	#hdau .hdau_lightbox{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 3;
	}



    #hdau .hdau_lightbox .store  {
        padding-right: 70px;
    }

    #hdau .hdau_lightbox .store a {
        text-align: left;
        padding: 7px;
        border: 1px solid #FFF;
        margin: 6px 0;
        opacity: .5;
        text-decoration: none;
        word-break: initial;
    }

    #hdau .hdau_lightbox .store a:hover {
        opacity: 1;
    }

	#hdau .hdau_filter{
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,.7);
	}
	#hdau .hdau_box{
		width: 1000px;
        height: 480px;
        display: inline-table;
		background: #232323;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
		padding: 35px 60px;
		box-sizing: border-box;
	}
	#hdau .hdau_close{
		position: absolute;
		top: 25px;right: 20px;
		cursor: pointer;
	}
	#hdau .hdau_close > span{
		display: block;
		width: 20px;
		height: 3px;
		background: #777777;
		-webkit-border-radius: 1.5px;
		-moz-border-radius: 1.5px;
		border-radius: 1.5px;
	}
	#hdau .hdau_close > span:first-child{
		-webkit-transform: rotateZ(45deg);
		   -moz-transform: rotateZ(45deg);
			-ms-transform: rotateZ(45deg);
			 -o-transform: rotateZ(45deg);
				transform: rotateZ(45deg);
	}
	#hdau .hdau_close > span:last-child{
		-webkit-transform: rotateZ(-45deg) translate(2px,-2px);
		   -moz-transform: rotateZ(-45deg) translate(2px,-2px);
			-ms-transform: rotateZ(-45deg) translate(2px,-2px);
			 -o-transform: rotateZ(-45deg) translate(2px,-2px);
				transform: rotateZ(-45deg) translate(2px,-2px);
	}

	#hdau .hdau_product,
	#hdau .hdau_info{
		display: inline-block;
		vertical-align: middle;
        width: 40%;
	}
	#hdau .hdau_info{
		margin-left: 6.25%;
		width: 50%;
		min-width: 150px;
	}
	#hdau .hdau_list{
/*		max-height: 186px;*/
		margin:20px 0;
	}
	#hdau .hdau_list li{
		padding-top: 8px;
	}
	#hdau .hdau_num{
		display: inline-block;
		font-family: "Segoe UI", "Hind Siliguri", "Microsoft JhengHei", "Arial";
		text-align: center;
		font-size: 0.75rem;
		line-height: 19px;
		width: 19px;
		height: 19px;
		border:1px solid #999999;
		color:white;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		vertical-align: top;
	}
	#hdau .hdau_num ~p{
		display: inline-block;
		font-size: 0.875rem;
		margin:5px 15px;
		vertical-align: top;
		box-sizing: border-box;
		text-align: left;
		width: calc(100% - 51px);
		line-height: 15px;
	}

	#hdau .hdau_box img.aura_icon {
        position: absolute;
        right: 40px;
        bottom: 60px;
        width: auto;
	}

	#hdau .hdau_box iframe{
		width: 100%;
		height: 100%;
	}
/* ---------- END lightbox ---------- */
























/*------------------New_Css-------------------*/
#hdau .products_section .product_type {
    width: 100%;
    display: inline-block;
    margin-right: -4px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    margin: 0px .5%;
    vertical-align: top;
    word-break: normal;
}
#hdau .product_type img {
    margin-bottom: 20px;
}

#hdau .product_tag .product_tag_title {
    border-bottom: 1px solid #FFF;
    padding: 5px 0;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    word-break: break-word;
    position: relative;
    text-transform: uppercase;
}
#hdau .product_tag .product_tag_title img {
    width: 270px;
    max-width: initial;
    position: absolute;
    top: 0;
    right: -285px;
    z-index: 9;
    display: none;
}
#hdau .product_tag .product_tag_title:hover img {
    display: inline-block;
}
#hdau .product_tag li {
    text-align: left;
    padding: 10px 0;
}

#hdau .product_tag > li:before {
    content: '+';
    float: right;
}

#hdau .product_tag > li.active:before {
    content: '-';
    float: right;
}

#hdau .product_tag li ul li {
    color: #969696;
    font-size: .8rem;
    padding: 5px 0;
}

#hdau .product_tag li ul li input, #hdau .product_tag li ul li label {
    cursor: pointer;
    word-break: break-word;
}

#hdau .tag_item span {
    display: block;
}

.custom_check {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.custom_check + .custom_label {
    display: block !important;
    margin: 0;
    padding: 0 0 0 25px;
    min-height: 20px;
    line-height: 20px;
    position: relative;
    text-transform: none;
}

.custom_check + .custom_label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #b8b8b8;
    position: absolute;
    top: 0;
    left: 0;
}

.custom_check:checked + .custom_label:after {
    content: '';
    width: 9px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hdau .select_tag {
    margin: 0;
    position: relative;
}

#hdau .select_tag ul li {
    display: inline-block;
}


#hdau .select_tag ul li p {
    padding: 5px;
    padding-right: 0;
    background-color: #212121;
    color: #b3b3b3;
    margin-right: 5px;
}

#hdau .select_tag ul li p:after {
    content: 'X';
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #585858;
}

#hdau .word_default {
    word-break: normal;
    text-align: left;
}

#hdau .news_title {
    color: #d92f2f;
}
#hdau .news_title a {
    color: #d92f2f;
    text-decoration: none;
    text-align: left;
}

#hdau .news_section a {
    display: inline-block;
    margin: 0 auto;
}

#hdau .news_section a.button {
    display: block;
    text-decoration: none;
    margin: 40px 0;
}

#hdau .news_section .news_list {
    background-color: transparent;
}

.news_section .news_list a {
    background-color: #1f1f1f;
    padding: 10%;
}

#hdau .news_section .news_list a {
    margin: 0;
    color: #d92f2f;
    word-break: normal;
    text-align: left;
    text-decoration:none;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

/*
#hdau .news_section article img {
    max-height: 200px;
}
*/

#hdau .news_section .news_list a:hover {
    opacity: .8;
    transform: translate(0,-15px);
}

#hdau .news_section .news_list .col_33 {
    padding: 15px;
}

#hdau .content_w1400.edit_section p {
    text-align: left;
}

#hdau .content_w1400.edit_section .col_50 {
    vertical-align: middle;
}

#hdau .model_set li.col_20 {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 20%;
    margin: 10px -5px 10px 0;
}

#product_more, #video_more, #goods_more {
    text-align: center;
}

#hdau .video_layout a {
    width: 100%;
}


/*------------------RWD structure-------------------*/
.pc_open {
    display: block;
}

.mobile_open {
    display: none;
}

.row {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.row.col_nopadding div[class^="col_"] {
    padding: 0;
}

div[class^="col_"] .grid_middle {
    vertical-align: middle;
}

.col_5,
.col_10,
.col_15,
.col_20,
.col_25,
.col_30,
.col_33,
.col_40,
.col_50,
.col_70,
.col_80,
.col_90,
.col_100 {
    margin-right: -5px;
    vertical-align: top;
}

.col_5 {
    width: 5%;
    display: inline-block;
    padding: 0 25px;
}

.col_10 {
    width: 10%;
    display: inline-block;
    padding: 0 25px;
}

.col_15 {
    width: 15%;
    display: inline-block;
    padding: 0 25px;
}

.col_20 {
    width: 20%;
    display: inline-block;
    padding: 0 25px;
}

.col_25 {
    width: 25%;
    display: inline-block;
    padding: 0 25px;
}

.col_30 {
    width: 30%;
    display: inline-block;
    padding: 0 25px;
}

.col_33 {
    width: 33.33%;
    display: inline-block;
    padding: 0 25px;
}

.col_40 {
    width: 40%;
    display: inline-block;
    padding: 0 25px;
}

.col_50 {
    width: 50%;
    display: inline-block;
    padding: 0 25px;
}

.col_60 {
    width: 60%;
    display: inline-block;
    padding: 0 25px;
}

.col_70 {
    width: 70%;
    display: inline-block;
    padding: 0 25px;
}

.col_80 {
    width: 80%;
    display: inline-block;
    padding: 0 25px;
}

.col_90 {
    width: 90%;
    display: inline-block;
    padding: 0 25px;
}

.col_100 {
    width: 100%;
    display: block;
    padding: 0 25px;
}

.content_w800 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_w1000 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_w1400 {
	width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_w1500 {
	width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}



.content_w1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_w1920 {
    max-width: 1920px;
    margin: 0 auto;
}


















/*------------------RWD-------------------*/
	@media screen and (max-width: 1366px){
		#hdau .products_section .product_type{
			padding:10px 10px 10px 5px;
		}
	}
	@media screen and (max-width: 1200px){
		nav .hdau_container,
		footer .hdau_container{
			width: 100%;
		}
		nav .hdau_menu li{
			margin:0 5px;
		}
        #hdau .model_set li.col_20 {
            width: 25%;
        }
	}
	@media screen and (max-width: 1070px) {
		#hdau .hdau_box{
			width: 100%;
			padding:50px 40px;
		}
		#hdau .hdau_info{
			width: calc(100% - 6.3% - 80px - 380px);
		}
        #hdau .news_section .news_list .col_33 {
            width: 50%;
        }
	}
	@media screen and (max-width: 800px) {
		#hdau .hdau_product > img{
			width: 80%;
			display: block;
			margin:0 auto;
		}
		#hdau .hdau_list{
				margin: 30px 0 30px;
		}
	}
	@media screen and (max-width: 768px) {
		nav{
			height: 39px;
			width: 100%;
			-webkit-transition: height 500ms ease;
			   -moz-transition: height 500ms ease;
			    -ms-transition: height 500ms ease;
			     -o-transition: height 500ms ease;
			        transition: height 500ms ease;
		}
		nav .nav_content{
			float:none;
		}
		nav.hdau_open{
			height: auto;
			padding-bottom: 20px;
			box-sizing: content-box;
		}
		nav ul.hdau_menu{
			height: auto;
			text-align: center;
		}
		nav .hdau_menu li{
			display: block;
			width: 100%;
			margin:0 auto;
		}
		nav .hdau_share{
			display: block;
			width: 100%;
			text-align: center;
			margin:10px auto 0;
		}
	    #hdau .hdau_split{
	        width: 90%;
	        margin: 10px auto 20px;
	    }
		#hdau .mobile_on{
			display: block;
		}
		#hdau .mobile_off{
			display: none;
		}

		#hdau_logo{
			display: block;
			margin:0 auto;
			margin-top: 8px;
		}

		#hamburger{
			display: block;
			position: absolute;
			left: 10px;
			top: 0;
			width: 40px;
			height: 40px;
			cursor: pointer;
		}
		#hamburger span,
		#hamburger span:before,
		#hamburger span:after{
		    content: "";
			display: block;
			background: #C7CFDD;
		    cursor: pointer;
		    height: 3px;
			position: absolute;
			top: 50%;
			left: 50%;
		    transition: all 500ms ease-in-out 0s;
		    width: 20px;
		}
		#hamburger span{
			transform: translate3d(-50%, -4px, 0px);
	    	-webkit-transform: translate3d(-50%, -4px, 0px);
		}
		#hamburger span:before{
			transform: translate3d(-50%, -8px, 0px);
			-webkit-transform: translate3d(-50%, -8px, 0px);
		}
		#hamburger span:after{
			transform: translate3d(-50%, 5px, 0px);
			-webkit-transform: translate3d(-50%, 5px, 0px);
		}
		nav ul.hdau_menu{
			width: 100%;
		}
		#hamburger.menu_open span{
			background: transparent;
		}
		#hamburger.menu_open span:before{
			top: 0;
			transform: translateX(-50%) rotate(45deg);
			-webkit-transform: translateX(-50%) rotate(45deg);
		}
		#hamburger.menu_open span:after{
			top: 10px;
			transform: translateX(-50%) translateY(-10px) rotate(-45deg);
			-webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
		}


		footer .hdau_container{
			padding-bottom: 30px;
		}
		footer select{
			width: 80%;
			margin:8px auto;
			min-width: 190px;
			display: block;
			float:none;
		}
		#hdau footer .hdau_sub_nav{
			text-align: center;
			margin:0 auto;
			float: none;
		}


        #hdau .grid_middle img {
            max-width: 160px;
        }
		#hdau .hdau_box{
			height: 440px;
			padding:45px 0px;
		}
		#hdau .hdau_info {
			margin-left: 0;
		}
        #hdau .model_set li.col_20 {
            width: 33%;
        }
	}
	@media screen and (max-width: 600px) {
		#hdau .hdau_box{
            width: 100%;
            padding: 20px;
            overflow-y: scroll;
            height: initial;
		}
		#hdau .hdau_box > img{
			position: relative;
			display: block;
			left: 0;right: 0;
			top: 0;bottom: 0;
			width: 125px;
			margin:40px auto 0;
		}
		#hdau .hdau_close{
			position: fixed;
			right:20px;
		}
		#hdau .hdau_box .hdau_product,
		#hdau .hdau_box .hdau_info{
			width: 100%;
			display: block;
            text-align: center;
		}
		#hdau .hdau_product > img{
			width: 100%;
			max-width: 380px;
			margin-bottom: 30px;
		}
		#hdau h4{
			width: auto;
			text-align: center;
		}
		#hdau .hdau_list{
			text-align: left;
			width: 250px;
			height: auto;
			margin:30px auto 50px;
		}
		#hdau .hdau_btn_s{
			margin:0 auto;
		}
        #hdau .model_set li.col_20 {
            padding: 0 10px;
        }
        .col_5, .col_10, .col_15, .col_20, .col_25, .col_30, .col_33, .col_40, .col_50, .col_70, .col_80, .col_90, .col_100 {
            padding: 0 10px;
        }
        #hdau .news_section .news_list .col_33 {
            width: 100%;
        }
	}
	@media screen and (max-width: 480px) {
		#hdau .hdau_box iframe{

			height: auto;
		}
        #hdau .model_set li.col_20 {
            width: 50%;
        }
	}
/*------------------END RWD-------------------*/

/*------------------KR font-------------------*/
	#kr_font #hdau h1,
	#kr_font #hdau h2,
	#kr_font #hdau h3,
	#kr_font #hdau h4,
	#kr_font #hdau h5,
	#kr_font #hdau p,
	#kr_font #hdau a,
	#kr_font #hdau li,
    #kr_font .button span,
    #kr_font nav .hdau_menu a {
		font-family: 'NanumGothic', sans-serif ,'Exo 2', sans-serif, 'cwtexhei', sans-serif;
	}


/*------------------END KR font-------------------*/


