html, body{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
    background: #f6f6f6;
    color: #000;
    overflow-x: hidden;
    word-break: keep-all;
	-webkit-tap-highlight-color : transparent !important; /* 클릭시 효과 없애기 */
	max-width: 720px;
    margin: 0 auto;
}
a:link,
a:visited,
a:active,
a:hover{
    text-decoration: none;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all 0.3s; /* Safari */
}
span{
    color: #aa453f;
}
strong{
    font-weight: bold;
    color: #000;
}
div{
    transition: .3s;
}
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.ir_passm {
    /* display: block;
    overflow: hidden; */
    /* ---- 추가 ---- */
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
    text-indent: -9999px;
}
.content{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.dot{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #545454;
}
.text_line{
    text-decoration: underline;
}
#container{
  /*  max-height: 90vh;*/
    padding: 56px 0 50px;
    background: #fff;
}
button{
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.02em;
    cursor: pointer;
}

/* input */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="search"]{
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.02em;
    width: 96%;
    height: 40px;
    border: 1px solid #b8b8b8;
    padding: 0 2%;
    border-radius: 10px;
    color: #989898;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus{
    outline: none;
    border: 1px solid #aa453f;
    color: #000;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder{
    color: #989898;
}
input[type="submit"]{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.02em;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: #aa453f;
    border: 1px solid #aa453f;
    outline: none;
    color: #fff;
    cursor: pointer;
}
input[type="checkbox"] {
    opacity: 0;
}
input[type="checkbox"] + label{
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../images/cb_off.svg) no-repeat;
    background-position: center;
    border: none;
    position: absolute;
    left: 0;
    top: 2px;
	background-size: 16px 16px;
}
input[type="checkbox"]:checked + label{
    background: url(../images/cb_on.svg) no-repeat;
    background-position: center;
    background-color: #f7f7f7;
    border: none;
}
input[type="checkbox"] + label + label{
    font-size: 13px;
    cursor: pointer;
    color: #494949;
    width: auto !important;
    margin-left: 15px;
}
input[type="checkbox"]:checked + label + label{
    color: #aa453f;
}
input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #b8b8b8;
    transition: 0.2s all linear;
    margin-right: 10px;
}
input[type="radio"]:checked {
    outline: 1px solid #b8b8b8;
    border: 4px solid #fff;
    background: #000;
}
  

/* header */
header{
    position: fixed;
 /*   left: 0;*/
    top: 0;
    width: 100%;
    z-index: 10;
    transition: .3s;
    background: #f8f8f8;
	max-width: 720px;
    margin: 0 auto;
}
.header_inner{
    height: 56px;
}
.header_inner nav{
    width: auto;
}
.header_inner nav .btn_prev{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    width: 24px;
    height: auto;
}
.header_inner nav .header_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
}
.menu_btn{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: 0.3s;
    cursor: pointer;
    z-index: 13;
}	
.nav{
    position: relative;
    display: block;
    width: 24px;
    height: 3px;
    background: #000;
    transition: 0.3s;
    margin-bottom: 1px;
}  
.nav:before,.nav:after{
    transition: 0.3s;
    display: block;
    content: "";
    height: 3px;
    width: 24px;
    background: #000;
    position: absolute;
} 
.nav:before{
    top: 0.5em;
}
.nav:after{
    top: -0.5em;
}
.x .nav{
	background: transparent;
}
.x .nav:before,.x .nav:after{
	top: 0;
	background: #fff;
}
.x .nav:before{
	transform: rotate(-45deg); 
}
.x .nav:after{
	transform: rotate(45deg);
}
.bg_menu{
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,50%);
    display: none;
    z-index: 12;
}
.back{
    min-width: 220px;
	width: 50%;
    height: 100vh;
    background: #fff;
	position: fixed;
    top: 0;
    right: 0;
	display: none;
    animation: fadeInLeft .3s;
    z-index: 12;
	bottom:0;
}
.aside_area{
    position: relative;
    width: 100%;
    height: 95vh;
}
.aside_area a{
    display: block;
    color: #000;
    width: 100%;
    padding:  0 25px;
}
.aside_area .aside_top{
    background: #aa453f;
    color: #fff;
    height: 56px;
    display: flex;
    align-items: center;
}
.aside_area .aside_top img{
    width: 96px;
    height: auto;
}
.aside_area ul li{
    height: 60px;
    display: flex;
    align-items: center;
}
.aside_area .aside_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 22px 25px 22px 25px;
	margin-bottom: 20px;
}

