@charset "utf-8";

@media (min-width: 800px) {

    #wrap{}
    #wrap .wrap{
		margin: 0 auto;
		width: 800px;
		min-width: 800px;
		border:0px #ff0000 solid;
		}
    
    #header{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 101;
		transition:all 0.5s; 
		background:#ffffff;
		border-bottom:0px #002870 solid;
		}
		
	
	
	
    #header .wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
		border:0px #002870 solid;
		}
		
	.ghst {	/* 헤더 픽스일 때 페이지 내 이동 설정 */
		display: block;
		height:150px; 
		margin-top: -150px;  
		visibility: hidden;
		}

	#header .logo{
		/* margin: 0 220px 0 0; */
		margin: 0 0px 0 0;
		position: relative;
		z-index: 4;
		}
		
	#header .logo img {
		margin: 0px 0 0 0;
		height:40px;
		}	
		
    #header .logo a{}
    #header .menu{
		position:relative;		
		z-index:4;
		border:0px #ff0000 solid;
		}
    #header .menu .dp1{
		display:flex;
		align-items:center;
		/* width:550px; */
		justify-content:right;
		border:0px #00ff00 solid;
		}
    #header .menu .dp1 .dl1{
		position:relative;
		margin:0px 40px 0 0;
		text-align: center;
		border:0px #ff0000 solid;
		}
	#header .menu .dp1 .dl1:last-child{margin-right:0px;}
    #header .menu .dp1 .dl1 .da1{
		/* line-height: 60px; */
		line-height: 30px;
		font-size: 18px;
		font-weight: 600;
		color: #000000;
		border:0px #ff0000 solid;
		}
	
	.da1 p{
		font-size: 16px !important;
		font-weight: normal !important;
		color: #999999;
		/* display:inline-block;
		margin-left:14px; */
	}			
		
    #header .menu .dp2{
		position:absolute;
		top:100%;
		left:50%;
		padding: 20px 10px;
		transform:translate(-50%,-10px);
		width: 200px;
		height:0px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		overflow:hidden;
		
		}
    #header .menu .dp2 .dl2{position:relative;z-index:2;}
    #header .menu .dp2 .dl2 .da2{
		display:flex;
		line-height: 30px;
		font-size: 16px;
		font-weight: 500;
		color:#000000;
		text-align:center;
		justify-content: center;
		
		}
		
	#header .menu .dp2 .dl2 .da2 p {
		color:#999999;
		margin-left:10px;
	}		
		
	#header .menu .dl1:nth-child(4) .dp2 .dl2 .da2 {
		display:block;
		line-height: 20px;
		margin-bottom:10px;
		border:0px #ff0000 solid;
	}
	
	#header .menu .dl1:nth-child(4) .dp2 .dl2 .da2 p{
		margin-left:0px;
	}
	
	#header .menu img {
		height:20px;	
	}	
		
    /* #header .tool{
		position: absolute;
		top:0;
		left:50%;
		z-index: 4;
		width:800px;
		margin-left:-635px;
		text-align:right;
		border:0px #ff0000 solid;
		} */
	#header .tool{	
		width:100px;
		border:0px #ff0000 solid;
		display:none;
	}
		
    #header .tool ul{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		}
    #header .tool li{padding-top:0px}
    #header .tool li + li{margin: 0 0 0 0px;}
    #header .tool li a{
		/* display: flex;
		align-items: center;
		justify-content: center; */
		display:inline-block;
		/* width:60px;
		font-size:12px;
		line-height:20px;
		height:20px; */
		height:47px;
		padding:0px 0 0px 0;
		/* text-align:center;
		color:#ffffff;
		border-radius:4px;
		background: #e92a3d; */
		margin-right:10px;
		}
	
	#header .tool li:last-child a {
		border-left:none;
		margin-right:0px;
	}
	#header .tool li a img {
		height:47px;	
	}
	/* 
	#header .tool li:nth-child(5) img {
		height:24px;	
	} */
	
    #header .allmenu{display:none;position: relative;z-index: 4;}
    #header .category{display:none;}
    #header .bg{
		position:absolute;
		z-index: -1;
		top:0;left:0;
		width:100%;
		height:0px;
		background:#ffffff;
		transition:all 0.5s;
		/* opacity:0.95; */
		}

    #header.fixed{
		position:fixed;
		z-index:101;
		/* background:#f0fafd; */		
		border-bottom:0px #000000 dashed;
		}
    
    #header.active{
		/* background:#f0fafd; */
		border-bottom:0px #000000 dashed;
		}
    #header.active .menu .dp1 .dl1 .dp2{
		height:150px;
		opacity:1;
		visibility:visible;
		transform:translate(-50%,0);
		border-bottom:0px #ff0000 solid;
		}
		
    #header.active .bg{
		/* height:240px; */
		height:100px;
		border-bottom:0px #000000 dashed;
		}
    
    
	
	/****/
    #footer{
		background:#ffffff;
		padding: 50px 0;
		}
    
	#footer .inner{
		display:flex;
		justify-content: space-between;
		width:800px;
		margin:0 auto 0 auto;
	}
	
	.footer_box_1 {
		width:100%;
	}
	
	
	
	.footer_txt_1 {
		color:#000000;
		font-size:16px;
		text-align: center;
	}
	
	.footer_txt_2 {
		color:#000000;
		font-size:12px;
		text-align: center;
	}
	/****/
	
	.inner {
		position: relative;
		width: 800px;
		max-width: 100%;
	}
	.display_m {
		display:none;
	}
	
	.display_w {
		display:block;
	}
	
	/****/
	
	
	.main_sec_1 {
		height:100vh;
		display:flex;
		align-items: center;
	}
	
	.main_sec_1 .inner{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		width:800px;
		margin:0 auto 0 auto;
		border:0px #cccccc solid;
	}
	
	.main_title {
		width:800px;
		text-align: center;
	}
	
	/* .main_title img {
		width:500px;
	} */
	
	.main_title_box {
		display:flex;
		justify-content: space-between;
		width:500px;
		margin:0 auto 0 auto;
		border:0px #ff0000 solid;
	}
	.main_embl img {
		height:200px;
	}
	
	.main_txt {
		display:flex;
		align-items: center;
		justify-content:center;
		width:100%;
		border:0px #ff0000 solid;
	}
	.main_txt_1 {
		font-size:36px;
		font-weight:bold;
	}
	.main_txt_2 img {
		height:80px;
		margin:0px 5px 0 5px;
	}
	
	.main_bttn_box {
		width:500px;
		text-align: center;
		margin:60px auto 0 auto;
	}
	.main_me_case {
		width:100%;
		text-align:center;
		border:0px #ff0000 solid;
	}
	.main_me_case img {
		height:40px;
	}
	
	.main_emble_txt_case_w {
		display:block;
	}
	.main_emble_txt_case_m {
		display:none;
	}
	
	.main_me_box {
		margin-top:20px;
		border:1px #cccccc solid;
		border-radius:20px;
		padding:24px;
		width:100%;
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	.main_me_box_title {
		text-align:left;
		padding:0px 2px 0px 2px;
		font-size:18px;
		color:#999999;
		margin-bottom:0px;
	}
	.main_me_box_title span {
		color:#333333;
		font-weight:bold;
	}
	.main_me_box_inner {
		text-align:left;
		
	}
	.main_me_button {
		background:#f3f3f3;
		padding:6px 12px 6px 12px;
		font-size:14px;
		border-radius:50px;
	}
	.main_bttn_inner_1 {
		border:0px #00BBFF solid;
		border-radius:20px;
		padding:16px 0px 16px 0px;
		/* cursor:pointer; */
		background:#faf9f6;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}
	.main_bttn_inner_2 {
		border:0px #23AA65 solid;
		border-radius:20px;
		padding:16px 0px 16px 0px;
		margin-top:20px;
		/* cursor:pointer; */
		background:#faf9f6;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}
	
	.main_bttn_inner_3 {
		border:4px #cf2727 solid;
		border-radius:20px;
		padding:16px 0px 16px 0px;
		margin-top:20px;
		/* cursor:pointer; */
	}
	
	
	.main_bttn_txt_1_1 {
		width:400px;
		font-size:22px;
		color:#00BBFF;
		font-weight:bold;
		text-align: center;
		margin:0 auto 0 auto;
		
		display:flex;
		align-items:center;
		justify-content:space-between;
		border:0px #cccccc solid;
	}
	
	.main_bttn_txt_1_1 div{
		font-family: 'MissedGyuwon';
		font-size:26px;
		width:100%;
		text-align: center;
	}
	.main_bttn_txt_1_1 img {
		height:20px;
		margin-right:10px;
	}
	.main_go_arr {
		cursor:pointer;
	}
	.main_go_arr img {
		height:30px !important;
		animation: moveLeftRight 1.5s ease-in-out infinite;
	}
	@keyframes moveLeftRight {
	  0%   { transform: translateX(0); }
	  25%  { transform: translateX(2px); }
	  50%  { transform: translateX(0); }
	  75%  { transform: translateX(4px); }
	  100% { transform: translateX(0); }
	}
	/* .main_bttn_txt_1 {
		width:300px;
		font-size:18px;
		color:#999999;
		text-align: center;
		margin:0 auto 5px auto;
		
	}
	*/
	.main_bttn_txt_1_2 {
		display:flex;
		align-items:center;
		justify-content:space-between;
		flex-wrap:wrap;
		width:400px;
		margin:14px auto 0px auto;
	} 
	
	
	.main_bttn_inner_bttn {
		width:300px;
		margin:20px auto 0 auto;
		border:0px #666666 solid;
		border-radius:10px;
		text-align:center;
		padding:10px 0 10px 0;
		font-family: 'MissedGyuwon';
		color:#999999;
		background:#ffffff;
		
	}
	.main_bttn_inner_bttn .w1 {
		display:inline-block;
		width:30%;
		vertical-align:middle;
	}
	.main_bttn_inner_bttn .w2 {
		display:inline-block;
		width:60%;
		vertical-align:top;
		text-align:right;
	}
	.main_bttn_inner_bttn .w2 img {
		width:140px;
	}
	
	.main_bttn_inner_bttn span{
		font-family: 'MissedGyuwon';
		color:#ED702D;
	}
	
	.main_bttn_inner_bttn_2 {
		width:140px;
		height:90px;
		margin:20px auto 0 auto;
		border:0px #666666 solid;
		border-radius:10px;
		text-align:center;
		padding:10px 0 10px 0;
		font-family: 'MissedGyuwon';
		color:#999999;
		background:#ffffff;
	}
	.main_bttn_inner_bttn_2_qr {
		width:140px;
		height:140px;
		margin:6px auto 0 auto;
		border:0px #666666 solid;
		border-radius:0px;
		text-align:center;
		padding:0px 0 1px 0;
	}
	.main_bttn_inner_bttn_2_qr img {
		width:90%;
		height:auto;
		border-radius:10px;
	}
	.main_bttn_inner_bttn_2 div{
		margin-bottom:10px;
	}
	.main_bttn_inner_bttn_2 div p{
		font-size:30px;
		line-height:32px;
		padding-top:8px;
		border:0px #ff0000 solid;
	}
	.main_bttn_inner_bttn_2 img {
		height:40px;
	}
	.main_bttn_inner_1_thum {
		width: 60px;
		height: 60px;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		border-radius:100px;
		background: #00BBFF;
		font-size:18px;
		font-weight:bold;
		line-height:22px;
		color:#ffffff;
	}
	.main_bttn_inner_1_show_txt {
		width:320px;
		font-size: 18px;
		background:#f9f9f9;
		padding:6px 6px 6px 6px;
		border-radius:16px;
	}
	
	
	.main_bttn_txt_2_1 {
		width:400px;
		font-size:22px;
		/* color:#999999; */
		color:#23AA65;
		font-weight:bold;
		text-align: center;
		margin:0 auto 0 auto;
		
		display:flex;
		align-items:center;
		justify-content:space-between;
		border:0px #cccccc solid;
	}
	.main_bttn_txt_2_1 div{
		font-family: 'MissedGyuwon';
		font-size:26px;
		width:100%;
		text-align: center;
	}
	.main_bttn_txt_2_1 img {
		height:20px;
		margin-right:10px;
	}
	
	
	
	.main_bttn_txt_2_2 {
		display:flex;
		align-items:center;
		justify-content:space-between;
		width:90%;
		margin:14px auto 0px auto;
		border:0px #cccccc solid;
	} 
	.main_bttn_inner_2_thum {
		width: 60px;
		height: 60px;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		border-radius:100px;
		background: #23AA65;
		font-size:18px;
		font-weight:bold;
		line-height:22px;
		color:#ffffff;
	}
	.main_bttn_inner_2_show_txt {
		width:320px;
		font-size: 18px;
		background:#f9f9f9;
		padding:6px 6px 6px 6px;
		border-radius:16px;
	}
	
	
	.main_bttn_txt_3_1 {
		width:400px;
		font-size:22px;
		/* color:#999999; */
		color:#cf2727;
		font-weight:bold;
		text-align: center;
		margin:0 auto 0 auto;
		
		display:flex;
		align-items:center;
		justify-content:space-between;
		border:0px #cccccc solid;
	}
	.main_bttn_txt_3_1 img {
		height:20px;
		margin-right:10px;
	}
	
	.main_bttn_txt_3_2 {
		display:flex;
		align-items:center;
		justify-content:space-between;
		width:400px;
		margin:14px auto 0px auto;
		cursor:pointer;
	} 
	.main_bttn_inner_3_thum {
		width: 60px;
		height: 60px;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		border-radius:100px;
		background: #cf2727;
		font-size:18px;
		font-weight:bold;
		line-height:22px;
		color:#ffffff;
	}
	.main_bttn_inner_3_show_txt {
		width:320px;
		font-size: 18px;
		background:#f9f9f9;
		padding:6px 6px 6px 6px;
		border-radius:16px;
	}
	/* .main_bttn_txt_2 {
		font-size:30px;
		font-weight: bold;
		text-align: center;
		display:flex;
		align-items:center;
		justify-content:center;
		border:0px #ff0000 solid;
	}
	.main_bttn_inner_1 .main_bttn_txt_2 {
		color:#00BBFF;
	}
	.main_bttn_inner_2 .main_bttn_txt_2 {
		color:#23AA65;
	}	
	.main_bttn_inner_3 .main_bttn_txt_2 {
		color:#cf2727;
	}
	.main_bttn_txt_2 img {
		height:20px;
		margin-right:10px;
	} */
	
	/****/
	
		
	/********/
	.sub_header_bg{background:#e9e0d6;}
	
.display-w {
    display: block;
}
.display-inline-w {
    display: inline-block;
}
.display-m {
    display: none;
}
.display-inline-m {
	display: none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
	
	
	/****/
.pagetitle_box{
	text-align: center; 
	padding:50px 0 0px 0px;
	border-bottom:0px #d0d0d0 solid;
	}
	
	/* .pagetitle_box p {
		display:inline-block;
		margin-left:5px;
	} */
		
.pagetitle {
	font-size:40px;	
	/*font-family: 'TmonMonsori'; 
	 font-family: 'GmarketSansMedium';
	
	font-family: 'KimjungchulGothic-Bold';*/
	font-family: 'ONE-Mobile-Title';
	/*font-weight:bold;  */
	color:#333333;	
}	

.pagetitle p{
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	display:flex;
	align-items: center;
	justify-content: center;
	margin:10px 0 20px 0;
}

.pagetitle span {
	font-family: 'ONE-Mobile-Title';
	color:#00BBFF;
}
.pagetitle.prs span {	/* 유료조합결과 */
	font-family: 'ONE-Mobile-Title';
	color:#FF6600;
	margin-right:10px;
}


.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#808080;
	text-align: center; 
}
.page_rout img {
	margin-top:-3px;
	margin-right:4px;
}
	
.pagetitle_underline {
	display:block;
	width:40px;
	height: 4px;
	background:#004ea2;
	margin:70px auto 0 auto;
}



	.pagetitle_invisual {
		width:1000px;
		position:absolute;
		top:66px;
		left:50%;
		margin-left:-500px;
		font-size:46px;	
		font-weight:bold;	
		color:#ffffff;	 
		text-align:center;
		border:0px #ff0000 solid;
	}

	.pagetitle_invisual p {
		display:inline-block;
		margin-left:8px;
	}

	.sub__visual {
    margin-top:120px;
	height: 200px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	border-top:0px #cccccc solid; 
	border-bottom:0px #cccccc solid;
	position:relative;
}
	.sub__visual .inner {
		height: 200px;
	}


.snb__list {
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
	
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	
	position:absolute;
	bottom:0;
	border:0px #ff0000 solid;
}

.snb__arrow {
    display: none;
}

.snb__item {
    border-right: 0px solid #d6d6d6;
    background-color: #cccccc;
}
.snb__item .depth2 {
    display: none;
}

.snb__item:nth-child(1) {
    border-left: 0px solid #d6d6d6;
	border-radius:4px 0 0 0;
}

.snb__item a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    /* height: 3rem; 
	line-height: 3rem;	 */
	padding:16px 0 14px 0;
    background-color: #cccccc;
	word-break:keep-all;
	color: #ffffff;
}

.snb__item:first-child a {	
	border-radius:4px 0 0 0;
}

.snb__item.on a {
    background-color: #d01376;
    color: #ffffff;
	font-weight:bold;
	height: auto;
}

	.snb__item p {
		display:inline-block;
		margin-left:8px;
	}

	
/****/

	.inner_c1 {
		position: relative;
		width: 800px;
		max-width: 100%;
		margin: 100px auto 0 auto;
		border-radius:20px;
		/* background: linear-gradient(to bottom, #23AA65, #087E36); */
		background: linear-gradient(to bottom, #F9F9F9, #E5E5E5);
	}
	
.contents {
    padding: 0px 40px 50px 40px;
	min-height:500px;
	border:0px #ff0000 solid;
}

.section {
    margin-bottom: 110px;
}

.section:last-child {
    margin-bottom: 0px;
}

	/**/
	
.section__nth {
	margin-top:80px;
}

.preparing {
	width: 600px; border:8px #f9f9f9 solid; text-align: center; padding:80px 0 80px 0; font-size:50px; color:#cccccc; margin:0 auto 0 auto; border-radius:20px
}

.section__title {
    font-size: 34px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.5em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#0465a8;
}

.section__title:after {
    /* display: block; */
	display: none;
    content: "";
    width: 7px;
    height: 0.94em;
    background-color: #8fc320;
    position: absolute;
    top: 5px;
    left: 0;
}


	
	/**/
	
	.c1_sec_1 {
		/* display: flex;
		justify-content: space-between; */
		margin-top:30px;
	}
	
	.c1_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;		
	}
	.c1_opt_box {
		width:48%;
		background-color:#ffffff;
		border-radius:20px;
		padding:50px 30px 50px 30px;
		margin-top:10px;
		position:relative;
	}
	.c1_opt_img {
		text-align:center;
		display:flex;
		align-items:center;
		justify-content:space-around;
		flex-wrap:wrap;		
		height:220px;
	}
	.c1_opt_img img {
		height:100px;
		cursor:pointer;
	}
	.c1_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:40px;
	}
	.c1_opt_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	
	.c1_opt_bttn_1 {
		display: inline-block;
		width:200px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#00BBFF;
	}
	.c1_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	.c1_inner_2 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	
	.c1_inner_title {		
		font-size:24px;	
		font-family: 'ONE-Mobile-Title';
		font-weight:bold;
		color:#23AA65;	
		text-align:center;
	}
	.c1_inner_1 .c1_inner_title span {
		font-size:28px;	
		font-family: 'ONE-Mobile-Title';
		color:#00BBFF;
	}
	.c1_inner_2 .c1_inner_title span {
		font-size:28px;	
		font-family: 'ONE-Mobile-Title';
		color:#FF6600;
	}
	
	
	.c1_img_1 img {
		width:100%;
	}
	.c1_img_2 img {
		width:100%;
	}
	/* .c1_img_3 img {
		width:100%;
	} */
	
	.c1_img_1 {
		position: absolute;
		top:120px;
		right:40px;
		width:180px;
	}
	
	
	.c1_img_2 {
		position: absolute;
		top:130px;
		right:40px;
		width:180px;
	}
	
	/* .c1_img_3 {
		position: absolute;
		top:230px;
		right:70px;
		width:90px;
	} */
	
	.c1_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	
	.c1_bttn_1 {
		display: inline-block;
		width:300px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:26px;
		color:#00BBFF;
	}
	.c1_bttn_2 {
		display: inline-block;
		width:300px;
		border:3px #FF6600 solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:26px;
		color:#FF6600;
	}
	.c1_bttn_box .txt_small {
		color:#FF6600;
		margin-bottom:10px;
	}
	
	/**/
	
	.c1d_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:16px;
		position:relative;
	}
	.c1d_inner_2 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:20px;
		position:relative;
	}
	
	.c1d_inner_desc {
		font-size: 18px;
		
	}
	
	/* .c1d_inner_title .mu {
		font-size:28px;	
		font-family: 'ONE-Mobile-Title';
		color:#00BBFF;
	}
	.c1d_inner_title .yu {
		font-size:28px;	
		font-family: 'ONE-Mobile-Title';
		color:#FF6600;
	} */
	
	.c1d_index_box {
		margin-top:0px;
		display:flex;
		justify-content: space-between;
	}
	
	.c1d_index_item {
		font-size:20px;
		display:flex;
		align-items:center;
		padding:14px;
		cursor:pointer;
	}
	.c1d_index_item img {
		height:24px;
		margin-right:4px;		
	}
	
	.c1d_inner_title {		
		font-size:30px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#333333;	
		text-align:center;
		margin-top:40px;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.c1d_inner_title img {	
		height:30px;
		margin-right:8px;		
	}
	.c1d_inner_desc_case {
		display:flex;
		justify-content: space-between;
		margin-bottom:40px;
	}
	.c1d_inner_desc_case:last-child{
		margin-bottom:0px;
	}
	.c1d_inner_desc_img {
		width:30%;
		text-align:center;
	}
	.c1d_inner_desc_img p {
		font-size:24px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
	}
	.c1d_inner_desc_img img {
		width:60%;
		margin-top:10px;
	}
	.c1d_inner_desc_img.unse img {
		width:30%;
		margin-top:10px;
	}
	.c1d_inner_desc_img.gomin img {
		width:30%;
		margin-top:10px;
	}
	.c1d_inner_desc_img.mun img {
		width:27%;
		margin-top:10px;
	}
	.c1d_inner_desc_case .c1d_inner_desc {
		width:65%;
	}
	.c1d_email {
		font-size:22px;
		margin-top:10px;
	}
	
	.c1d_inner_desc  .mu {
		font-size:20px;	
		font-family: 'ONE-Mobile-Title';
		color:#00BBFF;
	}
	
	.c1d_inner_desc  .yu {
		font-size:18px;	
		font-family: 'ONE-Mobile-Title';
		color:#FF6600;
	}
	
	.c1d_inner_desc_case .c1_bttn_box {
		margin-top:0;
		width:85%;
	}
	.c1d_bttn_box {
		margin-top:20px;
	}
	
	.c1d_bttn_1 {
		display: inline-block;
		width:auto;
		border:1px #474747 solid;
		border-radius:100px;
		padding:6px 20px 4px 20px;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:18px;
		color:#474747;
	}
	.c1d_bttn_2 {
		display: inline-block;
		width:150px;
		border:3px #FF6600 solid;
		border-radius:100px;
		padding:12px 0 10px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:20px;
		color:#FF6600;
	}

/**/

	.c2b_anne {
		width:100%;
		text-align:center;
		font-size:16px;
		
		margin-top:20px;
		margin-bottom:20px;
	}
	.c2b_anne_2 {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-top:20px;
	}
	
	.c2b_anne span {
		color:#00BBFF;
		font-weight:bold;
	}

	.c2b_anne_2 .txt_small {
		color:#999999;
		line-height:18px;
		margin-top:20px;
	}
	
	.c2b_sec_1 {
		margin-top:30px;
	}
	
	.c2b_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
	}
	
	
	.c2b_inner_ans {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
	}
	
	.c2b_inner_title {		
		font-size:26px;	
		font-family: 'ONE-Mobile-Title';
		/* font-weight:bold; */
		color:#000000;	
		text-align:center;
		margin-bottom:10px;
	}
	
	
	.c2b_inner_1 .c2b_inner_title span {
		font-size:28px;	
		font-family: 'ONE-Mobile-Title';
		color:#00BBFF;
	}
	
	.c2b_inner_1 .c2b_inner_title img {
		height:66px;
	}
	.pagetitle .c2b_inner_title img {
		height:66px;
		margin-right:14px;
	}
	.c2b_inner_ans .c2b_inner_title span {
		font-size:28px;	
		font-family: 'ONE-Mobile-Title';
		color:#00BBFF;
	}
	
	.c2b_selbox {
		display: flex;
		justify-content: space-between;
	}
	.c2b_selbox_inner {
		/* width:24%; */
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		border:0px #cccccc solid;
	}
	
	.c2b_selbox_item {
		/* width:90%; */
		width:24%;
		margin:0 auto 12px auto;
		padding:12px 0 10px 0;
		border:6px #f3f3f3 solid;
		border-radius:6px;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		color:#999999;
		cursor:pointer;
	}
	.c2b_on {
		border:6px #00BBFF solid;
		color:#00BBFF;
	}
	
	.c2b_bttn_box {
		/*margin-top:40px;
		 text-align: center; */
		display:flex;
		justify-content:space-around;
		flex-wrap:wrap;
		width:300px;
		margin: 40px auto 0 auto;
	}
	.c2b_bttn_box img{
		height:60px;
		cursor:pointer;
	}
	.c2b_bttn_box .c2b_anne {
		width:100%;
		font-size:16px;
		margin-top:0;
		margin-bottom:14px;
	}
	
	.c2b_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#ff7e00;
		word-break: keep-all;
	}
	
	.c2b_rs_desc {
		margin-top:40px;
		font-size:18px;
		color:#000000;
	}
	
	.c2b_rs_recom_box {
		margin-top:25px;
		font-size:18px;
		color:#000000;
		display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.c2b_rs_recom_item {
		width:50%;
		display: flex;
		justify-content:space-between;
		margin-top:8px;
		margin-bottom:8px;
	}
	.c2b_rs_recom_img {
		width:15%;
	}
	.c2b_rs_recom_img img {
		height:30px;
	}
	
	.c2b_rs_recom_txt {
		width:85%;
	}
	
	.c2b_rs_rcm_title {
		font-size:16px;
		font-weight:bold;
		color:#00BBFF;
	}
	.c2b_rs_rcm_desc {
		margin-top:4px;
		font-size:16px;
	}
	.c2b_rs_desc_under_title {
		margin-top:20px;
		font-size:18px;
		color:#000000;
	}

	.c2b_bttn_1 {
		display: inline-block;
		width:300px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:16px 0 14px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		color:#00BBFF;
	}
	.c2b_bttn_2 {
		display: inline-block;
		width:300px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:16px 0 14px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		color:#00BBFF;
		background:#ffffff;
	}
	
	
	.c2b_anne_2 p span {
		color:#FF6600;
	}
	.c2b_anne_2 a {
		color:#FF6600;
	}
	
	/****/
	
	.c2b_rs_magic_box {
		width:96%;
		margin:30px auto 30px auto;
		display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
		border:0px #ff0000 solid;
	}
	
	.c2b_rs_magic_box_inner_1 {
		width:10%;
	}
	
	.c2b_rs_magic_box_inner_2 {
		width:90%;
		display: flex;
		justify-content:space-between;
		height:40px;
		align-items: center;
	}
	
	.c2b_rs_magic_box_inner_1 img {
		height:40px;
	}
	.c2b_rs_magic_box_inner_2 img {
		height:30px;
		margin-left:10px;
		margin-right:10px;
		cursor:pointer;
	}
		
	.c2b_rs_magic_rcm {
		position:relative;
		margin-top:10px;
	}
	
	.rcm {
		width:400px;
		background:#ffffff;
		border-radius:20px;
		padding:10px;
		margin-left:80px;
	}
	.rcm.loc_2 {
		margin-left:304px;
	}
	.rcm_inner {
		display:flex;
		justify-content:space-between;
		align-items: center;
		height:auto;
	}
	.rcm_inner_1{
		width:60px;
	}
	.rcm_inner_1 img {
		height:50px;
	}
	.rcm_inner_2{
		width:300px;
	}
	.rcm_title {
		font-size:16px;
		font-weight:bold;
		color:#00BBFF;
	}
	.rcm_desc {
		margin-top:8px;
		font-size:16px;
	}
	/****/
	
	
	.c2p_sec_1 {
		/* display: flex;
		justify-content: space-between; */
		margin-top:40px;
	}
	
	.c2p_stat_box {
		display: flex;
		justify-content:space-between;
		margin-top:0px;
		border:0px #ff0000 solid;
		/* flex-wrap:wrap; */
		
		background:#ffffff;
		border-radius:20px;
		padding:10px 10px 10px 10px;
	}
	.c2p_stat_box_title {
		width:30%;		
		display: flex;
		align-items:center;
		border:1px #cccccc solid;
		border-radius:18px;
	}
	.c2p_stat_title {
		display: flex;		
		justify-content:space-around;
		align-items:center;
		width:100%;	
	}
	.c2p_stat_title img {
		height:70px;
	}
	/* .c2p_stat_title p {
		width:60%;
	} */
	
	.c2p_me_button {
		background:#f3f3f3;
		padding:3px 0px 3px 0px;
		font-size:14px;
		border-radius:50px;
		text-align:center;
		margin-top:5px;
		cursor:pointer;
	}
	
	.c2p_stat_box_cont {
		width:70%;		
		border:0px #ff0000 solid;
	}
	.c2p_stat_box_stat {		
		display: flex;
		justify-content:space-around;
		flex-wrap:wrap;
		border:0px #0000ff solid;
	}
	.c2p_stat {
		/* width:60px; */
		width:23%;
		height:30px;
		border:1px #d9d9d9 solid;
		/* border-radius:6px; */	
		border-radius:16px;
		display: flex;
		justify-content:space-around;
		align-items:center;
		background:#d9d9d9;
		margin-bottom:4px;
		padding-left:6px;
		padding-right:6px;
		
		display:none;
	}
	
	/* .c2p_stat_box .c2p_stat:nth-child(1){
		justify-content:center;
		padding-top:2px;
		background:#000000;
		color:#ffffff;
		border:0px #cccccc dashed;
		display:flex;
	} */
	
	.c2p_stat.view_y {
		border:1px #cccccc solid;
		background:#ffffff;
		display:flex;
		cursor:pointer;
	}
	.c2p_stat.view_y span{		
		font-size:20px;
		margin-top:-2px;
		border:0px #ff0000 solid;
	}
	
	.c2p_stat_chk {
		width:23%;
		/* height:10px;
		font-size:20px;
		line-height:10px; */
		text-align:center;
		display: flex;
		align-items:center;
	}
	.c2p_stat_chk img {
		width:90%;
	}
	
	.c2p_stat .c2p_stat_chk:nth-child(1) {	
		color:#FF6600;
	}
	.c2p_stat .c2p_stat_chk:nth-child(2) {	
		color:#FA3D3D;
	}
	.c2p_stat .c2p_stat_chk:nth-child(3) {	
		color:#3D63FA;
	}
	.c2p_stat .c2p_stat_chk:nth-child(4) {	
		color:#C45219;
	}
	.c2p_stat_chk.off {
		color:#cccccc !important;
		display:none;
	}
	.view_y .c2p_stat_chk.off {
		color:#ffffff !important;
	}
	.c2p_stat_chk.off img{
		display:none !important;
	}
	
	.c2p_my_box {
		display: flex;
		align-items:center;
		justify-content: space-between;
		margin-top:20px;
	}
	.c2p_my_box_inner {
		width:24%;
		padding:20px;
		display: flex;
		align-items:center;
		justify-content: space-between;
		background:#ffffff;
		border-radius:20px;
	}
	
	.c2p_my_box_img {
		width:30%;
	}
	.c2p_my_box_img img {
		height:40px;
	}
	.c2p_my_box_txt {
		width:60%;
		font-size:26px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		text-align: center;
	}
	
	
	.c2p_inner_1 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px 30px 40px 30px;
		margin-top:10px;
		position:relative;
	}
	.c2p_inner_desc {
		border:0px #ff0000 solid;
	}
	
	.c2p_pp {
		background:none;
		padding:10px;
		height:200px;
		overflow-y: scroll;
		font-size:14px;
		color:#666666;
	}
	
	.c2p_pp_agree_box {
		display: flex;
		justify-content:space-between;
		margin-top:0px;
		flex-wrap:wrap;
	}
	.c2p_pp_agree_1 {
		width:50%;
	}
	.c2p_pp_agree_2 {
		width:50%;
	}
	
	.c2p_inner_1 .bonmun_txt {
		font-size:16px;
		padding-left:10px;
		color:#666666;
	}
	.c2p_inner_title {		
		font-size:24px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;	
		text-align:center;
		margin-bottom:10px;
	}
	
	.c2p_inner_1 .c2p_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#FF6600;
	}
	
	.c2p_inner_1 .c2p_inner_title img {
		height:66px;
	}
	
	.c2p_inner_item {
		padding:10px 0 10px 0;
		font-size: 20px;
		display: flex;
		justify-content:space-between;
	}
	
	.c2p_input_title {
		width:20%;
		justify-content: center;
		display:flex;
		align-items:center;
	}
	
	.c2p_input_form {		
		width:80%;
		text-align: left;
		position: relative;
	}
	
	.c2p_input_form .input_box {
		border: none;
		border-bottom:1px #cccccc solid;
		font-size:20px;
	}
	
		
	.c2p_input_form .form-label {
		position: absolute;
		top: 10px;
		left: 5px;
		color: #999;
		font-size: 16px;
		pointer-events: none;
		transition: 0.2s ease all;
		border:0px #ff0000 solid;
	  }
	  
	/* .c2p_input_form .input_box:focus + .form-label,
	.c2p_input_form .input_box.filled + .form-label {
		top: -10px;
		font-size: 12px;
		color: #ff0000;
	  } */
	.c2p_input_form .input_box:focus + .form-label,
	.c2p_input_form .input_box:not(:placeholder-shown) + .form-label {
		top: -10px;
		font-size: 14px;
		color: #333333;
	}  
	  
	
	.c2p_bttn_box {
		margin-top:40px;
		text-align: center;
		border:0px #ff0000 solid;
	}
	.c2p_bttn_box_anne {
		font-size:22px;
		margin-bottom:20px;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#00BBFF;
	}
	.c2p_bttn_1 {
		display: inline-block;
		width:300px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:16px 0 14px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		color:#00BBFF;
		background:#ffffff;
	}
	.c2p_bttn_box .txt_small {
		color:#FF6600;
		margin-bottom:10px;
	}
	.c2p_bttn_box a img {
		height: 32px;
		margin-left:10px;
		vertical-align: top;
	}
	
	.c2p_opt_bttn {
		display: inline-block;
		width:auto;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 14px 12px 14px;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#00BBFF;
		background:#ffffff;
	}

	.c2pjn_view {
		
	}
	
	.c2pjn_view .c2p_input_title {	
		color:#cccccc;
	}
	.c2pjn_view .c2p_input_form {			
		padding:10px 10px 10px 10px;
		color:#333333;
		border-bottom:1px solid #cccccc;
		font-size:20px;
	}
	.c2p_pys_txt {
		text-align:center;
		font-size:24px;
		padding:50px 0 50px 0;
		border-bottom:1px #f3f3f3 solid;
	}
	.c2p_pys_txt_2 {
		text-align:center;
		font-size:20px;
		padding:50px 0 50px 0;
		border-bottom:0px #f3f3f3 solid;
	}
	.c2p_pys_txt_2 p {
		text-align:center;
		font-size:16px;
		color:#999999;
		margin-bottom:10px;
	}
	
	.c2p_anne {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-bottom:20px;
	}
	
	.c2p_anne_chk_txt {
		
	}
	.c2p_anne_chk_txt b{
		color:#000000;
	}
	
	.c2p_anne_2 {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-top:20px;
		color:#999999;
	}
	
	.c2p_selbox {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.c2p_selbox_inner {
		/* width:24%;
		border:0px #cccccc solid; */
		width:100%;
		border:0px #cccccc solid;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	.c2p_selbox_item {
		width:24%;
		margin:0 auto 12px auto;
		padding:12px 0 10px 0;
		border:6px #f3f3f3 solid;
		border-radius:6px;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		color:#999999;
		cursor:pointer;
	}
	.c2p_on {
		border:6px #00BBFF solid;
		color:#00BBFF;
	}
	
	.c2p2_opt_box {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.c2p2_opt_button_no {
		background:#none;
		font-size:14px;
		line-height:14px;
		padding:7px 12px 7px 12px;
		border:0px #cccccc solid;
		border-radius:6px;
		margin-left:6px;
		margin-right:0px;
	}
	.c2p2_opt_button {
		background:#ffffff;
		font-size:14px;
		line-height:14px;
		padding:6px 12px 6px 12px;
		border:1px #cccccc solid;
		border-radius:6px;
		margin-left:6px;
		margin-right:6px;
		cursor:pointer;
	}
	
	.c2p_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#ff7e00;
		word-break: keep-all;
	}
	
	.c2p_rs_unsuit_box {
		margin-top:40px;
	}
	
	.c2p_rs_unsuit_inner {
		margin-top:0px;
		padding:40px 30px 20px 30px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		border:0px #cccccc dashed;
		border-radius:10px;		
		position:relative;
	}
	
	.c2p_rs_unsuit_inner p{
		width:340px;
		border:1px #cccccc dashed;
		border-radius:10px;		
		background:#ffffff;
		padding:9px 0 5px 0;
		text-align: center;
		color:#474747;
		font-size:24px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		position:absolute;
		top:-26px;
		left:50%;
		margin-left:-170px;
	}
	
	.c2p_rs_unsuit_title {	
		width:20%;
	}
	/* .c2p_rs_unsuit_title p {
		text-align: center;
		margin-top:6px;
		color:#23AA65;
		font-size:18px;
		font-family: 'TmonMonsori';
	} */
	.c2p_rs_unsuit_title_img {
		text-align: center;
	}
	.c2p_rs_unsuit_title_img img{
		width:60px;
	}
	
	.c2p_rs_unsuit_desc {	
		width:70%;	
		text-align: left;
		font-size:20px;
		word-break: keep-all;
		
	}
	.c2p_rs_desc {
		margin-top:40px;
		font-size:18px;
		color:#000000;
	}

	.c2p_bttn_2 {
		display: inline-block;
		width:300px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:30px;
		color:#00BBFF;
	}
	
	
	.c2p_anne_2 p span {
		color:#FF6600;
	}
	.c2p_anne_2 a {
		color:#FF6600;
	}
	
	
	.c2p_inner_ans {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
	}
	
	/* 페이지 타이틀에 사용 */	
	.col_m {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#FF6600 !important;
	}
	.col_b {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#FA3D3D !important;
	}
	.col_z {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#3D63FA !important;
	}
	.col_d {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#C45219 !important;
	}
	
	
	.c2pjn_anne {
		width:100%;
		font-size:16px;
		margin-top:20px;
		display:flex;
		align-items: center;
		justify-content: center;
	}
	
	
	.c2_bottom_bttn_box {
		display:flex;
		justify-content:space-between;
		/* flex-wrap:wrap; */
		width:100%;
		margin: 40px auto 0 auto;
	}
	
	.c2_bottom_bttn_box_inner_1 {
		width:50%;
		border:0px #cccccc solid;
		
		display:flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap:wrap;
	}
	.c2_bottom_bttn_box_inner_1 img {
		height:66px;
		cursor:pointer;
	}
	.c2_bottom_bttn_box_inner_2 {
		width:44%;
	}
	.c2_bottom_bttn_johap {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		
		display:flex;
		align-items: center;
		justify-content: center;
		height:140px;
		flex-wrap:wrap;
		cursor:pointer;
	}
	.c2_bottom_bttn_johap img {
		height:80px;
	}
	.c2_bottom_bttn_box_anne {
		width:100%;
		font-size:16px;
		text-align: center;
		font-weight:bold;
	}
	
/**/


	/* .inner_c3 {
		position: relative;
		width: 800px;
		max-width: 100%;
		margin: 100px auto 0 auto;
		border-radius:20px;
		background: linear-gradient(to bottom, #f8e683, #f8d203);
	} */



.c3_sec_1 {
	
}
	.c3_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;	
	}
	.c3_opt_box {
		width:32%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 30px 30px 30px;
		margin-top:10px;
		position:relative;
		border:0px #ff0000 solid;	
	}
	.c3_opt_box_inner {		
		/* display:flex;
		justify-content:space-around;	 */
	}
	.c3_opt_img {
		text-align:center;
		border:0px #cccccc solid;
	}
	.c3_opt_img img {
		height:80px;
	}
	
	.c3_opt_case .c3_opt_box:nth-child(1) .c3_opt_img img {
		height:100px;
	}
	
	.c3_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:20px;
		display:flex;
		align-items:center;
		justify-content:center;
		height:150px;
		border:0px #ffcccc solid;
	}
	.c3_opt_case .c3_opt_box:nth-child(1) .c3_opt_box_desc {
		margin-top:0px;
	}
	.c3_opt_bttn_box {
		margin-top:0px;
		text-align: center;
	}
	
	.c3_opt_bttn_1 {
		display: inline-block;
		width:180px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#cf2727;
	}


	.c3_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	.c3_inner_1.c3rs {
		background-color:#f8d201;
	}
	.c3_inner_title {		
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c3_inner_1 .c3_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#474747;
	}

	.c3_select_box {
		margin:30px auto 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap : wrap;
		width:500px;
		height:300px;
	}
	.c3_select_button {
		width:150px;
		/* height:189px; */
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		/* display:flex;
		align-items:center;
		justify-content: center; */
		font-size:24px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#463e10;
		background:#ffed88;
		cursor:pointer;
		/* background-image:url('../images/c3_menu_bg_2_150.png');
		background-repeat:no-repeat;
		background-position:center center; */
	}
	
	#c3_modal{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000dd;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      flex-direction: row;
      gap: 20px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
