/*custom
color system
brand color = #82a94b /// #1a25aa
background color = #fff
hover = #298bcd /// 0d1c84
line color = #ddd
font color = #333(일반) #999(옅은)
red color = #ee1122
font family
noto sans
font-family: 'Noto Sans KR', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	font-family: 'Noto Sans KR', sans-serif, 'Barlow';
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    전체 ( mobile + desktop)
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.inp_dv>input::placeholder {
	color: #fff !important;
}

#login>.inner>section input::placeholder {
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 100;
	letter-spacing: 0.05rem;
}

#login>.inner>section .pic_txt {
	color: #9e9e9e;
	font-size: 0.8rem;
	font-weight: 200;
}

.btn_terms a {
	background: #fff;
}

a.login_bt:hover {
	background: #0d1c84 !important;
}

/*color*/
.home {
	transition-duration: 0.5s;
	cursor: pointer;
	font-size: 1.25rem;
}

.home:hover {
	background: #0d1c84
		/*759a40*/
	;
	font-size: 1.25rem;
}

/*color*/
.info_top_box a.v_spec:hover {
	background: #1a25aa;
}

/*color*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border-color: #fff;
	box-shadow: none !important;
}

.btn-write {
	background: #1a25aa;
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
}

.btn-write:hover {
	color: #fff !important;
	background: #0d1c84;
}

/*list*/
.ev_list img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	border: 1px solid #ddd;
}

.ev_list {
	overflow: hidden;
	margin-top: 50px;
}

.ev_list img:hover,
.ev_list img:active,
.ev_list img:focus {
	opacity: 0.6;
}

.board_view_wp .bv_comment {
	font-size: inherit;
}

.pay_list_one {
	margin-bottom: 20px;
}

.comp_txt2 {
	color: #333;
}

.bd_top_st span {
	color: #1a25aa;
}

.checks1 input[type="checkbox"]+label {
	padding-left: 3px;
	color: #fff;
}

.checks1 input[type="checkbox"]+label:before {
	margin: -3px 10px 0 0;
}

textarea:focus,
.ctn_box input[type="text"]:focus {
	border: 1px solid #ced7da;
}

#login>.inner>section input[type="text"],
#login>.inner>section input[type="password"] {
	background: #7b81d0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	font-family: 'Noto Sans KR', sans-serif;
}

.blinking {
	animation-name: blinking;
	animation-duration: 2s;
	animation-iteration-count: 100;
}

@keyframes blinking {
	50% {
		color: #ee1122;
	}
}

#service {
	padding: 0 12px;
}


.blinking_p {
	animation-name: blinking_p;
	animation-duration: 2s;
	animation-iteration-count: 100;
}

@keyframes blinking_p {
	50% {
		color: #d8c635;
	}
}

.checks1 input[type="checkbox"]:checked+label:before {
	border-color: #fff !important;
}

#menu ul {
	background: #fefefa;
}

.menuinner {
	position: relative;
}

.menu_footer {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	padding: 10px 0;
}

.menu_footer li {
	margin: 0.5em 0 0 0;
}

.menu_footer li a {
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 1.15em;
	padding: 3px 0 !important;
}

.style_center {
	text-align: center;
}

.style_center li {
	padding: 18px 0;
}

.style_center li a {
	color: #333;
	font-size: 1.2em;
	position: relative;
	position: relative;
}

.style_center li a:after {
	position: absolute;
	content: "";
	width: 20px;
	left: -20px;
	top: 0;
	height: 20px;
	background: url(../images/m_ic2.png) no-repeat;
	background-size: contain;
}

#menu .table_list>ul>li {
	padding: 8px 0 !important;
	line-height: 1em;
	padding-left: 24px;
}

#menu .table_list>ul>li>a {
	font-size: 1em;
}

/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
     Device = 모바일 /태블릿
     Screen = 1281px 이하 해상도 데스크탑
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/*
event page
*/
.eventpage .m_ev_wp {
	position: relative;
	padding: 15px 15px 15px 15px;
}

.eventpage .m_ev_pro>img {
	width: 100%;
}

.eventpage .m_ev_pro>a>img {
	width: 100%;
}

.eventpage .home {
	display: block;
	color: #fff;
	/*background: #82a94b;*/
	background: #1a25aa;
	float: left;
	width: 100%;
	border: none;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.08em;
	border-radius: 8px;
	box-shadow: 0 0 0 0;
	position: fixed;
	left: 0;
	bottom: 0;
}


/* width 49% */
.eventpage>.m_ev_pro_wp .m_ev_pro {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 25px 15px 20px 15px;
	cursor: pointer;
}

/*
full page
*/
#contents .con_table_div {
	display: block !important;
}

/*
inc_navi (side bar) / header
*/

.ck001 input[type="checkbox"] {
	height: 0 !important;
	width: 0 !important;
	visibility: hidden !important;
	text-indent: -9999px !important;
	margin: 0;
}


.ck001 label {
	cursor: pointer;
	text-indent: -9999px !important;
	width: 42px;
	height: 23px;
	background: #ced7da;
	display: block;
	border-radius: 20px;
	position: relative;
	font-size: 0 !important;
}

.ck001 label:after {
	content: '' !important;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 20px;
	transition: 0.3s;
}

.ck001 input:checked+label {
	background: #f72d2d;
}

.ck001 input:checked+label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

#menu .table_list>ul>li>table>tbody>tr>td:first-child {
	width: 35%
}

#menu .table_list>ul>li>table>tbody>tr>td:first-child>div {
	text-align: center;
	margin-top: 10px;
	font-size: .6rem
}

#menu .table_list>ul>li>table>tbody>tr>td:first-child>div:last-child {
	margin-top: 5px;
}

#menu .table_list>ul>li>table {
	width: 100%
}

#menu .table_list>ul>li>table>tbody>tr>td:first-child>div:last-child>div {
	padding: 2px 5px;
	border: #ff0000 1px solid;
	color: #ff0000;
	display: inline-block;
}

#menu .table_list>ul>li>table>tbody>tr>td:last-child td {
	padding-top: 5px
}

#menu .table_list>ul>li {
	background: none;
	padding: 8px 0 8px 0;
	padding-left: 24px !important;
}

#menu>ul>li:nth-child(8) {
	background: url(../images/m_ic10.png) no-repeat 1px 13px;
	background-size: 14px 16px;
}

#menu>ul>li:nth-child(9) {
	background: url(../images/m_ic7.png) no-repeat 1px 13px;
	background-size: 14px 16px;
}

#menu>ul>li:nth-child(10) {
	background: url(../images/m_ic2.png) no-repeat 1px 13px;
	background-size: 14px 16px;
}

#menu>ul>li:nth-child(11) {
	background: url(../images/m_ic2.png) no-repeat 1px 13px;
	background-size: 14px 16px;
}

