#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; }
#sub_tit h2 { font-size: 35px; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 35px; }

/*.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: #f71313; }
.guest_box p b.red { margin-left: 3px; }

.guest_wrap .guest_box { width: 100%; margin-right: 0%; margin-bottom: 40px; }
.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: 175px; overflow: scroll; border: 1px solid #b6b6b6; box-sizing: border-box; padding: 0 25px; padding-top: 20px; letter-spacing: -1px;
font-size: 14px; line-height: 30px; color: #6f6f6f; padding-bottom: 40px; }
.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;}
.per_check_box input#agreeYny + label > span { vertical-align: middle; padding-left: 8px; }
.per_check_box input#agreeYny + label:before { 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: 9px; height: 5px; border: 2px solid #ddd; border-top: 0; border-right: 0; transform: rotate(-45deg); transform-origin: center; position: absolute; left: 6px; top: 2px; bottom: 0; margin: auto; }
  
input#agreeYny:checked + label:before { content:""; background-color: #0075ff; border-color: #0075ff; }
input#agreeYny:checked + label:after { border-color: #fff; }

/**/

.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; }
.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) { 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%; }
.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_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; }
.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; }
.guest_regi_bt { border: 1px solid #25282a; margin-right: 0px; }
.guest_cancle_bt { background-color: #cfcfcf; }

.guest_regi_bt:hover { background-color: #25282a; color: #fff; }


.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; }
.guest_wrap.sub>div>div:last-child { width: 100%; }

/**/
.mo {
    display: none;
}

@media(max-width : 1400px){
	/**/

	.guest_wrap.ok { height: auto; padding: 10px 0 0px; }
	.guest_ok_box { transform: translateY(0px); }

	.guest_ok_box>h3 { font-size: 24px; line-height: 30px; }
	.guest_ok_box>p { font-size: 13px; line-height: 26px; margin-top: 20px; margin-bottom: 80px; }

	.guest_ok_bg { width: 380px; right: 0px; top: -90px; }

/**//**/

	.guest_bt { width: 44px; height: 44px; right: 25px; top: 22px; }

/**/


	.guest_wrap { top: -100%; height: 100%; max-height: revert; }

	.guest_tit h1 { font-size: 36px; margin-bottom: 20px; }
	.guest_tit h2 { font-size: 16px; margin-bottom: 16px; }
	.guest_tit { margin-bottom: 55px; }
	.guest_tit p { font-size: 13px; margin-top: 0; }

	.guest_wrap .guest_box { width: 100%; margin-right: 0%; margin-bottom: 30px; }

	.guest_ori { margin-top: 30px; }
	.guest_box h6 { font-size: 12px; }
	.guest_kakao img { width: 32px; }
	.guest_kakao p { font-size: 12px; margin-left: 10px; transform: translateY(-0px); }
	.guest_kakao p:after { bottom: -5px; }

	.per_agree_box { height: 150px; padding: 0 22px; padding-top: 18px; letter-spacing: -1px; font-size: 13px; line-height: 28px; padding-bottom: 35px; }
	.per_agree_box b { font-size: 15px; }
	.per_agree_box a { margin-left: 8px; top: -1px; }
	.per_agree_box a:after { bottom: -4px; }

	.per_agree_bt_box { font-size: 12px; line-height: 15px; margin-top: 15px; height: 20px; }
/*	.per_agree_bt_box input[type="radio"] + label { padding-left: 25px; margin-right: 15px; margin-bottom: 10px; }*/

	.per_check_box { margin-top: 25px; }
	.per_check_box label { font-size: 16px; }
	.per_check_box input#agreeYny + label > span { padding-left: 8px; }
	.per_check_box input#agreeYny + label:before { width: 17px; height: 17px; border:2px solid #bbb; border-radius: 2px; margin-top: 2px; }
	.per_check_box input#agreeYny + label:after { width: 7px; height: 4px; border: 2px solid #ddd; border-top: 0; border-right: 0; left: 6px; top: 2px; }
  
	input#agreeYny:checked + label:before { background-color: #0075ff; border-color: #0075ff; }
	input#agreeYny:checked + label:after { border-color: #fff; }

	/**/

	.info_box>ul { padding-top: 2px; }
	.info_box>ul>li { height: 55px; }
	.info_box>ul>li p { line-height: 53px; font-size: 15px; padding-left: 2px; }

	.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) { padding: 15px 0; padding-left: 10px; }

	.info_box input { font-size: 15px; padding-left: 10px; }
	.info_box label { font-size: 14px; }

	.info_number01 { width: 65px; font-size: 15px; }
	.info_number02 { width: 50px; }
	.info_number03 { width: 50px; }
	.info_box>ul>li span { line-height: 55px; margin: 0 5px; }

	.info_address>ul>li { height: 55px; }

	.info_address01 { width: 13%; 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%; }
	.info_address04 { width: 30%; height: 33px; float: left; margin-right: 3%; }
	.info_address05 { width: 50%; height: 33px; float: left; }
	.info_address02 { width: 110px;; height: 31px !important; margin-top: 12px !important; font-size: 11px !important; float: right; }

	/**/

	.guest_bt_box { width: 220px; height: 56px; margin-top: 0px; font-size: 16px; }
	.guest_bt_box>div { line-height: 54px; }


	.guest_close { top: 20px; right: 25px; padding: 10px; }
	.guest_close p { font-size: 12px; margin-right: 10px; margin-top: 1px; }
	.guest_close>span { width: 20px; height: 20px; }
}

@media(max-width : 767px){
	.pc { display: none !important; }
	.mo { display: block !important; }
	/**/

	.guest_wrap.ok { height: auto; padding: 0px 0 0px !important;  }
	.guest_wrap.ok>div { padding: 10px 0 10px; }
	.guest_ok_box { transform: translateY(0px); }

	.guest_ok_box>h3 { font-size: 20px; line-height: 25px; }
	.guest_ok_box>p { font-size: 12px; line-height: 20px; margin-top: 20px; margin-bottom: 60px; }

	.guest_ok_bg { display: none; }


/**/
/**/

	.guest_bt { width: 40px; height: 40px; right: 20px; top: 22px; }


/**/

	.guest_wrap { top: -100%; height: 100%; max-height: 100%; display: block; overflow: scroll; align-items: flex-start; }
	.guest_wrap>div { padding: 95px 0; padding-bottom: 80px; overflow: hidden; }
	
	.guest_tit h1 { font-size: 32px; margin-bottom: 15px; }
	.guest_tit h2 { font-size: 14px; margin-bottom: 12px; }
	.guest_tit { margin-bottom: 45px; }
	.guest_tit p { font-size: 12px; line-height: 150%; margin-top: 0; }

	.guest_wrap .guest_box { width: 100%; margin-right: 0%; margin-bottom: 45px; }
	.guest_box.m { margin-top: 30px; }

	.guest_ori { margin-top: 30px; flex-wrap: wrap; justify-content: center; }
	.guest_box h6 { font-size: 11px; width: 100%; text-align: center; }
	.guest_kakao { margin-top: 5px; }
	.guest_kakao img { width: 32px; }
	.guest_kakao p { font-size: 12px; line-height: 140%; margin-left: 10px; transform: translateY(-0px); }
	.guest_kakao p:after { bottom: -5px; }			
	.guest_kakao:hover p:after { width: 0; }

	.per_agree_box { height: 135px; padding: 0 18px; padding-top: 16px; font-size: 12px; line-height: 25px; padding-bottom: 26px; }
	.per_agree_box b { font-size: 14px; }
	.per_agree_box a { margin-left: 6px; top: -1px; }
	.per_agree_box a:after { bottom: -4px; }
	.per_agree_box a.pc { display: none; }
	.per_agree_box a.m { display: inline-block; }

	.per_agree_bt_box { font-size: 11px; line-height: 13px; margin-top: 15px; height: 20px; }
/*	.per_agree_bt_box input[type="radio"] + label { width: 100%; padding-left: 22px; margin-right: 15px; margin-bottom: 10px; }

	.per_agree_bt_box input[type="radio"] + label:before { width: 16px; height: 16px; }
	.per_agree_bt_box input[type="radio"] + label:after { top: 5px; left: 5px; width: 6px; height: 6px; }*/

	.per_check_box { margin-top: 20px; }
	.per_check_box label { font-size: 14px; }
	.per_check_box input#agreeYny + label > span { padding-left: 6px; }
	.per_check_box input#agreeYny + label:before { width: 14px; height: 14px; border:2px solid #bbb; border-radius: 2px; margin-top: 1px; }
	.per_check_box input#agreeYny + label:after { width: 6px; height: 4px; border: 2px solid #ddd; border-top: 0; border-right: 0; left: 5px; top: 0px; }
  
	input#agreeYny:checked + label:before { background-color: #0075ff; border-color: #0075ff; }
	input#agreeYny:checked + label:after { border-color: #fff; }

	/**/

	.info_box>ul { padding-top: 2px; }
	.info_box>ul>li { height: 50px; }
	.info_box>ul>li p { line-height: 48px; font-size: 14px; padding-left: 2px; }

	.info_box>ul>li:nth-child(2n-1) { width: 20%; }
	.info_box>ul>li:nth-child(2n) { width: 80%; }
	.info_box>ul>li:last-child { width: 80%; height: auto; }
	.info_box>ul>li:nth-last-child(2) { width: 20%; }
	.info_box>ul>li:nth-child(4) { width: 80%; height: auto; padding: 10px 0 13px; padding-left: 10px; }

	.info_box input { font-size: 14px; padding-left: 10px; }
	.info_box label { font-size: 14px; }

	.info_number01 { width: 65px; font-size: 14px; }
	.info_number02 { width: 50px; }
	.info_number03 { width: 50px; }
	.info_box>ul>li span { line-height: 50px; margin: 0 5px; }

	.info_address>ul>li { height: 50px; }
	.info_address>ul>li:last-child { height: auto; }

	.info_address01 { width: 50%; height: 33px !important; float: left; margin-right: 1%; border-bottom: 0px solid #b6b6b6 !important; margin: 5px 0 !important; }
	.info_address03 { width: calc(100% - 10px); clear: both; height: 33px !important; float: left; border-bottom: 0px solid #b6b6b6 !important; margin: 10px 0 !important; margin-right: 0% !important; margin-top: 0 !important; position: relative; }
	.info_address04 { width: 25%; height: 33px !important; float: left; margin-right: 0%; border-bottom: 0px solid #b6b6b6 !important; margin: 10px 0 !important; margin-top: 0 !important; display: none; }
/*	.info_address05 { width: 50%; height: 33px !important; float: left; border-bottom: 1px solid #b6b6b6 !important; margin: 5px 0 !important; }*/
	.info_address02 { width: 100px; height: 28px !important; line-height: 26px !important; margin-top: 0px !important; font-size: 10px !important; float: none; position: absolute; right: 10px; top: 10px; }

	.info_address03::placeholder { font-size: 7px; }

	/**/

	.guest_bt_box { width: 200px; height: 50px; margin-top: 0px; font-size: 15px; }
	.guest_bt_box>div { line-height: 48px; }


	.guest_close { top: 10px; right: 2%; padding: 10px; }
	.guest_close p { font-size: 11px; margin-right: 8px; margin-top: 2px; }
	.guest_close>span { width: 20px; height: 20px; }

/**/

	.guest_wrap.sub>div { padding: 0; padding-bottom: 5px; }

}