.c3_ch_icon {
      /* 차례대로 나타나기 
	  width: 60px;
      height: 60px;
      background-color: white;
      border-radius: 50%;
      opacity: 0;
      transform: scale(0.5);
      transition: opacity 0.4s ease, transform 0.4s ease; */
	  width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.4s ease;
    position: absolute;
	border:0px #ff0000 solid;
    }
.c3_ch_icon img{
	width: 40px;
	height: auto;
	margin-left:20px;
	margin-top:10px;
}

.pagetitle_box.c3rs img {
	height:100px;
}

	.c3_ans_box {
		margin:0px auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap:wrap;
		text-align: center;
		width:100%;
		height:300px;
		border:10px #cf2629 solid;
		border-radius:20px;
		padding:0 60px 0 60px;
		/* background:#ffed88; */
	}
	.c3_ans_box_inner {		
		font-family: 'Daehan-Bold';
		font-size:40px;
	}
	
	.c3_ans_who {
		margin-top:14px;
		font-size:18px;
		font-family: 'Daehan-Bold';
	}
.c3_bttn_box {
	margin-top:30px;
	text-align:center;
}

.c3_bttn_1 {	
		display: inline-block;
		width:200px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:26px;
		color:#463e10;
		background:#ffed88;
}
	
/****/


