/*
	2017.12
*/
.p1-background {
    background-color: #000;
    background-image: none;
    position: relative;
}
.p1-v2{
	padding-bottom: 5%;
}
.p1_logo_pt{
	padding: 5.416rem 9% 3.333rem;
	height: auto;
}
.p1-select-box{
	margin-top: 0;
}
.p1-select{
	background: #a09e8f;
	border:none;
	font-size: 1.333rem;
}
.p1_option_select{
	width: 100%;
    background: #a09e8f;
    color: #000;
    line-height: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    margin-top: 2.083rem;
    font-size: 1.333rem;
}
.p1-option .p1-option-box-text1{
	font-size: 1.333rem;
}
.p1-option .p1-option-box-text2{
	font-size: 1.06rem;
}
.p1-option{
	color: #a09e8f;
	border-left: 1px rgba(160,158,143,0.2) solid;
	border-right: 1px rgba(160,158,143,0.2)  solid;
	border-bottom: 1px rgba(160,158,143,0.5)  solid;
	background-color: #000;
}
.footer{
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
}
.footer .footer_img{
  transform: scale(0.6);
}
@media screen and (min-width: 320px) {
  body, html {
    font-size: 10.24px;
  }
}
@media screen and (min-width: 375px) {
  body, html {
    font-size: 12px;
  }
}
@media screen and (min-width: 414px) {
  body, html {
    font-size: 13.248px;
  }
}
@media screen and (min-width: 768px) {
  body, html {
    font-size: 16px;
  }
}