*{
       font-family: "Open Sans";
       font-weight:normal;
}
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	
}
body{
        
}
a:hover {
	text-decoration: none;
}
img {
    max-width: 100%;
}
.container {
	width: 1200px;
	padding: 0
}

.clear {
	clear: both;
}
.buttons .button {
    width: 140px;
    height: 40px;
    border: 1px solid;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.head {
	background-color: #202126;
	height: 52px;
}

.head .container {
	position: relative;
}
.head .container a img{
	width:153px;
	padding:8px;
}
.head .language-more .container img{
	width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 15px;
}
.head .container .product-more a img{
	width:40px;
	height:auto;
	padding:8px;
}
.head .menu {
	position: absolute;
	right: 0;
	top: 7px;
}

.head .menu ul {
	height: auto;
}

.head .menu ul li {
	display: inline-block;
	padding: 10px 24px;
	font-size: 18px;
}

.head .menu ul li:last-child {
	cursor: pointer;
}

.head .menu ul li.pro-list a {
	position: relative;
    letter-spacing: 0.5px;
    padding:20px;
}

.head .menu ul li.pro-list a .icon {
	display: block;
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -3px 0 0 0;
	font-size: 12px;
	width: 20px;
	text-align: center;
	color: #999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.head .menu ul li.pro-list .img a{
    position:absolute;
}

.head .menu ul li.pro-list.curr a {
	color: #ceb605;
}


.head .menu ul li a {
	color: #fff;
	text-decoration: none;
	margin-left: 4px;
	font-size: 14px;
	position: relative;
}
.head .menu ul li a i{padding-left:5px;}
.head .menu ul li p a{
    margin-left:0;
    color: #fff;
}
.head .menu ul li p a:hover{
    background: #ffffff;
    color: #606060;
    border-radius: 5px;
}
.head .menu ul li p a i{
    opacity:0;
    transition: 1s;
    padding-left:0;
    position:relative;
    top: 2px;
}
.head .menu ul li p a:hover i{
    opacity:1;
    padding-left:5px;
}

.head .menu ul li:hover>a {
    position: relative;
    top: 1px;
	color: #ceb605;
}
.head .menu ul .multimedia:hover .multimedia-product-more{
    display:block;
}
.head .menu ul .language:hover .language-more{
    display:block;
}
.head .menu .p_list ul li a {
	color: #fff;
}

.head .menu ul li .p_list {
	display: none;
	position: absolute;
	background: rgba(34, 34, 34, 0.95);
	top: 66px;
	z-index: 1;
	width: 534px;
	padding: 20px;
	left: -20px;
}


.head .menu ul li .p_list a {
	margin-left: 0px;
}

.head .menu ul li .p_list ul li {
	margin: 5px 8px;
	padding: 0;
}

.head .menu ul li .p_list ul li a {
	font-size: 14px;
	display: block;
	width: 229px;
	height: 37px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 37px;
}

.head .menu ul li .p_list ul li a:hover {
	color: #ceb605;
	border: 1px solid #23cafd;
}

.head .menu ul li.se_btn i:hover {
	color: #ceb605;
}

.head .menu ul li.se_btn .icon-fm-close {
	display: none;
}

.head .nav_btn {
	position: absolute;
	right: 10px;
	width: 32px;
	text-align: center;
	height: 26px;
	top: 17px;
	display: none;
	cursor: pointer;
}

.head .nav_btn span {
	position: absolute;
	display: block;
	width: 30px;
	margin: auto;
	height: 3px;
	background-color: #333;
	border-radius: 8px;
	left: 0;
	transition: 0.3s;
}

.head .nav_btn span:nth-child(1) {
	top: 2;
}

.head .nav_btn span:nth-child(2) {
	top: 11px;
}

.head .nav_btn span:nth-child(3) {
	top: 23px;
}

.head .nav_btn.close-state span:nth-child(1) {
	transform: rotate(45deg) translateY(7px) translateX(7px);
}

.head .nav_btn.close-state span:nth-child(2) {
	transform: rotate(-45deg) translateY(0px) translateX(1px);
}

.head .nav_btn.close-state span:nth-child(3) {
	top: 22px;
	transform: rotate(-45deg) translateY(-8px) translateX(8px);
}

.head .menu ul li.se_btn {
	position: relative;
}

.product-more {
	display: none;
	background: #000;
    position: fixed;
    top: 52px;
    z-index: 999;
    width:15%;
}

.product-more .col-md-2 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.product-more .col-md-2 {
		width: 20%;
		float: left
	}
}

