@charset "utf-8";

body.fixed{
	overflow: hidden !important;
}

.inner_lo{
	width:100%;
	max-width:1240px;
	margin:0 auto;
	padding:0 20px;
}

.txtalign_center{text-align:center;}


/* HEADER : S */
#header .util{
	background:#fff;
}

#header .util .inner_lo{
	display:flex;
	align-items:center;
	height:70px;
}

#header .util .home{
	margin-right:auto;
}

#header .util .home strong{
	color:#4099ed;
	font-weight:inherit;
}

#header .util .home a{
	font-size:20px;
	font-weight:800;
	color:#32363e;
	transition:.2s;
}

#header .util .home a:hover{
	color:#4099ed;
}
#header .util .login_group{
	display:flex;
	align-items:center;
}
#header .util .login_group input,
#header .util .login_group button{
	height:30px;
	border-radius:4px;
	font-size:14px;
	padding:0 10px;
	box-sizing:border-box;
}
#header .util .login_group input{
	width:142px;
	border:1px solid #e0e0e0;
	margin-right:4px;
}
#header .util .login_group button{
	width:100px;
	background:#262a2d;
	color:#fff;
	font-weight:600;
	border:none;
	transition:.2s;
}
#header .util .login_group button:hover{
	background:#4099ed;
}

#header .util .login_group .btn_findid,
#header .util .login_group .btn_signup {
	display:inline-flex;
	align-items:center;
	color:#4099ed;
	font-weight:600;
	font-size:14px;
	margin-left:14px;
	transition:.2s;
}
#header .util .login_group .btn_findid{margin-left:30px;}
#header .util .login_group .btn_findid:before,
#header .util .login_group .btn_signup:before{
	content:'';
	display:block;
	margin-right:4px;
	width:20px;
	height:20px;
	border-radius:100%;
	transition:.2s;
}
#header .util .login_group .btn_findid:before{background:url('../images/ico_h_findid.png?1') center center no-repeat #4099ed;}
#header .util .login_group .btn_signup:before{background:url('../images/ico_h_singup.png') center center no-repeat #4099ed;}
#header .util .login_group .btn_findid:hover,
#header .util .login_group .btn_signup:hover {color:#262a2d;}
#header .util .login_group .btn_findid:hover:before{background:url('../images/ico_h_findid.png?1') center center no-repeat #262a2d;}
#header .util .login_group .btn_signup:hover:before{background:url('../images/ico_h_singup.png') center center no-repeat #262a2d;}

#header .util .login_group .btn-naver,
#header .util .login_group .btn-kakao,
#header .util .login_group .btn-google{margin-left:4px;width:30px; height:30px; padding:0; display:inline-flex; align-items:center;  font-weight:600; font-size:0; transition:.2s;}
#header .util .login_group .btn-naver{background:url('../images/ico_logo_naver.png') center center no-repeat #03cf5d !important; background-size: 12px !important;}
#header .util .login_group .btn-kakao{background:url('../images/ico_logo_kakao.png') center center no-repeat #fde811 !important; background-size: 18px;}
#header .util .login_group .btn-google{background:url('../images/ico_logo_google.png') center center no-repeat #fff !important; background-size: 18px; border:1px solid #ddd;}

#header .util .logged_group{
	display:flex;
	align-items:center;
}

#header .util .logged_group li {
	position:relative;
}

#header .util .logged_group li + li{
	margin-left:20px;
	padding-left:22px;
}

#header .util .logged_group li + li:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:2px;
	height:14px;
	margin-top:-7px;
	background:#ddd;
}

#header .util .logged_group li a{
	font-size:15px;
	font-weight:500;
	transition:.2s;
}
#header .util .logged_group li a:hover{
	color:#4099ed;
}

#header .util .logged_group li .btn_logout{
	width:142px;
	height:30px;
	border-radius:4px;
	font-size:14px;
	padding:0 10px;
	box-sizing:border-box;
	background:#262a2d;
	color:#fff;
	font-weight:600;
	border:none;
	transition:.2s;
}
#header .util .logged_group li .btn_logout:hover{
	background:#4099ed;
}