.c4_sec_1 {
	
}
	
	.c4_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;	
	}
	.c4_opt_box {
		width:32%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 30px 30px 30px;
		margin-top:10px;
		position:relative;
		border:0px #ff0000 solid;	
	}
	.c4_opt_box_inner {		
		/* display:flex;
		justify-content:space-around;	 */
	}
	.c4_opt_img {
		text-align:center;
		border:0px #cccccc solid;
	}
	.c4_opt_img img {
		height:80px;
	}
	.c4_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:20px;
		display:flex;
		align-items:center;
		height:150px;
		border:0px #ffcccc solid;
	}
	.c4_opt_bttn_box {
		margin-top:0px;
		text-align: center;
	}
	
	.c4_opt_bttn_1 {
		display: inline-block;
		width:180px;
		border:3px #23AA65 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#23AA65;
	}

	.c4_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	.c4_inner_title {		
		font-size:24px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c4_inner_1 .c4_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
	}
	.c4_form_box {
		margin-top:30px;
		text-align: center;
	}
	.c4_year_input {
		flex: 1;
		width:200px;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 28px;
		font-weight:bold;
		font-family: 'ONE-Mobile-Title';
		letter-spacing: 2px;
		text-align: center;
        background: white;
		color:#23AA65;
        transition: border-color 0.3s ease;
	}
    .c4_year_input:focus {
        outline: none;
        border-color: #23AA65;
    }
	.c4_form_anne {
		text-align: center;
		margin-top:10px;
		font-size: 16px;
		color:#999999;
	}
	
	.c4_bttn {
		display: inline-block;
		width:200px;
		border:3px #23AA65 solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		color:#23AA65;
		background:#ffffff;
	}
	.c4_inner_txt {
		margin-top:20px;
		font-size:18px;
	}
	.c4_unse_gubun {
		color:#23AA65;
		font-weight:bold;		
	}
	.c4_unse_key_title {
		text-align:center;
		font-size: 14px;
		width:100px;
		background:#faf9f6;
		padding:6px 0 6px 0;
		border-radius:60px;
		margin:0 auto 10px auto;
	}
	.c4_unse_key {
		color:#23AA65;
		font-weight:bold;	
		text-align:center;
		font-size: 20px;
		margin-bottom:40px;
	}
	.c4_unse_txt {
		margin-top:20px;
	}
	.c4p_unse_gubun {
		color:#23AA65;
		font-weight:bold;
	}
/****/


.c4p_sec_1 {
	
}

	.c4p_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	.c4p_inner_title {		
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c4p_inner_1 .c4p_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
		font-weight:bold;
	}
	.c4p_form_box {
		margin-top:50px;
		display:flex;
		justify-content: space-between;
	}
	.c4p_form_box_2 {
		margin-top:30px;
		display:flex;
		justify-content: center;
	}
	.c4p_form_box .form-group {
		width:24%;
	}
	.c4p_form_box_2 .form-group {
		width:24%;
	}
	.c4p_form_title {
		text-align: left;
		margin-bottom:5px;
		font-size: 16px;
		color:#333333;
	}
	.c4p_year_input {
		flex: 1;
		width:90%;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 24px;
		font-weight:normal;
		/* font-family: 'ONE-Mobile-Title'; */
		letter-spacing: 2px;
		text-align: center;
        background: white;
		color:#463e10;
        transition: border-color 0.3s ease;
	}
    .c4p_year_input:focus {
        outline: none;
        border-color: #463e10;
    }
	.c4p_form_anne {
		text-align: center;
		margin-top:10px;
		font-size: 16px;
		color:#999999;
	}
	
	.c4p_bttn {
		display: inline-block;
		width:300px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:16px 0 14px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		color:#463e10;
		background:#ffed88;
	}
	.c4p_inner_txt {
		margin-top:30px;
		font-size:18px;
	}
	.c4p_inner_title .conversion-info {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
	}
/****/

	.csp_saju_box {
		margin-top:30px;
		display:flex;
		justify-content: space-between;		
	}
	.csp_saju_box_item {
		width:24%;
		border:1px #cf2727 solid;
		border-radius:10px;
		
	}
	.csp_saju_box_item_title {
		background:#ffed88;
		color:#333333;
		font-size:16px;
		/* font-family: 'ONE-Mobile-Title'; */
		font-weight:normal;
		text-align:center;
		border-radius:8px 8px 0 0;
		padding:5px 0 5px 0;
	}
	.csp_saju_box_item_desc {
		font-size:24px;
		font-family: 'ONE-Mobile-Title';
		font-weight:bold;
		color:#cf2727;
		display:flex;
		justify-content: center;	
		align-items:center;
		height:60px;
	}
	
	.csp_saju_box_2 {
		margin-top:10px;
		display:flex;
		justify-content: space-between;	
		flex-wrap:wrap;	
	}
	
	.csp_saju_box_item_2 {
		width:49%;
		background:#ffed88;
		border-radius:10px;
		display:flex;
		justify-content: space-between;		
		padding:10px 0 10px 0;
	}
	.csp_saju_box_item_2_title {
		width:45%;
		text-align: right;
	}
	.csp_saju_box_item_2_desc {
		width:55%;
		text-align:center;
		color:#cf2727;
	}
	
	.csp_saju_txt {
		margin-top:30px;
	}
	.csp_saju_gubun {
		color:#cf2727;
		font-weight:bold;
	}

/****/