#menu>ul>li:last-child {
	background: url(../images/m_ic8.png) no-repeat 1px 13px;
	background-size: 14px 16px;
}

footer {
	display: none;
}

header {
	display: none;
}

.mo-main-nav ul li {
	padding: 5px;
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;

}

.mo-main-nav ul li a {
	color: #555;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Core';
	line-height: 1em;
}

.mo-main-nav ul li a:hover {
	border-bottom: 1px solid #1a25aa;
	color: #1a25aa !important;
}

.mo-main-nav ul li:last-child {
	border-right: none;
}

.mo-main-nav ul {
	background: #fff;
	border-radius: 0px;
	border-bottom: 1px solid #eee;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.mo-main-nav {
	display: flex;
	justify-content: space-around;
	margin-top: 75px;
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
}

.bgc {
	background: #fff;
}

#inner-header {
	height: 80px;
	background: #1a25aa;
	z-index: 9998;
	position: sticky;
	top: 0;
}

.inner-header-logo {
	line-height: 70px;
}

.inner-header-logo ing {
	margin-top: 10px;
}

#sidebar .toggle {
	top: 21px;
}

#sidebar .toggle:before {
	top: 0%;
}

#sidebar {
	z-index: 9999;
}

#wrapper {
	width: 100%;
	margin-top: env(safe-area-inset-top);
}

a.btn_list {
	padding: 10px 30px;
	font-size: 0.9em !important;
}

.prev_next_suj .pn_list .pn_txt,
.prev_next_suj .pn_list .right a {
	font-size: 0.9em;
}

.bd_wp1,
.bdw_wp {
	border-color: #ddd;
}

.info_tab_st {
	display: none;
}

h1.lg img {
	width: 25%;
}

/*FAQ*/
.search_box {
	width: 100%;
	position: relative;
}

.search_input {
	width: 100% !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 4em;
}