#header .util .logged_group li:last-child{
	padding-left:0;
}

#header .util .logged_group li:last-child:before{
	display:none;
}

#header .m_headermenu_open{
	display:none;
}

#header .headermenu{

}
#header .headermenu ul{
	display:flex;
	align-items:center;
	justify-content: space-between;
	height:82px;
}
#header .headermenu li{

}
#header .headermenu li a{
	display:block;
	font-size:20px;
	font-weight:800;
	color:#32363e;
	transition:.2s;
}
#header .headermenu li a:hover{
	color:#4099ed;
}





.mobile_gnb {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	z-index: 9999;
	background: #ffffff;
}

.mobile_gnb .gnb_header{
	display:flex;
	align-items:center;
	padding: 0 20px;
	font-size:16px;
	background:#262a2d;
	color:#fff;
	height:50px;
	font-weight:600;
}

.mobile_gnb .gnb_body{
	overflow-y:auto;
	height:calc(100% - 50px);
}

.mobile_gnb .btn_m_x{
	position: absolute;
	top: 12px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url('../images/btn_m_x.png') no-repeat center center;display: block;text-indent: -9999px;
	background-size:20px;
}


.mobile_gnb .mobile_gnb_util{
	padding:20px;
	background:#f5f5f5;
}

.mobile_gnb .login_group{
	max-width:500px;
	margin:0 auto;
}

.mobile_gnb .login_group .title{
	font-weight:800;
	font-size:30px;
	margin-bottom:10px;
	letter-spacing:-2px;
}

.mobile_gnb .login_group > ul{
	display:flex;
	flex-wrap:wrap;
}

.mobile_gnb .login_group li.w50p{
	width:calc(50% - 3px);
}
.mobile_gnb .login_group li.w50p + li.w50p{
	margin-left:6px;
}
.mobile_gnb .login_group li.w33p{
	width:calc(33.33% - 4px);
}
.mobile_gnb .login_group li.w33p + li.w33p{
	margin-left:6px;
}