.c5_sec_1 {
	
}

	.c5_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		padding-bottom:15px;
		margin-top:10px;
		position:relative;
	}
	.c5_inner_title {		
		font-size:24px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c5_inner_1 .c5_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
	}
	.c5_form_box {
		margin-top:30px;
		text-align: center;
	}
	.c5_year_input {
		flex: 1;
		width:200px;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 28px;
		font-weight:bold;
		font-family: 'ONE-Mobile-Title';
		letter-spacing: 2px;
		text-align: center;
        background: white;
		color:#00BBFF;
        transition: border-color 0.3s ease;
	}
    .c5_year_input:focus {
        outline: none;
        border-color: #00BBFF;
    }
	.c5_form_anne {
		text-align: center;
		margin-top:10px;
		font-size: 16px;
		color:#999999;
	}
	
	.c5_bttn {
		display: inline-block;
		width:250px;
		border:3px #23AA65 solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:26px;
		color:#23AA65;
		background:#ffffff;
	}
	.c5_inner_txt {
		margin-top:30px;
		font-size:18px;
	}
	
	.c5_button_box {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.c5_button_item {
		width: 23%;
		text-align:center;
		border:3px #cccccc solid;
		border-radius:20px;
		padding:20px 0 20px 0;
		margin-bottom:14px;
		cursor:pointer;
	}
	.c5_button_item img {
		height:24px;
		margin-bottom:10px;
	}
	.c5_button_name {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
		font-size:24px;
	}
/**/




.login_reglink {
	display: inline-block;
	background:#313131;
	width:150px;	
	text-align:center;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	margin-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:4px;
}

.login_input_box {
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	height:140px;
	margin-top:0px;
	}
	
.login_input_box .input_box {
	border:none;
	border-bottom:1px #cccccc solid;
	width:70%;
	text-align:center;
	font-size:20px;
}	
	

.login_send_box {
	margin-top:36px; 
	border:0px #cccccc solid; 
	background:#f7f7f7; 
	padding: 30px 30px 30px 30px;
	border-radius:20px;
	display:none;
	}
.login_send_txt {
	font-size:16px; 
	color:#000000; 
	margin-bottom:20px; 
	text-align: center;
	}
.login_send_input_box {
	text-align:center;
	margin-top:0px;
	}
	
.login_send_input_box .input_box {
	border:none;
	border-bottom:0px #cccccc solid;
	width:70%;
	text-align:center;
	font-size:20px;
	border-radius:6px;
}		
	
	
/* .login_send_input {
	font-size:16px; 
	line-height:24px; 
	padding-left:24px !important; 
	width:100%} */
.login_send_button_box {	
	margin-top:20px; 
	vertical-align:top;
	}
	
.login_send_button {
	display:block; 
	background:#ffffff; 
	color:#474747; 
	font-size:16px; 
	line-height:46px; 
	text-align:center;
	width:300px;
	border-radius:100px;
	margin:10px auto 0 auto;
	font-family: 'Cafe24Supermagic-Bold-v1.0';
	border:1px #474747 solid;
	} 
	
	.login_send_box_cho {
		margin-top:20px;
		text-align:center;
	}
	
	.login_pw_qtxt {
		text-align: center;
		font-size:16px;
		margin-top:20px;
	}
	.pwhpbox {
		display:none;
		margin-top:5px;
	}
/* 
.login_send_box {margin-top:36px; border:1px #cccccc solid; background:#f7f7f7; padding: 40px 30px 40px 30px}
.login_send_txt {font-size:16px; color:#000000; margin-bottom:20px; }
.login_send_input_box {display:inline-block; width:80%; margin-right:-3px; vertical-align:top}
.login_send_button_box {display:inline-block; width:20%; margin-right:-3px; vertical-align:top}
.login_send_input {font-size:16px; line-height:32px; padding-left:24px !important; width:98%}
.login_send_button {display:block; background:#333333; color:#ffffff; font-size:16px; line-height:54px; text-align:center; 
border-radius:2px;} 
 */
.findid_res {
	display:inline-block;
	padding-left:20px;
	color:#ee3f22;
}
.modal {
	width:800px !important;
	max-width:800px !important;
}

/**/

	
	.me_sec_1 {
		/* display: flex;
		justify-content: space-between; */
	}
	
	.me_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;		
	}
	.me_opt_case_2 {
		margin-top:20px;	
	}
	.me_opt_box {
		width:48%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 20px 30px 20px;
		margin-top:10px;
		position:relative;
	}
	.me_opt_img {
		text-align:center;
	}
	.me_opt_img img {
		height:80px;
	}
	.me_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:40px;
	}
	.me_opt_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	
	.me_opt_bttn_1 {
		display: inline-block;
		width:150px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#00BBFF;
		background:#ffffff;
	}
	.me_opt_bttn_2 {
		display: inline-block;
		width:150px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#463e10;
	}

	.me_opt_title {		
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#cf2727;	
		text-align:center;
		margin-bottom:20px;
	}
	
	.me_opt_src_box {
		margin-top:10px;
		display:flex;
		justify-content: space-between;	
		flex-wrap:wrap;	
	}
	.me_opt_src {
		width:49%;
		background:#f3f3f3;
		border-radius:10px;
		display:flex;
		justify-content: space-between;		
		align-items: center;
		padding:10px 0 10px 0;
		margin-bottom:10px;
	}
	.me_opt_src_2 {
		width:100%;
		background:#f3f3f3;
		border-radius:10px;
		display:flex;
		justify-content: center;		
		align-items: center;
		padding:10px 0 10px 0;
		margin-bottom:10px;
	}
	.me_opt_src_title {
		width:45%;
		text-align: center;
	}
	.me_opt_src_title_2 {
		width:45%;
		text-align: right;
	}
	.me_opt_src_title img {
		height:40px;
	}
	.me_opt_src_desc {
		width:55%;
		text-align:center;
		color:#FF6600;
	}
	
	.me_opt_box .c2p_stat_box {
		margin-top:10px;
		background:#f3f3f3;
	}
	
	.me_opt_box .c2p_stat {
		width:49%;
		height:40px;
	}
	
	.me_opt_box_2 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:40px 20px 40px 20px;
		margin-top:0px;
		position:relative;
		display:flex;
		justify-content:space-between;
	}
	.me_opt_box_2_inner_1 {
		width:70%;
	}
	.me_opt_box_2_inner_2 {
		width:30%;
		text-align:center;
		border:0px #ff0000 solid;
	}
	
	.me_opt_src_box .c2p_stat_box{
		flex-wrap:wrap;
	}
	.me_opt_src_box .c2p_stat_box .c2p_stat_box_title{
		width:100%;
		display:none;
	}
	.me_opt_src_box .c2p_stat_box .c2p_stat_box_cont{
		width:100%;
	}
	.me_opt_src_box .c2p_stat_box .c2p_stat{
		width:100%;
	}
	.me_opt_src_box .c2p_stat_box .c2p_stat .c2p_stat_chk{
		justify-content:center;
		border:0px #ff0000 solid;
	}
	.me_opt_src_box .c2p_stat_box .c2p_stat img{
		width:auto;
		height:30px;
	}
	
	.me_my_txt_1 {
		
	}
	.me_my_txt_2 {
		margin-top:16px;
	}
	.me_my_bttn {		
		width:150px;
		border:3px #474747 solid;
		border-radius:100px;
		padding:12px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:20px;
		color:#474747;
		margin:0 auto 10px auto;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.me_my_bttn img {
		height:20px;
		margin-right:10px;
	}
	/****/


	.myky_sec_1 {
		margin-top:10px;
	}
	
	.myky_sec_1 .c2p_bttn_box {
		margin-top:20px;
		margin-bottom: 0px;
	}
	.myky_sec_1 .c2p_bttn_box .c2p_bttn_1 {
		width:280px;
		font-size:20px;
		padding-top:10px;
		padding-bottom:8px;
	}
	
	.myky_inner_1 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		margin-bottom:20px;
		position:relative;
	}
	.myky_nopay_anne {
		display: flex;'
		justify-content: space-around;
		align-items: center;
	}
	.myky_nopay_anne img {
		height:120px;
	}
	.myky_nopay_anne_inner_1 {
		width:32%;
		text-align:center;
	}
	.myky_nopay_anne_inner_2 {
		width:68%;
		font-size:24px;
	}
	.myky_nopay_anne_inner_2 div{
		font-size:16px;
	}
	.myky_nopay_button {
		display: inline-block;
		width:220px;
		border:0px #474747 solid;
		background:#fff000;
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.myky_bttn_anne {
		padding-bottom:10px;
	}
	
	.myky_rs_box {
		margin-top:0px;
	}

	.myky_rs_inner {
		margin-top:20px;
		margin-bottom:10px;
		padding:40px 0px 0px 0px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap;
		border:0px #cccccc dashed;
		border-radius:10px;		
		position:relative;
	}
	
	.myky_rs_box_title {
		position:absolute;
		top:-27px;
		left:0px;
		font-family: 'ONE-Mobile-Title';
		font-size:28px;
	}

	.myky_rs_icon {
		width:150px;
		border:1px #cccccc solid;
		border-radius:22px;		
		background:#ffffff;
		padding:10px 10px 10px 10px;
		text-align: center;
		/* color:#999999;
		font-size:18px;
		font-family: 'ONE-Mobile-Title';*/
		position:absolute;
		top:-27px;
		right:0px;
		display:flex;
		justify-content: space-between;
	}	
	.myky_rs_icon_inner {
		width:30px;
		text-align:cener;
	}
	
	.myky_rs_icon img {
		height:26px;
	}
	
	.myky_rs_title {
		color:#999999;
		font-size:22px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		width:100%;
	}
	
	.myky_rs_key {	
		width:100%;
		text-align: left;
		font-size:25px;
		color:#00BBFF;
		font-weight:bold;
		word-break: keep-all;
		margin-top:0px;
		margin-bottom:0px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
	}
	
	.myky_rs_img {
		width:20%;
		text-align: center;
	}
	.myky_rs_empty {
		border:3px #f6f6f6 dashed;
		width:26px;
		height:26px;
		border-radius:50px;
		margin:0 auto 0 auto;
	}
	
	.myky_rs_more_icon_box {
		position:absolute;
		top:-25px;
		right:0px;
	}
	.myky_rs_more_icon_box img {
		height:46px;
		margin-right:10px;
		cursor:pointer;
	}
	.myky_rs_more_title {
		font-size:18px;
		color:#00BBFF;
		font-weight:bold;
		margin-bottom:6px;
	}
	
	.myky_rs_desc {
		width:100%;
		display:flex;
		justify-content: space-between;
		margin-top:20px;
	}
	.myky_rs_desc_img {
		width:10%;
		border:0px #ff0000 solid;
	}
	
	.myky_rs_desc_img img{
		width:40px;
	}
	.myky_rs_desc_desc {
		width:90%;
		font-size:16px;
		word-break: keep-all;
	}
	
	.myky_rs_desc_title {
		font-weight: bold;
		color: #0078D4;
		font-size:22px;
		line-height:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';

	}
	
	
	.myky_rs_xppl {
		width:100%;
		display:flex;
		justify-content: space-between;
		margin-top:20px;
	}
	.myky_rs_xppl_img {
		width:10%;
	}
	
	.myky_rs_xppl_img img{
		width:40px;
	}
	.myky_rs_xppl_desc {
		width:90%;
		font-size:16px;
		word-break: keep-all;
	}
	
	.myky_rs_xjob {
		width:100%;
		display:flex;
		justify-content: space-between;
		margin-top:20px;
	}
	.myky_rs_xjob_img {
		width:10%;
	}
	
	.myky_rs_xjob_img img{
		width:40px;
	}
	.myky_rs_xjob_desc {
		width:90%;
		font-size:16px;
		word-break: keep-all;
	}
	
	
	.myky_anne_2 {
		text-align: center;
		margin-top:30px;
		color:#999999;
	}
	
	.myky_allbutton_box {
		margin-top:0px;
		margin-bottom:20px;
		padding:20px;
		display: flex;
		justify-content: space-between;
		background:#ffffff;
		border-radius:20px;
		border:0px #ff0000 dashed;
		
	}
	.myky_allbutton {
		display:inline-block;
		width:80px;
		height:26px;
		justify-content:center;
		padding:2px 0 2px 0;
		background:#000000;
		color:#ffffff;
		border:0px #cccccc dashed;
		display:flex;
		border-radius:50px;
		font-size:16px;
	}
	.myky_allbutton_box .adbox_rs_top {
		margin-bottom:0px !important;
		padding-top:3px !important;
	}
	.myky_allbutton_box div {
		margin-right:0px;
		font-size:16px;
		font-weight:bold;
		color:#333333;
		cursor:pointer;
	}
	.myky_allbutton_box img {
		height:34px;
		margin-right:6px;
	}
	
	.myky_rs_recom {
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		/* width:90%; */
		width:80%;
		/* margin:20px auto 20px auto; */
		border:0px #0000ff solid;
	}
	.myky_rs_recom_title {
		font-size:22px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#00BBFF;
		width:100%;
		margin-top:20px;
		margin-bottom:10px;
	}
	.myky_rs_recom_title img{
		height:34px;
		margin-right:10px;
	}
	.myky_rs_recom img{
		height:34px;
		cursor:pointer;
	}
	.myky_rs_recom_inner {
		width:100% !important;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	.myky_rs_recom_inner.rcm {
		width:100% !important;
		margin-left:0px;
		padding:0;
	}
	.myky_rs_recom_desc {
		width:100%;
		font-size:16px;
		
	}
	.myky_rs_recom_desc .rcm_title {
		font-size:18px !important;
		font-family: 'ONE-Mobile-Title';
		font-weight:normal;
		margin-bottom:10px;
	}
	.myky_rs_recom_desc .rcm_title img {
		height:28px;
		margin-right:10px;
	}
	.myky_rs_recom_desc .rcm_desc {
		margin-top:4px;
		font-size:16px;
		display:flex;
		justify-content: space-between;
	}
	.myky_rs_recom_desc .rcm_desc span {
		font-family: 'ONE-Mobile-Title';
		display:inline-block;
		width:15%;
	}
	.myky_rs_recom_desc_txt {
		width:85%;
	}
	
	
	/****/
	
	.my_qa {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:20px;
		position:relative;
	}
	
	.my_qa .input_box {
		border-radius:18px;
		width:100%;
		padding:30px;
		line-height: 28px;
	}
	
	.q_post_box {
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	.q_post_img {
		width:20%;
		text-align:center;
	}
	.q_post_img img {
		height:60px;
	}
	.q_post_txt {
		width:80%;
		font-size:20px;
	}
	.my_qa_list {
		margin-top:0px;
	}
	.my_qa_list_item {
		display:flex;
		align-items: center;
		justify-content: space-between;
		height:40px;
		line-height:40px;
		border-bottom:1px #d9d9d9 dashed;
	}
	.my_qa_list_item_txt {
		width:50%;
		overflow:hidden;
	}
	.my_qa_list_item_date {
		width:35%;
		color:#999999;
		text-align:center;
	}
	.my_qa_list_item_ans {
		width:15%;
		text-align:right;
	}
	.my_qa_ans_y {
		font-size:12px;
		line-height:12px;
		background:#fff000;
		color:#474747;
		padding:4px 8px 4px 8px;
		border-radius:6px;
		text-align:center;
		display:inline-block;
		cursor:pointer;
	}
	.my_qa_ans_n {
		font-size:12px;
		line-height:12px;
		background:#f3f3f3;
		color:#474747;
		padding:4px 8px 4px 8px;
		border-radius:6px;
		text-align:center;
		display:inline-block;
	}	
	
	.my_qa_q {
		width:100%;
		background:none;
		border:1px #cccccc dashed;
		border-radius:20px;
		padding:30px;
		margin-top:20px;
		position:relative;
	}
	
	.my_qa_a {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:20px;
		position:relative;
	}
	
	.my_qa_a_txt {
		width:80%;
		font-size:18px;
	}
/****/
	.by_sec_1 {
		height:100vh;
		display:flex;
		align-items: center;
		position:relative;
	}
	
	.by_sec_1 .inner{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		width:800px;
		border:6px #000000 solid;
		border-radius:40px;
		margin:0 auto 0 auto;
		padding:60px 0 60px 0;		
		
		/* position: absolute;
		top:10%;
		left:50%;
		margin-left:-400px; */
	}
	
	.by_inner_1 {
		width:30%;
		text-align: center;
	}
	.by_inner_1 img {
		height: 140px;
	  /* animation: shake 0.5s infinite; */
	}
	
	.by_inner_2 {
		width:70%;
		text-align: left;
		height: 140px;
		display:flex;
		align-items: center;
	}
	.by_insa {
		font-family: 'TmonMonsori';
		font-size:26px;
		color:#23AA65;
	}
	
	.by_link {
		margin-top:30px;
		font-size:18px;
	}
	
	.by_ad_box {
		width:800px;
		height: auto;
		margin:0px auto 0 auto;
		background:#ffffff;
		
		position: absolute;
		bottom:30px;
		left:50%;
		margin-left:-400px;
	}
	
	@keyframes shake {
	  0% { transform: translateX(0); }
	  25% { transform: translateX(-5px); }
	  50% { transform: translateX(5px); }
	  75% { transform: translateX(-5px); }
	  100% { transform: translateX(0); }
	}

	

/****/

	.adbox_rs_top {
		width:720px;
		margin:0px auto 20px auto;
		padding-top:15px;
		display:flex;
		justify-content: right;
		border:0px #ff0000 solid;
	}
	.adbox_rs_top_sec_1  {
		width: 44px;
	}
	.adbox_rs_top_sec_2  {
		width: auto;
		height:20px;
		max-width:300px;
		font-size: 12px;
		line-height:18px;
		color:#666666;
		/* background:#ffffff; */
		overflow:hidden;
	}
	
	.adtag {
		border:1px #999999 solid;
		border-radius:4px;
		width:34px;
		text-align: center;
		font-size:12px;
		color:#999999;
	}
	
	.adicon {
		height:14px;
		margin-right:6px;
	}
/****/
	

.table_case {
	margin-top:40px;
}

.table_case .hd {
	/* background:#5480b5; */
	background:#362fa1;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}


.table_case .hd_sub {
	/* background:#5480b5; */
	background:#E6E4FF;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}

.table_case .hd_sub p {
	font-weight:bold;
	color:#362fa1;
}

.table_case td {
	font-size:16px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:8px;
	text-align: center;
	position:relative;
}


/**/


	/**/

.b_srch {
	text-align: right;
	margin-bottom:10px;
}

.b_srch .input_box {
	font-size:16px;
	padding:6px 10px 6px 10px;
}

.b_button_srch {
	display:inline-block;
	width:50px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#333333;
	border-radius:2px;
}

.b_button_allview {
	display:inline-block;
	width:80px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#999999;
	border-radius:2px;
}


/**/
	
	/**/
	
.con_box_2_1 {display:inline-block; width:10%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_15 {display:inline-block; width:14.4%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_2 {display:inline-block; width:20%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_3 {display:inline-block; width:30%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_35 {display:inline-block; width:35%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_4 {display:inline-block; width:40%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_45 {display:inline-block; width:45%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_5 {display:inline-block; width:50%; margin:0 -3px 0 0px; vertical-align: top }
.con_box_2_55 {display:inline-block; width:55%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_6 {display:inline-block; width:60%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_65 {display:inline-block; width:65%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_7 {display:inline-block; width:70%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_8 {display:inline-block; width:80%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_9 {display:inline-block; width:90%; margin:0 -3px 0 0px; vertical-align: top}

.con_box_3 {display:inline-block; width:33%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_4 {display:inline-block; width:24.4%; margin:0 -3px 0 0px; vertical-align: top}

.con_box_2_incell {display:inline-block; width:49%; margin:0 0px 0 0px; vertical-align: top}
.con_box_3_incell {display:inline-block; width:32%; margin:0 0px 0 0px; vertical-align: top}
.con_box_4_incell {display:inline-block; width:24%; margin:0 0px 0 0px; vertical-align: top}
.con_box_6_incell {display:inline-block; width:15%; margin:0 0px 0 0px; vertical-align: top}

	/**/
	
	.badge_req_pay {
		background:#fff000;
		font-size:12px;
		color:#474747;
		line-height:14px;
		border-radius:30px;
		border:0px #474747 solid;
		text-align:center;
		padding:3px 6px 3px 6px;
		position:absolute;
		top:10px;
		right:10px;
		display:flex;
		align-items:center;
	}
	.badge_req_pay img {
		height:16px;
		margin-right:3px;
	}
	
	.button_mem_go {
		display: inline-block;
		width:290px;
		border:0px #474747 solid;
		background:#fff000;
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto 0 auto;
	}
	.button_mem_go img {
		height:36px;
		margin-right:10px;
	}
	
	.button_mem_go_small {
		display: inline-block;
		width:120px;
		border:0px #474747 solid;
		background:#fff000;
		font-size:14px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:4px 0 3px 0;
		margin-left:10px;
		margin-bottom:4px;
		
		/* margin:0 auto 0 auto; */
	}
	.button_mem_go_small img {
		height:14px;
		margin-right:10px;
	}
	.button_basic {
		display: inline-block;
		width:220px;
		border:3px #474747 solid;
		background:#ffffff;
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto 0 auto;
	}
	.button_basic img {
		height:36px;
		margin-right:10px;
	}
	
	.button_mem_go_2 {
		display: inline-block;
		width:220px;
		border:0px #474747 solid;
		background:#fff000;
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto 0 auto;
	}
	
	/***** 사업자회원용 *****/
	
	.com_c1d_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 16px 30px 16px;
		position:relative;
	}
	.com_c1d_inner_2 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:20px;
		position:relative;
	}
	
	.com_c1d_inner_desc {
		font-size: 18px;
		
	}
	.com_button_basic {
		display: inline-block;
		width:300px;
		border:3px #474747 solid;
		background:#ffffff;
		font-size:30px;
		/* font-family: 'Cafe24Supermagic-Bold-v1.0'; */
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto 0 auto;
	}
	.com_button_basic img {
		height:36px;
		margin-right:10px;
	}
	
	/**/
	.com_mem .c2p_inner_item {
		padding:10px 0 10px 0;
		font-size: 20px;
		display: block;
		justify-content:space-between;
	}
	
	.com_mem .c2p_input_title {
		font-size:16px;
		width:100%;
		justify-content: left;
		display:flex;
		align-items:center;
	}
	
	.com_mem .c2p_input_form {		
		width:100%;
		text-align: left;
		position: relative;
		margin-top:5px;
	}
	.com_mem .comment_incell {
		margin-left:0;
		color: #cccccc;
	}
	
	.com_mem .input_box {
		/* border:1px #999999 solid;
		border-radius:10px; */
	}
		
	.com_mem .c2p_input_form .form-label {
		position: absolute;
		top: 12px;
		left: 5px;
		color: #333333;
		font-size: 16px;
		pointer-events: none;
		transition: 0.2s ease all;
		border:0px #ff0000 solid;
	  }
	  
	.com_mem .c2p_input_form .input_box:focus + .form-label,
	.com_mem .c2p_input_form .input_box.filled + .form-label {
		top: -10px;
		left: 6px;
		font-size: 14px;
		color: #333333;
	  }
	
	/***** //사업자회원용 *****/
}




@media all and (max-width: 800px) {

    #wrap{}
    #wrap .wrap{}

    #header{
		position: fixed;
		top:0;left:0;
		width:100%;
		z-index: 101;
		transition: all 0.3s;		
		/* background: #0d0f1b; */
		background: #ffffff;
		}
    #header.fixed{position:fixed;background: #ffffff;}
    #header .wrap{display: flex;align-items: center;height: 60px;padding: 0 20px; }
    #header .wrap .logo{margin: 0 auto 0 0;}
    #header .wrap .logo a{}
    #header .wrap .logo img{
		margin: 5px 0 0 0;
		display:block;
		width:auto;
		height:30px;
		}
    /* #header .wrap .menu{display: none;} */
    #header .wrap .menu .dp1{
		display:flex;
		align-items:center;
		}
    #header .wrap .menu .dp1 .dl1{
		margin:3px 24px 0 0;
		}
	
    #header .wrap .menu .dp1 .dl1:last-child {
		margin:0 24px 0 0;
		}
    #header .wrap .menu .dp1 .dl1 .da1{
		line-height: 30px;
		font-size: 16px;
		font-weight: 600;
		color: #333;
		}
    #header .wrap .tool{margin:0 0 0 auto;display: none;}
    #header .wrap .tool ul{display: flex;align-items: center;}
    #header .wrap .tool li{}
    #header .wrap .tool li + li{margin: 0 0 0 12px;}
	
    #header .wrap .tool li a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 18px;
		height: 28px;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
		}
    #header .allmenu{}
    #header .allmenu button{
		width: 24px;
		height:17px;
		background:url("../images_icon/icon_allmenu_black.png") no-repeat 50% 50%;
		text-indent: -9999em;
		margin-top:-2px;
		/* display:none; */
		}
    #header .category{
		position:fixed;
		top:0;
		left:0;
		z-index:102;
		width: 100%;
		height: 100%;
		background: rgb(11 9 65 / 75%);
		opacity:0;
		visibility:hidden;
		transition: all 0.5s;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		/* display:none; */
		}
    #header .category.active{opacity:1;visibility:visible}
    #header .category.active .inner{transform:translateX(0);}
    #header .category .inner{
		position:relative;
		/* width: 80%; */
		width: 100%;
		background: #fff;
		height: 100%;
		padding: 60px 20px 60px;
		transform:translateX(100%);
		transition: all 0.5s;
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		}
    #header .category .inner .menu{
		border:0px #ff0000 solid;
		/* display:flex; */
		width: 95%;
		/* justify-content: space-between; */
		margin:0px auto 0 auto;
		border:0px #ff0000 solid;
	}
	.m_menu_box {
		width:100%;
		margin-bottom:20px;
		background: linear-gradient(to bottom, #F9F9F9, #E5E5E5);
		border-radius:10px;
		border:0px #cccccc solid;
		padding:20px;
	}
	.m_menu_title {
		font-size:26px;
		font-weight:bold;
		font-family: 'ONE-Mobile-Title';
		display:flex;
		justify-content: center;
		align-items:center;
	}
	.m_menu_title img {
		margin-right:10px;
		border:0px #ff0000 solid;
	}
	.m_menu_box_inner {				
		display:flex;
		justify-content: space-between;
		align-items:center;
		margin-top:10px;
	}
	
	.m_menu_bttn_k {			
		background:#ffffff;
		width:48%;
		text-align:center;
		border-radius:8px;
		padding:16px 0 8px 0;
		position:relative;
	}
	.m_menu_bttn_k p{
		font-size:22px;
		font-weight:bold;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#00BBFF;
		margin-top:8px;
	}
	.m_menu_img {
		height:30px !important;
		border:0px #ff0000 solid;
	}
	.m_menu_bttn_u {					
		background:#ffffff;
		width:32%;
		text-align:center;
		border-radius:8px;
		padding:16px 0 8px 0;
		position:relative;
	}
	.m_menu_bttn_u p{
		font-size:24px;
		font-weight:bold;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
		margin-top:10px;
	}
	.m_menu_bttn_b {					
		background:#ffffff;
		width:32%;
		text-align:center;
		border-radius:8px;
		padding:16px 0 8px 0;
		position:relative;
	}
	.m_menu_bttn_b p{
		font-size:24px;
		font-weight:bold;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#cf2727;
		margin-top:10px;
	}
	
	.m_menu_box .badge_req_pay {
		position:absolute;
		top:-5px;
		right:-5px;		
		padding:3px !important; 
	}
	.m_menu_box .badge_req_pay img {
		height:14px !important;
		margin-right:0;
	}
	
	/* 
    #header .category .inner .menu .dmp1{}
    #header .category .inner .menu .dml1{}
    #header .category .inner .menu .dma1{
		display:flex;
		width: 100%;
		height:50px;
		align-items:center;
		font-size:20px;
		font-weight:500;
		color:#000000;
		background: transparent;
		}
    #header .category .inner .menu .dmp2{
		display: none;
		padding-left:20px;
		}
    #header .category .inner .menu .dml2{}
    #header .category .inner .menu .dma2{
		display:flex;
		height:30px;
		align-items:center;
		font-size:15px;
		font-weight:500;
		color: #303030;
		}
	.dma2 p{ 
		color:#999999;
		margin-left:10px;
	}	
		
    #header .category .inner .tool{
		margin-top: auto;
		border:0px #ff0000 solid;
		}
    #header .category .inner .tool ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap
		}
    #header .category .inner .tool li{
		width:48%;		
	} 
    #header .category .inner .tool li a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		font-size: 14px;
		font-weight: 500;
		color: #000000;		
		border-radius:4px;
		background: #ffffff;
		margin-bottom:10px;
		border:1px #333333 solid;
		}
	
	#header .tool .langbtn {
		border-left:none;
		display:block;
		width:100%;
		background:#81cec1 !important;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 0 0px 0;
		text-align:center;
		color:#ffffff;
		border-radius:4px;
		margin-right:10px;
	}
	
	#header .tool .gobtn {
		border-left:none;	
		display:inline-block;
		width:30px;
		background: none !important;
		margin-left:5px;
	}
	
	#header .tool li a img {
		height:24px;	
	}	
		
	#header .menu img {
		height:24px;	
	}	
		
	#header .category .inner .tool2{
		margin-top: 20px;
		border:0px #ff0000 solid;
		}
    #header .category .inner .tool2 ul{
		display: flex;
		align-items: center;
		flex-wrap:wrap
		}
    #header .category .inner .tool2 li{
		width:20%;		
		border:0px #ff0000 solid;
	}
	
	#header .tool2 .gobtn {
		border-left:none;	
		display:inline-block;
		width:30px;
		background: none !important;
		margin-left:0px;
	}
	
	#header .tool2 li a img {
		height:40px;	
	}	
		*/
	/****/
		
	#header .menu img {
		height:24px;	
	}	
    #header .category .close{
		position: absolute;
		top: 10px;
		/* right: 20px; */
		left: 20px;
		width: 24px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		}
    #header .category .close img {
		width:100%;
	}
    /****/
    /****/
    #footer{
		background:#ffffff;
		padding: 30px 0;
		}
    
	#footer .inner{
		display:flex;
		justify-content: space-between;
		width:100%;
		margin:0 auto 0 auto;
		flex-wrap:wrap;
	}
	
	
	.footer_box_1 {
		width:100%;
	}
	
	
	
	.footer_txt_1 {
		color:#000000;
		font-size:16px;
		text-align: center;
	}
	
	.footer_txt_2 {
		color:#000000;
		font-size:12px;
		text-align: center;
	}
	
	/****/
	
	/****/
	
	.display_m {
		display:block;
	}
	
	.display_w {
		display:none;
	}
	
	/****/
	
	.main_sec_1 {
		height:100vh;
		display:flex;
		align-items: center;
	}
	
	.main_sec_1 .inner{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		width:100%;
		border:0px #cccccc solid;
		margin:0 auto 0 auto;
	}
	
	.main_title {
		width:100%;
		text-align: center;
	}
	
	/* .main_title img {
		width:250px;
	} */
	
	
	.main_title_box {
		display:flex;
		justify-content: space-between;
		width:90%;
		margin:0 auto 0 auto;
		border:0px #ff0000 solid;
	}
	.main_embl {
		display:none;
	}
	.main_embl img {
		height:90px;
	}
	
	.main_txt {
		display:flex;
		align-items: center;
		width:100%;
	}
	.main_txt_1 {
		font-size:20px;
		font-weight:bold;
	}
	.main_txt_2 {
		text-align: center;
	}
	.main_txt_2 img {
		height:40px;
		margin-top:30px;
		margin-right:5px;
		margin-left:5px;
	}
	
	
	.main_bttn_box {
		margin-top:30px;		
		margin-bottom:40px;
		width:100%;
		text-align: center;
	}
	
	
	.main_me_case {
		text-align:center;		
		width:100%;
	}
	.main_me_case img {
		height:40px;
	}
	
	
	.main_emble_txt_case_w {
		display:none;
	}
	.main_emble_txt_case_m {
		display:flex;
		align-items: center;
		justify-content: center;
		width:100%;
		margin-top:30px;
	}
	.embl img{
		height:90px;
	}
	.embl_txt {
		margin-left:20px;
		border:0px #cccccc solid;
	}
	.embl_txt .main_txt_2 img{
		margin-top:10px !important;
		
	}
	.main_me_box {
		margin-top:20px;
		border:1px #cccccc solid;
		border-radius:14px;
		padding:24px;
		width:100%;
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	.main_me_box_title {
		text-align:left;
		padding:0px 2px 0px 2px;
		font-size:18px;
		color:#999999;
		margin-bottom:0px;
	}
	.main_me_box_title span {
		color:#333333;
		font-weight:bold;
	}
	.main_me_box_inner {
		text-align:left;
		
	}
	.main_me_button {
		background:#f3f3f3;
		padding:6px 12px 6px 12px;
		font-size:14px;
		border-radius:50px;
	}
	
	.main_bttn_inner_1 {
		border:0px #00BBFF solid;
		border-radius:20px;
		padding:16px 0px 16px 0px;
		/* cursor:pointer; */
		width:90%;
		margin:0 auto 0 auto;
		background:#faf9f6;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

	}
	.main_bttn_inner_2 {
		border:0px #23AA65 solid;
		border-radius:20px;
		padding:16px 0px 16px 0px;
		/* cursor:pointer; */
		width:90%;
		margin:20px auto 0 auto;
		background:#faf9f6;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}
	.main_bttn_inner_3 {
		border:4px #cf2727 solid;
		border-radius:20px;
		padding:16px 0px 16px 0px;
		/* cursor:pointer; */
		width:90%;
		margin:20px auto 0 auto;
	}
	
	
	.main_bttn_txt_1_1 {
		width:90%;
		color:#00BBFF;
		font-weight:bold;
		margin:0 auto 0 auto;		
		display:flex;
		align-items:center;
		justify-content:space-between;
		border:0px #cccccc solid;
	}
	.main_bttn_txt_1_1 div{
		font-family: 'MissedGyuwon';
		font-size:26px;
		width:100%;
		text-align: center;
	}
	.main_bttn_txt_1_1 img {
		height:20px;
		margin-right:10px;
	}
	
	.main_go_arr {
		cursor:pointer;
	}
	.main_go_arr img {
		height:30px !important;
		animation: moveLeftRight 1.5s ease-in-out infinite;
	}
	@keyframes moveLeftRight {
	  0%   { transform: translateX(0); }
	  25%  { transform: translateX(2px); }
	  50%  { transform: translateX(0); }
	  75%  { transform: translateX(4px); }
	  100% { transform: translateX(0); }
	}

	/* .main_bttn_txt_1 {
		width:300px;
		font-size:18px;
		color:#999999;
		text-align: center;
		margin:0 auto 5px auto;
		
	}
	 */
	.main_bttn_txt_1_2 {
		display:flex;
		align-items:center;
		justify-content:space-between;
		flex-wrap:wrap;
		width:90%;
		margin:14px auto 0px auto;
		cursor:pointer;
	}
	
	
	.main_bttn_inner_bttn {
		width:130px;
		margin:20px auto 0 auto;
		border:0px #666666 solid;
		border-radius:10px;
		text-align:center;
		padding:10px 0 10px 0;
		font-family: 'MissedGyuwon';
		color:#999999;
		background:#ffffff;
	}
	.main_bttn_inner_bttn span{
		font-family: 'MissedGyuwon';
		color:#ED702D;
	}
	
	.main_bttn_inner_bttn_2 {
		width:90px;
		height:90px;
		margin:20px auto 0 auto;
		border:0px #666666 solid;
		border-radius:10px;
		text-align:center;
		padding:10px 0 10px 0;
		font-family: 'MissedGyuwon';
		color:#999999;
		background:#ffffff;
	}
	.main_bttn_inner_bttn_2 div{
		margin-bottom:10px;
	}
	.main_bttn_inner_bttn_2 div p{
		font-size:30px;
		line-height:32px;
		padding-top:8px;
		border:0px #ff0000 solid;
	}
	.main_bttn_inner_bttn_2 img {
		height:40px;
	}
	
	.main_bttn_inner_1_thum {
		width: 60px;
		height: 60px;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		border-radius:100px;
		background: #00BBFF;
		font-size:18px;
		font-weight:bold;
		line-height:22px;
		color:#ffffff;
	}
	.main_bttn_inner_1_show_txt {
		width:74%;
		font-size: 18px;
		background:#f9f9f9;
		padding:6px 6px 6px 6px;
		border-radius:16px;
	}

	
	.main_bttn_txt_2_1 {
		width:90%;
		font-size:22px;
		/* color:#999999; */
		color:#23AA65;
		font-weight:bold;
		text-align: center;
		margin:0 auto 0 auto;
		
		display:flex;
		align-items:center;
		justify-content:space-between;
		border:0px #cccccc solid;
	}
	.main_bttn_txt_2_1 div{
		font-family: 'MissedGyuwon';
		font-size:26px;
		width:100%;
		text-align: center;
	}
	.main_bttn_txt_2_1 img {
		height:20px;
		margin-right:10px;
	}
	.main_bttn_txt_2_2 {
		display:flex;
		align-items:center;
		justify-content:space-between;
		width:90%;
		margin:14px auto 0px auto;
		cursor:pointer;
	}
	.main_bttn_inner_2_thum {
		width: 60px;
		height: 60px;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		border-radius:100px;
		background: #23AA65;
		font-size:18px;
		font-weight:bold;
		line-height:22px;
		color:#ffffff;
	}
	.main_bttn_inner_2_show_txt {
		width:74%;
		font-size: 18px;
		background:#f9f9f9;
		padding:6px 6px 6px 6px;
		border-radius:16px;
	}
	
	
	.main_bttn_txt_3_1 {
		width:90%;
		font-size:22px;
		/* color:#999999; */
		color:#cf2727;
		font-weight:bold;
		text-align: center;
		margin:0 auto 0 auto;
		
		display:flex;
		align-items:center;
		justify-content:space-between;
		border:0px #cccccc solid;
	}
	.main_bttn_txt_3_1 img {
		height:20px;
		margin-right:10px;
	}
	.main_bttn_txt_3_2 {
		display:flex;
		align-items:center;
		justify-content:space-between;
		width:90%;
		margin:14px auto 0px auto;
		cursor:pointer;
	}
	.main_bttn_inner_3_thum {
		width: 60px;
		height: 60px;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		border-radius:100px;
		background: #cf2727;
		font-size:18px;
		font-weight:bold;
		line-height:22px;
		color:#ffffff;
	}
	.main_bttn_inner_3_show_txt {
		width:74%;
		font-size: 18px;
		background:#f9f9f9;
		padding:6px 6px 6px 6px;
		border-radius:16px;
	}
	
	
	/* .main_bttn_txt_1 {
		font-size:14px;
		color:#999999;
		text-align: center;
		margin-bottom:5px;
	}
	.main_bttn_txt_2 {
		font-size:30px;
		font-weight: bold;
		text-align: center;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.main_bttn_inner_1 .main_bttn_txt_2 {
		color:#00BBFF;
	}
	.main_bttn_inner_2 .main_bttn_txt_2 {
		color:#23AA65;
	}
	.main_bttn_inner_3 .main_bttn_txt_2 {
		color:#cf2727;
	}
	.main_bttn_txt_2 img {
		height:20px;
		margin-right:10px;
	} */
	
	/********/
	.sub_header_bg{background:#ffffff;}
	.inner {
		width:100%;
		padding-left:10px;
		padding-right:10px;
		}
    .display-w {
        display: none;
    }
    .display-inline-w {
        display: none;
    }
    .display-m {
        display: block;
    }
    .web-br {
        display: none;
    }
	

	.inner_c1 {
		position: relative;
		width: 98%;
		max-width: 98%;
		margin: 60px auto 0 auto;
		border-radius:20px;
		/* background: linear-gradient(to bottom, #23AA65, #087E36); */
		background: linear-gradient(to bottom, #F9F9F9, #E5E5E5);
	}
		
.contents {
    padding: 0px 0 40px 0;
	min-height:auto;
	width: 90%;
	margin: 0px auto 0 auto;
}
	
	.sub__visual {
		margin-top:60px;
		height: 100px;
		background:#0d0f1b url('../images/sub_visual_bg.jpg') center bottom no-repeat;
		background-size:cover;
		border-top:0px #cccccc solid; 
		border-bottom:0px #cccccc solid;
		position:relative;
	}
	.sub__visual .inner {
		height: 100px;
	}
	

.pagetitle_box{
	text-align: center; 
	padding:20px 0 0px 0px;
	border-bottom:0px #d0d0d0 solid;
	display:;
	}
	

	.pagetitle_box p {
		display:inline-block;
		margin-left:5px;
	}	
	
	
.pagetitle {
	/* font-size:26px;	 */
	/* font-family: 'TmonMonsori';  */
	font-size:36px;
	font-family: 'ONE-Mobile-Title';
	font-weight:bold;	
	color:#333333;	
	
}	
.pagetitle p{
	font-family: 'ONE-Mobile-Title';
	font-size:28px;
	font-weight:bold;
}
.pagetitle span {
	font-family: 'ONE-Mobile-Title';
	font-weight:bold;	
	color:#00BBFF;
}

.pagetitle.prs span {	/* 유료조합결과 */
	font-family: 'ONE-Mobile-Title';
	font-weight:bold;	
	margin-right:5px;	
	margin-left:5px;
}
.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#808080;
	text-align: center; 
}
.page_rout img {
	margin-top:-3px;
	margin-right:4px;
}
	
.pagetitle_underline {
	display:block;
	width:40px;
	height: 4px;
	background:#004ea2;
	margin:70px auto 0 auto;
}

	
	.pagetitle_invisual {
		width:360px;
		position:absolute;
		top:32px;
		left:50%;
		margin-left:-180px;
		font-size:30px;	
		line-height:34px;
		font-weight:bold;	
		color:#ffffff;	 	 
		text-align:center;
	}

	.snb__list {
		display:none;
	}
	
.section__nth {
	margin-top:40px;
}

.section__title {
    font-size: 24px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.2em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#002870;
}

.section__title:after {
    /* display: block; */
	display: none;
    content: "";
    width: 7px;
    height: 0.94em;
    background-color: #8fc320;
    position: absolute;
    top: 5px;
    left: 0;
}

.preparing {
	width: 90%; 
	border:8px #f9f9f9 solid; 
	text-align: center; 
	padding:40px 0 40px 0; 
	font-size:40px; 
	color:#cccccc; 
	margin:0 auto 0 auto; 
	border-radius:20px
}

	/********/
	
.modal {
	width:360px !important;
	max-width:360px !important;
}

/**/

	
	.me_sec_1 {
		/* display: flex;
		justify-content: space-between; */
	}
	
	.me_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;	
		flex-wrap:wrap;
	}
	.me_opt_case_2 {
		margin-top:20px;	
	}
	.me_opt_box {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:20px 20px 20px 20px;
		margin-top:10px;
		position:relative;
	}
	.me_opt_img {
		text-align:center;
	}
	.me_opt_img img {
		height:80px;
	}
	.me_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:40px;
	}
	.me_opt_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	
	.me_opt_bttn_1 {
		display: inline-block;
		width:150px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#00BBFF;
		background:#ffffff;
	}
	.me_opt_bttn_2 {
		display: inline-block;
		width:150px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#463e10;
	}

	.me_opt_title {		
		font-size:30px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#cf2727;	
		text-align:center;
		margin-bottom:20px;
	}
	
	.me_opt_src_box {
		margin-top:10px;
		display:flex;
		justify-content: space-between;	
		flex-wrap:wrap;	
	}
	.me_opt_src {
		width:49%;
		background:#f3f3f3;
		border-radius:10px;
		display:flex;
		justify-content: space-between;		
		align-items: center;
		padding:10px 0 10px 0;
		margin-bottom:10px;
	}
	.me_opt_src_2 {
		width:100%;
		background:#f3f3f3;
		border-radius:10px;
		display:flex;
		justify-content: center;		
		align-items: center;
		padding:10px 0 10px 0;
		margin-bottom:10px;
	}
	.me_opt_src_title {
		width:45%;
		text-align: center;
	}
	.me_opt_src_title_2 {
		width:45%;
		text-align: right;
	}
	.me_opt_src_title img {
		height:40px;
	}
	.me_opt_src_desc {
		width:55%;
		text-align:center;
		color:#FF6600;
	}
	
	.me_opt_box .c2p_stat_box {
		margin-top:10px;
		background:#f3f3f3;
	}
	
	.me_opt_box .c2p_stat {
		width:49%;
		height:40px;
	}
	
	.me_opt_box_2 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 20px 20px 20px;
		margin-top:0px;
		position:relative;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.me_opt_box_2_inner_1 {
		width:100%;
	}
	.me_opt_box_2_inner_2 {
		width:100%;
		text-align:center;
		display:flex;
		justify-content: center;
		margin-top:30px;
		border:0px #ff0000 solid;
	}
	.me_my_txt_1 {
		
	}
	.me_my_txt_2 {
		margin-top:16px;
	}
	.me_my_bttn {		
		width:150px;
		border:3px #474747 solid;
		border-radius:100px;
		padding:12px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:20px;
		color:#474747;
		margin:0 auto 10px auto;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.me_my_bttn img {
		height:20px;
		margin-right:10px;
	}
	/****/

	.myky_sec_1 {
		margin-top:10px;
	}
	
	.myky_sec_1 .c2p_bttn_box {
		margin-top:20px;
		margin-bottom: 30px;
	}
	.myky_sec_1 .c2p_bttn_box .c2p_bttn_1 {
		width:280px;
		font-size:20px;
		padding-top:10px;
		padding-bottom:8px;
	}
	
	.myky_inner_1 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:16px 10px 16px 10px;		
		margin-top:10px;
		margin-bottom:14px
		position:relative;
	}
	
	.myky_nopay_anne {
		display: flex;'
		justify-content: space-around;
		align-items: center;
	}
	.myky_nopay_anne img {
		height:60px;
	}
	.myky_nopay_anne_inner_1 {
		width:32%;
		text-align:center;
	}
	.myky_nopay_anne_inner_2 {
		width:68%;
		font-size:24px;
	}
	.myky_nopay_anne_inner_2 div{
		font-size:16px;
	}
	.myky_nopay_button {
		display: inline-block;
		width:220px;
		border:0px #474747 solid;
		background:#fff000;
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	
	.myky_bttn_anne {
		padding-bottom:10px;
	}
	.myky_rs_box {
		margin-top:0px;
	}

	.myky_rs_inner {
		margin-top:20px;
		margin-bottom:10px;
		padding:70px 0px 20px 0px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap;
		border:0px #cccccc dashed;
		border-radius:10px;		
		position:relative;
	}

	.myky_rs_box_title {
		position:absolute;
		top:-20px;
		left:0px;
		font-family: 'ONE-Mobile-Title';
		font-size:22px;
	}

	.myky_rs_icon {
		width:140px;
		border:1px #999999 solid;
		border-radius:22px;		
		background:#ffffff;
		padding:4px 4px 4px 4px;
		text-align: center;
		/* color:#999999;
		font-size:18px;
		font-family: 'TmonMonsori'; */
		position:absolute;
		top:16px;
		left:0px;
		display:flex;
		justify-content: space-between;
	}	
	.myky_rs_icon_inner {
		width:30px;
		height:20px;
		display:flex;
		align-items: center;
		justify-content: center;
		border:0px #ff0000 solid;
	}
	
	.myky_rs_icon img {
		height:20px;
	}
	
	.myky_rs_title {
		color:#999999;
		font-size:22px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		width:100%;
	}
	
	.myky_rs_key {	
		width:100%;
		text-align: left;
		font-size:20px;
		color:#ff7e00;
		word-break: keep-all;
		margin-top:10px;
		margin-bottom:0px;
	}
	
	/* .myky_rs_img {
		width:20%;
		text-align: center;
	} */
	.myky_rs_empty {
		border:3px #f6f6f6 solid;
		background:#f6f6f6;
		width:20px;
		height:20px;
		border-radius:50px;
		margin:0 auto 0 auto;
	}
	
	.myky_rs_more_icon_box {
		position:absolute;
		top:-25px;
		right:0px;
	}
	.myky_rs_more_icon_box img {
		height:46px;
		margin-right:6px;
		cursor:pointer;
	}
	.myky_rs_more_title {
		font-size:18px;
		color:#00BBFF;
		font-weight:bold;
		margin-bottom:6px;
	}
	
	.myky_rs_desc {
		width:100%;
		display:flex;
		justify-content: space-between;
		margin-top:20px;
	}
	.myky_rs_desc_img {
		width:15%;
	}
	
	.myky_rs_desc_img img{
		width:40px;
	}
	.myky_rs_desc_desc {
		width:85%;
		font-size:16px;
		word-break: keep-all;
	}
	
	
	.myky_rs_xppl {
		width:100%;
		display:flex;
		justify-content: space-between;
		margin-top:20px;
	}
	.myky_rs_xppl_img {
		width:15%;
	}
	
	.myky_rs_xppl_img img{
		width:40px;
	}
	.myky_rs_xppl_desc {
		width:85%;
		font-size:16px;
		word-break: keep-all;
	}
	
	.myky_rs_xjob {
		width:100%;
		display:flex;
		justify-content: space-between;
		margin-top:20px;
	}
	.myky_rs_xjob_img {
		width:15%;
	}
	
	.myky_rs_xjob_img img{
		width:40px;
	}
	.myky_rs_xjob_desc {
		width:85%;
		font-size:16px;
		word-break: keep-all;
	}
	
	
	.myky_anne_2 {
		text-align: center;
		margin-top:30px;
		color:#999999;
	}
	
	/* 
	.myky_allbutton_box {
		text-align:left;
		margin-top:0px;
		margin-bottom:10px;
		padding-left:10px;
		display: flex;
		justify-content: space-between;
		border:0px #cccccc dashed;
	}
	.myky_allbutton {
		display:inline-block;
		width:70px;
		justify-content:center;
		padding:2px 0 2px 0;
		background:#000000;
		color:#ffffff;
		border:0px #cccccc dashed;
		display:flex;
		border-radius:50px;
		font-size:14px;
	} */
	.myky_allbutton_box .adbox_rs_top {
		margin-bottom:0px !important;
		padding-top:3px !important;
	}
	
	.myky_allbutton_box {
		margin-top:0px;
		margin-bottom:20px;
		padding:20px;
		display: flex;
		justify-content: space-between;
		background:#ffffff;
		border-radius:20px;
		border:0px #ff0000 dashed;
		
	}
	.myky_allbutton {
		display:inline-block;
		width:80px;
		height:26px;
		justify-content:center;
		padding:2px 0 2px 0;
		background:#000000;
		color:#ffffff;
		border:0px #cccccc dashed;
		display:flex;
		border-radius:50px;
		font-size:16px;
	}
	.myky_allbutton_box .adbox_rs_top {
		margin-bottom:0px !important;
		padding-top:3px !important;
	}
	.myky_allbutton_box div {
		margin-right:0px;
		font-size:16px;
		font-weight:bold;
		color:#333333;
		cursor:pointer;
		text-align:center;
		width:20%;
	}
	.myky_allbutton_box img {
		height:34px;
		display:block;
		margin:0 auto 4px auto;
	}
	
	.myky_rs_recom {
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width:90%;
		margin:20px auto 20px auto;
		border:0px #0000ff solid;
	}
	.myky_rs_recom img{
		height:30px;
		cursor:pointer;
	}
	.myky_rs_recom_inner {
		width:100% !important;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	.myky_rs_recom_inner.rcm {
		width:100% !important;
		margin-left:0px;
		padding:0;
	}
	.myky_rs_recom_desc {
		width:100%;
		font-size:16px;
		
	}
	.myky_rs_recom_desc .rcm_title {
		font-size:18px !important;
		font-family: 'ONE-Mobile-Title';
		font-weight:normal;
		margin-bottom:10px;
	}
	.myky_rs_recom_desc .rcm_title img {
		height:28px;
		margin-right:10px;
	}
	.myky_rs_recom_desc .rcm_desc {
		margin-top:4px;
		font-size:16px;
		display:flex;
		justify-content: space-between;
	}
	.myky_rs_recom_desc .rcm_desc span {
		font-family: 'ONE-Mobile-Title';
		display:inline-block;
		width:25%;
	}
	.myky_rs_recom_desc_txt {
		width:75%;
	}
	/****/
	
	.my_qa {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:20px;
		position:relative;
	}
	
	.my_qa .input_box {
		border-radius:18px;
		width:100%;
		padding:30px;
		line-height: 28px;
	}
	
	.q_post_box {
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	.q_post_img {
		width:30%;
		text-align:center;
	}
	.q_post_img img {
		height:60px;
	}
	.q_post_txt {
		width:70%;
		font-size:18px;
	}
	
	
/****/
/**/

.table_case {
	margin-top:6px;
}

.table_case .hd {
	background:#5480b5;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}


.table_case .hd_sub {
	/* background:#5480b5; */
	background:#E6E4FF;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}

.table_case .hd_sub p {
	font-weight:bold;
	color:#362fa1;
}



.table_case td {
	font-size:16px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:8px;
	text-align: center;
}


/**/


	/****/
	
.b_srch form {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}	

.b_srch .input_box {
	width:35%;
}
	
.b_srch select.input_box {
	width:25%;
}
	
	
	
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment_incell {
	display:block;
	font-size:14px; 
	margin-left:0px !important;
	margin-top:10px;
	}
	
	

	/**/
	

	.c1_sec_1 {
		/* display: flex;
		justify-content: space-between; */
	}
	
	.c1_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;		
		flex-wrap:wrap;
	}
	.c1_opt_box {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 30px 30px 30px;
		margin-top:10px;
		position:relative;
	}
	
	.c1_opt_img {
		text-align:center;
		display:flex;
		align-items:center;
		justify-content:space-around;
		flex-wrap:wrap;		
		height:60px;
	}
	.c1_opt_img img {
		height:60px;
		cursor:pointer;
	}
	.c1_opt_box:nth-child(2) .c1_opt_img { 
		height:80px;
	}
	.c1_opt_box:nth-child(2) .c1_opt_img img { 
		height:80px;
	}
	.c1_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:20px;
	}
	.c1_opt_bttn_box {
		margin-top:20px;
		text-align: center;
	}
	
	.c1_opt_bttn_1 {
		display: inline-block;
		width:200px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:10px 0 10px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#00BBFF;
	}
	
	.c1_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 20px 30px 20px;
		margin-top:10px;
		position:relative;
	}
	.c1_inner_2 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px 20px 30px 20px;
		margin-top:10px;
		position:relative;
	}
	
	.c1_inner_title {		
		/* font-size:24px;	 */
		/* font-family: 'TmonMonsori';  */
		font-size:34px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#23AA65;	
		text-align:center;
	}
	.c1_inner_1 .c1_inner_title span {
		/* font-size:28px;	 */
		/* font-family: 'TmonMonsori';  */
		font-size:38px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#00BBFF;
	}
	.c1_inner_2 .c1_inner_title span {
		/* font-size:28px;	 */
		/* font-family: 'TmonMonsori';  */
		font-size:38px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#FF6600;
	}
	
	.c1_inner_desc {
		margin-top:30px;
		font-size: 18px;
		text-align: center;
	}
	
	.c1_img_1 img {
		width:100%;
	}
	.c1_img_2 img {
		width:100%;
	}
	/* .c1_img_3 img {
		width:100%;
	} */
	
	.c1_img_1 {
		position: relative;
		top:20px;
		right:0px;
		width:180px;
		margin: 0 auto 20px auto;
	}
	
	
	.c1_img_2 {
		position: relative;
		top:20px;
		right:0px;
		width:180px;
		margin: 0 auto 20px auto;
	}
	
	/* .c1_img_3 {
		position: absolute;
		top:230px;
		right:70px;
		width:90px;
	} */
	
	.c1_bttn_box {
		margin-top:70px;
		text-align: center;
	}
	
	.c1_bttn_1 {
		display: inline-block;
		width:200px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		/* font-size:30px; */
		/* font-family: 'TmonMonsori';  */
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#00BBFF;
	}
	.c1_bttn_2 {
		display: inline-block;
		width:200px;
		border:3px #FF6600 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		/* font-size:30px; */
		/* font-family: 'TmonMonsori';  */
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#FF6600;
	}
	.c1_bttn_box .txt_small {
		color:#FF6600;
		margin-bottom:10px;
	}

/**/
	
	.c1d_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:20px;
		position:relative;
	}
	.c1d_inner_2 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:20px;
		position:relative;
	}
	
	.c1d_inner_desc {
		font-size: 18px;
		
	}
	
	.c1d_inner_title {		
		font-size:24px;	
		font-family: 'TmonMonsori'; 
		font-weight:bold;
		color:#333333;	
		text-align:center;
		margin-top:40px;
	}
	.c1d_inner_title .mu {
		font-size:28px;	
		font-family: 'TmonMonsori'; 
		color:#00BBFF;
	}
	.c1d_inner_title .yu {
		font-size:28px;	
		font-family: 'TmonMonsori'; 
		color:#FF6600;
	}
	
	
	.c1d_index_box {
		margin-top:0px;
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	.c1d_index_item {
		width:100%;
		font-size:20px;
		display:flex;
		align-items:center;
		padding:10px;
		cursor:pointer;
	}
	.c1d_index_item img {
		height:24px;
		margin-right:6px;		
	}
	
	
	.c1d_inner_title {		
		font-size:30px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#333333;	
		text-align:center;
		margin-top:40px;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.c1d_inner_title img {	
		height:30px;
		margin-right:8px;		
	}
	.c1d_inner_desc_case {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin-bottom:40px;
	}
	.c1d_inner_desc_img {
		width:100%;
		text-align: center;
	}
	.c1d_inner_desc_img p {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		text-align: center;
		margin-bottom:20px;
	}
	.c1d_inner_desc_img img {
		width:50%;
	}
	.c1d_inner_desc_img.unse img {
		width:30%;
		margin-top:10px;
	}
	.c1d_inner_desc_img.gomin img {
		width:30%;
		margin-top:10px;
	}
	.c1d_inner_desc_img.mun img {
		width:27%;
		margin-top:10px;
	}
	.c1d_inner_desc_case .c1d_inner_desc {
		width:100%;
		margin-top:30px;		
		text-align: center;
	}
	.c1d_email {
		font-size:22px;
		margin-top:10px;
	}
	
	.c1d_inner_desc  .mu {
		font-size:20px;	
		font-family: 'TmonMonsori'; 
		color:#00BBFF;
	}
	
	.c1d_inner_desc  .yu {
		font-size:18px;	
		font-family: 'TmonMonsori'; 
		color:#FF6600;
	}
	.c1d_inner_desc_case .c1_bttn_box {
		margin-top:0;
		width:100%;
	}
	
	.c1d_bttn_box {
		margin-top:20px;
	}
	
	.c1d_bttn_1 {
		display: inline-block;
		width:auto;
		border:1px #474747 solid;
		border-radius:100px;
		padding:6px 20px 4px 20px;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:18px;
		color:#474747;
	}
	.c1d_bttn_2 {
		display: inline-block;
		width:150px;
		border:3px #FF6600 solid;
		border-radius:100px;
		padding:12px 0 10px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:18px;
		color:#FF6600;
	}

/**/

	.c2b_anne {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.c2b_anne_2 {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-top:20px;
	}
	
	.c2b_anne span {
		color:#00BBFF;
		font-weight:bold;
	}
	.c2b_anne_2 .txt_small {
		color:#999999;
		line-height:18px;
		margin-top:20px;
	}

	
	.c2b_sec_1 {
		/* display: flex;
		justify-content: space-between; */
	}
	
	.c2b_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 10px 30px 10px;
	}
	
	
	.c2b_inner_ans {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 10px 30px 10px;
	}
	
	.c2b_inner_title {		
		font-size:28px;	
		/* font-family: 'TmonMonsori';  */
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#000000;	
		text-align:center;
		margin-bottom:10px;
	}
	
	
	.c2b_inner_1 .c2b_inner_title span {
		/*font-size:24px;	
		 font-family: 'TmonMonsori';  */
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#00BBFF;
	}
	.c2b_inner_1 .c2b_inner_title img {
		height:50px;
	}
	.pagetitle .c2b_inner_title img {
		height:50px;
		margin-right:14px;
	}
	.c2b_inner_ans .c2b_inner_title span {
		font-size:34px;	
		/* font-family: 'TmonMonsori';  */
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#00BBFF;
	}
	
	.c2b_selbox {
		display: flex;
		justify-content: space-between;
	}
	.c2b_selbox_inner {
		/* width:24%;
		border:0px #cccccc solid; */
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		border:0px #cccccc solid;
	}
	
	.c2b_selbox_item {
		/* width:90%; */
		width:48%;
		margin:0 auto 12px auto;
		padding:12px 0 10px 0;
		border:4px #f3f3f3 solid;
		border-radius:6px;
		text-align:center;
		font-size:15px;
		font-weight:bold;
		color:#999999;
		cursor:pointer;
	}
	.c2b_on {
		border:4px #00BBFF solid;
		color:#00BBFF;
	}
	
	.c2b_bttn_box {
		/* margin-top:40px;
		text-align: center; */
		display:flex;
		justify-content:space-around;
		flex-wrap:wrap;
		width:300px;
		margin: 40px auto 0 auto;
	}
	
	.c2b_bttn_box img{
		height:60px;
		cursor:pointer;
	}
	.c2b_bttn_box .c2b_anne {
		width:100%;
		font-size:16px;
		margin-top:0;
		margin-bottom:14px;
	}
	.c2b_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#ff7e00;
		word-break: keep-all;
	}
	
	.c2b_rs_desc {
		margin-top:40px;
		font-size:18px;
		color:#000000;
	}

	.c2b_rs_recom_box {
		margin-top:25px;
		font-size:18px;
		color:#000000;
		display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.c2b_rs_recom_item {
		width:100%;
		display: flex;
		justify-content:space-between;
		margin-top:8px;
		margin-bottom:8px;
	}
	.c2b_rs_recom_img {
		width:15%;
	}
	.c2b_rs_recom_img img {
		height:30px;
	}
	
	.c2b_rs_recom_txt {
		width:85%;
	}
	
	.c2b_rs_rcm_title {
		font-size:16px;
		font-weight:bold;
		color:#00BBFF;
	}
	.c2b_rs_rcm_desc {
		margin-top:4px;
		font-size:16px;
	}
	.c2b_rs_desc_under_title {
		margin-top:20px;
		font-size:18px;
		color:#000000;
	}
	.c2b_rs_desc_under_title {
		margin-top:20px;
		font-size:18px;
		color:#000000;
	}
	.c2b_bttn_1 {
		display: inline-block;
		width:200px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		/* font-family: 'TmonMonsori'; */
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		font-weight:bold;
		color:#00BBFF;
	}
	.c2b_bttn_2 {
		display: inline-block;
		width:300px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		/* font-family: 'TmonMonsori'; */
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		font-weight:bold;
		color:#00BBFF;
		background:#ffffff;
	}
	
	
	.c2b_anne_2 p span {
		color:#FF6600;
		font-weight:bold;
	}
	.c2b_anne_2 a {
		color:#FF6600;
		font-weight:bold;
	}
	
/**/	
	
	
	/****/
	
	.c2b_rs_magic_box {
		width:96%;
		margin:30px auto 20px auto;
		display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.c2b_rs_magic_box_inner_1 {
		width:10%;
	}
	
	.c2b_rs_magic_box_inner_2 {
		width:83%;
		display: flex;
		justify-content:space-between;
		height:44px;
		align-items: center;
		overflow-x: auto;
		white-space: nowrap; /* ⭐ 내부 요소들이 줄바꿈되지 않도록 설정 (필요시) */
        -webkit-overflow-scrolling: touch; /* ⭐ iOS에서 부드러운 스크롤을 위한 속성 */
	}
	
	.c2b_rs_magic_box_inner_1 img {
		height:44px;
	}
	.c2b_rs_magic_box_inner_2 img {
		height:30px;
		margin-left:10px;
		margin-right:10px;
		cursor:pointer;
	}
		
	.c2b_rs_magic_rcm {
		position:relative;
		margin-top:10px;
		width:300px;
		margin:10px auto 0 auto;
	}
	
	.rcm {
		background:#ffffff;
		border-radius:20px;
		padding:10px;
		border:0px #ff0000 solid;
	}
	.rcm.loc_2 {
		margin:0 auto 0 auto;
	}
	.rcm_inner {
		display:flex;
		justify-content:space-between;
		align-items: center;
		height:auto;
		width:100%;
	}
	.rcm_inner_1{
		width:60px;
	}
	.rcm_inner_1 img {
		height:40px;
	}
	.rcm_inner_2{
		width:220px;
	}
	.rcm_title {
		font-size:16px;
		font-weight:bold;
		color:#00BBFF;
	}
	.rcm_desc {
		margin-top:8px;
		font-size:16px;
	}
	/****/
	
	
	.c2p_sec_1 {
		/* display: flex;
		justify-content: space-between; */
		margin-top:40px;
	}
	
	.c2p_stat_box {
		display: flex;
		justify-content:space-between;
		margin-top:0px;
		border:0px #ff0000 solid;
		flex-wrap:wrap;
		
		background:#ffffff;
		border-radius:20px;
		padding:10px 10px 6px 10px;
	}
	
	.c2p_stat {
		/* width:60px; */
		width:24%;
		height:30px;
		border:1px #d9d9d9 solid;
		/* border-radius:6px; */	
		border-radius:16px;
		display: flex;
		justify-content:space-around;
		align-items:center;
		background:#d9d9d9;
		margin-bottom:4px;
		padding-left:6px;
		padding-right:6px;
		
		display:none;
	}
	
	.c2p_stat_box .c2p_stat:nth-child(1){
		justify-content:center;
		/* padding-top:2px; */
		background:#000000;
		color:#ffffff;
		border:0px #cccccc dashed;
		display: flex;
	}
	.c2p_stat.view_y {
		border:1px #cccccc solid;
		background:#ffffff;
		display: flex;
	}
	
	.c2p_stat_chk {
		width:23%;
		/* height:10px;
		font-size:20px;
		line-height:10px; */
		text-align:center;
		display: flex;
		align-items:center;
	}
	.c2p_stat_chk img {
		width:90%;
	}
	
	.c2p_stat .c2p_stat_chk:nth-child(1) {	
		color:#FF6600;
	}
	.c2p_stat .c2p_stat_chk:nth-child(2) {	
		color:#FA3D3D;
	}
	.c2p_stat .c2p_stat_chk:nth-child(3) {	
		color:#3D63FA;
	}
	.c2p_stat .c2p_stat_chk:nth-child(4) {	
		color:#C45219;
	}
	.c2p_stat_chk.off {
		color:#cccccc !important;
	}
	.view_y .c2p_stat_chk.off {
		color:#ffffff !important;
	}
	
	.c2p_stat_chk.off img{
		display:none !important;
	}
	
	.c2p_inner_1 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:20px 10px 30px 10px;
		margin-top:30px;
		position:relative;
	}
	
	.c2p_pp {
		background:none;
		padding:10px;
		height:150px;
		overflow-y: scroll;
		font-size:14px;
		color:#666666;
		border-radius:20px;
	}
	
	.c2p_pp_agree_box {
		display: flex;
		justify-content:space-between;
		margin-top:0px;
		flex-wrap:wrap;
	}
	.c2p_pp_agree_1 {
		width:100%;
	}
	.c2p_pp_agree_2 {
		width:100%;
	}
	
	.c2p_inner_1 .bonmun_txt {
		font-size:16px;
		padding-left:10px;
		color:#666666;
	}
	.c2p_inner_title {		
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;	
		text-align:center;
		margin-bottom:10px;
	}
	
	.c2p_inner_1 .c2p_inner_title span {
		font-size:30px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#FF6600;
	}
	
	.c2p_inner_1 .c2p_inner_title img {
		height:50px;
	}
	
	.c2p_inner_item {
		padding:10px 0 10px 0;
		font-size: 20px;
		display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.c2p_input_title {
		width:100%;
		justify-content: left;
		display:flex;
		align-items:center;
		color:#999999;
	}
	
	.c2p_input_form {		
		width:100%;
		text-align: left;
		position:relative;
	}
	.c2p_input_form .reg_option_box {
		padding:10px 0 10px 0;
	}
	.c2p_input_form .reg_option_box_etc {
		margin-top: 0;
	}
	
	.c2p_input_form .input_box {
		border: none;
		border-bottom:1px #cccccc solid;
		font-size:20px;
	}
	
	.c2p_input_form .form-label {
		position: absolute;
		top: 15px;
		left: 5px;
		color: #999;
		font-size: 16px;
		pointer-events: none;
		transition: 0.2s ease all;
		border:0px #ff0000 solid;
	  }
	
	/* .c2p_input_form .input_box:focus + .form-label,
	.c2p_input_form .input_box.filled + .form-label {
		top: -20px;
		left: 80px;
		font-size: 12px;
		color: #ff0000;
	  } */
	  
	  .c2p_input_form .input_box:focus + .form-label,
	.c2p_input_form .input_box:not(:placeholder-shown) + .form-label {
		top: -20px;
		left: 80px;
		font-size: 12px;
		color: #333333;
	}  
	
	.c2p_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	.c2p_bttn_1 {
		display: inline-block;
		width:300px;
		max-width:95%;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		font-size:30px;
		color:#00BBFF;
		background:#ffffff;
	}
	.c2p_bttn_box .txt_small {
		color:#FF6600;
		margin-bottom:10px;
	}

	.c2pjn_view {
		
	}
	
	.c2pjn_view .c2p_input_title {	
		color:#cccccc;
	}
	.c2pjn_view .c2p_input_form {			
		padding:10px 10px 10px 10px;
		color:#333333;
		border-bottom:1px solid #cccccc;
		font-size:20px;
	}
	
	.c2p_pys_txt {
		text-align:center;
		font-size:24px;
		padding:50px 0 50px 0;
		border-bottom:1px #f3f3f3 solid;
	}
	.c2p_pys_txt_2 {
		text-align:center;
		font-size:20px;
		padding:50px 0 50px 0;
		border-bottom:0px #f3f3f3 solid;
	}
	.c2p_pys_txt_2 p {
		text-align:center;
		font-size:16px;
		color:#999999;
		margin-bottom:10px;
	}
	
	.c2p_anne {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-bottom:20px;
	}
	
	.c2p_anne_chk_txt {
		
	}
	.c2p_anne_chk_txt b{
		color:#000000;
	}
	.c2p_anne_2 {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-top:20px;
		color:#999999;
	}
	
	.c2p_selbox {
		display: flex;
		justify-content: space-between;
	}
	.c2p_selbox_inner {
		width:24%;
		border:0px #cccccc solid;
	}
	
	.c2p_selbox_item {
		width:90%;
		margin:0 auto 12px auto;
		padding:12px 0 10px 0;
		border:4px #f3f3f3 solid;
		border-radius:6px;
		text-align:center;
		font-size:15px;
		font-weight:bold;
		color:#999999;
		cursor:pointer;
	}
	.c2p_on {
		border:4px #00BBFF solid;
		color:#00BBFF;
	}
	
	
	.c2p_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#ff7e00;
		word-break: keep-all;
	}
	
	.c2p_rs_unsuit_box {
		margin-top:40px;
	}
	
	.c2p_rs_unsuit_inner {
		margin-top:60px;
		padding:40px 10px 20px 10px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		border:1px #cccccc dashed;
		border-radius:10px;		
		position:relative;
		flex-wrap:wrap;
	}
	
	.c2p_rs_unsuit_inner p{
		width:300px;
		border:1px #cccccc dashed;
		border-radius:10px;		
		background:#ffffff;
		padding:8px 0 6px 0;
		text-align: center;
		color:#474747;
		font-size:22px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		position:absolute;
		top:-24px;
		left:50%;
		margin-left:-150px;
	}
	
	.c2p_rs_unsuit_title {	
		width:100%;
	}
	/* .c2p_rs_unsuit_title p {
		text-align: center;
		margin-top:6px;
		color:#23AA65;
		font-size:18px;
		font-family: 'TmonMonsori';
	} */
	.c2p_rs_unsuit_title_img {
		text-align: center;
		margin-bottom:10px;
	}
	.c2p_rs_unsuit_title_img img{
		width:30px;
	}
	
	.c2p_rs_unsuit_desc {	
		width:100%;	
		text-align: center;
		font-size:18px;
		word-break: keep-all;
		
	}
	.c2p_rs_desc {
		margin-top:40px;
		font-size:18px;
		color:#000000;
	}

	.c2p_bttn_2 {
		display: inline-block;
		width:300px;
		max-width:95%;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		font-size:40px;
		color:#00BBFF;
	}
	
	
	.c2p_anne_2 p span {
		color:#FF6600;
	}
	.c2p_anne_2 a {
		color:#FF6600;
	}
	
	
	.c2p_inner_ans {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
	}
	
	/* 페이지 타이틀에 사용 */	
	.col_m {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#FF6600 !important;
	}
	.col_b {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#FA3D3D !important;
	}
	.col_z {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#3D63FA !important;
	}
	.col_d {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#C45219 !important;
	}
	
	
	.c2pjn_anne {
		width:100%;
		font-size:16px;
		margin-top:20px;
		display:flex;
		align-items: center;
		justify-content: center;
	}
	
	.c2_bottom_bttn_box {
		display:flex;
		justify-content:space-between;
		width:100%;
		margin: 20px auto 0 auto;
		flex-wrap:wrap;
	}
	
	.c2_bottom_bttn_box_inner_1 {
		width:80%;
		margin:0 auto 0 auto;
		border:0px #cccccc solid;
		
		display:flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap:wrap;
		height:120px;
	}
	.c2_bottom_bttn_box_inner_1 img {
		height:66px;
		cursor:pointer;
	}
	.c2_bottom_bttn_box_inner_2 {
		width:100%;
		margin-top:20px;
	}
	.c2_bottom_bttn_johap {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		
		display:flex;
		align-items: center;
		justify-content: center;
		height:140px;
		flex-wrap:wrap;
		cursor:pointer;
	}
	.c2_bottom_bttn_johap img {
		height:80px;
	}
	.c2_bottom_bttn_box_anne {
		width:100%;
		font-size:16px;
		text-align: center;
		font-weight:bold;
	}
	
	/**/
	

.c3_sec_1 {
	
}
	.c3_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;	
		flex-wrap:wrap;
	}
	.c3_opt_box {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 30px 30px 30px;
		margin-top:10px;
		position:relative;
		border:0px #ff0000 solid;	
	}
	.c3_opt_box_inner {		
		/* display:flex;
		justify-content:space-around;	 */
	}
	.c3_opt_img {
		text-align:center;
		border:0px #cccccc solid;
	}
	.c3_opt_img img {
		height:80px;
	}
	
	.c3_opt_case .c3_opt_box:nth-child(1) .c3_opt_img img {
		height:100px;
	}
	
	.c3_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:20px;
		display:flex;
		align-items:center;
		justify-content:center;
		height:auto;
		border:0px #ffcccc solid;
	}
	.c3_opt_case .c3_opt_box:nth-child(1) .c3_opt_box_desc {
		margin-top:20px;
	}
	.c3_opt_bttn_box {
		margin-top:20px;
		text-align: center;
	}
	
	.c3_opt_bttn_1 {
		display: inline-block;
		width:180px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:10px 0 10px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#cf2727;
	}


	.c3_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	.c3_inner_1.c3rs {
		background-color:#f8d201;
	}
	.c3_inner_title {		
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c3_inner_1 .c3_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#474747;
	}

	.c3_select_box {
		margin:20px auto 0px auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap : wrap;
		width:100%;
		height:auto;
		border:0px #ff0000 solid;
	}
	.c3_select_button {
		width:130px;
		/* height:189px; */
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:12px 0 10px 0;
		text-align:center;
		/* display:flex;
		align-items:center;
		justify-content: center; */
		font-size:24px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#463e10;
		background:#ffed88;
		cursor:pointer;
		/* background-image:url('../images/c3_menu_bg_2_150.png');
		background-repeat:no-repeat;
		background-position:center center; */
		margin-bottom:14px;
	}
	
	#c3_modal{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000dd;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      flex-direction: row;
      gap: 20px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
.c3_ch_icon {
      /* 차례대로 나타나기 
	  width: 60px;
      height: 60px;
      background-color: white;
      border-radius: 50%;
      opacity: 0;
      transform: scale(0.5);
      transition: opacity 0.4s ease, transform 0.4s ease; */
	  width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
	transform: translateZ(0); /* GPU 가속 강제 */
    will-change: opacity; /* 브라우저에 변경 예고 */
    transform: scale(1);
    transition: opacity 0.4s ease;
    position: absolute;
	border:0px #ff0000 solid;
	z-index: 9999;
    }
.c3_ch_icon img{
	width: 40px;
	height: auto;
	margin-left:20px;
	margin-top:10px;
}

.pagetitle_box.c3rs img {
	height:100px;
}

	.c3_ans_box {
		margin:0px auto 0 auto;
		/* display: flex;
		justify-content: center;
		align-items: center; */
		text-align: center;
		width:100%;
		height:auto;
		
		border:10px #cf2629 solid;
		border-radius:20px;
		padding:30px 30px 30px 30px;
		/* background:#ffed88; */
	}
	
	.c3_ans_box_inner {		
		font-family: 'Daehan-Bold';
		font-size:34px;
	}
	.c3_ans_who {
		margin-top:14px;
		font-size:18px;
		font-family: 'Daehan-Bold';
	}
	
.c3_bttn_box {
	margin-top:30px;
	text-align:center;
}

.c3_bttn_1 {	
		display: inline-block;
		width:200px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:26px;
		color:#463e10;
		background:#ffed88;
}
	
/****/


.c4_sec_1 {
	
}
	.c4_opt_case {
		/* margin-top:30px;
		font-size: 20px; */
		display:flex;
		justify-content:space-between;	
		flex-wrap:wrap;
	}
	.c4_opt_box {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 30px 30px 30px;
		margin-top:10px;
		position:relative;
		border:0px #ff0000 solid;	
	}
	.c4_opt_box_inner {		
		/* display:flex;
		justify-content:space-around;	 */
	}
	.c4_opt_img {
		text-align:center;
		border:0px #cccccc solid;
	}
	.c4_opt_img img {
		height:80px;
	}
	.c4_opt_box_desc {
		font-size:20px;
		text-align:center;
		margin-top:20px;
		display:flex;
		align-items:center;
		justify-content: center;
		height:auto;
		border:0px #ffcccc solid;
	}
	.c4_opt_bttn_box {
		margin-top:20px;
		text-align: center;
	}
	
	.c4_opt_bttn_1 {
		display: inline-block;
		width:180px;
		border:3px #23AA65 solid;
		border-radius:100px;
		padding:10px 0 10px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:24px;
		color:#23AA65;
	}

	.c4_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	.c4_inner_title {		
		font-size:24px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c4_inner_1 .c4_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
	}
	.c4_form_box {
		margin-top:30px;
		text-align: center;
	}
	.c4_year_input {
		flex: 1;
		width:200px;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 28px;
		font-weight:bold;
		font-family: 'ONE-Mobile-Title';
		letter-spacing: 2px;
		text-align: center;
        background: white;
		color:#23AA65;
        transition: border-color 0.3s ease;
	}
    .c4_year_input:focus {
        outline: none;
        border-color: #23AA65;
    }
	.c4_form_anne {
		text-align: center;
		margin-top:10px;
		font-size: 16px;
		color:#999999;
	}
	
	.c4_bttn {
		display: inline-block;
		width:200px;
		border:3px #23AA65 solid;
		border-radius:100px;
		padding:16px 0 14px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:30px;
		color:#23AA65;
		background:#ffffff;
	}
	.c4_inner_txt {
		margin-top:30px;
		font-size:18px;
	}
	.c4_unse_gubun {
		color:#23AA65;
		font-weight:bold;
	}
	
	.c4_unse_key_title {
		text-align:center;
		font-size: 14px;
		width:100px;
		background:#faf9f6;
		padding:6px 0 6px 0;
		border-radius:60px;
		margin:0 auto 10px auto;
	}
	.c4_unse_key {
		color:#23AA65;
		font-weight:bold;	
		text-align:center;
		font-size: 20px;
		margin-bottom:40px;
	}
	.c4_unse_txt {
		margin-top:20px;
	}
/****/


.c4p_sec_1 {
	
}

	.c4p_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:10px;
		position:relative;
	}
	.c4p_inner_title {		
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c4p_inner_1 .c4p_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
		font-weight:bold;
	}
	.c4p_form_box {
		margin-top:50px;
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.c4p_form_box_2 {
		margin-top:0px;
		display:flex;
		justify-content: space-between;
	}
	.c4p_form_box .form-group {
		width:48%;
		margin-bottom:20px;
	}
	.c4p_form_box_2 .form-group {
		width:48%;
	}
	.c4p_form_title {
		text-align: left;
		margin-bottom:5px;
		font-size: 16px;
		color:#333333;
	}
	.c4p_year_input {
		flex: 1;
		width:90%;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 24px;
		font-weight:normal;
		/* font-family: 'ONE-Mobile-Title'; */
		letter-spacing: 2px;
		text-align: center;
        background: white;
		color:#463e10;
        transition: border-color 0.3s ease;
	}
    .c4p_year_input:focus {
        outline: none;
        border-color: #463e10;
    }
	.c4p_form_anne {
		text-align: center;
		margin-top:10px;
		font-size: 16px;
		color:#999999;
	}
	
	.c4p_bttn {
		display: inline-block;
		width:200px;
		border:3px #cf2727 solid;
		border-radius:100px;
		padding:16px 0 14px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:26px;
		color:#463e10;
		background:#ffed88;
	}
	.c4p_inner_txt {
		margin-top:30px;
		font-size:18px;
	}
/****/

	.csp_saju_box {
		margin-top:30px;
		display:flex;
		justify-content: space-between;		
		flex-wrap:wrap;
	}
	.csp_saju_box_item {
		width:48%;
		border:1px #cf2727 solid;
		border-radius:10px;
		margin-bottom:10px;
	}
	.csp_saju_box_item_title {
		background:#ffed88;
		color:#333333;
		font-size:16px;
		/* font-family: 'ONE-Mobile-Title'; */
		font-weight:normal;
		text-align:center;
		border-radius:8px 8px 0 0;
		padding:5px 0 5px 0;
	}
	.csp_saju_box_item_desc {
		font-size:24px;
		font-family: 'ONE-Mobile-Title';
		font-weight:bold;
		color:#cf2727;
		display:flex;
		justify-content: center;	
		align-items:center;
		height:60px;
	}
	
	.csp_saju_box_2 {
		margin-top:0px;
		display:flex;
		justify-content: space-between;	
		flex-wrap:wrap;	
	}
	
	.csp_saju_box_item_2 {
		width:100%;
		background:#ffed88;
		border-radius:10px;
		display:flex;
		justify-content: space-between;		
		padding:10px 0 10px 0;
		margin-bottom:10px;
	}
	.csp_saju_box_item_2_title {
		width:45%;
		text-align: right;
	}
	.csp_saju_box_item_2_desc {
		width:55%;
		text-align:center;
		color:#cf2727;
	}
	
	.csp_saju_txt {
		margin-top:30px;
	}
	.csp_saju_gubun {
		color:#cf2727;
		font-weight:bold;
	}

/****/


.c5_sec_1 {
	
}

	.c5_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:20px;
		padding-bottom:15px;
		margin-top:10px;
		position:relative;
	}
	.c5_inner_title {		
		font-size:24px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:normal;
		color:#474747;	
		text-align:center;
	}
	.c5_inner_1 .c5_inner_title span {
		font-size:28px;	
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
	}
	.c5_form_box {
		margin-top:30px;
		text-align: center;
	}
	.c5_year_input {
		flex: 1;
		width:200px;
        padding: 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        font-size: 28px;
		font-weight:bold;
		font-family: 'ONE-Mobile-Title';
		letter-spacing: 2px;
		text-align: center;
        background: white;
		color:#00BBFF;
        transition: border-color 0.3s ease;
	}
    .c5_year_input:focus {
        outline: none;
        border-color: #00BBFF;
    }
	.c5_form_anne {
		text-align: center;
		margin-top:10px;
		font-size: 16px;
		color:#999999;
	}
	
	.c5_bttn {
		display: inline-block;
		width:250px;
		border:3px #23AA65 solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:26px;
		color:#23AA65;
		background:#ffffff;
	}
	.c5_inner_txt {
		margin-top:30px;
		font-size:18px;
	}
	
	.c5_button_box {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.c5_button_item {
		width: 32%;
		text-align:center;
		border:3px #cccccc solid;
		border-radius:20px;
		padding:20px 0 16px 0;
		margin-bottom:14px;
		cursor:pointer;
	}
	.c5_button_item img {
		height:24px;
		margin-bottom:10px;
	}
	.c5_button_name {
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		color:#23AA65;
		font-size:20px;
	}
/**/
	
.login_reglink {
	display: block;
	background:#313131;
	width:200px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	margin-left:0px;
	margin-top:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:4px;
}


.login_input_box {
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	height:140px;
	margin-top:0px;
	}
	
.login_input_box .input_box {
	border:none;
	border-bottom:1px #cccccc solid;
	width:70%;
	text-align:center;
	font-size:20px;
}	
	

.login_send_box {
	margin-top:36px; 
	border:0px #cccccc solid; 
	background:#f7f7f7; 
	padding: 30px 30px 30px 30px;
	border-radius:20px;
	display:none;
	}
.login_send_txt {
	font-size:16px; 
	color:#000000; 
	margin-bottom:20px; 
	text-align: center;
	}
.login_send_input_box {
	text-align:center;
	margin-top:0px;
	}
	
.login_send_input_box .input_box {
	border:none;
	border-bottom:0px #cccccc solid;
	width:300px;
	text-align:center;
	font-size:20px;
	border-radius:6px;
}		
	
	
/* .login_send_input {
	font-size:16px; 
	line-height:24px; 
	padding-left:24px !important; 
	width:100%} */
.login_send_button_box {	
	margin-top:20px; 
	vertical-align:top;
	}
	
.login_send_button {
	display:block; 
	background:#ffffff; 
	color:#474747; 
	font-size:16px; 
	line-height:46px; 
	text-align:center;
	width:300px;
	border-radius:100px;
	margin:10px auto 0 auto;
	font-family: 'Cafe24Supermagic-Bold-v1.0';
	border:1px #474747 solid;
	} 
	
	.login_send_box_cho {
		margin-top:20px;
		text-align:center;
	}
	
	.login_pw_qtxt {
		text-align: center;
		font-size:16px;
		margin-top:20px;
	}
	.pwhpbox {
		display:none;
		margin-top:5px;
	}

/**/
	
/**/

	
    .con_box_2_1 {display:block; width:100% !important; margin:0 0px 0 0px !important}
	.con_box_2_15 {display:block; width:100% !important; margin:0 0px 0 0px !important; vertical-align: top}
    .con_box_2_2 {display:block; width:100% !important; margin:0 0px 0 0px !important; }
    .con_box_2_3 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_35 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_4 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_45 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_5 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_55 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_6 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_65 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_7 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_8 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_9 {display:block; width:100% !important; margin:0 0px 0 0px !important}

    .con_box_3 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_4 {display:block; width:100% !important; margin:0 0px 0 0px !important}

	.con_box_3_incell {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_4_incell {display:block; width:100% !important; margin:0 0px 0 0px !important}
	.con_box_6_incell {display:block; width:100% !important; margin:0 0px 0 0px}
	
	/**/
	
		
	.button_download {
		/* display: inline-block; 
		padding-right:20px; 
		padding-left:20px;
		height:50px; 
		background:#614948; 
		line-height:50px; 
		border-radius:2px; 
		color:#ffffff; 
		font-size:18px; 
		text-align:center; 
		border-radius:4px; */
		width:320px;
		margin-bottom:10px;
		}

	.button_download img {
		width:20px;
		height:20px;
		margin-right:10px;
	}
	/**/

	.b_srch {
		text-align: center;
		margin-bottom:10px;
	}

	.b_srch .input_box {
		font-size:16px;
		padding:6px 10px 6px 10px;
	}

	.b_button_srch {
		display:inline-block;
		width:50px;
		height:32px;
		line-height:32px;
		text-align: center;
		font-size:14px;
		color:#ffffff;
		background:#333333;
		border-radius:2px;
	}

	.b_button_allview {
		display:inline-block;
		width:80px;
		height:32px;
		line-height:32px;
		text-align: center;
		font-size:14px;
		color:#ffffff;
		background:#999999;
		border-radius:2px;
	}
	
	/**/
	
	/****/
	.by_sec_1 {
		height:92vh;
		display:flex;
		align-items: center;
		position:relative;
	}
	
	.by_sec_1 .inner{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		width:90%;
		border:0px #000000 solid;
		border-radius:40px;
		margin:0 auto 0 auto;
		padding:0px 0 0px 0;		
		
		/* position: absolute;
		top:10%;
		left:50%;
		margin-left:-400px; */
	}
	
	.by_inner_1 {
		width:100%;
		text-align: center;
	}
	.by_inner_1 img {
		height: 100px;
	  /* animation: shake 0.5s infinite; */
	}
	
	.by_inner_2 {
		width:100%;
		text-align: center;
		height: auto;
		display:flex;
		align-items: center;
		border:0px #000000 solid;
	}
	.by_insa {
		font-family: 'TmonMonsori';
		font-size:22px;
		color:#23AA65;
		margin-top:30px;
		text-align: center;
		width:100%;
		border:0px #000000 solid;
	}
	
	.by_link {
		margin-top:30px;
		font-size:18px;
	}
	
	.by_ad_box {
		width:320px;
		height: auto;
		margin:0px auto 0 auto;
		background:#ffffff;
		
		position: absolute;
		bottom:30px;
		left:50%;
		margin-left:-160px;
	}
	
	@keyframes shake {
	  0% { transform: translateX(0); }
	  25% { transform: translateX(-5px); }
	  50% { transform: translateX(5px); }
	  75% { transform: translateX(-5px); }
	  100% { transform: translateX(0); }
	}

	

/****/

	.adbox_rs_top {
		width:90%;
		margin:0px auto 20px auto;
		padding-top:15px;
		display:flex;
		justify-content: right;
		border:0px #ff0000 solid;
	}
	.adbox_rs_top_sec_1  {
		width: 44px;
	}
	.adbox_rs_top_sec_2  {
		width: auto;
		height:auto;
		max-width:160px;
		max-height:40px;
		font-size: 12px;
		line-height:18px;
		color:#666666;
		word-break: break-all;
		/* background:#ffffff; */
		overflow:hidden;
	}
	
	.adtag {
		border:1px #999999 solid;
		border-radius:4px;
		width:34px;
		text-align: center;
		font-size:12px;
		color:#999999;
	}
	.adicon {
		height:14px;
		margin-right:4px;
	}
	
/****/
/**/
	
	.badge_req_pay {
		background:#fff000;
		font-size:12px;
		color:#474747;
		line-height:14px;
		border-radius:30px;
		border:0px #474747 solid;
		text-align:center;
		padding:3px 6px 3px 6px;
		position:absolute;
		top:10px;
		right:10px;
		display:flex;
		align-items:center;
	}
	.badge_req_pay img {
		height:16px;
		margin-right:3px;
	}
	
	.button_mem_go {
		display: inline-block;
		width:290px;
		border:0px #474747 solid;
		background:#fff000;
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto 0 auto;
	}
	.button_mem_go img {
		height:36px;
		margin-right:10px;
	}
	
	.button_mem_go_small {
		display: inline-block;
		width:120px;
		border:0px #474747 solid;
		background:#fff000;
		font-size:14px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:4px 0 3px 0;
		margin-left:10px;
		margin-bottom:4px;
		
		/* margin:0 auto 0 auto; */
	}
	.button_mem_go_small img {
		height:14px;
		margin-right:10px;
	}
	.button_basic {
		display: inline-block;
		width:220px;
		border:3px #474747 solid;
		background:#ffffff;
		font-size:30px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		color:#474747;
		border-radius:100px;
		text-align:center;
		padding:14px 0 12px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto 0 auto;
	}
	.button_basic img {
		height:36px;
		margin-right:10px;
	}
	
	
}


/********************** set **********************************************************/

.modal_alert {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  display: flex; justify-content: center; align-items: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal_alert.show {
  opacity: 1;
  pointer-events: auto;
}

.modal_alert-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  
  width: 90%;          
  max-width: 400px;    
  box-sizing: border-box;
  font-size:16px;

}

.modal_alert.show .modal_alert-content {
  transform: translateY(0);
  opacity: 1;
}

.modal_alert button {
	border:1px #333333 solid;
	border-radius: 6px;
	padding: 6px 10px 6px 10px;
	background:#ffffff;
	margin-top:14px;
}

/****/


.bonmun_txt {font-size:18px; line-height:28px; text-align:left; word-break:keep-all}
.bonmun_txt2 {font-size:18px; line-height:28px; text-align:left; word-break:keep-all; margin-top:20px}
.comment_incell {font-size:14px; margin-left:20px}
.top_txt_box {background:#f3f3f3; border:1px #999999 dashed; padding:30px 0 30px 0; border-radius:6px}
.top_txt_box_2_1 {background:#f3f3f3; border:1px #999999 dashed; padding:30px 0 30px 0; border-radius:6px 6px 0 0; border-bottom:none}
.top_txt_box_2_2 {background:#ffffff; border:1px #999999 dashed; padding:20px 0 20px 0; border-radius:0 0 6px 6px; border-top:none}

.margin_top_5 {margin-top:5px}
.margin_top_10 {margin-top:10px}
.margin_top_20 {margin-top:20px}
.margin_top_30 {margin-top:30px}
.margin_top_35 {margin-top:35px}
.margin_top_40 {margin-top:40px}
.margin_top_50 {margin-top:50px}
.margin_top_60 {margin-top:60px}
.margin_top_70 {margin-top:70px}
.margin_top_80 {margin-top:80px}

.margin_bottom_10 {margin-bottom:10px}
.margin_bottom_20 {margin-bottom:20px}
.margin_bottom_30 {margin-bottom:30px}
.margin_bottom_40 {margin-bottom:40px !important}

.border_left_x {border-left:none !important}
.border_right_x {border-right:none !important}
.border_top_x {border-top:none !important}
.border_bottom_x {border-bottom:none !important}
.border_right_1 {border-right:1px #cccccc solid}
.border_top_1 {border-top:1px #cccccc solid !important}
.border_bottom_1 {border-bottom:1px #cccccc solid !important}


.checkbox_align {width:18px; height:18px; margin:-2px 5px 0 0; border:0px #ff0000 solid}
.checkbox_align_16 {width:16px; height:16px; margin:-2px 5px 0 0; border:0px #ff0000 solid}
.checkbox_align_incell {width:18px; height:18px; margin:-3px 5px 0 3px}
.checkbox_align_nth {width:18px; height:18px; margin:-2px 5px 0 30px; border:0px #ff0000 solid}




.section_subtitle {
	color:#666666; 
	font-size:24px; 
	font-weight:bold;
	word-break: keep-all
	}


.txt_big {font-size:20px; font-weight:bold;letter-spacing:-1px;line-height:30px; color:#000000; word-break: keep-all}
.txt_big1 {font-size:19px; letter-spacing:-1px;line-height:25px; color:#000000; word-break: keep-all}
.txt_big_2 {font-size:20px; font-weight:bold;letter-spacing:-1px; line-height: 40px}
.txt_bigger {font-size:28px; font-weight:bold;}

.txt_small {font-size:14px; font-weight:normal;letter-spacing:0px;line-height:24px; word-break: keep-all}
.txt_normal {font-weight: normal}
.txt_darkblue {color:#011b72;}

.txt_gray {color:#999999 !important}
.txt_red {color:#ff0000 !important}
.txt_blue {color:#0000ff !important}
.txt_blue2 {color:#8500C8 !important; font-weight:bold;}
.txt_green {color:#23AA65 !important}
.txt_bold {font-weight:bold}
.col_key { color:#00BBFF !important}
.col_unse { color:#23AA65 !important}
.col_bosal { color:#cf2727 !important}

.txt_underline {text-decoration:underline}
.txt_mu {
	color:#00BBFF  !important
}
.txt_yu {
	color:#FF6600  !important
}

.img_size { max-width: 100%}
.img_inline {display:inline-block}

.set_center {text-align:center !important}
.set_left {text-align:left !important}
.set_right {text-align:right !important}

.td_left_txt {padding: 1.3em 2em; text-align:left}
.td_left_txt { text-align:left}

.td_left { padding: 1.0em 1.0em; text-align: left; word-break:keep-all}
.td_center { padding: 1.0em 1.0em; text-align: center; word-break:keep-all}
.td_first { border-radius:4px 0 0 4px}
.td_last { border-radius:0px 4px 4px 0px}

.td_bg_gray_1 {background:#f3f3f3}
.td_bg_gray_2 {background:#f9f9f9}


.width_5 {width:5% !important}
.width_10 {width:10% !important}
.width_15 {width:15% !important}
.width_20 {width:20% !important}
.width_25 {width:25% !important}
.width_30 {width:30% !important}
.width_35 {width:35% !important}
.width_40 {width:40% !important}
.width_45 {width:45% !important}
.width_50 {width:50% !important}
.width_55 {width:55% !important}
.width_60 {width:60% !important}
.width_65 {width:65% !important}
.width_70 {width:70% !important}
.width_75 {width:75% !important}
.width_80 {width:80% !important}
.width_85 {width:85% !important}
.width_90 {width:90% !important}
.width_100 {width:100% !important}

.width_12 {width:12% !important}
.width_14 {width:14% !important}
.width_16 {width:16% !important}
.width_33 {width:33% !important}
.width_22 {width:22% !important}

.border_bottom_x {border-bottom:none !important}

.button_download {
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:50px; 
	/* background:#484fa0;  */
	background:#ad3fb8; 
	line-height:50px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:18px; 
	text-align:center; 
	border-radius:4px;
	}

.button_download img {
	height:20px;
	margin-right:10px;
}




.input_box{
    padding:10px 10px 10px 10px;
    color:#333333;
    background-color:#ffffff;
    vertical-align:middle;
    border:1px solid #cccccc;
    -webkit-appearance: none;
    border-radius:2px;
    font-size:18px;
}

.input_box:focus{
    border-color:#00839e;
    outline:0;
    /*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)*/
}




input::placeholder {
    color: #999999;
    /*font-style: italic;*/
}


textarea::placeholder {
    color: #999999;
    /*font-weight: bold;*/
}




.input_box::-moz-placeholder{
    color:#999999;opacity:1
}
.input_box:-ms-input-placeholder{
    color:#999999
}
.input_box::-webkit-input-placeholder{
    color:#999999
}



.input_width {width:45%}
.input_width_2 {width:20%; }
.input_width_3 {width:30%; }
.input_width_8 {width:80%; }
.input_width_9 {width:90%}
.input_width_10 {width:100%}
.input_width_a {width:100px; text-align:center; margin-right:5px}
.input_width_n {width:49.6%; text-align:center;}
.red_star {color:#ff0000; margin-left:2px}

.scroll_on {opacity: 0;transition: all 1s;}
.scroll_on.active {opacity: 1 !important;transform: translate(0, 0) !important;}
.scroll_on.type_top {transform: translate(0, -50px);}
.scroll_on.type_bottom {transform: translate(0, 50px);}
.scroll_on.type_left {transform: translate(-50px, 0);}
.scroll_on.type_right {transform: translate(50px, 0);}

.button_normal {
    display: inline-block;
    white-space: nowrap;
    background-color:#09913c;
    padding: 14px 20px 14px 20px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;

}

.button_reg {
    display: inline-block;
    white-space: nowrap;
    /* background-color:#09913c; */
	background-color:#0c0e1a;
    padding: 20px 0px 20px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:20px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:340px;
}


.b2_button_small {
    display: inline-block;
    white-space: nowrap;
    background-color:#333333;
    padding: 10px 0px 10px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:14px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:150px;
}

.b2_button_small2 {
    display: inline-block;
    white-space: nowrap;
    background-color:#333333;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}

.button_small {
    display: inline-block;
	height:32px;
	vertical-align:middle; 
	margin-right:8px; 
	display:inline-block;
    border-radius:4px; 
	line-height: 32px;
    background-color:#333333; 
	color:#ffffff; 
	font-size:14px; 
	padding:0 10px 0 10px;
}

.r_button_small {
    display: inline-block;
	vertical-align:middle; 
	margin-right:8px; 
	display:inline-block;
    border-radius:4px; 
    background-color:#333333; 
	color:#ffffff; 
	font-size:14px; 
	padding:10px 10px 10px 10px;
}



.button_round_red {
    display: inline-block;
    white-space: nowrap;
    background-color:#ff0000;
    border: 0px solid #333333;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none;
    color: #ffffff !important;
    font-size:16px;
    font-weight:normal;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    /*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
    letter-spacing:0px;
}


.button_reg_big {
display: inline-block;
white-space: nowrap;
background-color:#431c6e;
width:300px;
border: 0px solid #333333;
padding: 14px 0px 14px 0px !important;
margin: 0px auto 0 auto;
/*font: bold 1em/2em Arial, Helvetica,NanumGothic,"나눔고딕",MalgunGothic,"맑은고딕",Dotum,"돋음";*/
text-decoration: none;
color: #ffffff !important;
font-size:18pt;
font-weight:normal;
/*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
letter-spacing:0px;
}



.mypage_button_small {
    display: inline-block;
    white-space: nowrap;
    background-color:#cc5bf1;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:14px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}

.edit_bg {
    background-color:#999999 !important;
}


.mypage_button_smaller {
    display: inline-block;
    white-space: nowrap;
    background-color:#099bdb;    
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
	line-height:20px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:40px;
}

.mypage_button_smaller2 {
    display: inline-block;
    white-space: nowrap;
    background-color:#099bdb;  
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
	line-height:16px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:40px;
}

.mypage_add_list {background:#f3f3f3; padding:10px 0 10px 10px; border-bottom: 1px #cccccc solid; font-weight:bold; color:#000000; font-size:16px; position:relative}


/**/



	.reg_box {
		width:100%;
	}
	
	.reg_box_inner {
		padding:10px 0 10px 0;
		border-bottom:1px #e9e9e9 solid;
		display:flex; align-items: stretch;
		flex-wrap:wrap;
	}
	

	.reg_box_inner .con_box_2_5 {
		display:flex; align-items: stretch;
	}
	
	.reg_title_1 {
		display:inline-block;
		width:30%;
		text-align:center;
		vertical-align: top;
		padding:10px;
		background:#ffffff;
	}
	.reg_title_1 p {
		font-size:18px;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.reg_item_1 {
		display:inline-block;
		width:69%;
		text-align:left;
		vertical-align: top;
		padding:10px 10px 10px 20px;
		background:#ffffff;
		font-size:18px;
	}
	
	
	
	
	.reg_item_1 .con_box_4_incell {
		padding-top:10px;
	}
	.reg_item_1 .con_box_2_4 {
		padding-top:10px;
	}
	.reg_item_1 .con_box_2_3 {
		padding-top:10px;
	}
	
	.review .reg_item_1 .con_box_2_4 {
		padding-top:0px;
	}
	.review .reg_item_1 .con_box_2_3 {
		padding-top:0px;
	}
	
	.sajun_qa_box {
		padding:16px 0px 8px 0px;
		border-bottom:1px #cccccc dashed;
	}
	
	.reg_item_1 .sajun_qa_box:first-child {
		padding-top:10px;
	}
	
	.reg_item_1 .sajun_qa_box:last-child {
		border-bottom:0px #cccccc dashed;
	}
	
	.sajun_qa_box_date {
		display:inline-block;
		width:20%;
		vertical-align: top;
		text-align:left;
	}
	
	.sajun_qa_box_prog {
		display:inline-block;
		width:70%;
		vertical-align: top;
		text-align:left;
	}
	
	.sajun_qa_box_prog p{
		margin-bottom:8px;
	}
	
	.reg_title_2 {
		display:inline-block;
		width:40.5%;
		text-align:center;
		vertical-align: top;
		padding:10px;
		background:#f3f3f3;
	}
	.reg_title_2 p {
		font-size:18px;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.reg_item_2 {
		display:inline-block;
		width:58%;
		text-align:left;
		vertical-align: top;
		padding:10px 10px 10px 20px;
		background:#ffffff;
	}
	
	.reg_box_inner .con_box_2_7 {
		margin-top:10px;
	}
	
	.reg_option_box {
		display:inline-block;
		margin-top:0px;
		margin-right:30px;
		vertical-align:top;
	}
	.reg_option_box_etc {
		margin-top:10px;
	}
			
	.p1 {
		padding-top:5px !important;
		padding-bottom:5px !important;
		line-height:18px;
	}
			
	.p2 {
		padding-top:26px !important;
		padding-bottom:26px !important;
		border:0px #ff0000 solid;
	}
	.p3 {
		padding-top:52px !important;
		padding-bottom:52px !important;

	}
	
	.reg_title_1 .set_left {
		padding-left:20px;
		font-size:20px;
		font-weight:bold;
	}
	
	.review .reg_item_1 {
		padding-top:20px;
	}
		
	.findid_res {	
		display: inline-block;
		background:none;
		width:300px;	
		text-align:left;
		color:#0000ff;
		font-size:16px;
		line-height:24px;
		margin-left:20px;
		padding-top:2px;
		padding-bottom:2px;
		border-radius:4px;
	}
	.findid_res span {
		color:#ff0000;
		font-weight: bold;
	}
	
	.yng_anne {
		padding-top:0 !important;
	}
	
	.reg_box_inner.border_bottom_x {
		padding-bottom:0 !important;
	}
	
/**/


.dot_txt{
    background:url(../images_icon/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:18px;
    margin-bottom:15px;
    line-height:22px;
}

.dot_txt_s{
    background:url(../images_icon/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    line-height:22px;
}

.dot_txt_i0{
    background:url(../images_icon/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    margin-bottom:6px;
    line-height:24px;
}

.dot_txt_i{
    background:url(../images_icon/biz_out2.png) left 9px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:18px;
    margin-bottom:6px;
    line-height:28px;
}


.dot_txt_t{
    background:url(../images_icon/biz_out2.png) left 9px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:15px;
    margin-bottom:6px;
    line-height:18px;
}




.bbs_list_header {
    background-color: #f3f3f3;
    color: #000000;
    font-weight: 500;
    padding: 1em 0;
    font-size: 18px;
    border-bottom:1px #999999 solid;
}

.bbs_cell_center {
    padding: 1.3em 0em;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border-bottom:1px #cccccc solid;
}

.bbs_cell_left {
    padding: 1.3em 2em;
    text-align: left;
    font-size: 16px;
    border-bottom:1px #cccccc solid;
}

.bbs_cell_left_2 {
    padding: 0.5em 2em;
    text-align: left;
    font-size: 16px;
    border-bottom:1px #cccccc dashed;
    background:#f9f9f9;
}

.bbs_list_title {font-size:18px; line-height:24px}

.bbs_img {vertical-align:middle; display:inline-block; margin:-3px 5px 0 0}
.bbs_download_a {font-size:14px; font-weight:normal;letter-spacing:0px;line-height:24px}


.paging {display:inline-block;font-size:14px; line-height:14px; width:30px; height:30px; border:1px #cccccc solid; text-align:center; padding-top:6px}
.paging_first {border-radius:4px 4px 0 0}
.paging_last {border-radius:0 4px 4px 0}

.paging_now {display:inline-block;font-size:14px; line-height:14px; width:30px; height:30px;  border:1px #666666 solid; text-align:center; padding-top:6px;
    background:#666666; color:#ffffff;
}

.sub_title {
	color:#000000; 
	font-size:22px; 
	font-weight:normal; 
	margin-left:0px;
	text-align:left;
	padding-bottom:8px;
	border-bottom: 1px #cccccc solid;
	}
/* 
.sub_title:before {
    content: "";
    display: inline-block;
    width: .666em;
    height: .666em;
    background-color: #001b71;
    margin-right: .4em;
} */

.header__links_m {display:none}
.img_size {max-width:100%; height: auto;}

.display_x {display:none !important}


/****/


.r_item_title_box {
    color: #000000;
    font-size: 18px;
    line-height:26px;
    background-color: #f3f3f3;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    /* width:20%; */
    text-align:center;
    vertical-align:middle;
    height:70px;
}



.r_item_title_box_2 {
    color: #000000;
    font-size: 18px;
    line-height:26px;
    background-color: #f3f3f3;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    text-align:center;
    vertical-align:middle;
    height:70px;
}

.r_item_header {
    color: #ffffff;
    font-size: 18px;
    line-height:26px;
    background-color: #968c7d;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    text-align:center;
    vertical-align:middle;
    padding:12px 0 12px 0;
}

.r_item_input_box {
    font-size: 18px;
    border-top: 0px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    /* width:80%; */
    padding-left:30px;
    vertical-align:middle;
    vertical-align:middle;
    min-height:70px;
	word-break: keep-all;
}
.r_item_input_box .con_box_2_5 {
	vertical-align:top;
}

.r_item_input_box_2 {
    font-size: 18px;
    border-top: 0px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    padding-left:0px;
    vertical-align:middle;
    text-align:center;
    min-height:70px;
}

.r_item_input_box_more_height {padding-top:14px; padding-bottom:14px; height:auto}

.r_item_table_top {border-top:2px #333333 solid}

.td_bottom_add {border-bottom:2px #cccccc solid}

.td_bg_sky {
	background:#effaff;
}
	
/****/


/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}




/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 20px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/***/
.scroll_wrap {overflow: hidden;}
.scroll_on {opacity: 0;transition: all 0.6s;}
.scroll_on.active {opacity: 1 !important;transform: translate(0, 0) !important;}
.scroll_on.type_top {transform: translate(0, -50px);}
.scroll_on.type_bottom {transform: translate(0, 50px);}
.scroll_on.type_left {transform: translate(-50px, 0);}
.scroll_on.type_right {transform: translate(50px, 0);}

/***/

.shake_icon {
    display: inline-block;
    /* animation: shake 3s infinite; */
	/* animation: nodding 1s ease-in-out infinite;
    animation-delay: 5s; */
	animation: nodding 6s ease-in-out infinite;


  }

  /* @keyframes shake {
    0%, 50% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-2px);
    }
    75% {
      transform: translateX(2px);
    }
  } */
  /* @keyframes nodding {
    0%, 100% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(15deg);
    }
  } */
@keyframes nodding {
    0%, 5% {
      /* transform: rotate(15deg); */
	  transform: translateY(-2px);
    }
    10%, 100% {
      /* transform: rotate(0deg); */
	  transform: translateY(2px);
    }
  }



.shake_icon_2 {
    display: inline-block;
    /* animation: shake 3s infinite; */
	/* animation: nodding 1s ease-in-out infinite;
    animation-delay: 5s; */
	animation: nodding2 6s ease-in-out infinite;


  }
@keyframes nodding2 {
    5%, 10% {
      /* transform: rotate(15deg); */
	  transform: translateY(-2px);
    }
    20%, 100% {
      /* transform: rotate(0deg); */
	  transform: translateY(2px);
    }
  }

.shake_icon_3 {
    display: inline-block;
    /* animation: shake 3s infinite; */
	/* animation: nodding 1s ease-in-out infinite;
    animation-delay: 5s; */
	animation: nodding3 6s ease-in-out infinite;


  }
@keyframes nodding3 {
    10%, 20% {
      /* transform: rotate(15deg); */
	  transform: translateY(-2px);
    }
    30%, 100% {
      /* transform: rotate(0deg); */
	  transform: translateY(2px);
    }
  }
  
  
.jello-vertical {
	-webkit-animation: jello-vertical 0.9s both;
	        animation: jello-vertical 0.9s both;
} 
.jello-vertical_2 {
	-webkit-animation: jello-vertical 0.6s both;
	        animation: jello-vertical 0.6s both;
}
.jello-vertical_3 {
	-webkit-animation: jello-vertical 0.9s both;
	        animation: jello-vertical 0.4s both;
}
.jello-vertical_4 {
	-webkit-animation: jello-vertical 0.3s both;
	        animation: jello-vertical 0.9s both;
}

@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}