.search_btn {
	background: #1a25aa;
	border: none;
	padding: 10px 12px;
	font-size: 1em;
	color: #fff;
	border-radius: 60px;
	box-shadow: none;
	width: 10%;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.search_btn:hover,
.search_btn:focus {
	color: #fff !important;
	background: #0d1c84;
}

.search_input {
	border-radius: 60px;
	border: 1px solid #ddd;
	text-align: center;
}

.faq_panel_heading {
	width: 100%;
	background: #efefef;
	padding: 20px 22px;
	border-radius: 5px 5px 0px 0px;
	z-index: 999;
	position: relative;
}

.faq_panel_heading a {
	color: #1a25aa;
	font-size: 1.1em;
}

.faq_panel_heading a:hover,
.faq_panel_heading a:focus {
	color: #1a25aa !important;
}

.faq_panel_body {
	background: #fff;
	padding: 20px 22px;
	width: 100%;
	z-index: 5;
	position: relative;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #e8e8e8;
}

.faq_reply_icon {
	display: inline-flex;
	position: relative;
	left: 20px;
}

.faq_reply_icon i {
	font-size: 0.8em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
}

.faq_edit_btn {
	background: #1a25aa;
	border: none;
	padding: 10px 24px;
	font-size: 1em;
	color: #fff;
	border-radius: 60px;
	box-shadow: none;
	width: 100px;
	line-height: 1.0;
}

.faq_edit_btn:hover,
.faq_edit_btn:focus {
	color: #fff !important;
	background: #0d1c84;
}

.text-center {
	text-align: center;
}

.mt-5 {
	margin-top: 5%;
}



/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
     Device = 데스크탑
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media (min-width: 1100px) {
	header {
		display: block !important;
	}

	#main>.inner>section {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 150px;
	}

	a {
		text-decoration: none;
	}

	* {
		margin: 0;
		padding: 0;
	}

	ul,
	li {
		list-style: none;
	}

	body {
		font-family: 'Noto Sans KR', sans-serif;
	}

	html {
		background: #fff !important;
		font-smoothing: antialiased;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
	}

	/* 
login page
*/
	#login {
		height: 100vh;
		overflow: hidden;
	}

	#login>.inner>section {
		width: 50%;
		margin: 0 auto;
	}

	#login .iiner section form {
		width: 50%;
		margin-left: 25%;
	}

	.checks1 input[type="checkbox"]+label {
		color: #fefefe;
	}

	.checks1 input[type="checkbox"]+label:before {
		margin: -3px 10px 0 0;
	}

	#login>.inner>section {
		margin-top: 0%;
		width: 50%;
		margin: 0 auto;
	}

	#login>.inner>section .ct_tl {
		margin-top: 5%;
	}

	.inp_wp {
		width: 50%;
	}

	#sidebar {
		display: none;
	}

	#wrapper {
		display: block;
		min-height: auto;
	}

	header {
		position: fixed !important;
		top: 0;
		left: 0;
		margin: 0 auto;
		background: #1a25aa;
		z-index: 9999;
		width: 100%;
		height: 100px;
		border-bottom: 1px solid #ddd;
	}

	#inner-header {
		display: none;
	}

	footer {
		display: block;
	}

	/*
event page
*/
	.m_ev_wp {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.home {
		position: fixed;
		border-radius: 90px !important;
		font-weight: normal !important;
		width: 200px !important;
		left: 50%;
		right: 50%;
		bottom: 1%;
		background: rgba(26, 37, 170, 0.9) !important;
		/*color*/
		font-family: 'Noto Sans KR', sans-serif;
	}

	.home:hover {
		background: #1a25aa !important;
		/*color*/
		font-weight: 700 !important;
	}

	.bgc {
		background: #fff;
		/*background color*/
	}

	#header h1 {
		background: #fff;
		/*background color*/
	}

	.plan {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	/*
full pgae
*/
	.pay_list_one .pay_list_inner .pay_left_pic img {
		width: 100px;
		display: block;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);

	}

	.pay_list_one .pay_list_inner .pay_left_pic {
		width: 40%;
		height: 225px;
		position: relative;
	}

	.pay_list_one {
		width: 30%;
		height: 300px;
		margin: 1.6%;
		float: left;
		border: 1px solid #ddd;
		cursor: pointer;
		border-radius: 0;
		transition-duration: 1s;
	}

	.pay_list_one:hover {
		opacity: 0.5;
	}

	.pay_list_one .pay_list_inner .pay_right_detail {
		padding: 0;
		width: 55%;
		margin: 0 !important;
		padding-top: 30px !important;
	}

	.pay_list_one .t_price {
		position: absolute;
		width: 90%;
		height: 12%;
		bottom: 0;
		margin-top: 15px;
		padding-top: 10px;
	}

	.pay_list_one .pay_list_inner .pay_right_detail .prdt_list li {
		line-height: 2em;
	}

	.pay_list_one .pay_list_inner .pay_right_detail .prdt_list li span {
		line-height: 2em;
	}

	.pay_list_one .t_price p.pr {
		position: absolute;
		right: 0;
		font-size: 1em;
	}

	.pay_list_one .pay_list_inner .pay_right_detail .prdt_tl {
		font-size: 1.2em;
	}

	.pay_list_one .pay_list_inner .pay_right_detail .prdt_tl .ziwon {
		top: -30px;
	}

	#main>.inner>.fullsection {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.cate_sel {
		border-radius: 0;
		border: none;
		border: 1px solid #ddd;
		border-radius: 3px;
		-webkit-appearance: checkbox;
		-moz-appearance: checkbox;
		appearance: checkbox;
		/*selectbox 화살표 살리기*/
	}

	.pay_list_one .t_price {
		border-top: 1px solid #ddd;
		bottom: 10px;
		font-size: 1em;
	}

	.pay_list_one .t_price p.pr {
		color: #ee1122;
	}

	select option {
		color: #555;
	}

	#full_list {
		border-top: 1px solid #9e9e9e;
		margin-top: 120px;
		padding-top: 20px;
	}

	.cate_wp {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 5%;
		margin-bottom: 10%;
	}

	.ctbox1 {
		width: 30%;
		float: left;
		display: inline-flex;
		margin-left: 5%;
		/**/
	}

	.ctbox2 {
		width: 30%;
		float: left;
		display: inline-flex;
	}

	.ctbox3 {
		width: 30%;
		float: right;
		display: inline-flex;
		margin-right: 5%;
		/**/
	}

	.ctbox4 {
		width: 60%;
		float: left;
		display: inline-flex;
		margin-left: 5%;
		/**/
	}

	.ctbox5 {
		width: 30%;
		float: right;
		display: inline-flex;
		margin-right: 5%;
		/**/
	}

	.ctbox1 p,
	.ctbox2 p,
	.ctbox3 p,
	.ctbox4 p,
	.ctbox5 p {
		line-height: 42px;
		padding-right: 30px;
	}

	.ctbox2 p,
	.ctbox3 p,
	.ctbox5 p {
		padding-left: 30px;
	}

	.cate_wp .cate_sel {
		width: 100% !important;
	}

	/*pc버전 모바일버전 보이게 안보이게*/
	.pcbox {
		display: block !important;
		border-top: 1px solid #9e9e9e;
		margin-top: 50px;
		padding-top: 50px;
	}

	.mobox {
		display: none;
	}

	.pay_ctn_box {
		border-color: #ddd;
		box-shadow: 4px 5px 7px 2px rgba(221, 221, 221, 0.2);
	}

	.mobox .cate_sel option {
		box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
		width: 100% !important;
	}

	.info_tab_st ul li:nth-child(2) {
		width: 150px;
		position: fixed;
		right: 5%;
		bottom: 23%;
	}

	.info_tab_st ul li:nth-child(2):hover {
		background: #dd4b39;
		background: linear-gradient(to right, #dd4b39 30%, #ddcd39);
		border-radius: 90px;
		;
	}

	.info_tab_st ul li:nth-child(2) a {
		background: url(../images/tb_ic3.png) no-repeat;
		background-size: 50px;
		border-left: none;
		color: #fff;
		font-weight: 600;
		letter-spacing: 0.03em;
	}

	.info_tab_st ul li:nth-child(2) a:hover {
		color: #fff !important;
	}

	.ft_area {
		width: 150px;
		height: 50px;
		position: fixed;
		left: auto;
		right: 5%;
		bottom: 16%;
		background: none;
	}

	.ft_area:hover {
		background: #1a25aa;
		/*color*/
		background: linear-gradient(to right, #1a25aa 30%, #727ecc);
		/*color*/
		border-radius: 90px;
		;
	}

	.ft_area .ft_m2 {
		width: 150px;
	}

	.ft_area .ft_m2 a {
		background: url(../images/ic_plusmore.png) no-repeat;
		/*change image*/
		background-size: 50px;
		border-left: none;
		text-align: right;
		font-size: 1em;
		color: rgba(0, 0, 0, 0);
		font-weight: 600;
		letter-spacing: 0.03em;
		display: block;
		padding: 17px 16px 17px 0;
		height: 50px;
		position: relative;
	}

	.ft_area .ft_m2:hover::after {
		content: "특가모델 한눈에 보기";
		font-size: 1.3em;
		color: #fff;
		font-weight: 600;
		letter-spacing: 0.03em;
		position: absolute;
		bottom: 18px;
		right: 10px;
		/**/
		bottom: 16px;
		font-size: 0.8rem;
		color: #fff;
		line-height: 1rem;
		font-weight: 500;
	}

	.ft_area .ft_m2 a:hover {
		background: url(../images/ic_plusmore.png) no-repeat;
		/*change image*/
		background-size: 50px;
		color: rgba(0, 0, 0, 0) !important;
	}

	.ft_mobox {
		display: none;
	}

	.ft_pcbox {
		display: block !important;
		width: 100%;
		text-align: center;
		float: unset;
	}

	/*
detail page
*/
	section .info_top_box {
		padding: 0;
	}

	a.sel_btn {
		line-height: 2em;
	}

	.sel_ly1 .sel_bt1,
	.sel_ly1 .sel_bt2 {
		width: 40%;
		font-family: 'Noto Sans KR', sans-serif;
	}

	.sel_ly1 .sel_bt1 button,
	.sel_ly1 .sel_bt2 button {
		font-family: 'Noto Sans KR', sans-serif;
	}

	.sel_ly1 .sel_vs {
		width: 10%;
	}

	.sel_ly1 {
		display: flex;
		justify-content: space-between;
	}

	.sel_ly1 .sel_bt1 button,
	.sel_ly1 .sel_bt2 button {
		font-size: 0.9em !important;
		letter-spacing: 0.05em;
	}

	.info_top_box {
		position: relative;
	}

	#phone_img {
		height: 510px !important;
		/*height: 400px !important;*/
		width: 50%;
	}

	.info_top_box .inft_right_select {
		width: 49%;
	}

	.tbtn_al {
		width: 50%;
		position: absolute !important;
		/*top: 86%;*/
		right: 0;
		bottom: 5%;
	}

	.sel_txt1,
	.sel_txt {
		text-align: right;
	}

	.info_box_wp {
		margin-top: 50px;
	}


	/*
apply page
*/
	.ct_box {
		margin-top: 10px;
	}

	.ct_box_bl {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		border: none;
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-color: #9e9e9e;
		border-radius: 0;
	}

	.ct_box_bk {
		margin-top: 40px;
		margin-bottom: 40px;
		border-radius: 0;
	}

	.info_top_box1 {
		height: 500px;
	}

	.info_list2>li>a.sel_btn1 {
		margin-left: 5%;
	}

	.blb_info_top>.bit_list {
		width: 100%;
		text-align: right;
		background: none;
	}

	.ct_box_bl>.info_list_bl {
		margin-top: 0;
		border-color: #ddd;
	}

	.bdw_wp {
		border-color: #1a25aa;
		/*color*/
	}

	.btn_write {
		border-radius: 90px;
		width: 30%;
		margin-right: auto;
		margin-left: auto;
		padding: 10px 15px;
	}

	.btn_write:hover {
		background: #0d1c84;
		/*color*/
	}

	.info_list_bl li,
	.info_list_bl li.bg1 .pr_result {
		background: #1a25aa;
		/*color*/
		border-bottom: none;
	}

	.info_list1,
	.info_list2 {
		border-color: #222;
		border: none;
		position: relative;
	}

	.mct_tl::after {
		width: 85%;
		margin-left: 15%;
		height: 1px;
		background: #9e9e9e;
		position: absolute;
		content: "";
		letter-spacing: 0;
		top: 10px;
		left: 0;
	}

	.guide_list {
		text-align: center;
	}


	/*
write page
*/
	.ctn_box input[type="text"]:focus {
		border: 1px solid #ced7da;
	}


	/*
post page
*/
	.board_view_wp .bv_suj {
		font-size: 1.5em;
		text-align: center;
	}

	.board_view_wp .bv_field {
		font-size: 0.9em;
		text-align: right;
	}

	.prev_next_suj .pn_list .pn_txt {
		font-size: 1em;
	}

	.ctn_box .ct_tl1 {
		font-size: 1.2em;
	}

	/*
list page
*/
	.ev_wp {
		/*display: flex;
	justify-content: space-around;*/
		width: 100%;
	}

	.ev_list img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
		border: 2px solid #F0F0F0;
	}

	.ev_list {
		width: 100%;
		overflow: hidden;
		margin-top: 50px;
		position: relative;
		height: 200px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.ev_list img:hover {
		opacity: 0.6;
	}

	a.btn_list {
		font-size: 1em !important;
		line-height: 1em;
		padding: 10px 20px;
		background: #fff;
		border: 2px solid #ddd;
		/*color*/
		color: #333 !important;
		transition: all 0.3s;
	}

	a.btn_list:hover {
		border: 2px solid #1a25aa;
		background: #1a25aa;
	}


	/* 
main page (header,footer,right btn 모든페이지 통합)
*/

	/*header start*/
	.main-header {
		width: 1200px;
		display: flex !important;
		justify-content: space-between;
		margin: 0 auto;
		position: fixed;
		left: 0;
		right: 0;
		background: #fff !important;
		z-index: 999;
		height: 100px;
		border-bottom: 1px solid #ddd;
		/**/
		background: #1a25aa !important;
	}

	.main-header-logo a {
		line-height: 90px;
	}

	.main-header-logo img {
		width: 70px;
		vertical-align: middle;
		/**/
		width: 100%;
	}

	.main-nav {
		position: absolute;
		left: 28%;
		/**/
		left: 25%;
		bottom: 0;
		width: 100vw;
		padding: 3px;
		color: #fff;
		border-left: 30px solid transparent;
		border-bottom: 50px solid #fff;
		height: 30px;
		display: inline-block;
		line-height: 80px;

	}

	.main-nav li {
		display: inline-block;
		padding: 20px;
		position: relative;
		height: 15px;
	}

	.main-nav li a {
		color: #333;
		font-weight: 600;
		font-size: 1em;
		line-height: 1em;
		letter-spacing: -.2px;
	}

	.main-nav li a:after {
		display: block;
		content: '';
		border-bottom: solid 3px #1a25aa;
		transform: scaleX(0);
		transition: transform 250ms ease-in-out;
		padding-top: 5px;
	}

	.main-nav li a:hover:after {
		transform: scaleX(1);
	}

	.main-nav li:first-child:after {
		display: none;
	}

	.main-nav-login {
		position: absolute;
		top: 1%;
		right: 0;
	}

	.main-nav-login li {
		display: inline-block;
		padding: 15px;
		height: 15px;
		float: left;
	}

	.main-nav-login li a {
		color: #333;
		font-weight: normal;
		font-size: 13px;
		line-height: 13px;
		letter-spacing: -.2px;
		/**/
		color: #fff;
	}

	.ani {
		display: none;
	}

	.ani01 {
		height: 80px;
	}

	.ani02 {
		width: 50px;
	}

	.main-header-menu li {
		display: inline-block;
		padding: 20px;
		position: relative;
		height: 15px;
	}

	.main-header-menu li:after {
		content: "";
		width: 2px;
		height: 20px;
		position: absolute;
		left: 0;
		top: 17.5px;
		background: #e8e8e8;
	}

	.main-header-menu li:first-child:after {
		display: none;
	}

	.main-header-menu li a {
		color: #333;
		font-weight: 600;
		font-size: 15px;
		line-height: 15px;
		letter-spacing: -.2px;
	}

	.menumin {
		text-align: left;
		padding-left: 28%;
		padding-right: 5%;
	}

	.menumin li a {
		font-size: 14px;
		font-weight: 500;
	}

	.main-header-menu .menumin li:after {
		top: 21px;
		height: 15px;
	}

	.main-header-menu li a:after {
		display: block;
		content: '';
		border-bottom: solid 3px #1a25aa;
		transform: scaleX(0);
		transition: transform 250ms ease-in-out;
		padding-top: 5px;
	}

	.main-header-menu li a:hover:after {
		transform: scaleX(1);
	}

	/*ham*/
	.btn-menu {
		position: relative;
		float: right;
		width: 30px;
		height: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: transparent;
	}

	.btn-menu:before,
	.btn-menu:after {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 36px;
		height: 3px;
		background: #1a25aa;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	}

	.btn-menu:before {
		margin-top: -8px;
	}

	.btn-menu:after {
		margin-top: 4px;
	}

	.btn-menu.active:before {
		margin-top: -2px;
		-webkit-transform: translateX(-50%) rotate(45deg) translateZ(0);
		transform: translateX(-50%) rotate(45deg) translateZ(0);
	}

	.btn-menu.active:after {
		margin-top: -2px;
		-webkit-transform: translateX(-50%) rotate(-45deg) translateZ(0);
		transform: translateX(-50%) rotate(-45deg) translateZ(0);
	}

	.main-activemenu {
		position: absolute;
		right: 20px;
		bottom: 0;
	}

	.open {
		display: block !important;
		position: absolute;
		right: 0;
		top: 100px;
		bottom: 0;
		background: rgba(255, 255, 255, .96);
		width: 100%;
		height: 60px;
		z-index: 9999;
		box-shadow: 10px 11px 11px 2px rgba(165, 165, 165, 0.1);
	}

	/*//header end*/

	/*footer start*/
	footer {
		width: 100%;
		height: 150px;
		background: #fff;
		float: left;
		margin: 0 auto;
		border-top: 1px solid #ddd;
		margin-top: 200px;
	}

	.footerbox {
		width: 1200px;
		margin: 0 auto;
	}

	.footer-logo img {
		width: 80px;
	}

	.footer-logo {
		float: left;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 20px;
	}

	.footer-text {
		width: 800px;
		float: right;
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 11px;
		color: #333;
		text-align: right;
	}

	.footer-text p {
		line-height: 1.7em;
		font-size: 1.2em;
	}

	/*//footer end*/
	/*right btn*/
	.morebtn {
		width: 150px;
		height: 30px;
		border-radius: 30px;
		border: 2px solid #ddd;
		margin: 0 auto;
	}

	.info_tab_st ul li a {
		line-height: 1.1em;
		padding: 17px 10px 17px 0;
		color: rgba(0, 0, 0, 0) !important;
	}

	.ft_area .ft_m2 a {
		line-height: 1.1em;
		padding: 17px 10px 17px 0;
		color: rgba(0, 0, 0, 0) !important;
	}

	.info_tab_st ul li a:hover,
	.ft_area .ft_m2 a:hover {
		color: #fff;
	}

	.info_tab_st ul .bnr-mini01 {
		width: 150px;
		position: fixed;
		right: 5%;
		bottom: 31%;

	}

	.info_tab_st ul .bnr-mini01 a {
		background: url(../../../assets/images/banner/bnr_mini01.png) no-repeat;
		background-size: contain;
		border-left: none;
		color: #fff;
		font-weight: 600;
		letter-spacing: 0.03em;
		height: 200px;
	}

	/*  카톡없음. */
	.info_tab_st ul li:nth-child(1) a {
		display: none;
	}

	/*//right btn*/





	/*main slide start*/
	.slider {
		width: 100%;
		margin: auto;
	}

	.slick-slider {
		width: 100%;
		margin: 0 auto;
	}

	.main-fullslide img {
		width: 100%;
		display: block;
		height: 690px;
		object-fit: contain;
	}

	.slick-prev,
	.slick-next {
		font-size: 0;
		position: absolute;
		color: #333;
		border: 0;
		background: none;
		z-index: 1;
		top: calc(50% - 10px);
		cursor: pointer;
		box-shadow: none;
	}

	.slick-prev {
		left: 50px;
	}

	.slick-prev:after {
		content: "\f104";
		font: 40px/1 'FontAwesome';
	}

	.slick-next {
		right: 50px;
		text-align: right;
	}

	.slick-next:after {
		content: "\f105";
		font: 40px/1 'FontAwesome';
	}

	.slick-prev:hover:after,
	.slick-next:hover:after {
		color: #1a25aa;
	}

	.slick-prev:before,
	.slick-next:before {
		display: none;
	}

	/*//main slide end*/

	/*main section title start*/
	.section-title {
		position: relative;
		width: 1200px;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 100px;
		text-align: center;
	}

	.section-title::after {
		content: "";
		position: absolute;
		left: 44%;
		bottom: -20px;
		width: 12%;
		height: 4px;
		background: #555;
		z-index: -1;
	}

	.section-title h1 {
		font-size: 30px;
		width: auto;
		color: #333;
	}

	/*//main section title end*/

	/*main best start*/
	.custom_tab_wrapper {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
		border: 1px solid #efefef;
	}

	.custom_tab_wrapper .custom_tab {
		width: calc(100% / 2);
		display: inline-block;
		padding: 10px;
		text-align: center;
		border-left: 1px solid #efefef;
		transition: all .5s;
		cursor: pointer;
	}

	.custom_tab_wrapper .custom_tab:first-child {
		border-left: none;
	}

	.custom_tab_wrapper .custom_tab:hover {
		background-color: #ffa47f;
	}

	.custom_tab_wrapper .custom_tab.active {
		background-color: #FF682E;
		color: #ffffff;
	}

	.custom_tab_item {
		display: none;
	}

	.bestbox {
		width: 1200px;
		margin: 0 auto;
		display: block;
	}

	.bestitem {
		width: 350px !important;
		margin: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}

	/*0304 tab 추가*/
	.custom_tab_wrapper {
		width: 1200px;
		display: flex;
		margin-bottom: 20px;
		border: none;
		margin: 0 auto;
	}

	.custom_tab_wrapper .custom_tab,
	.custom_tab_wrapper .custom_tab2 {
		width: calc(100% / 2);
		display: inline-block;
		padding: 10px;
		text-align: center;
		border: none;
		border-bottom: 5px solid #efefef;
		transition: all .5s;
		cursor: pointer;
		color: #333;
		background: #fff;
		border-radius: 10px 10px 0px 0px;
	}

	.bestbox,
	.main-fullbox {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bestitem {
		width: 300px !important;
	}

	.custom_tab_wrapper .custom_tab:hover,
	.custom_tab_wrapper .custom_tab2:hover {
		background-color: #fff;
	}

	.custom_tab_wrapper .custom_tab.active,
	.custom_tab_wrapper .custom_tab2.active {
		background-color: #efefef;
		color: #333;
		border-bottom: 5px solid #efefef;
	}

	.custom_tab_wrapper .custom_tab img,
	.custom_tab_wrapper .custom_tab2 img {
		width: 141px;
		margin: 0 auto;
	}

	.custom_tab_item,
	.custom_tab_item2 {
		display: none;
	}

	.btn-mainmore .more_margin {
		margin-top: 60px;
	}

	/*//main best end*/

	/*main full start*/
	.main-fullbox {
		width: 1200px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		margin-top: 5px;
	}

	.fullitem {
		width: 283px !important;
		margin: 5px;
	}

	.main-section-full {
		margin-top: 150px;
	}

	.main-section-full>.section-title img {

		height: 44px;
		background: #fff;
		padding-left: 10px;
		padding-right: 10px;
	}

	.pay_list_one .pay_list_inner .pay_right_detail {
		float: right;
		font-size: 0.9em;
	}

	.pay_list_one .pay_list_inner .pay_right_detail .prdt_tl {
		font-size: 1em;
	}

	/*//main full end*/

	/*main line banner start*/
	.main-section-banner {
		margin: 0 auto;
		margin-top: 150px;
		cursor: pointer;
		width: 100%;
		height: 130px;
	}

	/*//main line banner end*/

	/*main video start*/
	.main-section-video {
		margin-top: 100px;
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.main-section-video iframe {
		margin-left: 50px;
		margin-right: 50px;
		float: left;
	}

	.unbox {
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 10px;
		float: left;
		text-align: left;
		position: relative;
	}

	.unbox .btn-mainmore {
		float: right;
		position: absolute;
		bottom: 10px;
		right: 0;
	}

	/*//main video end*/

	/*main gallery(event) start*/
	.main-section-gallery {
		width: 1200px;
		margin: 0 auto;
		margin-top: 150px;
	}

	.gallerybox {
		display: flex;
		justify-content: space-around;
	}

	.galleryitem {
		float: left;
		width: 310px;
		overflow: hidden;
		text-align: center;
		cursor: pointer;
	}

	.galleryimage {
		width: 310px;
		text-align: center;
		overflow: hidden;
		border: 2px solid #F0F0F0;
	}

	.galleryimage img {
		width: 100%;
		margin: 0;
		padding: 0;
		transition-duration: 0.5s;
	}

	.gallerytext {
		clear: both;
		overflow: hidden;
		text-align: left;
		margin-top: 20px;
	}

	.gallerytext-title01 {
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding-bottom: 2px;
		color: #333;
		font-weight: bold;
	}

	.gallerytext-title02 {
		height: 85px;
		margin-top: 10px;
		overflow-y: hidden;
		color: #999;
		font-size: 14px;
		line-height: 20px;
	}

	.gallerytext-title02 span {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 20px;
		max-height: 85px;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.galleryimage img:hover {
		opacity: 0.3;
	}

	.galleryimage img:hover {
		transform: scale(1.1, 1.1);
	}



	/*//main gallery(event) end*/

	/*main bottom btn*/
	.home {
		width: 20% !important;
		height: 50px;
		left: 40%;
		bottom: 0;
		border-radius: 60px 60px 0px 0px !important;
		line-height: 50px;
		font-size: 25px;
		color: #fff;
		border: none;
		box-shadow: none;
	}

	/*main more btn*/
	.btn-mainmore {
		display: block;
		padding: 10px 8px;
		text-align: center;
		border: 2px solid #9e9e9e;
		background: #fff;
		color: #9e9e9e;
		font-size: 1em;
		font-weight: 600;
		line-height: 2em;
		margin-top: 20px;
		border-radius: 90px;
		width: 150px;
		margin-right: auto;
		margin-left: auto;
		cursor: pointer;
		transition-duration: 0.2s;
	}

	.btn-mainmore:hover {
		background: #fff;
		color: #333 !important;
		border-color: #1a25aa;
		/*color*/
	}

	.bd_wp1 {
		border-color: #333;
	}

	.bd_wp {
		border-color: #333;
	}

	.btn_terms a {
		font-size: 0.8em;
		padding: 10px 15px;
	}

	.btn_terms a {
		font-size: 0.8em;
		padding: 10px 15px;
	}

	.checks1 input[type="checkbox"]+label {
		padding-left: 1px;
	}

	.pic_ad .pic_thum img {
		width: 40px;
		height: 40px;
	}

	.pic_ad .pic_thum {
		width: 44px;
		height: 44px;
	}

	#login>.inner>section .pic_txt {
		font-size: 0.8em;
	}

	.pic_ad .add_file {
		top: 25px;
	}

	.bd_date {
		text-align: right;
	}

	/*login*/
	#login {
		background: #1a25aa;
		overflow-y: scroll;
	}

	#login>.inner>section input[type="text"],
	#login>.inner>section input[type="password"] {
		background: #7b81d0;
	}

	.btn_join a {
		background: inherit;
	}

	.btn_join a:hover {
		background: #0d1c84;
	}

	a.login_bt {
		background: #7b81d0;
	}

	a.login_bt:hover {
		background: #1a25aa;
	}


	.popup_tl {
		background: #1a25aa;
	}

	.sel_ly1 .sel_vs a {
		color: #1a25aa;
	}

	.info_box_wp .info_box .info_list li.col2 {
		color: #1a25aa;
	}

	.info_box_wp .info_box .info_result .res_inner {
		border-top: 1px solid #1a25aa;
	}

	.pr_result {
		background: #1a25aa;
	}

	.s_info_tl .sit_ch {
		background: #1a25aa;
	}

	.btn_write {
		background: #1a25aa;
	}

	.view_pay_ctn a {
		color: #1a25aa;
		margin-bottom: 35px;
	}

	.cate_sel:hover {
		border: 1px solid #ddd;
	}

	h1.lg img {
		width: 15%;
	}

	#login>.inner {
		padding: 25px 0 0 0;
	}

	.pay_list_one .pay_list_inner .pay_right_detail .prdt_tl{
		padding-right: 0 !important;
	}

	/*미디어쿼리 끝*/

}