@media (min-width: 767px) {
	.product-more .col-sm-2 {
		width: 20%;
		float: left
	}
}

.product-more hr {
	border-top: 1px solid #606060;
}

.product-more .more_product_link {
	padding: 0;
	display: inline-block;
	position: relative;
	top: 10px
}

.product-more img {
	height: 100px
}

.product-more div.img {
	position: relative;
	display: inline-block;
}

.product-more div .img_link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.product-more a {
	color: #a8a7a7;
	display: block;
	font-weight: bold;
        font-size:15px;
}

.product-more a:hover {
	color: #827502;
}

.product-more p {
	color: #a8a7a7;
	font-weight: bold;
}

.product-more .overview {
	font-size: 16px;
	color: #727272
}

.product-more .overview a {
	color: inherit;
	display: inline;
	font-weight: bold;
}

.product-more .overview a:hover {
	color: #827502;
}

.product-more .more-down {
	transform: rotate(267deg);
	display: inline-block;
	position: relative;
	left: 0;
	transition: left 0.4s;
	font-weight: 900;
}

.product-more .more_product_link:hover i {
	left: 10px;
}
.product-more .col-md-6{
    color:#fff;
    cursor:pointer;
}
.product-more .col-md-4{
    color:#fff;
    cursor:pointer;
}
.product-more.language-more .col-md-4{
    text-align:left;
}
.product-more .col-md-6:hover{
    background:#fff;
    border:1px #fff solid;
    border-radius:25px;
    transition: 0.4s;
}
.product-more .col-md-4:hover{
    background: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
    transition: 0.4s;
}
.product-more.language-more .col-md-4:hover{
    border:none;
}

.promotion_banner {
    background: #6c1607;
    position: relative;
    overflow: hidden;
    height: 69px;
}
.promotion_banner img {
    position: absolute;
    width: 2048px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.promotion_banner .inner-box {
    z-index: 2;
    position: relative;
    max-width: 1000px;
    height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion_banner .p1 {
    font-size: 26px;
    color: #7f3932;
    margin-top: 0;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.promotion_banner .entry-button {
    padding: 8px 30px;
    border-radius: 30px;
    background: #e0431e;
    border: 1px solid #e0431e;
    box-shadow: 2px 3px 0 1px rgba(204,49,23);
    color: #fff;
    font-size: 16px;
    transition: background 400ms ease-in-out;
    font-weight: 600;
    transition-property: transform,box-shadow,-webkit-transform;
    transition-duration: .3s;
    transition-timing-function: var(--timing);
    transform: translateY(calc(var(--offset)*-1));
}
.promotion_banner .entry-button:hover {
    background: #db4d4d;
    color: #fff;
}
.promotion_banner .entry-button img {
    position: unset;
    width: 15px;
    height: 15px;
    transform: translateX(50%);
    z-index: 1;
}
.promotion_banner .out {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: 0 0;
    color: #7f3932;
    position: absolute;
    right: 4px;
    text-align: center;
    border: 1px solid #7f3932;
    top: 4px;
    cursor: pointer;
    line-height: 16px;
    z-index: 3;
}
#watch {
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    z-index: 1001;
}
#watch .video-container{
    width: 820px;
    margin: auto;
    position: relative;
}
#watch .video-container .bg{
    margin-top:10%;
    background:#efefef;
    padding-bottom:10px;
}
#watch .video-container a.down{
    display:inline-block;
    padding:5px 15px;
}
#watch .video-container a.win_down{
    margin-right:20px;
}


