* {
    -webkit-user-select: text !important; /* 크롬, 사파리 */
    -moz-user-select: text !important;    /* 파이어폭스 */
    -ms-user-select: text !important;     /* IE/Edge */
    user-select: text !important;         /* 표준 */
}
/**/
input:focus {
    outline: none;
    background: transparent;
    box-shadow: none;
}

.guest_wrap {
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    overflow: hidden;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: 0.8s 0s;
    box-sizing: border-box;
    overflow-x: hidden;
}

.guest_bg {
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 99999998;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    transition: 0.6s 0s;
    cursor: pointer;
}

.guest_wrap.active {
    top: 0;
    transition: 0.8s 0s;
}

.guest_bg.active {
    bottom: 0;
    transition: 0.6s 0s;
}

body.sub .guest_wrap {
    position: relative;
    top: 0;
    z-index: 9;
}

body.sub .guest_close {
    display: none;
}

@media all and (min-width: 800px) {
    /*	body.sub .guest_wrap { padding-top: 130px; }*/

}

/*.guest_wrap>div { overflow-x: hidden; padding-bottom: 3px; }*/

.guest_wrap>div {
    padding-bottom: 3px;
}

/*.guest_wrap>div>div:last-child { width: 90%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; opacity: 0; transform: translateY(60px); }*/

.guest_wrap>div>div:last-child {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*.guest_tit { text-align: center; margin-bottom: 55px; opacity: 0; transform: translateY(-50px); }*/

.guest_tit {
    text-align: center;
    margin-bottom: 55px;
}

.guest_tit h1 {
    font-size: 55px;
    line-height: 100%;
}

.guest_tit p {
    font-size: 15px;
    line-height: 100%;
    opacity: 0.7;
    margin-top: 25px;
    font-weight: 500;
}

.guest_wrap h2 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 18px;
    /*font-weight: 600;*/
}

.guest_box h6 {
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
}

.guest_box b.red {
    color: #8C2B3A;
}

.guest_box p b.red {
    margin-left: 3px;
    font-size: 28px;
    position: absolute;
    top: 0;
}

.guest_wrap .guest_box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 65px;
}

.guest_wrap .guest_box:nth-child(2n) {
    margin-right: 0;
}

.guest_wrap .guest_box input {
    /*font-family: 'Noto Sans KR', sans-serif;*/
}

.guest_box.m {
    width: 100% !important;
    margin-top: 10px;
    position: relative;
}

.guest_ori {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

/*.guest_box h6 { font-size: 14px; line-height: 100%; font-weight: 500; }*/

/* .guest_kakao {  } */

.guest_kakao a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guest_kakao p {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-1px);
    font-weight: 500;
}

.guest_kakao p:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #25282a;
    left: 0;
    bottom: -5px;
    position: absolute;
    transition: 0.4s;
}

.guest_kakao:hover p:after {
    width: 100%;
}

.per_agree_box {
    width: 100%;
    height: 210px;
    overflow: scroll;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    padding: 0 25px;
    padding-top: 20px;
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 30px;
    color: #6f6f6f;
    padding-bottom: 25px;
}

.per_agree_box::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 100%;
    background-color: #f3f3f3;
}

.per_agree_box::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: #cacaca;
    /*border-radius: 20px;*/
}

.per_agree_box b {
    font-size: 16px;
    color: #25282a;
}

.per_agree_box a {
    color: #ff4e00;
    position: relative;
    margin-left: 10px;
    top: -1px;
}

.per_agree_box a.pc {
    display: inline-block;
}

.per_agree_box a.m {
    display: none;
}

.per_agree_box a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ff4e00;
}

.per_agree_bt_box {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 20px;
    height: 20px;
    position: relative;
}

/*.per_agree_bt_box input[type="radio"] { display: none; }
.per_agree_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 30px; }
.per_agree_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.per_agree_bt_box input[type="radio"] + label:after { content: ''; position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; background: transparent; border-radius: 100%; }
.per_agree_bt_box input[type="radio"] + label:last-child { margin-right: 0; }
.per_agree_bt_box input[type="radio"]:checked + label:before { background: #25282a; border: 1px solid #25282a; }
.per_agree_bt_box input[type="radio"]:checked + label:after { background: #fff; }*/