/*
all
*/

#sidebar>.inner {
	height: 100vh !important;
}

#menu .menuinner {
	height: 100%;
}

.menu_footer {
	bottom: 0;
	z-index: 0;
	right: 1px;
}

#menu>ul>li {
	position: relative;
	z-index: 9;
	background: #fefefa !important;
	margin: 0;
	padding-bottom: 3px;
}

.prc {
	color: #1a25aa;
}


/*document*/
.document-wp h3 {
	margin-bottom: 1rem;
}

.document-wp .document-txt div {
	line-height: 1.5;
	margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {

	html,
	body {
		min-width: 320px;
	}

	/*ios상단바*/
	#inner-header:after {
		top: -60px;
		height: 60px;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		content: '';
		background: #FFF;
	}

	/*document wrapper*/
	.document-wp {
		padding: 12px 12px 68px 12px !important;
	}

	.document-wp h2 {
		margin-bottom: 1rem;
	}

	.document-wp .document-txt div {
		line-height: 1.5;
		margin-bottom: .5rem;
	}
}

/* detail,apply,full,layout,inc_navi css가져오기 */
.now_point_wrap {
	display: flex;
	float: left;
	margin-top: 10px;
}

.use_point_wrap {
	display: inline-flex;
	float: right;
	align-items: center;
}

