#container {
	display: flex;
	background: #F5F5F5;
	flex-direction: column;
}
#container .banner {width: 100%;height: 600px;background-image: url('/assets/img/web/sub_banner_02.jpg?x=1');background-size: cover;background-position: center;position: relative;display: flex;align-items: center;justify-content: center;}
#container .banner .title {color: #fff;text-shadow: 2px 2px 2px black;}
#container .reserveWrap {
    padding: 70px 0;
    width: 700px;
}
#container .reserveWrap .reserve {
    height: 52px;
    display: flex;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
#container .reserveWrap .reserve li {width: 50%;font-size: 16px;font-style: normal;font-weight: 700;color: #333;background-color: #f5f5f5;display: flex;justify-content: center;align-items: stretch;border-bottom: 1px solid #E4E4E4;}
#container .reserveWrap .reserve .active {
    background: #ffffff;
    color: #333;
    border: 1px solid #E4E4E4;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
#container .reserveWrap .reserve li a {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: #a5a5a5;
    text-decoration: underline;
}
#container .reserveWrap .reserve li span {display: flex;align-items: center;}
#container .reserveWrap .reserveInfo {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    /* margin-top: 40px; */
    padding: 40px 60px;
    border-top: none;
}
/* 출국 예약 정보 등록 전용 */
.reserveWrap .departureReserve {
}
.reserveWrap .departure {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.reserveWrap .departure dt,
.reserveWrap .departure dd {
    font-size: 14px;
    line-height: 20px;
}
.reserveWrap .departure dt {
    color: #104183;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
    flex: 0 0 30%;
    text-align: right;
}
.reserveWrap .departure dd {
    font-weight: 600;
    margin-bottom: 24px;
    flex: 0 0 68%;
}
.reserveWrap .departure dd .txt {
    display: inline-flex;
    padding: 10px 0;
}
.reserveWrap .departure dd .input-group .check-radio {flex: 0 0 50%;margin-top: 24px;}
.reserveWrap .departure dd .input-group .dash {
    padding: 0 8px;
    color: var(--line, #D9D9D9);
}
.reserveWrap .departure .additional-info {
    color: #dd4814;
    font-size: 12px !important;
    font-style: normal;
    margin-top: -20px;
    margin-bottom: 5px;
    line-height: normal;
}

.timer {
    color: #F00 !important;
    font-family: "Noto Sans CJK KR";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




.reserveWrap .noti p{font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;text-align: center;padding: 20px 0;}
.reserveWrap .btnArea {
    text-align: center;
}

.reserveWrap .btnArea button {
    flex: 1;
    height: 48px;
    border-radius: 10px;
    background: #E4E4E4;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 700;
    /* 125% */
    border: none;
}

.reserveWrap .btnArea .active {
    background: #262CAD;
    color: #fff;
}

.reserveWrap .btnArea .kakaoBtn {
	background: #FEE500;
	color: var(--White, #000);
	margin-bottom: 16px;
}

.input-group {
    margin-top: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-group .icon {
    position: absolute;
    left: 10px;
    z-index: 1;
}
.input-group .icon .bi {
    font-size: 16px;
}
.input-group .input-txt {
    width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    background: var(--White, #FFF);
    box-sizing: border-box;
    padding: 0 16px 0 30px;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none; /* 사파리에 대한 특별한 스타일링 */
    -moz-appearance: none; /* 모질라 브라우저에 대한 특별한 스타일링 */
    appearance: none; /* 표준 속성 */
}
.input-group .input-txt:focus {
    border: 1px solid #ffc71a;
}
.input-group .input-count {
    padding-right: 60px;
}
.input-group .input-count + .txt-count {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 400;
}
.input-group:first-child {
    margin-top: 0px;
}

.input-group select {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid var(--line, #E6E6E6);
    border-radius: 5px;
    background: var(--White, #FFF);
    box-sizing: border-box;
    padding: 0 12px 0 30px;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none; /* 사파리에 대한 특별한 스타일링 */
    -moz-appearance: none; /* 모질라 브라우저에 대한 특별한 스타일링 */
    appearance: none; /* 표준 속성 */
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path d="M1 1l5 5 5-5" stroke="%23333" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
}
\.input-group select.empty {
    color: var(--Sub, #A5A5A5);
}
.input-group select option {
    color: var(--Main, #333);
}
.input-group select option[value=""] {
    color: var(--Sub, #A5A5A5);
}

.btnGroup {
    display: flex;
    justify-content: space-between;
}

.btnGroup button {
    height: 42px;
    background-color: var(--White, #FFF);
    border-radius: 6px;
    border: 1px solid;
    font-weight: 700;
    flex: 1;
}
.btnGroup button:only-child {
    margin: 0px;
}
.btnGroup .addRound {
    margin-right: 4px;
    color: #E4E4E4;
    cursor: pointer;
}
.btnGroup .addRound.active{
    margin-right: 4px;
    color: #10834a;
}
.btnGroup .deleteRound {
    margin-left: 4px;
    color: #dd4814;
    display: none;
    cursor: pointer;
}

/* 입국 예약 정보 등록 전용 */
.reserveWrap .arrive {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.reserveWrap .arrive dt,
.reserveWrap .arrive dd {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}
.reserveWrap .arrive dt {
    flex: 0 0 20%;
    margin-left: 60px;
    color: #262CAD;
	font-family: "Noto Sans CJK KR";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-top: 10px;
}
.reserveWrap .arrive dd {
    flex: 0 60%;
    font-weight: 600;
}
.reserveWrap .arrive dd .txt {
    display: inline-flex;
    padding: 10px 0;
}
.reserveWrap .arrive dd .input-group .check-radio {flex: 0 0 50%;margin-top: 24px;}
.reserveWrap .arrive dd .input-group .dash {
    padding: 0 8px;
    color: var(--line, #D9D9D9);
}
.reserveWrap .authorInfo {
    color: var(--Sub, #A5A5A5);
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding: 42px 0 28px;
}
.reserveWrap .privacy {
    display: flex;
    justify-content: center;
}
.reserveWrap .btnArea {
    display: flex;
    gap: 20px;
}
.reserveWrap .btnArea .registerBtn {
    width: 200px;
    height: 52px;
    border-radius: 26px;
    background: var(--Green, #00A979);
    border: none;
    color: var(--White, #FFF);
    font-weight: 700;
}
.reserveWrap .btnArea .registerBtn:disabled {
    background: var(--line, #E6E6E6);
}
.reserveresult{
    border-radius: 10px;
    border: 1px solid #E4E4E4;
}

.tapResult{
    display: flex;
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #ffc71a;
    padding-left: 40px;
    align-items: center;
}
.resultInfo{
    border-radius: 0 0 10px 10px;
    border: 1px solid #E4E4E4;
    border-top: none;
    background: #FFF;
    padding: 40px 60px;
    margin-bottom: 120px;
}

.resultInfo .departure {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.resultInfo dt,
.resultInfo dd {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}
.resultInfo dt {
    flex: 0 0 30%;
    color: #104183;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
}
.resultInfo dd {
    flex: 0 0 68%;
    font-weight: 600;
}
.resultInfo dd .txt {
    display: inline-flex;
    padding: 10px 0;
}
.resultInfo dd .input-group .check-radio {flex: 0 0 50%;margin-top: 24px;}
.resultInfo dd .input-group .dash {
    padding: 0 8px;
    color: var(--line, #D9D9D9);
}

#container .reserveresultWrap {
    width: 700px;
    padding-top: 70px;
}
.reserveresultWrap .btnArea {display: flex;gap: 20px;}

.reserveresultWrap .btnArea button {
    flex: 1;
    height: 48px;
    border-radius: 10px;
    background: #104183;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    /* 125% */
    border: none;
    cursor: pointer;
}

.reserveresultWrap .btnArea .departureModify {
    background: #fff;
    color: #333;
    border: 1px solid #aaa;
    margin-bottom: 16px;
}

.reserveresultWrap .btnArea .active {
    color: #fff;
    
    /* 125% */
}

/* 테블릿 가로 모드 & ipad pro 세로모드 & 해상도 작은 모니터 */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    #container .banner {
        height: 500px;
    }
    #container .banner .title {
        font-size: 28px;
    }
}


/* 패드세로 모드 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #container .banner {
        height: 450px;
    }
    #container .banner .title {
        font-size: 24px;
    }
}

/* 모바일 세로 모드 */
@media only screen and (max-width: 639px) {
	.input-group .input-txt {
    padding-top: 10px;
    height: 50px;
}
	.input-group select {
    height: 50px;
    padding-top: 10px;
    background-position-y: 25px;
}
	.input-group .icon {
    top: 19px;
}
    #container .banner {
        height: 300px;
    }
    #container .banner .title {
        font-size: 16px;
        padding: 0;
    }
    #container .reserveWrap {
    width: 100%;
    padding: 24px 20px;
    box-sizing: border-box;
}
    #container .reserveWrap .reserve {
    height: 40px;
}
    #container .reserveWrap .reserve > div {
        font-size: 14px;
    }
    #container .reserveWrap .reserveInfo {
    /* margin-top: 20px; */
    margin-bottom: 40px;
    padding: 24px 16px;
    }
    .reserveWrap .departure {
    flex-direction: column;
    align-items: flex-start;
}
    .reserveWrap .departure dt {
    font-size: 12px;
    margin-bottom: -8px;
    text-align: left;
    z-index: 1;
    background-color: #fff;
    margin-left: 8px;
    padding: 0 5px;
}
	.reserveWrap .departure dt br {
    display: none;
}
    .reserveWrap .departure dd {
    width: 100%;
    margin-bottom: 15px;
}
	.reserveWrap .departure .additional-info {
    margin: 0 0 20px 0;
}
    .additional-info {
    margin-top: -10px;
}
	.reserveWrap .btnArea {
    gap: 0;
    display: flex;
    flex-direction: column;
}
    .reserveWrap .btnArea button {
    font-size: 14px;
    margin: 0;
    width: 100%;
    flex: auto;
}
    #container .reserveresultWrap {
        width: 100%;
        padding: 24px 20px;
        box-sizing: border-box;
    }
    .tapResult {
        font-size: 16px;
        padding: 16px 20px;
        height: auto;
    }
    .resultInfo {
        padding: 16px 20px;
        margin-bottom: 20px;
    }
    .resultInfo .departure {
        flex-direction: column;
        align-items: flex-start;
    }
    .resultInfo .departure dt {
        width: 100%;
        font-size: 12px;
        margin-bottom: 0;
    }
    .resultInfo .departure dd {
        width: 100%;
        margin-bottom: 15px;
    }
    .reserveresultWrap .btnArea button {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }
}