﻿/* CSS reset 추가X */
html {
    overflow-y: scroll;
    background-color: #fff;
}

body, table, input, select, textarea, button, a, p, div, span {
    font-family: "￿￿: ￿￿","Malgun Gothic","Apple SD Gothic Neo","Dotum",Helvetica,Sans-serif;
    /*'Noto Sans KR', 'Noto Sans', sans-serif, NanumBarungothic*/;
    /*font-weight:300;*/
}

a {
    text-decoration: none;
}


/*20200103에어서울팝업*/

.AirPop {
    /*padding:5px;*/
    margin-top: 0px;
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    top: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 999999;
    align-content:center;
}

.AirPop .text{ 
    color:#fff;
    width:100%;
    line-height:40px;
    margin:0;
}
.AirPop .bg01 {
    background: #26b1b9;
}
.AirPop .bg02{ 
    background: #555555;
}
.AirPop .ProdtWrap { 
    display:inline-block;
    vertical-align:top;
    margin:0 10px;
    
}


.AirPopbg {
    position: relative;
    display:inline-block;
    padding: 50px 60px 20px 20px;
    background: #fff;
    border-radius: 10px;
   /*box-shadow: 0px 2px 8px 0 #ccc;*/
    text-align: center;
    
}

.AirPop h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 20px;
}

.AirPop input {
    border: 2px solid #ddd;
    height: 40px;
    line-height: 30px;
    padding: 5px;
    width: 60%;
    margin-bottom: 10px;
    font-size:18px;
    font-weight:600;
    text-align:center;
    color:black;
}

.AirPop .notice01 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.AirPop .notice02 {
    color: #df1f00;
    font-size: 14px;
}

.btnLoginArea {
    overflow: hidden;
}

.btnLoginArea a {
    width: calc(50% - 8px );
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    display: block;
    float: left;
}

a.cancelBtn {
    background: #333;
}

a.checkBtn {
    background: #1176dd;
    margin-left: 10px;
}

.popCloseBtn {
    position: absolute;
    top: 15px;
    right: 15px;
}