.mobile_gnb .login_group .btn-naver,
.mobile_gnb .login_group .btn-kakao,
.mobile_gnb .login_group .btn-google{display:flex; align-items:center; justify-content:center;}
.mobile_gnb .login_group .btn-naver{color:#fff; background:#03cf5d ;}
.mobile_gnb .login_group .btn-kakao{color:#000; background:#fde811 ;}
.mobile_gnb .login_group .btn-google{color:#000; background:#fff; border:1px solid #ddd;}

.mobile_gnb .login_group .btn-naver:before,
.mobile_gnb .login_group .btn-kakao:before,
.mobile_gnb .login_group .btn-google:before{content:''; width:18px; height:18px; display:block;}
.mobile_gnb .login_group .btn-naver:before{background:url('/html/images/ico_logo_naver.png') 0 0 no-repeat; background-size:contain;}
.mobile_gnb .login_group .btn-kakao:before{background:url('/html/images/ico_logo_kakao.png') 0 0 no-repeat; background-size:contain;}
.mobile_gnb .login_group .btn-google:before{background:url('/html/images/ico_logo_google.png') 0 0 no-repeat; background-size:contain;}

.mobile_gnb .login_group li{
	text-align:center;
	margin-top:6px;
	width:100%;
}

.mobile_gnb .login_group li:first-child{
	margin-top:0;
}

.mobile_gnb .login_group input,
.mobile_gnb .login_group button{
	width:100%;
	height:34px;
	border-radius:4px;
	font-size:14px;
	padding:0 10px;
	box-sizing:border-box;
}

.mobile_gnb .login_group input{
	border:1px solid #e0e0e0;
}

.mobile_gnb .login_group button{
	background:#262a2d;
	color:#fff;
	font-weight:600;
	border:none;
	transition:.2s;
}

.mobile_gnb .login_group .btn_signup {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:34px;
	border-radius:4px;
	font-size:14px;
	padding:0 10px;
	box-sizing:border-box;
	background:#4099ed;
	color:#fff;
	font-weight:600;
	border:none;
	transition:.2s;
}





.mobile_gnb .logged_group{
}

.mobile_gnb .logged_group ul{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:500px;
	margin:0 auto;
}

.mobile_gnb .logged_group li {
	position:relative;
}

.mobile_gnb .logged_group li + li{
	margin-left:12px;
	padding-left:14px;
}

.mobile_gnb .logged_group li + li:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:2px;
	height:14px;
	margin-top:-7px;
	background:#ddd;
}

.mobile_gnb .logged_group li a{
	font-size:13px;
	font-weight:500;
	transition:.2s;
}
.mobile_gnb .logged_group li a:hover{
	color:#4099ed;
}

.mobile_gnb .logged_group li .btn_logout{
	height:24px;
	border-radius:4px;
	font-size:13px;
	padding:0 6px;
	box-sizing:border-box;
	background:#262a2d;
	color:#fff;
	font-weight:600;
	border:none;
	transition:.2s;
}
.mobile_gnb .logged_group li .btn_logout:hover{
	background:#4099ed;
}

.mobile_gnb .logged_group li:last-child{
	padding-left:0;
}

.mobile_gnb .logged_group li:last-child:before{
	display:none;
}





.mobile_gnb .mobile_gnb_menu{
	padding:20px;
}

.mobile_gnb .mobile_gnb_menu ul{
	max-width:500px;
	margin:0 auto;
}

.mobile_gnb .mobile_gnb_menu li{
	border-top:1px solid #ddd;
}

.mobile_gnb .mobile_gnb_menu li:first-child{
	border-top:0;
}

.mobile_gnb .mobile_gnb_menu li a{
	display:flex;
	align-items:center;
	padding:14px 0;
	font-size:16px;
	font-weight:600;
}
.mobile_gnb .mobile_gnb_menu li a:after{
	content:'';
	display:block;
	margin-left:auto;
	width:6px;
	height:12px;
	background:url('../images/m_mobilegnb_arrow.png') 0 0 no-repeat;
	background-size:contain;
}


/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */
	@media (max-width: 1240px) {
		#wrap{
			padding-top:50px;
		}

		#header{
			position:fixed;
			top:0;
			left:0;
			width:100%;
			z-index:10;
			box-shadow:0 10px 20px rgba(0,0,0,0.05);
			border-bottom:0 !important;
		}

		#header .util .inner_lo{
			height:50px;
		}

		#header .util .login_group,
		#header .util .logged_group,
		#header .headermenu{
			display:none;
		}

		#header .util .home a{
			font-size:14px;
		}
		#header .m_headermenu_open{
			display:block;
			margin-left:auto;
			width:24px;
			height:24px;
			background:url('../images/m_headermenu_open.png') center center no-repeat;
			border:0;
			font-size:0;
			text-indent:-9999px;
			overflow:hidden;
		}
	}
/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */

/* HEADER : E */




/* FOOTER : S */
#footer{
	border-top:1px solid #c8c8c8; 
	padding:40px 0 60px 0;
}

#footer .foot_info .inner_lo{display:flex; flex-wrap:wrap; justify-content:center;}

#footer .foot_info dl{
	position:relative;
	display:inline-flex;
	font-size:14px;
	font-weight:500;
	color:#000;
	line-height:1;
}
#footer .foot_info dl + dl{
	margin-left:10px;
	padding-left:12px;
}

#footer .foot_info dl dt{
	margin-right:6px;
	font-weight:500;
}
#footer .foot_info dl + dl:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:2px;
	height:12px;
	margin-top:-6px;
	background:#262a2d;
}

#footer .txt_contact{
	font-size:20px; font-weight:600; letter-spacing:0; margin-right:10px
}

#footer .row {
	display:flex;
	align-items:center;
}

#footer .row + .row{
	margin-top:4px;
}

#footer .persinfo{
	margin-left:10px;
	padding-left:12px;
	position:relative;
}