#watch iframe {
    width:820px;
    height:420px;
    padding:10px;
}
#close {
    cursor: pointer;
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1002;
    opacity: .8;
}
#close img{
    width:20px;
    border-radius:50%;
    background:#000;
    border: 1px solid #fff;
}
#close:hover {
    opacity: 1;
}

@media (max-width: 768px){
.promotion_banner .entry-button {
    padding: 3px 15px;
    font-size: 12px;
}
.promotion_banner .p1 {
    font-size: 18px;
}
.promotion_banner .entry-button {
    padding: 3px 15px;
    font-size: 12px;
}
#watch .video-container{
    width:90%;
}
#watch iframe{
    width:100%;
    height:220px;
}
}
@media (max-width: 525px){
.promotion_banner .p1 {
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    margin-top: -25px;
}
.promotion_banner .entry-button {
    padding: 3px 10px;
    position: absolute;
    bottom: 10px;
    right: 40px;
}
}


@media (min-width: 1200px) {
	.container {
		margin: 0 auto;
	}
}

@media (max-width: 1199px) {
	.head .logo-box .logo-text {
		display: none;
	}
	.container {
		width: 96%;
	}
}

@media (max-width: 960px) {
	/*foot*/
	.head .menu {
		display: none;
	}
	.head .nav_btn {
		display: block;
	}
}

@media (max-width: 795px) {
	.head .nav_btn {
		display: block;
	}
}
.pc-hidden {
    display: none !important;
}
@media (max-width: 767px) {
	.container {
		width: 90%;
	}
	.head .logo span {
		font-size: 18px;
	}
	.head .logo span.two {
		font-size: 12px;
	}
        .phone-hidden {
                display: none !important;
}
        .phone-show {
                display: flex !important;
}
}

.mobile_nav_all {
	display: none;	
	z-index: 19;
}

.mobile_nav {
	background-color: #1E2426;
	width: 100%;
	position: absolute;
	z-index: 50;
	right: 0;
	top: 52px;
}

.mobile_nav_close {
	display: none;
	position: absolute;
	right: 12px;
	top: 13px;
	font-size: 23px;
}

.mobile_nav hr {
	width: 100%;
	margin: 10px auto;
	border-color: #8fa62f;
}

.mobile_nav ul {
	height: 100%;
}

.mobile_nav li a {
	color: #4D6C82;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	border-bottom: 1px solid #606060;
	line-height: 50px;
}

.mobile_nav .p_list {
	display: none;
}

.mobile_nav .p_list ul {
	margin-top: -10px;
}

.mobile_nav .p_list ul li {
	margin-bottom: 0px;
}

.mobile_nav .p_list ul li a {
	padding: 3px 0;
	font-size: 14px;
	border-bottom: 1px dashed #606060;
}

.mobile_nav .pro-list .mobile-fm-down {
	position: absolute;
	right: 24px;
	top: 20px;
}
.mobile_nav .multimedia .mobile-fm-down {
	position: absolute;
	right: 24px;
	top: 70px;
}
.mobile_nav .language .mobile-fm-down {
	position: absolute;
	right: 24px;
	top: 220px;
}
.mobile_nav .pro-list .curr .mobile-fm-down {
	transform: rotate(180deg);
}


.mobile_nav_all a:hover {
	color: #827502;
}

.pro_menu ul li.mobile {
	display: none;
}

.pro_menu ul li.mobile {
	position: relative;
	width: 122px;
	display: block;
	margin-bottom: 22px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-width: 0px;
}

.pro_menu ul li.mobile span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #0067f6;
	left: 138px;
	top: 18px;
}
/* foot style new 20180801 */

.foot {
	background-color: #202126;
	padding-top:20px;
	border-top: 1px solid #f4dfdf;
}
.foot .flex-container {
	display: flex;
	flex-direction: column;
	padding:20px 0;
}
.foot .flex-container .flex-row {
	display: flex;
}