.radio_bt[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #aaa;
    border-radius: 100%;
    outline: none;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.radio_bt[type='radio']:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0075ff;
    border-radius: 100%;
    display: none;
}

.radio_bt[type='radio']:checked {
    border-color: #0075ff;
}

.radio_bt[type='radio']:checked:after {
    display: block;
}

.radio_bt[type='radio']+label {
    margin-right: 0.25rem;
}

.per_check_box {
    text-align: center;
    margin-top: 30px;
}

.per_check_box label {
    font-size: 18px;
}

.per_check_box input#agreeYny {
    display: none;
}

.per_check_box input#agreeYny+label {
    cursor: pointer;
    position: relative;
}
.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.per_check_box input#agreeYny+label>span {
    vertical-align: middle;
    padding-left: 8px;
}

.per_check_box input#agreeYny+label:before {
    display: none;
    content: "";
    /*display: inline-block;*/
    width: 19px;
    height: 19px;
    border: 2px solid #bbb;
    /*border-radius: 2px;*/
    vertical-align: middle;
    /*margin-top: 2px;*/
}

.per_check_box input#agreeYny+label:after {
    content: '';
    width: 14px;
    height: 6px;
    border: 2px solid #ABABAB;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    left: -16px;
    top: -5px;
    bottom: 0;
    margin: auto;
}

input#agreeYny:checked+label:before {
    content: "";
    background-color: #25282a;
    border-color: #25282a;
}

input#agreeYny:checked+label:after {
    border-color: #8C2B3A;
}

/**/

.info_box {
    width: 100%;
    text-align: left;
}

.info_box>p {
    width: 100%;
    border: 1px solid #b6b6b6;
    border-top: 1px solid #25282a;
    box-sizing: border-box;
    font-size: 13px;
    padding: 30px;
    padding-left: 22px;
    margin-bottom: 0px;
}

.info_box>ul {
    border-top: 1px solid #25282a;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #b6b6b6;
    box-sizing: border-box;
    border-top: none;
    overflow: hidden;
    padding-top: 2px;
}

.info_box>ul>li {
    float: left;
    width: 50%;
    height: 60px;
    vertical-align: top;
    border-top: 1px solid #b6b6b6;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.mobile-br {
    display: none;
}
.two-line {
    height: 90px !important;
}

.officetel {
    margin-top: 9px;
}

.info_box>ul>li p {
    float: left;
    line-height: 58px;
    font-size: 16px;
    padding-left: 2px;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
}

/*.info_box>ul>li:after { content:''; width: 105px; height: 1px; background-color: #25282a; position: absolute; left: 0; top: -1px; z-index: 9; }*/

.info_box>ul>li:nth-child(2n-1) {
    width: 9%;
    /*border-top: 1px solid #25282a;*/
}

.info_box>ul>li:nth-child(2n) {
    width: 41%;
}

.info_box>ul>li:last-child {
    width: 91%;
    height: auto;
}

.info_box>ul>li:nth-last-child(2) {
    width: 9%;
}

/*.info_box>ul>li:nth-child(4),*/
/*.info_box>ul>li:nth-child(6),*/
/*.info_box>ul>li:nth-child(10),*/
/*.info_box>ul>li:nth-child(12) {*/
/*    padding: 17px 0;*/
/*    padding-left: 10px;*/
/*}*/

.info_box.adress>ul {
    border-top: 1px solid #25282a;
    box-sizing: border-box;
}

.info_box.adress>ul>li {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #b6b6b6;
    box-sizing: border-box;
}

/*.info_box.adress>ul>li>p { float: left; }*/

.info_box input {
    font-size: 16px;
    height: 100%;
    line-height: 31px;
    border: none;
    outline: none;
    margin-top: 0px;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;
    /*color: #25282a;*/
}

.info_name {
    width: 100%;
}

.info_number_box {
    height: 100%;
    float: left;
}