#footer .persinfo:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:2px;
	height:12px;
	margin-top:-6px;
	background:#000;
}

#footer .persinfo a{
	color:#c41c1c;
	font-size:14px;
	font-weight:800;
}
#footer .persinfo a:hover{
	text-decoration: underline;
}

#footer .copyright{
	width:100%;
	font-size:16px;
	font-weight:300;
	color:#888888;
	text-align:center;
	margin-top:40px;
}

/* ------------------------------------------------------------------ MEDIA 1240px ------------------------------------------------------------------ */
	@media (max-width: 1240px) {
		#footer{
			text-align:center;
			padding:5px 0px 0px 5px;
		}

		#footer .foot_info .inner_lo{
			flex-direction:column;
			justify-content: center;
		}

		#footer .txt_contact{
			margin-right:0; 
			text-align:center;
			margin-bottom:5px;
			width:100%;
		}
		
		#footer .row{
			justify-content:center;
			flex-wrap:wrap;
		}

		#footer .row + .row{
			margin-top:5px;
		}

		#footer .persinfo{
			margin-left:14px;
			padding-left:15px;
		}

		#footer .persinfo a{
			font-size:14px;
		}

		#footer .foot_info dl{
			font-size:14px;
		}

		#footer .copyright{
			font-size:14px;
			margin-top:5px;
		}
	}
/* ------------------------------------------------------------------ MEDIA 480px ------------------------------------------------------------------ */
	@media (max-width: 480px) {
		#footer .row{
			flex-direction:column;
		}

		#footer .persinfo{
			margin-left:0;
			padding-left:0;
			margin-top:6px;
		}
		
		#footer .persinfo:before{
			display:none;
		}

		#footer .row + .row{
			margin-top:5px;
		}
		#footer .foot_info dl + dl{
			margin-left:0; padding-left:0;
			margin-top:6px;
		}
		#footer .foot_info dl + dl:before{
			display:none;
		}
	}
/* FOOTER : E */



.dv-flex{
	display:flex;
}

.dv-inline-flex{
	display:inline-flex;
}

.flex1{
	flex:1;
}

.flex-none{
	flex: none;
}


/* 기본 버튼 : S */
.btncom{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid #dcdcdc;
	padding:0 14px;
	border-radius:2px;
	height:30px;
	background:#fff;
	max-width:100%;
	font-weight:600;
	font-size:14px;
}

.btncom.blue{
	color:#fff;
	background:#4099ed;
	border-color:#4099ed;
}
.btncom.blue_line{
	color:#4099ed;
	border-color:#4099ed;
}

.btncom.black{
	color:#fff;
	background:#262a2d;
	border-color:#262a2d;
}
.btncom.black_line{
	color:#262a2d;
	border-color:#262a2d;
}

.btncom.gray{
	background:#f5f5f5;
}

.btncom.h40{
	height:40px;
}
.btncom.h60{
	height:60px;
	padding:0 20px;
	font-weight:600;
	font-size:15px;
	border-radius:6px;
}

.btncom.w120{
	width:120px;
}
/* 기본 버튼 : E */


/* 기본 셀렉트 : S */
.selectcom{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid #dcdcdc;
	padding:0 14px;
	border-radius:2px;
	height:30px;
	background:url('../images/ico_select_arrow.png') right 14px center no-repeat #fff;
	max-width:100%;
}

.selectcom.blue{
	color:#fff;
	background:#4099ed;
	border-color:#4099ed;
}

.selectcom.blue_line{
	color:#4099ed;
	border-color:#4099ed;
}

.selectcom.gray{
	background:#f5f5f5;
}

.selectcom.h40{
	height:40px;
}
.selectcom.h60{
	height:60px;
	padding:0 20px;
	font-weight:600;
	font-size:15px;
	border-radius:6px;
}

.selectcom.w120{
	width:120px;
}
/* 기본 셀렉트 : E */