.int_field_point {
	padding: 6px 10px 6px 10px !important;
	margin-left: 10px;
	border: 1px solid #ced7da;
	font-size: 1.1em;
	border-radius: 10px;
	width: 150px;
}

#internet_counsel_wrap {
	padding: 1rem 6rem 0 1rem;
	display: none;
}

.internet_counsel {
	position: relative;
	display: inline-block;
	font-size: 1.0em;
	color: #555;
	padding: 10px 0;
	padding-left: 5px !important;
	background-size: 10px 6px;
	font-weight: 500 !important;
	color: #3d4449 !important;
}

#internet_counsel_ckb {
	appearance: checkbox;
	opacity: 1;
	margin: 10px 10px;
	height: 1em;
	font-size: 1.05em;
	float: unset;
}

.sel_ly1 .sel_bt1 button,
.sel_ly1 .sel_bt2 button {
	width: 100%;
	height: 32px;
	color: #333;
	border: 1px solid #e8e8e8 !important;
	;
	border-radius: 6px;
	box-shadow: inset 0 0 0 0 #e8e8e8;
	padding: 0px;
	letter-spacing: 0;
	line-height: 0;
	font-size: 0.9em;
}

.sel {
	color: #fff !important;
	border: 1px solid #ee1122 !important;
	background: #ee1122 !important;
	font-size: 0.9em !important;
}

