@charset "utf-8";

/*** common ***/
	.after_div {*zoom:1;}
	.after_div:after {clear:both;content:"";display:block;}
	.clear {*zoom:1;}
	.clear:after {clear:both;content:"";display:block;}
	.fl {float:left;}
	.fr {float:right;}
	.relative {position:relative;}
	.absolute {position:absolute;}
	.block {display:block;}
	.blind, .dn {display:none !important;}

/*** 정렬 ***/
	.ta_left {text-align:left !important;}
	.ta_center {text-align:center !important;}
	.ta_right {text-align:right !important;}


/*───────────────────────────────────────────────────────────

	input, select

───────────────────────────────────────────────────────────*/
	/* input */
		input[type="text"],
		input[type="password"],
		input[type="number"],
		input[type="date"] {height:48px;line-height:48px;background:#fff;border:1px #ddd solid;color:#111;font-size:15px;font-weight:400;padding:0 19px;text-indent:0;border-radius:4px;box-sizing:border-box;vertical-align:middle;text-align:left;overflow:hidden;outline:0;}
		input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;}
		input[type="text"]::placeholder,
		input[type="password"]::placeholder,
		input[type="number"]::placeholder,
		input[type="text"]::-webkit-input-placeholder,
		input[type="password"]::-webkit-input-placeholder,
		input[type="number"]::-webkit-input-placeholder,
		input[type="text"]::-moz-placeholde,
		input[type="password"]::-moz-placeholder,
		input[type="number"]::-moz-placeholder,
		input[type="text"]:-ms-input-placeholder,
		input[type="password"]:-ms-input-placeholder,
		input[type="number"]:-ms-input-placeholder,
		input[type="text"]:-moz-placeholder,
		input[type="password"]:-moz-placeholder,
		input[type="number"]:-moz-placeholder {color:#aaa !important; font-weight:300 !important;}
		input:disabled {background: #f1f1f1; color: #999 !important;}

		textarea {min-height:155px;background:#fff;border:1px #ddd solid;color:#111;font-size:15px;font-weight:400;padding:16px 19px;border-radius:6px;box-sizing:border-box;vertical-align:middle;text-align:left;overflow:hidden;outline:0;resize: none;}

		input[type="checkbox"] { display:none; }
		input[type="checkbox"] + label {position: relative; display: inline-block; vertical-align: middle; min-height: 25px; line-height:25px; padding-left: 35px; font-size: 16px; color: #333; letter-spacing: -0.32px; cursor:pointer;}
		input[type="checkbox"] + label:before, input[type="checkbox"] + label::before {position: absolute; left: 0; top: 0; content:""; width:25px; height:25px; vertical-align:middle; background:url("../images/renewal/bg_chk.png") no-repeat center; background-size: 100% !important; cursor:pointer;}
		input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + label::before {background:url("../images/renewal/bg_chk_on.png") no-repeat center;}
		input[type="checkbox"] + label em{font-size:13px; font-weight:400; color:#ff2424;}
			input[type="checkbox"] + label em.gray{color:#999;}

		input[type="radio"] { display:none; }
		input[type="radio"] + label, input[type="checkbox"].radio + label {position: relative; display: inline-block; vertical-align: middle;  min-height: 20px; padding-left: 28px; font-size: 14px; color: #555; cursor:pointer;}
		input[type="radio"] + label:before, input[type="radio"] + label::before, input[type="checkbox"].radio + label:before, input[type="checkbox"].radio + label::before {position: absolute; left: 0; top: 0; content:""; width:20px; height:20px; vertical-align:middle; background:url("../images/renewal/bg_radio.png") no-repeat center; background-size: 100% !important; cursor:pointer;}
		input[type="radio"]:checked + label:before, input[type="radio"]:checked + label::before, input[type="checkbox"].radio:checked + label:before, input[type="checkbox"].radio:checked + label::before  {background:url("../images/renewal/bg_radio_on.png") no-repeat center;}
		label + input[type="radio"] + label {margin-left: 30px;}

		.form_element {}

	/* select */
		.select_custom {position:relative; width:100%;}
		.select_custom dt{width:100%;}
		.select_custom dt span{position:relative; display:flex; align-items:center; width:100%; height:48px; font-size:15px; font-weight:400; color:#111; background:#fff; border:1px solid #ddd; border-radius:4px; overflow:hidden; padding:0 40px 0 19px; box-sizing:border-box; transition:all 0.4s; cursor:pointer;}
		.select_custom dt span:before{position:absolute; content:''; width:5px; height:5px; border:2px solid #fff0; border-right-color:#000; border-bottom-color:#000; top:50%; right:19px; transform:translateY(-50%) rotate(45deg); border-radius:3px; transition:all 0.4s;}
		.select_custom dt.on span:before{top:58%; transform:translateY(-50%) rotate(45deg) scale(-1, -1);}
		.select_custom dd{display:none; position:absolute; top:100%; left:0; width:100%; max-height: 200px; border:1px solid #ddd; border-radius:4px; overflow:hidden; overflow-y: auto; background:#fff; box-sizing:border-box; z-index:5;}
		.select_custom dd ul{}
		/*** (s) 240108 추가 또는 수정 ***/
		.select_custom dd ul li{font-size:14px; font-weight:400; color:#111; cursor:pointer; padding:4px 19px; box-sizing:border-box;word-break:break-all;}
		/*** (e) 240108 추가 또는 수정 ***/
		.select_custom dd ul li:first-child{padding-top:15px;}
		.select_custom dd ul li:last-child{padding-bottom:15px;}
		
		@media only screen and (min-width:1024px){
			.select_custom:hover dt span {border-color:#68b453;}
		}

	/*** (s) 230718 추가 또는 수정 ***/
	/* datepicker */
		.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{ background: url("../images/renewal/sp_icons.png");}
		.datepicker-box { position: relative; display: inline-block; min-width: 155px; height: 46px; background-color: #fff; z-index: 1000; }
		.datepicker-box input { width: 100%; padding-right: 35px; z-index: 1; background-color: transparent; }
		.datepicker-box:after { content: ""; display: block; position: absolute; top: 12px; right: 12px; width: 23px; height: 23px; background-position: 0px 0px; }
		.ui-datepicker.ui-widget.ui-widget-content { border: 1px solid #f3f3f3; padding: 0; width: 352px; padding-bottom: 15px; box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.05), 0px 0px 25px 0 rgba(0, 0, 0, 0.05); z-index: 10000 !important; }
		.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right { border-radius: 0; }
		.ui-datepicker .ui-datepicker-header { padding: 0; height: 80px; background-color: #ffffff; }
		.ui-datepicker-title { line-height: 38px; padding: 21px 0; }
		.ui-datepicker-title .ui-datepicker-month { line-height: 38px; color: #5ba429; }
		.ui-datepicker-title .ui-datepicker-year { line-height: 38px; color: #5ba429; }
		body .ui-datepicker table { margin: 0 auto; width: 310px;  border-top:0;}
		.ui-datepicker th { padding-top: 25px;  background:none;}
		.ui-datepicker th span { font-family: "Nanum Square"; font-size: 16px; color: #454545; }
		.ui-datepicker td { text-align: center; font-family: "Nanum Square"; font-size: 15px; }
		.ui-datepicker td a { font-size: 15px; }
		.ui-datepicker .ui-datepicker-header { border: 0; border-bottom: 1px solid #f3f3f3; }
		.ui-datepicker .ui-datepicker-header .ui-datepicker-prev { top: 27px; left: 30px; cursor: pointer; background:none; border:0; }
		.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon { position: relative; width: 100%; height: 100%; margin: 0; padding: 0; top: 0; left: 0; width: 15px; height: 29px; background-position: -644px -84px; }
		.ui-datepicker .ui-datepicker-header .ui-datepicker-next { top: 27px; right: 30px; cursor: pointer; background:none; border:0;}
		.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon { position: relative; width: 100%; height: 100%; margin: 0; padding: 0; top: 0; left: 0; width: 15px; height: 28px; background-position: -644px -215px; }
		.ui-datepicker-calendar tbody tr td .ui-state-default {  padding-top: 7px; width: 34px; height: 34px; display: inline-block; font-weight: 700; text-align: center; border: 0; background-color: #fff; color: #777777; box-sizing:border-box;}
		.ui-datepicker-calendar tbody tr .ui-datepicker-today .ui-state-default { color: #fff; background-color: #68b435; border-radius: 50%; }
		.ui-datepicker-calendar tbody tr .ui-datepicker-week-end:first-child .ui-state-default { color: #5ba429; }
		.ui-datepicker-calendar tbody tr .ui-datepicker-week-end.ui-datepicker-today .ui-state-default { color: #ffffff; }
		.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { border: none; background: transparent; font-weight: normal; color: #2b2b2b; }
		.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { width: auto; height: auto; }

	/* tooltip */
		.ui-tooltip { font-size: 14px; color: #222222; }
		.ui-tooltip.ui-widget-shadow { box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16); }
		.ui-tooltip.ui-widget.ui-widget-content { padding: 15px; border: 1px solid #aaaaaa; border-radius: 0; }
		.ui-tooltip.ui-widget.ui-widget-content .ui-tooltip-content { font-size: 14px; color: #222222; white-space: normal; word-wrap: normal; word-break: break-all; }
		.ui-tooltip .arrow { position: absolute; left: 50%; bottom: -15px; overflow: hidden; box-shadow: 0; width: 13px; height: 15px; background-position: -72px -85px; }
		.ui-tooltip .arrow.top { top: -15px; bottom: auto; width: 13px; height: 15px; background-position: -39px -85px; }
		.ui-tooltip .arrow.top:after { bottom: -15px; top: auto; }
		.ui-tooltip.tooltip_big { max-width: 500px; }
		.ui-tooltip.tooltip_big .h5 { margin-bottom: 15px; }
		.ui-tooltip.tooltip_big .numbar-list li { font-size: 14; letter-spacing: -1px; }
		.ui-tooltip.tooltip_big table th, .ui-tooltip.tooltip_big table td { padding: 5px 10px; font-size: 12px; vertical-align: top; font-size: 14px; text-align: left; line-height: 1.4; }
		.ui-tooltip.tooltip_big table th i, .ui-tooltip.tooltip_big table td i { margin-right: 5px; }
		.ui-tooltip.tooltip_big table th .text_state, .ui-tooltip.tooltip_big table td .text_state { font-size: 14px; }
		body .mCSB_inside > .mCSB_container { margin-right: 0px; }
		body .mCSB_scrollTools { width: 5px; opacity: 1; }
		body .mCSB_scrollTools .mCSB_dragger { opacity: 1; right: 0px; width: 5px; border-radius: 0; }
		body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: rgba(0, 0, 0, 0.4); width: 5px; border-radius: 0; }
		body .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: black; }
		body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: black; }
		body .mCustomScrollBox:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: black; }
		body .mCSB_scrollTools .mCSB_draggerRail { background-color: rgba(0, 0, 0, 0.1); -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out; -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out; -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out; transition: opacity .2s ease-in-out,background-color .2s ease-in-out; width: 5px; border-radius: 0; }
		body .mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_draggerRail, body .mCustomScrollBox:hover .mCSB_scrollTools .mCSB_draggerRail { background-color: rgba(0, 0, 0, 0.2); }
		.ui-widget-content { background-color: #ffffff; }
		.ui-widget-header { background-color: #5ba429; }
		.ui-widget-header .ui-datepicker-title { color: #fff; }
		.ui-widget-header .ui-datepicker-title span { font-family: "Nanum Square"; font-size: 24px; }
		.ui-slider-handle.ui-corner-all.ui-state-default { background-color: #ffffff; }
		.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-active { background-color: #686868; }
	/*** //(e) 230718 추가 또는 수정 ***/

/*───────────────────────────────────────────────────────────

	button 

───────────────────────────────────────────────────────────*/
	.btn_wrap {display: flex; align-items: center; justify-content: center; margin: 0 auto;}
	.btn_wrap li {width: 100%; text-align: center;}
	.btn_wrap > .btn + .btn {margin-left: 10px;}

	.btn_wrap_col {display: flex; align-items: center; flex-direction: column;}
	.btn_wrap_col li {width: 100%;}
	.btn_wrap_col > .btn + .btn {margin-top: 5px;}
 
	.btn {display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 60px; box-sizing: border-box; border-radius: 6px; font-size: 18px; font-weight: 500; line-height: 1; text-align: center; overflow: hidden; vertical-align: middle;}

	.btn_green {background: #60a64d; color: #fff;}
 	.btn_gray {background: #666; color: #fff;}
	.btn_darkgray {background: #494949; color: #fff;}
	.btn_black {background: #333; color: #fff !important;}
	.btn_border {background: #fff; border: 1px solid #999; color: #666;}
	.btn_border2 {background: #fff; border: 1px solid #ddd; color: #666;}
	.btn_border3{background: #fff; border: 1px solid #ccc; color: #333;}

	.btn_wd {width: 195px;}
	.btn_ws{width:180px;}
	.btn_lg {width: 150px; height: 50px; font-size: 15px;}
	.btn_bmd{width: auto; height: 45px; padding: 0 26px; font-size: 14px; font-weight: 400;}
	.btn_md {width: auto; height: 40px; padding: 0 17px; font-size: 14px; font-weight: 400;}
	.btn_sm {width: auto; min-width: 50px; height: 36px; border-radius: 4px; padding: 0 19px; font-size: 12px; font-weight: 400; color: #333;}
	.btn_tasm {width: auto; min-width: 50px; height: 30px; padding: 0 14px; font-size: 12px; font-weight: 400;}

	.btn_disabled {
		color : gray;
		pointer-events :none; 
	}

/*───────────────────────────────────────────────────────────

	font 

───────────────────────────────────────────────────────────*/
	.color_red {color: #ff2424 !important;}
	.color_ligreen {color: #98cc01 !important;}
	.color_green {color: #60a64d !important;}
	.color_gray {}
	.color_ligray {}
	.color_black {color: #333 !important;}


/*───────────────────────────────────────────────────────────

	서브 common

───────────────────────────────────────────────────────────*/
	.nav_wrap {padding-top: 32px;}
	.nav_wrap .nav_box {display: flex;}
	.nav_wrap .nav_box .home {font-size: 16px; color: #888; font-weight: 300; letter-spacing: normal;}
	.nav_wrap .nav_box .nav_select:before {content: ""; display: inline-block; width: 8px; height: 8px; margin: 0 20px 0 17px; border-top: 1px solid #a8a8a8; border-right: 1px solid #a8a8a8; transform: rotate(45deg);}
	.nav_wrap .nav_box .nav_select {position: relative;}
	.nav_wrap .nav_box .nav_select dt {display: inline-flex; align-items: center; font-size: 16px; color: #333; font-weight: 500; letter-spacing: normal; cursor: pointer;}
	.nav_wrap .nav_box .nav_select dt span:after {content: ""; display: inline-block; width: 16px; height: 16px; margin-top: -2px; margin-left: 10px; background: url("../images/renewal/nav_select_arrow.jpg") center no-repeat; background-size: 100%; font-size: 0; vertical-align:middle;}
	.nav_wrap .nav_box .nav_select dt.on span:after {transform: rotate(180deg);}
	.nav_wrap .nav_box .nav_select dd {display: none; position: absolute; left: 30%; top: 130%; width: max-content; min-width: 100%; background: #fff; box-sizing: border-box; padding: 8px 12px; border: 1px solid #ddd; border-radius:4px; overflow:hidden; z-index:5;}
	.nav_wrap .nav_box .nav_select dd li a {box-sizing: border-box; font-size:14px; font-weight:400; color:#666; line-height: 1.8;}

	.sub_content {width: 1130px; margin: 0 auto; padding-top: 24px; padding-bottom: 100px;}

	.sub_tit {position:relative; margin-bottom: 36px; text-align: center;}
		.sub_tit.left{text-align:left;}
	.sub_tit h2 {font-size: 40px; font-weight: bold; color: #000; letter-spacing: -0.8px;}
		.sub_tit h2 + h3{margin-top:52px;}
		.sub_tit h2 + h4{margin-top:24px;}
	.sub_tit h3{font-size:30px; font-weight:bold; color:#333; letter-spacing:-0.03em;}
		.sub_tit h3 + h4{margin-top:26px;}
		.sub_tit h3 + h6{margin-top:14px;}
	.sub_tit h3 strong{font-size:inherit; font-weight:inherit; color:#98cc01;}
	.sub_tit h4{font-size:26px; font-weight:bold; color:#333; letter-spacing:-0.03em;}
		.sub_tit h4 + h6{margin-top:11px;}
	.sub_tit h4 strong{font-size:inherit; font-weight:inherit; color:#98cc01;}
	.sub_tit h5{display:inline-block; font-size:22px; font-weight:bold; color:#222;}
	.sub_tit h5 em{font-size:14px; font-weight:400; color:#ff2424;}
	.sub_tit h5 strong{font-size:16px; font-weight:bold; color:#ff2424;}
	.sub_tit h6{font-size:16px; font-weight:400; color:#666; letter-spacing:-0.03em;}
	.sub_tit h6 strong{font-size:inherit; font-weight:bold; color:#333;}
	.sub_tit h6 em{font-size:inherit; font-weight:inherit; color:#60a64d;}
	/* (s) 240108 추가 및 수정 시작 */
	.sub_tit h6 b {font-size:inherit; font-weight:bold; color:#ff2424;}
	/* (e) 240108 추가 및 수정 끝 */
	.sub_tit p{font-size:14px; font-weight:400; color:#666; letter-spacing:-0.03em; line-height:171%;}
	.sub_tit .noti{position:absolute; top:50%; right:0; transform:translateY(-50%); font-size:13px; font-weight:400; color:#999; letter-spacing:-0.03em; display:inline-block;}
		.sub_tit .noti.left{position:static; transform:none;margin-left:14px; vertical-align:bottom;}
	.sub_tit .noti strong{font-size:inherit; font-weight:inherit; color:#ff2424;}


	/* con bg, border */
		.bg_green {}
		.bg_gray {background: #f7f7f7;}

		.border_gray {box-sizing: border-box; border: 10px solid #f0f0f0; border-radius: 20px;}

		.black_tit_box {text-align: center;}
		.black_tit_box dt {width: 100%; background: #000; padding: 19px 0; border-radius: 10px 10px 0 0; font-size: 16px; font-weight: 500; color: #fff; letter-spacing: -0.32px; overflow: hidden;}
		.black_tit_box dd {box-sizing: border-box; padding: 30px; padding-bottom: 40px; border: 1px solid #ddd; border-top: 0; border-radius: 0 0 10px 10px; overflow: hidden;}

	/* tab */
		.sort_tab {display:inline-flex;}
		.sort_tab li {position: relative; font-size: 14px; font-weight: 400; color: #888; cursor: pointer;}
		.sort_tab li + li {margin-left: 20px;}
		.sort_tab li:before {position: absolute;content: '';width: 0;height: 2px;background: #60a64d;left: 50%;bottom: -4px;transform: translateX(-50%);transition: all 0.4s;}
		.sort_tab li.on {color: #333;}
		.sort_tab li.on:before {width: calc(100% + 3px);}
		.sort_tab li input[type="radio"] + label {padding-left: 0; font-size: 14px; font-weight: 400; color: #888;}
		.sort_tab li.on input[type="radio"] + label {color: #333;}
		.sort_tab li input[type="radio"] + label:before,
		.sort_tab li input[type="radio"] + label::before {display: none;}
		.sort_tab li:hover, .sort_tab li.on {color:#333;}
		.sort_tab li:hover:before, .sort_tab lii.on:before{width:calc(100% + 3px);}

		.round_tab {position: relative; margin-bottom: 54px; overflow: hidden;}
			.round_tab:before {content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 100vw; height: 1px; background: #333;}
		.round_tab ul {display:flex;}
		.round_tab li {width: 100%; background: #f5f5f5; box-sizing: border-box; border: 1px solid #ddd; border-radius: 10px 10px 0 0; font-size: 18px; color: #666; line-height: 68px; text-align: center;}
		.round_tab li a {display: block; width: 100%; height: 100%; font-weight: inherit; color: inherit;}
		.round_tab li.on {position: relative; background: #fff; border: 1px solid #333;}
		.round_tab li.on:after {content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #fff; z-index: 1;}
		.round_tab li.on a {font-weight: bold; color: #333;}

		.sub_tit + .round_tab{padding-top:16px;}

	/* list */
		.form_list > li + li {margin-top: 14px;}
		.form_list > li span {font-size: 14px; color: #999; vertical-align: middle;}

		.dot_list > li {position: relative; padding-left: 8px; font-size: 14px; color: #999; line-height: 1.57;}
		.dot_list > li + li {margin-top: 6px;}
		.dot_list > li:before {content: ""; position: absolute; left: 0; top: 9px; width: 3px; height: 3px; background: #999; border-radius: 50%;}
		
		/* (s) 231215 추가 및 수정 시작 */
		.exchange_pop .dot_list > li{display: none;}
		.exchange_pop .dot_list > li.on{display:block;}
		.dot_list > li ul{padding-left:8px;margin-top:4px;}
		.dot_list > li ul li{font-size: 13px; color: #999; line-height: 1.57;padding-left:8px;position: relative;}
		.dot_list > li ul li + li{margin-top:6px;}
		.dot_list > li ul li:before{content:"-";font-size:inherit;color:inherit;font-weight:inherit;position:absolute; left:0;top:-1px;}
		/* (e) 231215 추가 및 수정 시작 */


		.bar_list + .bar_list{margin-top: 23px;}
		.bar_list > li {position: relative; padding-left: 8px; font-size: 16px; font-weight: 300; color: #666;}
		.bar_list > li strong{font-size:inherit; font-weight:500; color:#333; }
		.bar_list > li + li {margin-top: 6px;}
		.bar_list > li:before {content: "-"; position: absolute; left: 0; top: 0;}
			.bar_list > li.none{padding-left:0;}
			.bar_list > li.none:before{display:none;}

		.caution_list {}
		.caution_list > li {position: relative; padding-left: 15px; font-size: 13px; font-weight: 300; color: #999;}
		.caution_list > li + li {margin-top: 6px;}
		.caution_list > li:before {content: "※"; position: absolute; left: 0; top: 0;}

		.caution_circle{text-align:center;}
		.caution_circle li{position:relative; display:inline-block; font-size:18px; font-weight:500; color:#333; padding-left:30px; letter-spacing:-0.03em;}
		.caution_circle li:before {position:absolute;/*content:'!'*/;display:inline-flex;align-items:center;justify-content: center;width:20px;height:20px;border:1px solid #60a64d;border-radius:100%;box-sizing:border-box;top: 3px;left:0;font-family: fantasy;font-size: 13px;color: #60a64d;}
		/* (s) 240108 추가 및 수정 시작 */
			.caution_circle.none li:before {display: none;}
			.caution_tit:before{background:#60a64d; position:absolute;content:'!';display:inline-flex;align-items:center;justify-content: center;font-weight: 500; width:30px;height:30px;border:1px solid #60a64d;border-radius:100%;box-sizing:border-box;top: 8px;left:0;font-family: fantasy;font-size: 15px;color: #fff;}
			.caution_tit {position: relative; display: inline-block; padding-left: 40px;}
		/* (e) 240108 추가 및 수정 끝 */
		


	/* bg_box */
		.bg_box{background:#f5f5f5;border-radius:10px;padding: 36px 40px 40px;box-sizing:border-box;}

	/* icon_question */
		.icon_question:after{display:inline-flex; align-items:center; justify-content:center; content:'?'; width:20px; height:20px; border-radius:100%; border:1px solid #60a64d; font-size:13px; font-weight:400; color:#60a64d; margin-left:5px; cursor:pointer;}

		/* (s) 240124 추가 및 수정 */
			.icon_question{position:relative;}
			.question_layer{position:absolute;border:1px solid #ccc;width:400px;height:auto;background:#fff;z-index:99;text-align:left;padding: 20px 25px;box-sizing:border-box;right:0;bottom:calc(100% - 3px); opacity:0; pointer-events:none; transition:all 0.4s;}
				.question_layer.on{opacity:1; pointer-events:auto;}
				.question_layer:before{position:absolute; content:''; width:8px; height:8px; border:1px solid #fff0; border-bottom-color:#ccc; border-right-color:#ccc; top:calc(100% - 5px); right:20px; background:#fff; transform:rotate(45deg);}
			.question_layer h6{font-size: 18px;font-weight:500;color:#333;}
			.question_layer .info{margin-top:15px;}
			.question_layer .info > dt{font-size: 14px;font-weight:400;color:#333;line-height:1.5;}
				.question_layer .info > dt + dd{margin-top:5px; padding-left:12px;}
			.question_layer .info > dd{font-size: 13px;font-weight:400;color:#666;line-height:1.5;}
			.question_layer .exp{display:flex;padding-top:5px;width: 100%;}
			.question_layer .exp > dt{width: 80px;font-size: 13px;font-weight:500;color:#333;line-height:1.5;}
			.question_layer .exp > dt img{margin-right:5px; width:12px; vertical-align:inherit;}
			.question_layer .exp > dt + dd{width: calc(100% - 80px);font-size: 13px;font-weight:400;color:#666;line-height:1.5;}
		/* // (e) 240124 추가 및 수정 */



/*───────────────────────────────────────────────────────────

	table

───────────────────────────────────────────────────────────*/
	table {border-top: 1px solid #000;}
	table th, table td {box-sizing: border-box; padding: 17px 0; border-bottom: 1px solid #ddd; font-size: 15px; font-weight: 400; color: #333; text-align: center;}
	table th {background: #f5f5f5; font-weight: 500; color: #333;}
	table td {padding: 20px 0; color: #666;}
	#wrap .js-datepicker{height: 45px; background:#fff url("../images/renewal/icon_datepicker.png") calc(100% - 10px) center no-repeat; background-size: 16px auto; padding: 0 34px 0 15px; cursor:pointer;}
	table th.pd, table td.pd{padding-left:20px; padding-right:20px;}
	table .left{text-align:left;}
	table th.important:after{display:inline-flex; content:'*'; color:#ff2424; margin-left:3px;}

	.col_table {}
	.col_table th, .col_table td {padding: 17px 20px; text-align: left; vertical-align: top;}
	.col_table th {font-weight: 400; color: #222;}

	/* (s) 240108 추가 및 수정 시작 */
	.round_table {box-sizing: border-box; border: 1px solid #ddd; border-radius: 6px;}
	.round_table table {border-top: 0;}
	.round_table table th,
	.round_table table td {padding: 12.5px 20px; font-size: 14px; font-weight: 400; color: #666; letter-spacing: -0.28px; text-align: left;}
	.round_table table th {background: #f7f7f7; font-weight: 500; color: #333;}
	.round_table table tr:first-child th, .round_table table tr:first-child td{border-radius:6px 6px 0 0;}
	.round_table table tr:last-child th, .round_table table tr:last-child td {border-bottom: 0;border-radius:0 0 6px 6px;}
	/* (e) 240108 추가 및 수정 시작 */

	/* (s) 231215 추가 및 수정 시작 */
	.exchange_pop .round_table tr.tr_radio .radio_box{display: inline-block;vertical-align: top;}
	.exchange_pop .round_table tr.tr_radio .radio_box + .radio_box{margin-left:20px;}
	.exchange_pop .round_table tr.tr_radio .inp_list li input[type="radio"] + label:before, .exchange_pop .round_table tr.tr_radio input[type="radio"] + label::before{top:0;}
	.exchange_pop .round_table tr.on{display:table-row;}
	.exchange_pop .round_table tr{display:none;}
	.exchange_pop .round_table tr th, .exchange_pop .round_table tr td{border:none;}
	.exchange_pop .round_table tr + tr th, .exchange_pop .round_table tr + tr td{border-top:1px solid #ddd;}
	/* (e) 231215 추가 및 수정 시작 */

	.write_table {}
	.write_table input[type="text"],
	.write_table input[type="password"],
	.write_table input[type="number"],
	.write_table input[type="date"] {height: 45px; line-height: 45px; border-radius: 6px;}
	.write_table input[type="text"]::placeholder,
	.write_table input[type="password"]::placeholder,
	.write_table input[type="number"]::placeholder,
	.write_table input[type="date"]::placeholder,
	.write_table textarea::placeholder {color: #999;}
	.write_table th .btn {margin-top: 6px;}
	.write_table td input + .btn, .write_table td .select_custom + .btn {width: auto; padding: 0 18px; height: 45px; line-height: 45px; font-size: 14px; font-weight: 400;}
	.write_table .js-datepicker {width:150px;}

	.input_table{padding:17px 0; border-top:1px solid #222;}
	.input_table table{border-top:0;}
	.input_table table th, .input_table table td{padding:12.5px 0; background:#fff; text-align:left; border:0; font-size:16px; font-weight:400; color:#333;}
	.input_table table th{}
		.input_table table th.ver_top, .input_table table td.ver_top{vertical-align:top; padding-top:24px;}
	.input_table table td{}
	.input_table table td .line{font-size:inherit; color:#000; display:inline-block; margin:0 4px; text-align:center; vertical-align:middle;}
	.input_table table td input[readonly]{background:#f5f5f5;}
	.input_table table td .file_wrap{position:relative; display:inline-block;}
		.input_table table td .file_wrap + .textarea_wrap{margin-top:22px; background:#f5f5f5;}
	.input_table table td .file_wrap input[type="text"]{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.input_table table td .file_wrap input[type="file"].fild_btn{position:absolute; top:0; left:0; width:100%; opacity:0; cursor:pointer; height:45px;}
	.input_table table td .btn.btn_gray{margin-left:7px;}
	.input_table table td input.short{width:150px;}
	.input_table table td input.bk{width:100%;}
	.input_table table td input.long{width:489px;}
	.input_table table td input.helf{width:239px;}
	.input_table table td input.helf +  input.helf{margin-left:8px;}
	.input_table table td select{width:150px;}
	.input_table table td .select_custom{display:inline-block; width:300px; vertical-align:middle;}
	.input_table table td .select_custom dt span{height:45px; border-radius:6px;}
	.input_table table td input + .select_custom{width:150px; margin-left:7px;}
	.input_table table td .noti{display:inline-block; font-size:13px; font-weight:400; color:#999; letter-spacing:-0.03em; vertical-align:middle;}
	.input_table table td input + .noti, .input_table table td .select_custom + .noti{margin-left:18px;}
	.input_table table td input[type="radio"] + label{font-size:15px;line-height: 20px;}
	.input_table table td input[type="radio"] + label:before, .input_table table td input[type="radio"] + label::before{top:1px;}
	.input_table table td .form_element{display:inline-flex; height:45px; align-items:center;}
	.input_table table td .form_element label + input[type="radio"] + label{margin-left:41px;}
	
	.input_table table td .dot_list{}
	.input_table table td .dot_list li{font-size:inherit; color:#666; }
		.input_table table td .dot_list > li:before{background:#666; top:12px; width:2px; height:2px;}
		.input_table table td .dot_list > li + li{margin-top:13px;}
	.input_table table td .dot_list li dl{display:flex;align-items:center;}
	.input_table table td .dot_list li dl dt{width:212px;}
	.input_table table td .dot_list li dl dd{font-size: 0;}

	.input_table table td .caution_list{margin-top:17px;}
	.input_table table td .caution_list li{font-weight:400; padding-left:12px; letter-spacing:-0.04em;}
		.input_table table td .caution_list li + li{margin-top:2px;}

	/* (s) 240108 추가 및 수정 시작 */
	.textarea_wrap{position:relative; display:block; background:#f9f9f9; padding:10px; border-radius:6px;}
	.textarea_wrap > div{background:none; border:0; font-size:13px; font-weight:400; color:#999; letter-spacing:-0.03em; line-height:153%; width:100%; padding:7px 10px; height:110px; overflow:auto;box-sizing:border-box;}
	.textarea_wrap > div::-webkit-scrollbar { width: 5px;}
	.textarea_wrap > div::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 2.5px;}
	.textarea_wrap > div::-webkit-scrollbar-track {border-radius: 2.5px;background:#eee;}
	.textarea_wrap textarea.no_scroll{min-height:95px; overflow:hidden;}
	.textarea_wrap .no_scroll{white-space:pre-line;}
	/* (e) 240108 추가 및 수정 시작 */
		
	/*--div 표시영역 스크롤바 새로 정의 때문에 회원가입 약관  표시영역 스크롤바 정의--*/
	.div_wrap{position:relative; display:block; background:#f9f9f9; padding:10px; border-radius:6px;}	
	.div_wrap .scroll_area{background:none; border:0; font-size:13px; font-weight:400; color:#999; letter-spacing:-0.03em; line-height:153%; width:100%; padding:7px 10px; min-height:110px; overflow-y: auto}
		.div_wrap .scroll_area::-webkit-scrollbar { width: 5px;}
		.div_wrap .scroll_area::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 2.5px;}
		.div_wrap .scroll_area::-webkit-scrollbar-track {border-radius: 2.5px;background:#eee;}
		.div_wrap .scroll_area.no_scroll{min-height:95px; overflow:hidden;}

	.pop_table {border-top-color:#ddd;}
	.pop_table th, .pop_table td {padding: 12.5px 0; font-size: 14px; color: #666;}
	.pop_table th {background: #f7f7f7; color: #333;}
	.pop_table td {padding: 10px 0 8px;}
	.pop_table td .lg{font-size:16px;}
	.pop_table td .sm{font-size:12px;}
	
	.search_count{display:flex; justify-content:space-between; align-items:center; margin-bottom:10px;}
	.search_count .count{font-size:14px; font-weight:400; color:#333; letter-spacing:-0.03em; }
	.search_count .count strong{font-size:inherit; font-weight:bold;}
	.search_count .btn_list{display:inline-flex;}
	.search_count .btn_list li{}
		.search_count .btn_list li + li{margin-left:10px;}
	.search_form{background:#f5f5f5;border-radius: 10px;padding: 27.5px 9px; margin-bottom:40px;}
	.search_form table{border-top:0;}
	.search_form table th, .search_form table td{border:0; padding-top:12.5px; padding-bottom:12.5px; background:none;}
	.search_form table th{text-align:left;padding-left: 32px;font-size:16px;}
	.search_form table td{border:0;text-align:left;padding-left: 8px;padding-right: 30px;}
	.search_form table td input[type="text"], .search_form .select_custom dt span{width:100%; height:45px; border-radius:6px;}
	.search_form table td.data .select_custom dt span{border-color:#ccc;}
	.search_form table td.data .select_custom{display:inline-block; vertical-align:top;}
	.search_form table td.data .select_custom, .search_form table td.data .js-datepicker{margin:0 7px 0 0; width:calc(100% / 3 - 48px)}
	.search_form table td.data .btn_bmd{width:113px; margin:0;}

	.search_list table th{padding-top:14px; padding-bottom:14px;}
	.search_list table td{padding:14px 0 16px;}
	.search_list table td .view_btn{font-size:inherit; font-weight:inherit; color:inherit;}
	/* (s) 231215 추가 및 수정 시작 */
	.search_list table td .detail_view{cursor:pointer;}
	/* (e) 231215 추가 및 수정 시작 */
	.search_list table td .btn_list{margin-top:5px; display:flex; flex-wrap:wrap; justify-content:center;}
	.search_list table td .btn_list li{margin-bottom:5px;}
	.search_list table td .btn_list li + li{margin-left:7px;}
	.search_list table td .btn_sm{padding:0 15px;}
	.search_list table td strong{font-size:inherit; font-weight:inherit;}

	/* (s) 240124 추가 및 수정 */

		.tell_upload_pop .search_list{max-height:230px; overflow-y:auto;}
		.tell_upload_pop .search_list table{}
		
	/* // (e) 240124 추가 및 수정 */

/*───────────────────────────────────────────────────────────

	스크롤바 커스텀

───────────────────────────────────────────────────────────*/
	.scroll_custom {box-sizing: border-box; height: 100%; overflow-y: auto;}
	.scroll_custom::-webkit-scrollbar {width: 5px;}
	.scroll_custom::-webkit-scrollbar-thumb {background:#aaa; border-radius: 2.5px;}
	.scroll_custom::-webkit-scrollbar-track {background:#eee; border-radius: 2.5px;}
	.scroll_custom::-webkit-scrollbar-button:vertical:start:decrement,
	.scroll_custom::-webkit-scrollbar-button:vertical:start:increment {display: block; height: 15px;}
	.scroll_custom::-webkit-scrollbar-button:vertical:end:decrement,
	.scroll_custom::-webkit-scrollbar-button:vertical:end:increment {display: block; height: 15px;}


/*───────────────────────────────────────────────────────────

	테이블 수량 박스

───────────────────────────────────────────────────────────*/
	.qty_wrap {display: inline-flex;}
	.qty_wrap .btn_qty {display: block; width: 30px; height: 30px; background-size: contain !important; box-sizing: border-box; border: 1px solid #ddd; overflow: hidden;}
	.qty_wrap .qty_down {background: url("../images/renewal/btn_qty_down.png") no-repeat center; border-right: 0; border-radius: 4px 0 0 4px;}
	.qty_wrap .qty_up {background: url("../images/renewal/btn_qty_up.png") no-repeat center; border-left: 0; border-radius: 0 4px 4px 0;}
	.qty_wrap input[type="text"] {width: 50px; height: 30px; padding: 0; border-radius: initial; font-size: 13px; color: #333; text-align: center;}
	

/*───────────────────────────────────────────────────────────

	테이블 바이트 체크 박스

───────────────────────────────────────────────────────────*/
	.byte_wrap {box-sizing: border-box; border:1px #ddd solid; border-radius: 6px; overflow: hidden; text-align: right; background:#fff;}
	.byte_wrap + .byte_wrap {margin-top: 10px;}
	.byte_wrap input[type="text"], .byte_wrap input[type="password"], .byte_wrap input[type="number"], .byte_wrap input[type="date"] {width: calc(100% - 80px) !important; border: 0;}
	.byte_wrap textarea {width: 100%; border: 0;}
	.byte_wrap .byte_check {display: inline-block; min-width: 56px; padding-right: 20px; font-size: 13px; font-weight: 300; color: #333; letter-spacing: -0.26px;}
	.byte_wrap textarea + .byte_check {padding-top: 10px; padding-bottom: 16px;}


/*───────────────────────────────────────────────────────────

	페이징

───────────────────────────────────────────────────────────*/
	.paging_wrap {display: flex; justify-content: center; margin: 60px auto 0;}
	.paging_wrap a {display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background-size: 100% !important; box-sizing: border-box; border: 1px solid #ddd; border-radius: 50%; line-height: 1; overflow: hidden; text-align:center;}
	.paging_wrap a + a {margin-left: 5px;}
	.paging_wrap a.first {background: url("../images/renewal/icon_paging_first.png") no-repeat center;}
	.paging_wrap a.prev {background: url("../images/renewal/icon_paging_prev.png") no-repeat center;}
	.paging_wrap a.next {background: url("../images/renewal/icon_paging_next.png") no-repeat center;}
	.paging_wrap a.last {background: url("../images/renewal/icon_paging_last.png") no-repeat center;}
	.paging_wrap .paging {margin: 0 15px;}
	.paging_wrap .paging a {background: #fff; font-size: 14px; color: #999;}
	.paging_wrap .paging a.now {background: #60a64d; border-color: #60a64d; color: #fff;}


/*───────────────────────────────────────────────────────────

	popup

───────────────────────────────────────────────────────────*/
	.layer_dim {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.3); z-index:10;}
	
	.ly_pop {}
	.ly_pop .ly_pop_layer {height:0;opacity:0; position: fixed; top: calc(50% - 0.5px); left: calc(50% - 0.5px); transform:translate3d(-50%, -50%, 0) rotate(0.01deg); min-width: 480px; max-width: 480px; max-height: 86%; background: #fff; box-sizing: border-box; padding: 40px; padding-top: 34px; border-radius: 10px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); overflow: hidden; z-index:-1;}
		.ly_pop .ly_pop_layer.max_600{max-width: 600px;}
	.ly_pop .ly_pop_layer.active {height:auto;overflow:visible;overflow-y:scroll;opacity:1; z-index: 11;}
	.ly_pop .ly_pop_layer {-ms-overflow-style: none; scrollbar-width: none; /* Firefox */}
	.ly_pop .ly_pop_layer::-webkit-scrollbar {display: none;}
	.ly_pop .ly_pop_layer .tit {display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #333;}
	.ly_pop .ly_pop_layer .tit h5 {font-size: 22px; font-weight: 500; color: #333; letter-spacing: -0.74px;}
	.ly_pop .ly_pop_layer .tit .layer_close {position: relative; display: block; width: 20px; height: 20px; margin-right: -2px; margin-top: 4px; background: url("../images/renewal/layer_close.png") no-repeat center; background-size: 16px auto; cursor: pointer;}
	.ly_pop .ly_pop_layer .cont {padding-top: 36px;}

	.ly_pop .ly_pop_layer .round_tab {margin-bottom: 24px;}
	.ly_pop .ly_pop_layer .round_tab:before {width: 100%; background: #60a64d;}
	.ly_pop .ly_pop_layer .round_tab li {font-size: 15px; line-height: 50px; cursor: pointer;}
	.ly_pop .ly_pop_layer .round_tab li.on {border-color: #60a64d; font-weight: 400; color: #60a64d; border-bottom: 0;}
	.ly_pop .ly_pop_layer .round_tab li.on a {font-weight: 400; color: #60a64d;}
	.ly_pop .ly_pop_layer .round_tab li.on:after {bottom: 0;}

	.ly_pop .ly_pop_layer .cont_txt {margin-bottom: 30px; font-size: 18px; color: #333; letter-spacing: -0.36px; text-align: center;}
	.ly_pop .ly_pop_layer .cont_txt p {margin-top: 8px; font-size: 15px; color: #666; letter-spacing: -0.3px;}

	.ly_pop .ly_pop_layer .cont_box {}
	.ly_pop .ly_pop_layer .cont_box + .cont_box {margin-top: 32px;}
	.ly_pop .ly_pop_layer .cont_box .box_tit {position:relative; margin-bottom: 12px; font-size: 18px; font-weight: 500; color: #333; letter-spacing: -0.36px;}
	.ly_pop .ly_pop_layer .cont_box .box_tit.right_btn{display:flex; justify-content:space-between; align-items:center; margin-bottom:10px;}
	
	.ly_pop .ly_pop_layer .cont_info {margin-top: 16px;}
	.ly_pop .ly_pop_layer .cont_info dt {font-size: 14px; color: #666; letter-spacing: -0.28px;}
	.ly_pop .ly_pop_layer .cont_info dd .bar_list li {font-size: 13px; font-weight: 400; color: #999; letter-spacing: -0.37px;}
	.ly_pop .ly_pop_layer .cont_info dd .bar_list li + li {margin-top: 0;}

	.ly_pop .ly_pop_layer .prd_quantity_box {border-top: 0;}
	.ly_pop .ly_pop_layer .prd_quantity_box th, .ly_pop .ly_pop_layer .prd_quantity_box td {display: block; padding: 0 !important; border-bottom: 0; font-size: 14px; font-weight: 400; color: #666; letter-spacing: -0.28px; text-align: left;}
	.ly_pop .ly_pop_layer .prd_quantity_box th {background: none; margin-bottom: 8px; font-weight: 500; color: #333;}

	.ly_pop .ly_pop_layer input[type="text"], .ly_pop .ly_pop_layer input[type="password"], .ly_pop .ly_pop_layer input[type="number"], .ly_pop .ly_pop_layer input[type="date"], .ly_pop .ly_pop_layer textarea {width: 100%;  padding: 0 16px; border-radius: 6px; font-size: 14px;}
	/* (s) 231215 추가 및 수정 시작 */
	.ly_pop .ly_pop_layer textarea{padding-top:13px; padding-bottom:13px;min-height:50px;height:50px;}
	/* (e) 231215 추가 및 수정 시작 */
	.ly_pop .ly_pop_layer input[type="text"], .ly_pop .ly_pop_layer input[type="password"], .ly_pop .ly_pop_layer input[type="number"], .ly_pop .ly_pop_layer input[type="date"]{height: 40px; line-height: 40px;}
	.ly_pop .ly_pop_layer input[type="text"]::placeholder, .ly_pop .ly_pop_layer input[type="password"]::placeholder, .ly_pop .ly_pop_layer input[type="number"]::placeholder {color: #aaa; font-weight: 300;}
	 .ly_pop .ly_pop_layer textarea::placeholder{color:#999;}

	.ly_pop .ly_pop_layer .sort_tab {margin-bottom: 14px;}
	.ly_pop .ly_pop_layer .sort_tab li:before {display: none !important;}
	.ly_pop .ly_pop_layer .sort_tab li.on {font-weight: 500;}
	.ly_pop .ly_pop_layer .sort_tab li + li {margin-left: 0;}
	.ly_pop .ly_pop_layer .sort_tab li:after {content: ""; display: inline-block; vertical-align: middle; margin: 0 10px; width: 1px; height: 10px; background: #ddd;}
	.ly_pop .ly_pop_layer .sort_tab li:last-child:after {display: none;}

	.ly_pop .ly_pop_layer .tab_con > div {height: 0; overflow: hidden;}
	.ly_pop .ly_pop_layer .tab_con > div.active {height: auto; overflow: visible;}

	.ly_pop .ly_pop_layer .agree_box {width: 100%; height: 310px; box-sizing: border-box; padding: 0 10px 0 20px; border: 1px solid #ddd; border-radius: 6px; overflow: hidden;}
	.ly_pop .ly_pop_layer .agree_box {font-size: 13px; font-weight: 300; color: #666; letter-spacing: -0.26px;}
	.ly_pop .ly_pop_layer .agree_box .agree_tit {margin-top: 18px; margin-bottom: 5px;}
	.ly_pop .ly_pop_layer .agree_box .agree_tit strong {font-weight: 500; color: #333;}
	.ly_pop .ly_pop_layer .agree_box .scroll_custom {padding: 20px 0; padding-right: 25px;}
	.ly_pop .ly_pop_layer .agree_box .scroll_custom::-webkit-scrollbar-button:vertical:start:decrement,
	.ly_pop .ly_pop_layer .agree_box .scroll_custom::-webkit-scrollbar-button:vertical:start:increment {display: block; height: 5px;}
	.ly_pop .ly_pop_layer .agree_box .scroll_custom::-webkit-scrollbar-button:vertical:end:decrement,
	.ly_pop .ly_pop_layer .agree_box .scroll_custom::-webkit-scrollbar-button:vertical:end:increment {display: block; height: 5px;}
	.ly_pop .ly_pop_layer .agree_box .round_table {margin: 16px 0 10px;}
	.ly_pop .ly_pop_layer .agree_box .round_table th,
	.ly_pop .ly_pop_layer .agree_box .round_table td {padding: 6px 20px; font-size: 13px; font-weight: 300; color: #666; letter-spacing: -0.26px; text-align: center;}
	.ly_pop .ly_pop_layer .agree_box .round_table th {background: #f9f9f9; border-bottom: 1px solid #ddd;}
	.ly_pop .ly_pop_layer .agree_box .round_table th + th, .ly_pop .ly_pop_layer .agree_box .round_table td + td {border-left: 1px solid #ddd;}
	.ly_pop .ly_pop_layer .agree_box p + p, .ly_pop .ly_pop_layer .agree_box p + ol {margin-top: 6px;}
	.ly_pop .ly_pop_layer .agree_box ol li {list-style-position: inside; text-indent: -14px; padding-left: 14px; line-height: 1.76;}
	.ly_pop .ly_pop_layer .agree_box + .cont_txt {margin: 12px 0 10px; text-align: left;}

	.ly_pop .ly_pop_layer .cont .btn_wrap {margin-top: 40px;}

	.ly_pop .ly_pop_layer .price_list{display:flex; border:1px solid #ddd; border-radius:6px; height:107px; margin-top:19px;}
	.ly_pop .ly_pop_layer .price_list li{text-align:center;  width:100%; display:inline-flex; height:100%; align-items:center; justify-content:center;}
		.ly_pop .ly_pop_layer .price_list li + li{border-left:1px solid #ddd;}
	.ly_pop .ly_pop_layer .price_list li dt{font-size:14px; font-weight:400; color:#333;}
	.ly_pop .ly_pop_layer .price_list li dd{font-size:16px; font-weight:400; color:#333;}
	.ly_pop .ly_pop_layer .price_list li dd strong{font-size:inherit; font-weight:bold; color:inherit;}

	.ly_pop .ly_pop_layer .price_list li.total{background:#f5f5f5;}
	.ly_pop .ly_pop_layer .price_list li.total dd strong{font-size:20px;}

	.ly_pop .ly_pop_layer .bar_list > li{font-weight:400;line-height:162%;letter-spacing: -0.038em;}
		.ly_pop .ly_pop_layer .bar_list > li + li{margin-top: 12px;}

	.ly_pop .ly_pop_layer .round_table + .dot_list{margin-top:11px;}

	.ly_pop .ly_pop_layer table th, .ly_pop .ly_pop_layer table td{font-size:14px;}

	.ly_pop .ly_pop_layer .search_form table th{padding:0 11px 13px;}
	.ly_pop .ly_pop_layer .search_form table td{padding:0 11px;}
	.ly_pop .ly_pop_layer table td .select_custom span, #wrap .ly_pop .ly_pop_layer .js-datepicker{height:40px; font-size:inherit; border-radius:6px;}
	.ly_pop .ly_pop_layer table td .select_custom dt span:before{top:45%;}
	.ly_pop .ly_pop_layer table td .select_custom dt.on span:before{top:56%;}
	.ly_pop .ly_pop_layer .search_form table td.data .select_custom, .ly_pop .ly_pop_layer .search_form table td.data .js-datepicker{margin:0 3px 0 0;}
	.ly_pop .ly_pop_layer .search_form table td.data .select_custom{width:100px;}
	.ly_pop .ly_pop_layer .search_form table td.data .js-datepicker{width:calc(100% / 2 - 112px);}
	.ly_pop .ly_pop_layer .search_form table td.data .line{display:inline-flex; content:''; width:10px; height:1px; background:#aaa; vertical-align:middle; margin-right:3px;}
	.ly_pop .ly_pop_layer .search_form table td.data .btn_md{width:89px;}

	.ly_pop .ly_pop_layer .search_form table td.data.text_data .select_custom, .ly_pop .ly_pop_layer .search_form table td.data.text_data .js-datepicker{margin:0 7px 0 0;}
	.ly_pop .ly_pop_layer .search_form table td.data.text_data .select_custom{width:70px;} 
	.ly_pop .ly_pop_layer .search_form table td.data.text_data .select_custom span{padding:0 28px 0 13px; }
	.ly_pop .ly_pop_layer .search_form table td.data.text_data .select_custom span:before{right:13px;}
	.ly_pop .ly_pop_layer .search_form table td.data.text_data .select_custom dd ul li{padding-left:13px; padding-right:13px;}
	.ly_pop .ly_pop_layer .search_form table td.data.text_data .btn_md{width:63px;}
	.ly_pop .ly_pop_layer .search_form table td.data.text_data input[type="text"]{width: calc(100% - 233px);margin: 0 7px 0 0;}

	.ly_pop .ly_pop_layer .inp_exp{font-size:14px; padding-bottom:0; line-height:1; padding:10px 0 2px;}
	.ly_pop .ly_pop_layer .inp_exp input[type="checkbox"] + label{font-size:inherit;}
	.ly_pop .ly_pop_layer input.bd_none{border:0; padding:0;}

	.ly_pop .ly_pop_layer table td .select_custom + input[type="text"]{margin-top:10px;}
	.ly_pop .ly_pop_layer table td .select_custom + textarea{margin-top:10px;}
	.ly_pop .ly_pop_layer input[type="text"].file_name{width:calc(100% - 96px); margin-right:8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.ly_pop .ly_pop_layer .file_wrap{position:relative; display:inline-block;}
	.ly_pop .ly_pop_layer .file_wrap .file_btn{position:absolute; top:0; left:0; width:100%; height:100%;z-index:2; cursor:pointer;text-indent:-9999px;}
	.ly_pop .ly_pop_layer .dot_agree{margin:30px 0 11px}
	.ly_pop .ly_pop_layer .bg_box{padding:28px 20px; margin-bottom:20px;}
		.ly_pop .ly_pop_layer .bg_box.message_cont{display:none;}
	.ly_pop .ly_pop_layer .bg_box .message{display:flex;}
	.ly_pop .ly_pop_layer .bg_box .message + .message{margin-top:8px;}
	.ly_pop .ly_pop_layer .bg_box .message dt, .ly_pop .ly_pop_layer .bg_box .message dd{font-size:14px; font-weight:400; line-height:143%;}
	.ly_pop .ly_pop_layer .bg_box .message dt{color:#333; width:80px; box-sizing:border-box;}
	.ly_pop .ly_pop_layer .bg_box .message dd{color:#666; width:calc(100% - 80px); padding-left:10px; box-sizing:border-box;}

	.ly_pop .ly_pop_layer.message_pop{padding:0;min-width:auto;width:426px;height:780px;background:url('../images/renewal/mockup.png') no-repeat center;background-size: cover;box-shadow:none;overflow: visible;}
	.ly_pop .ly_pop_layer.message_pop .tit{justify-content:center;border-bottom-color:#eee;padding: 66px 32px 12px;width: calc(100% - 50px);margin: 0 auto;box-sizing: border-box;}
	.ly_pop .ly_pop_layer.message_pop .tit h5{font-size:16px;}
	.ly_pop .ly_pop_layer.message_pop .cont{position:relative;padding: 20px 57px;height: calc(100% - 102px);}
	.ly_pop .ly_pop_layer.message_pop .cont .msg{}
	.ly_pop .ly_pop_layer.message_pop .cont .msg dt{font-size:18px; font-weight:500; color:#000;}
		.ly_pop .ly_pop_layer.message_pop .cont .msg dt + dd{margin-top: 21px;}
	.ly_pop .ly_pop_layer.message_pop .cont .msg dd{font-size:14px;font-weight:300;color:#666;line-height:171%;letter-spacing: -0.02em;height: 300px;overflow-y: auto;}
	
	/* (s) 240124 추가 및 수정 */
	.ly_pop .ly_pop_layer.message_pop .cont .msg_cont {height:650px;}
	.ly_pop .ly_pop_layer.message_pop .cont .msg_cont dt{font-size:15px; font-weight:400; color:#333; background:#eee; padding:10px 15px; border-radius:25px;}
		.ly_pop .ly_pop_layer.message_pop .cont .msg_cont dt + dd{margin-top:10px;}
	.ly_pop .ly_pop_layer.message_pop .cont .msg_cont dd span{display:block; font-size:0;}
		.ly_pop .ly_pop_layer.message_pop .cont .msg_cont dd span + em{margin-top:10px;}
	.ly_pop .ly_pop_layer.message_pop .cont .msg_cont dd em{display:block; font-size:14px; font-weight:400; color:#333; background:#eee; padding:10px 15px; border-radius:10px;}
	/* // (e) 240124 추가 및 수정 */
	
	.ly_pop .ly_pop_layer.message_pop .btn_wrap{position:absolute;width:calc(100% - 114px);left:50%;transform:translateX(-50%);bottom: 123px;}
	.ly_pop .ly_pop_layer.message_pop .scroll_custom::-webkit-scrollbar-button:vertical:start:decrement,
	.ly_pop .ly_pop_layer.message_pop .scroll_custom::-webkit-scrollbar-button:vertical:start:increment {display: inline-block; height: 100%;}
	.ly_pop .ly_pop_layer.message_pop .scroll_custom::-webkit-scrollbar-button:vertical:end:decrement,
	.ly_pop .ly_pop_layer.message_pop .scroll_custom::-webkit-scrollbar-button:vertical:end:increment {display: inline-block; height: 100%;}

	.ly_pop .ly_pop_layer.message_pop .tit .layer_close{position:absolute;top: -10px;right: -20px;width: 22px;height: 22px; background:none; margin:0;}
	.ly_pop .ly_pop_layer.message_pop .tit  .layer_close span{position:absolute; top:50%; left:50%; width:100%; height:1px; background:#fff; transform:translate(-50%, -50%) rotate(45deg);}
	.ly_pop .ly_pop_layer.message_pop .tit  .layer_close span + span{transform:translate(-50%, -50%) rotate(-45deg);}