/* 기본 체크박스 : S */
	.checkbox_com{
		display:inline-flex;
		align-items:center;
		font-size:14px;
		margin-top:8px;
		margin-bottom:8px;
	}
	.checkbox_com input{
		position:absolute;
		width:0;
		height:0;
		opacity:0;
		margin:0;
		padding:0;
	}
	.checkbox_com input + i{
		display:block;
		width:24px;
		height:24px;
		border:1px solid #ddd;
		background:url('../images/ico_check_gray.png') center center no-repeat #fff;
		border-radius:4px;
		margin:0;
		margin-right:4px;
	}
	.checkbox_com input + i + .labeltxt{
		font-size:inherit;
		color:inherit;;
		font-weight:inherit;
		line-height:inherit;
	}

	.checkbox_com input:checked + i{
		border-color:#4099ed;
		background:url('../images/ico_check_white.png') center center no-repeat #4099ed;
	}
	.checkbox_com input:focus-visible + i{
		outline: 3px dotted red;
	}
	.checkbox_com input:checked + i + .labeltxt{
		color:#4099ed;
		font-weight:500;
	}

	/* ------------------------------------------------------------------ MEDIA 768px : S ------------------------------------------------------------------ */
		@media (max-width: 768px) {
			.checkbox_com{
				font-size:14px;
			}
			.checkbox_com input{
				width:24px;
				height:24px;
			}
		}
	/* ------------------------------------------------------------------ MEDIA 768px : E ------------------------------------------------------------------ */
/* 기본 체크박스 : E */


/* 기본 라디오 : S */
	.radio_com{
		display:inline-flex;
		align-items:center;
		font-size:14px;
		margin-top:8px;
		margin-bottom:8px;
	}
	.radio_com input{
		position:absolute;
		width:0;
		height:0;
		opacity:0;
		margin:0;
		padding:0;
	}
	.radio_com input + i{
		display:block;
		width:24px;
		height:24px;
		border:1px solid #ddd;
		background:url('../images/ico_check_gray.png') center center no-repeat #fff;
		border-radius:100%;
		margin:0;
		margin-right:4px;
	}
	.radio_com input + i + .labeltxt{
		font-size:inherit;
		color:inherit;;
		font-weight:inherit;
		line-height:inherit;
	}

	.radio_com input:checked + i{
		border-color:#4099ed;
		background:url('../images/ico_check_white.png') center center no-repeat #4099ed;
	}
	.radio_com input:focus-visible + i{
		outline: 3px dotted red;
	}
	.radio_com input:checked + i + .labeltxt{
		color:#4099ed;
		font-weight:500;
	}

	/* ------------------------------------------------------------------ MEDIA 768px : S ------------------------------------------------------------------ */
		@media (max-width: 768px) {
			.radio_com{
				font-size:14px;
			}
			.radio_com input{
				width:24px;
				height:24px;
			}
		}
	/* ------------------------------------------------------------------ MEDIA 768px : E ------------------------------------------------------------------ */
/* 기본 체크박스 : E */


/* 기본 인풋 : S */
.inpcom{
	border:1px solid #dcdcdc;
	padding:0 14px;
	border-radius:2px;
	height:30px;
	background:#fff;
	max-width:100%;
}

.inpcom.h40{
	height:40px;
}
.inpcom.h60{
	height:60px;
	padding:0 20px;
	font-weight:600;
	font-size:15px;
	border-radius:6px;
}
/* 기본 버튼 : E */


.inp_phonegroup{
	display:inline-flex;
	align-items:center;
}
.inp_phonegroup input{
	flex:1;
	width:100%;
	max-width:64px;
}
.inp_phonegroup .txt{
	margin:0 6px;
}