@media screen and (max-width: 339px) {
	.info_top_box .inft_right_select {
		width: 66% !important;
	}
}

#phone_img {
	height: 218px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/assets/images/phone_noimage1.png)
}

.banner img {
	width: 100%;
}

.info_top_box .inft_right_select {
	margin-top: -10px;
}

.vsExplan {
	margin-top: 15px;
	text-align: center;
	padding: 15px 30px;
	background-color: #e6e6e6;
	margin-bottom: -15px;
}

#small-popup9 .needpopup_remover:before,
#small-popup10 .needpopup_remover:before {
	color: #000000 !important;
}

.exit-cancle {
	display: block;
	color: #fff;
	background: #298bcd;
	text-align: center;
	float: left;
	width: 100%;
	height: 40px;
	border: none;
	font-size: 1.2em;
	font-weight: 500;
	padding: 12px 8px;
}

.exit-ok {
	display: block;
	color: #fff;
	background: #ef3a3a;
	text-align: center;
	float: left;
	width: 100%;
	height: 40px;
	border: none;
	font-size: 1.2em;
	font-weight: 500;
	padding: 12px 8px;
}

.exit_img img {
	width: 100%;
}

.exit_img {
	display: flex;
}

.blinking {
	animation-name: blinking;
	animation-duration: 2s;
	animation-iteration-count: 100;
}