/* location */
#post_loc{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: -0.02em;
    background-image:url('../images/icon_loc1.svg'), url('../images/icon_loc2.svg');
    background-position: 5px center ,175px center;
    background-repeat: no-repeat;
    width: 160px; /*width: 150px;*/
    height: 30px;
    padding: 0 15px 0 25px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    cursor: pointer;
}
.modal-locaiton{
    font-size: 16px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,50%);
    bottom: 0;
    left: 0;
    display:  none;
    z-index: 11;
}
.modal-locaiton .modal_inner{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 70vh;
    min-height: 220px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 25px 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-locaiton .modal_inner dt{
    font-weight: bold;
    margin-bottom: 44px;
}
.modal-locaiton .modal_inner .btn_close{
    position: absolute;    top: 25px;    right: 25px;    cursor: pointer;
}
.modal-locaiton .modal_inner .btn_close3{
    position: absolute;    top: 25px;    right: 25px;    cursor: pointer;
}
.modal-locaiton .modal_inner input[type="search"]{
    font-size: 16px;
    width: 100%;
    background: url(../images/icon_search.svg) no-repeat 10px center/16px auto#e9e9e9;
    border: #e9e9e9;
    border-radius: 5px;
    padding: 0 35px;
}
.modal-locaiton .modal_inner .my_loc{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
}
.modal-locaiton .modal_inner .my_loc > div{
    display: flex;
    align-items: center;
}
.modal-locaiton .modal_inner .my_loc > div > img{
    margin-right: 10px;
}
.modal-locaiton .modal_inner .my_loc img{
    height: 14px;
    width: auto;
}
.modal-locaiton .modal_inner ul{
    width: 100%;
    flex: 1;
    overflow-y: scroll;
    text-align: left;
}
.modal-locaiton .modal_inner ul li{
    position: relative;
    border-top: 1px solid #b8b8b8;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    color: #666666;
}
.modal-locaiton .modal_inner ul li img{
    margin-right: 20px;
}
.modal-locaiton .modal_inner ul li .text_wrap div{
    font-weight: 500;
    margin-bottom: 12px;
    color: #000;
}
.modal-locaiton .btn_delete{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/* footer */
footer{
    font-size: 12px;
    padding: 16px 5%;
    color: #000;
}
footer .corp_area p{
    display: flex;
    align-items: center;
}
footer .corp_area p span{
    width: 1px;
    height: 5px;
    margin: 0 8px;
    background: #000;
}

/* modal */
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,50%);
    top: 0;
    left: 0;
    display: none;
    z-index: 11;
}
.modal .modal_inner{
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    width: 80%;
    min-height: 220px;
    background: #fff;
    border-radius: 5px;
    padding: 25px 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.modal .modal_inner .btn_close{
    position: absolute;    top: 10px;    right: 15px;    cursor: pointer;
}
.modal .modal_inner .btn_close3{
    position: absolute;    top: 5px;    right: 10px;    cursor: pointer;
}


.modal2{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,50%);
    top: 0;
    left: 0;
    display: none;
    z-index: 11;
}
.modal2 .modal_inner{
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    width: 80%;
    min-height: 220px;
    background: #fff;
    border-radius: 5px;
    padding: 25px 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal2 .modal_inner .btn_close2{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}


/* animation */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* below 768 */
@media (max-width: 768px){
    
    input[type="text"],
    input[type="password"],
    input[type="number"]{
        width: 90%;
        padding: 0 5%;
    }
}

/* 카카오톡 연결 */
.kakao-text{font-size:14px;line-height:1.43;color:#505050;}
.kakao-btn{margin-top:24px;}
.kakao-btn a{display:block;padding:17px 0;border-radius:12px;background-color:#ffe812;text-align:center;}
.kakao-btn span{display:inline-block;padding-left:24px;background:url(../images/common/kakao_ico@2x.png) no-repeat 0 50% / 16px 16px;line-height:18px; font-size:16px;font-weight:900;text-align:center;color:#000000;}


/* s1 */
.section1{
    /* margin-top: 40px; */
}
.section1 h1{
    width: 150px;
    height: 27px;
    background: url(../images/logo_red.svg) no-repeat;
    background-size: 150px 27px;
    margin-bottom: 32px;
}
.section1 p{

    margin-bottom: 88px;
}

.section2 form > div {
    margin-bottom: 20px;
}



.modal-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: all .2s ease;
    z-index: 1000;
    transform: skew(0deg);
}
.modal-wrap.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modal-wrap .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 30%);
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: visible;
    text-align: center;
    transform: translate(-50%,-50%) skew(-0.03deg);
}
.modal-wrap ul.modal-button li {
    width: 50%;
    float: left;
}
.modal-wrap .modal-button {
    border-top: 1px solid #dbdbdb;
}
.modal-wrap .modal-button button {
    width: 100%;
    height: 52px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 900;
    color: #1e1e1e;
}
.modal-wrap .modal-title {
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.43;
    color: #1e1e1e;
}
.modal-wrap .modal-button button.submit {
    color: #ff7310;
}
.modal-wrap .modal-title + .modal-form-item {
    margin-top: 16px;
}
.modal-wrap ul.modal-button li + li button {
    border-left: 1px solid #dbdbdb;
}
.modal-wrap .modal-form {
    padding: 36px 16px 24px;
}
.modal-wrap .modal-form-item {
    margin-top: 8px;
}


/* 2022.11.14 헤더에 검색아이콘 추가 */
.header_inner nav .btn_search{
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translate(0, -50%);
    width: 24px;
    height: auto;
}

#container > div a{}
.header-gps a{background-image:url(../images/common/header_gps.png);text-indent:-9999px;font-size:0;
display:block;width:24px;height:24px;background-repeat:no-repeat;background-position:0 0;background-size:auto 20px;margin-left: 20px;}

#searchs{position:fixed;top:122px;left:120px;width:35%;height: 190px;z-index:999;padding:6px 6px;background-color:white;}

/* GPS검색 */
#searchGPS #searchs .search-wrap a{display:block;height:40px;line-height:36px;margin-bottom:6px;border-radius:5px;border:solid 4px #ff7310;background-color:#ff7310;font-size:14px;font-weight:700;text-align:center;color:#ffffff;}
#searchGPS #searchs .search-wrap a.on{border-color:#ff7310;color:#ff7310;}