/* 입력 테이블 : S */
.input_table_type01{border-top:2px solid #000;}
.input_table_type01 dt , 
.input_table_type01 dd{padding:14px; display:table-cell; vertical-align:middle;}
.input_table_type01 dl{display:table; table-layout:fixed; width:100%; border-bottom:1px solid #ddd;}
.input_table_type01 dt{width:20%; font-size:16px; font-weight:600; flex:none;}
.input_table_type01 dd{f}
.input_table_type01{}

/* ------------------------------------------------------------------ MEDIA 786px : S ------------------------------------------------------------------ */
@media (max-width: 786px) {
	.input_table_type01 dt , 
	.input_table_type01 dd{display:block; padding:0;}
	.input_table_type01 dl{display:block; padding:14px 0; border-bottom:0;}
	.input_table_type01 dt{width:100%; margin-bottom:10px;}
}
/* ------------------------------------------------------------------ MEDIA 786px : E ------------------------------------------------------------------ */
/* 입력 테이블 : E */


/* 테이블 : S */
.table_type01{border-top:2px solid #000; width: 100%;}
.table_type01 th,
.table_type01 td{border-bottom:1px solid #ddd; padding:8px 20px;}
.table_type01 th{height:50px;}
.table_type01 td{height:60px;}
.table_type01 a:hover{text-decoration:underline; color:#4099ed;}
/* ------------------------------------------------------------------ MEDIA 1240px : S ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.table_type01 colgroup,
	.table_type01 thead,
	.table_type01 th,
	.table_type01 td{display:none; height:auto; padding:20px;}
	.table_type01 tr{display:block;}
	.table_type01 .m_visible{display:block; width: 100%;}
}
/* ------------------------------------------------------------------ MEDIA 1240px : E ------------------------------------------------------------------ */


.table_type02{border-top:2px solid #000; width: 100%;}
.table_type02 th,
.table_type02 td{border-bottom:1px solid #ddd; height:60px; padding:8px 10px;}
/* ------------------------------------------------------------------ MEDIA 1240px : S ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.table_type02 th,
	.table_type02 td{font-size:14px;}
}
/* ------------------------------------------------------------------ MEDIA 1240px : E ------------------------------------------------------------------ */


.table_pay{border-top:2px solid #000; width: 100%;}
.table_pay th,
.table_pay td{border-bottom:1px solid #ddd; padding:8px 20px;}
.table_pay th{height:50px;}
.table_pay td{height:60px;}
.table_pay td.td_total{text-align:center; border-bottom:2px solid #000; padding:30px 20px; font-size: 18px;font-weight: 500;}
.table_pay td.td_total .total{font-size: 30px; font-weight: 800; letter-spacing: -3px; line-height: 1; color:#4099ed; margin:0 4px;}
/* ------------------------------------------------------------------ MEDIA 1240px : S ------------------------------------------------------------------ */
@media (max-width: 1240px) {
	.table_pay colgroup,
	.table_pay thead,
	.table_pay th,
	.table_pay td{display:none; height:auto; padding:0;}
	.table_pay tr{display:block;}
	.table_pay .td_m_visible{display:block; width: 100%;}
	.table_pay .payment_table{max-width:100%; margin-top:0; border-top:0;}
}
/* ------------------------------------------------------------------ MEDIA 1240px : E ------------------------------------------------------------------ */

.payment_method{display:flex; width:100%;}
.payment_method li{flex:1;}
.payment_method li + li{margin-left:20px;}
.payment_method input{position:absolute; text-indent:-9999px; border:0; padding:0; width:0; height:0; opacity:0;}
.payment_method input + .radio_design{display:flex; align-items:center; border-radius:10px; border:1px solid #dcdcdc; padding:20px; display:flex;}
.payment_method input + .radio_design:before{
	content:''; 
	display:block;
	width:24px;
	height:24px;
	background:url('../images/ico_check_gray.png') center center no-repeat;
	margin:0;
	margin-right:4px; 
}

.payment_method input:focus-visible + .radio_design{ 
	outline: 3px dotted red;
}
.payment_method input:checked + .radio_design{
	color:#fff;
	background:#4099ed;
	border-color:#4099ed;
	font-weight:500;
}
.payment_method input:checked + .radio_design:before{
	background:url('../images/ico_check_white.png') center center no-repeat;
}


/* ------------------------------------------------------------------ MEDIA 786px : S ------------------------------------------------------------------ */
@media (max-width: 786px) {
	.payment_method{display:block;}
	.payment_method li + li{margin-left:0; margin-top:14px;}
	.payment_method input + .radio_design{padding:14px;}
}
/* ------------------------------------------------------------------ MEDIA 786px : E ------------------------------------------------------------------ */

/* 테이블 : E */


.txt_essential{font-size:0; text-indent:-9999px;}
.txt_essential:before{content:'*'; color:red; font-size:16px; font-weight:800; margin-left:4px;}

.txt_list_type01{}
.txt_list_type01 > li{position:relative; padding-left:14px; word-break:auto-phrase;}
.txt_list_type01 > li + li{margin-top:12px;}
.txt_list_type01 > li:before{content:''; position:absolute; left:0; top:6px; width:6px; height:6px; border-radius:100%; background:#a8a8a8;}
.txt_list_type01 > li > ul{margin-top:10px; font-size:14px; color:#737373;}
.txt_list_type01 > li > ul > li + li{margin-top:6px;}

.txt_list_type02{}
.txt_list_type02 > li{position:relative; padding-left:12px; word-break:auto-phrase;}
.txt_list_type02 > li + li{margin-top:12px;}
.txt_list_type02 > li:before{content:''; position:absolute; left:0; top:10px; width:4px; height:1px; border-radius:100%; background:#262a2d;}
.txt_list_type02 > li > ul{margin-top:10px; font-size:14px; }
.txt_list_type02 > li > ul > li + li{margin-top:6px;}

.txt_list_type03{}
.txt_list_type03 > li{position:relative; word-break:auto-phrase;}
.txt_list_type03 > li + li{margin-top:12px;}
.txt_list_type03 > li > ul{margin-top:10px; font-size:14px; }
.txt_list_type03 > li > ul > li + li{margin-top:6px;}

.txt_link{text-decoration:underline; color:#4099ed;}
.txt_link:hover{color:#000;}


.color_blue{
	color:#4099ed;
}

.color_red{
	color:#e71515;
}


.txt_help{font-size:14px; color:#e71515;}
.txt_help:before{content:'*'; margin-right:4px;}

.m_none{}
.m_only{display:none;}
.pc_only{}
/* ------------------------------------------------------------------ MEDIA 768px : S ------------------------------------------------------------------ */
	@media (max-width: 768px) {
		.m_none{display:none;}
		.m_only{display:block;}
		.pc_only{display:none;}
	}
/* ------------------------------------------------------------------ MEDIA 768px : E ------------------------------------------------------------------ */


/* main popup */
.btn_view_pop {display:block; position:absolute; top:0; left:0; width:1px; height:1px; opacity:0.01; text-indent:-999px; overflow:hidden;}
.main_notice_pop{display:block; position:absolute; max-width:100%; top:50%; right:0; left:0; width:100%; z-index:7000;}
.main_notice_pop .mask {position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.6);}
.main_notice_pop .pop_con {position:relative; border:2px solid rgba(0,0,0,0.9);}
.main_notice_pop:focus .pop_con {box-shadow:0 0 3px 3px rgba(255,255,255,0.6);}
.main_notice_pop .pop_con .img {border:5px solid #fff;}
.main_notice_pop .pop_con .img img {width:100%;}
.main_notice_pop .pop_con .btns {position:relative; padding:12px; background:rgba(0,0,0,0.9); overflow:hidden; color:#fff;}
.main_notice_pop .pop_con .btns .btn_invisible {width:14px; height:14px; margin:-2px 6px 0 0; border:none; border-radius:0; vertical-align:middle;}
.main_notice_pop .pop_con .btns .btn_close {position:absolute; top:50%; right:12px; margin-top:-10px; padding-right:20px; border:none; background:url('../../images/btn_ma_pop_close.png') no-repeat right 4px center; background-size:11px auto; color:#fff; font-size:13px; line-height:20px;}

@media screen and (max-width: 1200px){
    .main_notice_pop{left:50% !important; transform:translateX(-50%); height:auto !important;}
}