.info_number01 {
    width: 65px;
    height: 100%;
    float: left;
    background: none;
    border: none;
    margin-top: 0px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 31px;
}

.info_number02 {
    width: 50px;
    float: left;
}

.info_number03 {
    width: 50px;
    float: left;
}

.info_box>ul>li span {
    float: left;
    line-height: 60px;
    margin: 0 5px;
}

.info_address {
    width: 100%;
    float: left;
}

.info_address>ul {
    width: 100%;
}

.info_address>ul>li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #b6b6b6;
    box-sizing: border-box;
}

.info_address>ul>li:last-child {
    border: none;
}

/*.info_address>ul>li p { float: left; }*/

.info_address01 {
    width: 15%;
    height: 33px;
    float: left;
    margin-right: 1%;
}

/*.info_address03 { width: 34%; height: 33px; float: left; margin-right: 1%; }*/

.info_address03 {
    width: 65%;
    height: 33px;
    float: left;
    margin-right: 1%;
    color: #000;
}

.info_address04 {
    width: 30%;
    height: 33px;
    float: left;
    margin-right: 3%;
}

.info_address05 {
    width: 50%;
    height: 33px;
    float: left;
}

.info_address02 {
    width: 120px;
;
    height: 35px !important;
    margin-top: 12px !important;
    float: left;
    margin-left: 1%;
    text-align: center !important;
    padding: 0 !important;
    cursor: pointer;
    /*background-color: #25282a !important;*/
    border: 1px solid #25282a !important;
    /*color: #fff !important;*/
    font-size: 12px !important;
    float: right;
}
.info_address02:hover {
    background:  #25282a !important;
    color: #fff !important;
}
#info_extraAddress::placeholder {
    text-align: left;
}
.info_bt_box {
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 0px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background:  #25282a !important;
    color: #fff !important;
}

.info_bt_box input[type="radio"] {
    display: none;
}

.info_bt_box input[type="radio"]+label {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    margin-right: 25px;
}

.info_bt_box input[type="radio"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #4d4d4d;
    border-radius: 100%;
    box-sizing: border-box;
}

.info_bt_box input[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #101f3a;
    border-radius: 100%;
}

/**/

.guest_bt_box {
    width: 260px;
    height: 66px;
    margin: auto;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #25282a;
    font-size: 18px;
}

.guest_bt_box>div {
    width: 100%;
    height: 100%;
    line-height: 64px;
}

.guest_bt_box>div>a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit;
}

.guest_bt_box>div>a:hover {
    color: #fff;
}

.guest_regi_bt {
    border: 1px solid #25282a;
    margin-right: 0px;
    cursor: pointer;
    color: #25282a;
    background-color: #fff;
}

.guest_regi_bt:hover {
    background-color: #25282a;
}


.guest_cancle_bt {
    background-color: #cfcfcf;
}

.guest_close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 9;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.guest_close p {
    font-family: 'Futura Std', sans-serif;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 1px;
    letter-spacing: 0;
}

.guest_close>span {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
}

.guest_close>span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #25282a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.guest_close>span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #25282a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.m_br {
    display: none;
}

.guest_wrap.active .guest_tit {
    opacity: 1;
    transform: translate(0);
    transition: 0.8s 0.2s;
}

.guest_wrap.active>div>div:last-child {
    opacity: 1;
    transform: translate(0);
    transition: 0.8s 0.7s;
}

/**/

.guest_wrap.ok {
    height: auto;
    padding: 60px 0 20px;
}

.guest_ok_box {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: relative;
    text-align: center;
    transform: translateY(20px);
}

.guest_ok_box>h3 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
}

.guest_ok_box>p {
    font-size: 15px;
    line-height: 30px;
    opacity: 0.7;
    margin-top: 30px;
    margin-bottom: 120px;
}

.guest_ok_bg {
    position: absolute;
    right: -80px;
    top: -120px;
}

/**/

.guest_wrap.sub {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    max-height: revert;
    margin: auto;
    overflow: visible;
    z-index: 1;
}

.guest_wrap.sub>div>div:last-child {
    width: 100%;
}

input#phone2, input#phone3 {
    width: 55px;
}