@keyframes blinking {
	50% {
		color: #fff;
	}
}

#payback {
	color: #1a25aa;
	font-weight: 700;
}

#payback span {
	color: #1a25aa;
	font-weight: 700;
}

.info_box_wp .info_box h2 {
	background: #424242;
}

.info_box_wp .info_box h2 .ent {
	color: #424242;
}

/* 포인트 사용 버튼 */
.point_box,
.point_box>div {
	display: flex;
}

.point_box * {
	margin: 0 0 0 9px;
}

.mypoint {
	width: 45%;
}

#use_point {
	width: 30%;
}

.point_quantity input[type=text] {
	outline: none;
	text-align: center;
	float: right;
}

.point_quantity_button {
	width: 39px;
	height: 34px;
	display: inline-block;
	float: right;
	position: relative;
	cursor: pointer;
}

.point_quantity_button::before,
.point_quantity_button::after {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
	content: "";
	width: 14px;
	height: 2px;
	background-color: currentColor;
	display: block;
}

.point_quantity_minus::after {
	display: none;
}

.point_quantity_plus::after {
	transform: rotate(90deg);
}

/*220713추가,수정사항*/
.mypoint-wp {
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dfe6e9;
	padding-top: 10px;
	margin-left: 15px;
}

.mypoint label {
	font-size: inherit;
	min-width: 100px;
}

.point_quantity label {
	font-size: inherit;
	min-width: 100px;
}

.mypoint,
.point_quantity {
	align-items: center;
}

.point_quantity {
	position: relative;
}

.point_quantity:after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 0.85rem;
	background: #dfe6d9;
	content: '';
}

.point_quantity {
	width: 60%;
}

.mypoint {
	width: 40%;
}

.point_quantity #use_point {
	border: 1px solid #dfe6e9;
	height: 2rem;
	border-radius: 4px;
	width: 70px;
}

.point_quantity p {
	display: flex;
}

#internet_counsel_ckb {
	display: inline-block;
	margin: 0;
	transform: translateY(3px);
}

#internet_counsel_wrap {
	padding: 0;
	text-align: center;
}

.point_box * {
	margin: 0 auto;
}

@media (max-width: 720px) {

	.mypoint,
	.point_quantity {
		width: 100%;
	}

	.point_quantity {
		margin-top: 1rem;
	}

	.mypoint-wp {
		flex-wrap: wrap;
		width: 100%;
		text-align: left;
	}

	.point_quantity:after {
		display: none;
	}

	.point_quantity label,
	.mypoint label {
		min-width: 100px;
	}

	.point_quantity p,
	.mypoint p {
		width: calc(100% - 100px);
		text-align: center;
	}

	.mypoint p {
		font-size: 1rem;
	}

	.point_quantity_button {
		width: 34px;
	}

	.check_tb,
	.mypoint-tb {
		margin-bottom: 0 !important;
	}

	#internet_counsel_wrap {
		padding: 0;
	}

}

.detail-modal-wp .prc_t {
	display: flex;
}

#slideDialogWrapper.detail-modal-wp {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.detail-modal-wp .slideDialogCon {
	position: relative;
	padding: 15px;
	width: 90%;
	margin-left: 5%;
	z-index: 2;
	margin-top: 50px;
}

@media (min-width: 720px) {

	.detail-modal-wp .slideDialogCon {
		position: relative;
		padding: 15px;
		width: 500px;
		margin-left: calc(50% - 250px);
		z-index: 2;
		margin-top: 50px;
	}
}

.detail-modal-wp .slideDialogLayer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
}

.detail-modal-wp .slideDialogConBtn {
	padding: 20px;
	width: 100%;
	background-color: #1a25aa;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}

.detail-modal-wp .slideDialogConSlide {
	overflow: hidden;
	background-color: #ffffff;
}

.detail-modal-wp .slideDialogConPage {
	text-align: center;
}

.detail-modal-wp .cb_banner {
	width: 100%;
	height: 500px;
}

.apply-wp .ck1 {
	display: flex;
	padding: 20px 20px 20px 20px;
	align-items: center;
}

.apply-wp .ck1>label {
	flex: 1;
	margin-bottom: 0;
	padding-left: 0 !important;
}

.apply-wp .internet_call_input {
	height: 38px;
	width: 150px;
	padding-left: 10px;
	border: 1px solid #dfe6e9;
	border-radius: 8px;
}

.apply-wp .internet_call_input:hover,
.internet_call_input:active,
.internet_call_input:focus {
	border: 1px solid #dfe6e9;
}

.apply-wp .info_list2 a,
.info_list2 input {
	width: 140px;
}

.apply-wp .info_list2 li {
	padding-left: 150px;
}

.apply-wp .info_list2 li:nth-child(3) span {
	top: 13px;
}

.apply-wp .internet_call_input {
	margin-left: 5%;
}

.apply-wp .info_list2 input[type="text"]:focus {
	border: 1px solid #dfe6e9 !important;
}

/* 22.09.28 ios app 업로드에 따른 수정 
수정내용: detail,apply,full,inc_navi,font,modal
*/

body,
html,
input,
select,
textarea {
	font-size: 14px;
}


#menu>ul>li {
	padding: 0;
}