.foot .flex-container .flex-row.flex--full-width {
	place-content: space-between;
}
.foot .flex-container .flex-row.flex--full-width .flex-col {
	margin-right: unset;
}
.foot .flex-container .flex-col {
	display: inline-flex;
	align-items: center;
	margin-right: 30px;
}
.foot .flex-container .flex-col--col {
	flex-direction: column;
	align-items: flex-start;
	padding-right: 12px;
	box-sizing: border-box;
}
.foot .flex-col>img{
    width: 200px;
    padding: 8px;
}
.foot .flex-col img:nth-child(3){
    background:#fff;
}
.foot p.name {
	color: #fff;
	font-size: 22px;
}
.foot #newsletter input {
	width: 216px;
	height: 32px;
	padding: 7px 9px;
	border: 1px solid #eaeaea;
	background: transparent;
	border-radius: 3px;
	color: #eaeaea;
	outline: none;
}
.foot #newsletter button {
	width: 40px;
	height: 32px;
	padding: 5.5px;
	border-radius: 3px;
	border: 1px solid #5895de;
	background:#5895de;
	color: #eaeaea;
	outline: none;
}
.foot ul, .foot .sns {
	margin-top:25px;
}
.foot ul li {
	margin-bottom: 8px;
}
.foot ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.foot ul li a:hover {
	color: #1e96ec;
}
.foot .sns a {
	margin-right: 20px !important;
}
.foot .sns a:last-child {
	margin-right: 0;
}
.foot .sns svg {
	width: 27px;
	height: 27px;
	fill: #eee;
}
.foot .sns a:hover svg {
	fill: #1e96ec;
}
.foot .foot-bottom {
	padding: 14px 0;
	border-top: 2px solid #32b4f9;
	text-align: center;
}
.foot .foot-bottom p {
	font-size: 14px;
	color: #fff;
}

.foot input::-webkit-input-placeholder{
	color:#eaeaea;
}
.foot input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#eaeaea;
}
.foot input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#eaeaea;
}
.foot input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#eaeaea;
}


@media (max-width: 960px) {
	/*foot*/
	.head .menu {
		display: none;
	}
	.head .nav_btn {
		display: block;
	}
	.foot .flex-container.container {
		width: 92%;
	}
	
	.foot .flex-container .flex-row.flex--full-width {
		flex-direction: column;
	}
	.foot .flex-container .flex-row.flex--full-width .flex-col {
		margin-bottom: 20px;
	}
	.foot ul, .foot .sns {
		margin-top:15px;
	}
	.foot .foot-bottom {
		margin-top: 0;
	}
}
.totop {
	bottom: 4%;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-color: #943fae;
	color: #fff;
	position: fixed;
	right: 1%;
	text-align: center;
	z-index: 999;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(https://www.tunesbank.com/images/top.png);
	border-radius: 50%;
	opacity:0.6;
}

.totop:hover,
.totop:focus {
	background-color: #2bbac4;
	opacity:0.9;
}


/* global win/mac button modified temp.. */

a.win,
a.win_down {
	border-radius: 3px;
	border: 1px solid #fff !important;
	background-color: #fff !important;
	color: #1e96ec !important;
}


a.win i,
a.win_down i,
a.mac i,
a.mac_down i {
	position: relative;
	top: 1px !important;
	margin-left: 10px;
	left: unset !important;
	bottom: unset !important;
	right: unset !important;
	margin-right: 0 !important;
}

a.win:hover,
a.win_down:hover {
	background-color: #ff9800 !important;
	border-color: #ff9800 !important;
	color: #fff !important;
}

a.mac,
a.mac_down {
	border-radius: 3px;
	background-color: #ff9800 !important;
	color: #fff !important;
	border: 1px solid #ff9800 !important;
}

a.mac:hover,
a.mac_down:hover {
	background-color: #fff !important;
	color: #1e96ec !important;
	border-color: #1e96ec !important;
}

.ac{
        text-align:center;
}

