html,body {
	height: 100%;
}
#layer_board_area {
    display: none;
}

/*#wrapper{
   padding-top: 120px;
}
#wrapper .mt_ajt{
   padding-top: 0;
}*/
@media screen and (max-width:667px){
.mt_ajt01{
   padding-top: 100px;
}
.mt_ajt02{
   padding-top: 0 !important;
}
.mt_ajt03{
   padding-top: 0 !important;
}	
#layer_board_area {
    display: block;
	position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
}	
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100px;
	
	z-index: 1000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #fff;
	opacity: 1 !important;
}

.layer_board {
	display: none;
    position: relative;
    padding:30px 20px 10px 20px;
    text-align: center;
    z-index: 2000;
}
.app_link_bt_area{
	letter-spacing: -0.4em;
}
.btn_close {
 
}
ul.l_b_ul {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    margin-left: 1%;
}
p.app_txt span {
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    display: block;
}
li#apArea a {
    color: #003366;
    font-size: 13px;
    border: solid 1px #003366;
    display: block;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
}	
p.app_txt {
    font-size: 12px;
	display: inline-block;
    width: 53%;
    letter-spacing: normal;
    vertical-align: middle;
}
.btn_close {
    position: absolute;
    top: 10px;
    left: 15px;
}
.sk_app_img {
	display: inline-block;
    width: 22%;
    vertical-align: middle;
}
.sk_app_img img {
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 10px;
	
}
}