#menu ul a,
#menu ul span {
	padding: 1em 0;
	font-size: 1.2em;
}

#menu>ul>li>ul>li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5em 0 1.5em 2em;
}

#menu>ul>li>ul>li:last-child {
	border-bottom: none;
}

#menu>ul>li>ul>li p.fnl {
	position: unset;
}

#menu>ul>li>ul>li p:nth-child(2) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#menu .table_list>ul>li {
	padding-left: 0 !important;
	padding: 1.5em 0 !important;
}

#menu .table_list>ul>li>table>tbody>tr>td:first-child>div {
	font-size: 1em;
	margin-top: 0;
}

#menu .table_list>ul>li>table>tbody>tr>td:first-child {
	vertical-align: middle;
}

#menu .tbl-list-txt div {
	line-height: 1.2;
	font-size: .9em;
	margin-bottom: 1em;
}

#menu .tbl-list-txt div:last-child {
	margin-bottom: 0;
}

#menu .tbl-list-txt div a {
	padding: 0;
}

#menu ul span.opener.active+ul {
	width: 100%;
	margin: 0 auto;
}

#menu .tbl-carrier a {
	padding: 0;
}

#menu .tbl-carrier li {
	background: url(../images/bullet2.png) no-repeat 11px center !important;
	background-size: 3px !important;
	padding: 1.5em 0 1.5em 2em !important;
	padding-left: 2em !important;
}

.menu_footer {
	position: unset;
	padding-bottom: 2.22222em !important;
}

#menu .menuinner {
	display: flex;
	flex-direction: column;
	height: 100%;

}

#menu>ul>li.li-flex {
	flex: 1;
	padding: 2em;
}


#menu {
	height: 100%;
}

#sidebar>.inner {
	padding-bottom: 0;
}

/* store */
.info_top_box {
	padding: 15px 0;
}

.info_top_box .inft_right_select {
	padding-left: 2em;
}

a.sel_btn {
	padding: 1em 0;
}

.sel_ly1 .sel_bt1 {
	margin-right: 0;
	width: 33.3%;
}

.sel_ly1 .sel_bt2 {
	margin-left: 0;
	width: 33.3%;
}

.sel_ly1 .sel_vs {
	margin: 0;
	width: 33.3%;
}

.mypoint-wp {
	padding-top: 15px;
}

/* popup */
.popup_tl {
	text-align: left;
	font-size: 1.15em;
	border-bottom: 1px solid #EEE;
	border-radius: 5px 5px 0 0;
}

.needpopup_remover {
	font-size: 1.5em !important;
	top: 9px !important;
	width: 30px;
	height: 30px;
	padding: 8px 5px;
}

.needpopup-overflow .needpopup {
	background: #f8f8f8;
	border-radius: 5px;
	max-height: 600px;
    transform: translateY(-50%);
    top: 50% !important;
    margin-top: 0 !important;
}

.needpopup_wrapper .pop_col {
	background: transparent;
	overflow-y: auto;
	height: calc(100% - 102px);
	overflow-y: auto;
	max-height: calc(500px - 102px);
}

.needpopup_wrapper .ck1 input[type="checkbox"]+label {
	color: #333;
}

.needpopup_wrapper .ck1 input[type="checkbox"]+label:before {
	border: 2px solid #1a25aa;
}

.ck1 input[type="checkbox"]:checked+label:before {
	background-color: #1a25aa !important;
	background-size: 16px;
}

.needpopup_wrapper .btn_conf_al {
	padding-bottom: 0;
	margin-top: 0;
}

.needpopup_wrapper .btn_conf_al a {
	width: 100%;
	border-radius: 0 0 5px 5px;
	color: #FFF !important;
	font-weight: 500;
	border-top: 1px solid #DDD;
	background: #1a25aa !important;
	padding: 1em;
	font-size: 1.25em;
}

.needpopup_wrapper .ck1 {
	border-bottom: none !important;
	border-top: 1px solid #DDD;
}

.needpopup_wrapper .ck1:nth-child(1) {
	border-top: none;
}

#small-popup1 .ck1 input[type="checkbox"]+label {
	padding-left: 0;
}

.pr_box_wp {
	height: calc(100% - 48px);
	overflow-y: auto;
	max-height: calc(500px - 48px);
}

.popuplist {
	max-height: 600px;
	height: auto;
	overflow: hidden;
}

.pop_list_ty2 li a {
	background-color: #FFF;
}


.pr_box_wp .pr_box .prb_right {
	/* font-size: 1.2em; */
	text-align: right;
	width: 100%;
}

.pr_box_wp .pr_box .prb_right p {
	word-break: break-all;
}

.pr_box_wp .pr_box .prb_left {
	width: 100%;
}

.pr_box_wp .pr_box .prb_left p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/* font-size: .9em; */
}

.pr_box_wp .pr_box .prb_left p:last-child {
	margin-bottom: 1em;
}

.monthab-wp {
	display: flex;
	align-items: center;
}

.fullsection .ctn_box {
	padding: 2em 0;
}

#main>.inner>section {
	padding: 0 1em;
}

.pay_ctn_box {
	background: #f8f8f8;
}

.cate_wp .cate_sel {
	width: calc(33.3% - 2px);
	margin-right: 0;
	font-size: 1em;
	border: 1px solid #DDD;
	text-align: center;
	padding: 0 10px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E");
	background-size: 1.0em;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) center;
}

.cate_sel:active,
.cate_sel:hover,
.cate_sel:focus {
	border: 1px solid #1a25aa;
}

#ct4 {
	width: calc(66.6% - 2px);
}

.detail-modal-wp .slideDialogConBtn {
	font-weight: 500;
	border-top: 1px solid #DDD;
	border-radius: 0 0 5px 5px;
	padding: 1em;
	font-size: 1.25em;
}

.detail-modal-wp .slideDialogCon {
	border-radius: 5px;
}

.detail-modal-wp .slideDialogConSlide {
	border-radius: 5px 5px 0 0;
}

.detail-modal-wp .slideDialogConPage {
	padding: .5em 0 1em 0;
}

.needpopup.opened {
	border-radius: 5px;
}

.apply-wp .info_list_bl li {
	background: transparent;
}

.login-footer {
	display: none;
}

.pay_list_one .pay_list_inner .pay_right_detail .prdt_tl{
	padding-right: 55px;
    word-break: break-all;
}