@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:500px;
		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%;
	}
	/****/
	
	
	.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;
		border:0px #cccccc solid;
		margin:0 auto 0 auto;
	}
	
	.main_title {
		width:800px;
		text-align: center;
	}
	
	.main_title img {
		width:500px;
	}
	
	.main_bttn_box {
		margin-top:60px;
		width:800px;
		text-align: center;
	}
	
	.main_bttn {
		display: inline-block;
		width:300px;
		border:6px #000000 solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:40px;
		color:#000000;
	}
	
	/****/
	
		
	/********/
	.sub_header_bg{background:#e9e0d6;}
	
.display-w {
    display: block;
}
.display-inline-w {
    display: inline-block;
}
.display-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-weight:bold;
	color:#333333;	
}	

.pagetitle span {
	font-family: 'TmonMonsori'; 
	color:#00BBFF;
}
.pagetitle.prs span {	/* ? ๋ฃ์กฐ?ฉ๊ฒฐ๊ณผ */
	font-family: 'TmonMonsori'; 
	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; */
	}
	
	.c1_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px;
		position:relative;
	}
	.c1_inner_2 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px;
		margin-top:30px;
		position:relative;
	}
	
	.c1_inner_title {		
		font-size:24px;	
		font-family: 'TmonMonsori'; 
		font-weight:bold;
		color:#23AA65;	
		text-align:center;
	}
	.c1_inner_1 .c1_inner_title span {
		font-size:28px;	
		font-family: 'TmonMonsori'; 
		color:#00BBFF;
	}
	.c1_inner_2 .c1_inner_title span {
		font-size:28px;	
		font-family: 'TmonMonsori'; 
		color:#FF6600;
	}
	
	.c1_inner_desc {
		margin-top:30px;
		font-size: 20px;
		
	}
	.c1_inner_list_item {
		display:flex;
		justify-content: space-between;
		padding:10px 4px 10px 4px;
		border-bottom: 1px #cccccc dashed;
	}
	.c1_inner_desc .c1_inner_list_item:last-child {
		border-bottom: 0px #f9f9f9 dashed;
	}
	
	.c1_inner_list_thm {
		width:70px;
		height:70px;
		border:1px #cccccc solid;
		border-radius:4px;
		cursor:pointer;
		
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.c1_inner_list_txt {
		width:490px;
		display:flex;
		align-items: center;
		border:0px #ff0000 solid;
	}
	.c1_inner_list_btn {
		width:50px;
		height:70px;
		display:flex;
		align-items: center;
		flex-wrap: wrap;
		cursor:pointer;
		border:0px #ff0000 solid;
	}
	.c1_inner_list_btn img {
		height:20px;
	}
	.c1_inner_list_btn div {
		width:100%;
		text-align: center;
		font-size:12px;
		color: #999999;
		margin-top:4px;
		letter-spacing:0;
	}
	
	.c1_img_1 img {
		width:100%;
	}
	.c1_img_2 img {
		width:100%;
	}
	/* .c1_img_3 img {
		width:100%;
	} */
	
	.c1_img_1 {
		position: absolute;
		top:110px;
		right:40px;
		width:180px;
	}
	
	
	.c1_img_2 {
		position: absolute;
		top:170px;
		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:30px;
		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:30px;
	}
	
	.c1d_index_item {
		font-size:18px;
		line-height:28px;
	}
	
	.c1d_inner_desc_case {
		display:flex;
		justify-content: space-between;
		
	}
	.c1d_inner_desc_img {
		width:50%;
	}
	.c1d_inner_desc_img img {
		width:85%;
	}
	.c1d_inner_desc_case .c1d_inner_desc {
		width:50%;
	}
	
	.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:85%;
	}
	
	.c1d_bttn_1 {
		display: inline-block;
		width:150px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:12px 0 10px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:20px;
		color:#00BBFF;
	}
	.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 {
		/* display: flex;
		justify-content: space-between; */
	}
	
	.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:24px;	
		font-family: 'TmonMonsori'; 
		font-weight:bold;
		color:#000000;	
		text-align:center;
		margin-bottom:10px;
	}
	
	
	.c2b_inner_1 .c2b_inner_title span {
		font-size:28px;	
		font-family: 'TmonMonsori'; 
		color:#00BBFF;
	}
	
	.c2b_inner_ans .c2b_inner_title span {
		font-size:28px;	
		font-family: 'TmonMonsori'; 
		color:#00BBFF;
	}
	
	.c2b_selbox {
		display: flex;
		justify-content: space-between;
	}
	.c2b_selbox_inner {
		width:24%;
		border:0px #cccccc solid;
	}
	
	.c2b_selbox_item {
		width:90%;
		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;
	}
	
	.c2b_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#018F01;
		word-break: keep-all;
	}
	
	.c2b_rs_desc {
		margin-top:40px;
		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:300px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:26px;
		color:#00BBFF;
	}
	.c2b_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:26px;
		color:#00BBFF;
	}
	
	
	.c2b_anne_2 p span {
		color:#FF6600;
	}
	.c2b_anne_2 a {
		color:#FF6600;
	}
	
	
	/****/
	
	
	.c2p_sec_1 {
		/* display: flex;
		justify-content: space-between; */
	}
	
	.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:15%;
		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_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:30px;
		margin-top:10px;
		position:relative;
	}
	
	.c2p_pp {
		background:#f6f6f6;
		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: 'TmonMonsori'; 
		font-weight:bold;
		color:#000000;	
		text-align:center;
		margin-bottom:10px;
	}
	
	.c2p_inner_1 .c2p_inner_title span {
		font-size:28px;	
		font-family: 'TmonMonsori'; 
		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;
	}
	
	.c2p_input_form .input_box {
		border: none;
		border-bottom:1px #cccccc solid;
		font-size:20px;
	}
	
	
	.c2p_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	.c2p_bttn_1 {
		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:30px;
		color:#FF6600;
	}
	.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_2 {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-top:20px;
	}
	
	.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:6px #f3f3f3 solid;
		border-radius:6px;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		color:#999999;
		cursor:pointer;
	}
	.c2p_on {
		border:6px #FF6600 solid;
		color:#FF6600;
	}
	
	
	.c2p_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#018F01;
		word-break: keep-all;
	}
	
	.c2p_rs_unsuit_box {
		margin-top:40px;
	}
	
	.c2p_rs_unsuit_inner {
		margin-top:60px;
		padding:40px 30px 20px 30px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		border:1px #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:#23AA65;
		font-size:18px;
		font-family: 'TmonMonsori';
		position:absolute;
		top:-20px;
		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: 'TmonMonsori';
		color:#FF6600 !important;
	}
	.col_b {
		font-family: 'TmonMonsori';
		color:#FA3D3D !important;
	}
	.col_z {
		font-family: 'TmonMonsori';
		color:#3D63FA !important;
	}
	.col_d {
		font-family: 'TmonMonsori';
		color:#C45219 !important;
	}
	
	
/**/

.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:40px;
	}
	
.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:#cccccc; 
	color:#ffffff; 
	font-size:16px; 
	line-height:46px; 
	text-align:center;
	width:300px;
	border-radius:100px;
	margin:10px auto 0 auto;
	} 
	
	.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;
}

/**/

	.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:30px;
		margin-top:0px;
		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:240px;
		border:3px #FF6600 solid;
		border-radius:100px;
		padding:15px 0 12px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:22px;
		color:#FF6600;
	}
	
	.myky_rs_box {
		margin-top:0px;
	}

	.myky_rs_inner {
		margin-top:20px;
		margin-bottom:50px;
		padding:40px 30px 20px 30px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap;
		border:1px #cccccc dashed;
		border-radius:10px;		
		position:relative;
	}

	.myky_rs_icon {
		width:180px;
		border:1px #999999 solid;
		border-radius:22px;		
		background:#ffffff;
		padding:10px 10px 10px 10px;
		text-align: center;
		/* color:#999999;
		font-size:18px;
		font-family: 'TmonMonsori'; */
		position:absolute;
		top:-27px;
		left:-1px;
		display:flex;
		justify-content: space-between;
	}	
	.myky_rs_icon_inner {
		width:40px;
		text-align:cener;
	}
	
	.myky_rs_icon img {
		height:30px;
	}
	
	.myky_rs_title {
		color:#999999;
		font-size:18px;
		font-family: 'TmonMonsori';
		width:100%;
	}
	
	.myky_rs_key {	
		width:100%;
		text-align: left;
		font-size:20px;
		color:#23AA65;
		word-break: keep-all;
		margin-top:10px;
		margin-bottom:20px;
	}
	
	.myky_rs_img {
		width:20%;
		text-align: center;
	}
	.myky_rs_empty {
		border:3px #f6f6f6 dashed;
		width:30px;
		height:30px;
		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:16px;
		color:#23AA65;
		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%;
	}
	
	.myky_rs_desc_img img{
		width:40px;
	}
	.myky_rs_desc_desc {
		width:90%;
		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: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 {
		text-align:left;
		margin-top:0px;
		margin-bottom:10px;
		padding-left:10px;
		border:0px #ff0000 dashed;
		display: flex;
		justify-content: space-between;
	}
	.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;
	}
/****/
	.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}

	/**/
}




@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; */
		margin:0 0px 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: 90%;
		justify-content: space-between;
		margin:20px auto 0 auto;
	}
	.m_menu_box {
		width:45%;		
		text-align:center;
		margin-bottom:30px;
		border:0px #ff0000 solid;
	}
	.m_menu_img {
		width:auto;
		height:50px !important;
	}
	.m_menu_title {
		font-size:18px;
		font-weight:bold;
		color: #333333;
		text-align:center;
		margin-top:10px;
	}
	
	/* 
    #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;
	}
	
	/****/
	
	/****/
	
	
	/****/
	
	.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_bttn_box {
		margin-top:60px;
		width:100%;
		text-align: center;
	}
	
	.main_bttn {
		display: inline-block;
		width:200px;
		border:6px #000000 solid;
		border-radius:100px;
		padding:20px 0 18px 0;
		text-align:center;		
		/* font-family: 'TmonMonsori';  */
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-size:36px;
		color:#000000;
		font-weight:bold;
	}
	
	
	/********/
	.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 10px 0px;
	border-bottom:0px #d0d0d0 solid;
	display:;
	}
	

	.pagetitle_box p {
		display:inline-block;
		margin-left:5px;
	}	
	
	
.pagetitle {
	/* font-size:26px;	 
	font-family: 'TmonMonsori'; */
	font-family: 'pretendard';
	font-size:30px;
	/* font-family: 'Cafe24Supermagic-Bold-v1.0'; */
	font-weight:bold;	
	color:#333333;	
	
}	
.pagetitle span {
	font-family: 'Cafe24Supermagic-Bold-v1.0';
	font-weight:bold;	
	color:#00BBFF;
}

.pagetitle.prs span {	/* ? ๋ฃ์กฐ?ฉ๊ฒฐ๊ณผ */
	font-family: 'Cafe24Supermagic-Bold-v1.0';
	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;
}

/**/

	.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:0px;
		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:200px;
		border:3px #FF6600 solid;
		border-radius:100px;
		padding:15px 0 12px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:20px;
		color:#FF6600;
	}
	
	.myky_rs_box {
		margin-top:0px;
	}

	.myky_rs_inner {
		margin-top:20px;
		margin-bottom:50px;
		padding:40px 10px 20px 10px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap;
		border:1px #cccccc dashed;
		border-radius:10px;		
		position:relative;
	}

	.myky_rs_icon {
		width:180px;
		border:1px #999999 solid;
		border-radius:22px;		
		background:#ffffff;
		padding:10px 10px 10px 10px;
		text-align: center;
		/* color:#999999;
		font-size:18px;
		font-family: 'TmonMonsori'; */
		position:absolute;
		top:-27px;
		left:-1px;
		display:flex;
		justify-content: space-between;
	}	
	.myky_rs_icon_inner {
		width:40px;
		text-align:cener;
	}
	
	.myky_rs_icon img {
		height:30px;
	}
	
	.myky_rs_title {
		color:#999999;
		font-size:20px;
		font-family: 'TmonMonsori';
		width:100%;
	}
	
	.myky_rs_key {	
		width:100%;
		text-align: left;
		font-size:20px;
		color:#23AA65;
		word-break: keep-all;
		margin-top:10px;
		margin-bottom:0px;
	}
	
	.myky_rs_img {
		width:20%;
		text-align: center;
	}
	.myky_rs_empty {
		border:3px #f6f6f6 dashed;
		width:30px;
		height:30px;
		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:16px;
		color:#23AA65;
		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;
	}
	
/****/
/**/

.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_inner_1 {
		width:100%;
		background-color:#ffffff;
		border-radius:20px;
		padding:30px 20px 30px 20px;
		position:relative;
	}
	.c1_inner_2 {
		width:100%;
		background:#ffffff;
		border-radius:20px;
		padding:30px 20px 30px 20px;
		margin-top:30px;
		position:relative;
	}
	
	.c1_inner_title {		
		/* font-size:24px;	 */
		/* font-family: 'TmonMonsori';  */
		font-family: 'pretendard';
		font-size:28px;
		line-height:32px;
		/* 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: 'pretendard';
		font-size:28px;
		/* 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';*/
		font-family: 'pretendard';
		font-size:30px;
		color:#FF6600;
	}
	
	.c1_inner_desc {
		margin-top:20px;
		font-size: 18px;
		text-align: center;
	}
	
	
	.c1_inner_list_item {
		display:flex;
		justify-content: space-between;
		padding:10px 4px 10px 4px;
		border-bottom: 1px #cccccc dashed;
	}
	.c1_inner_desc .c1_inner_list_item:last-child {
		border-bottom: 0px #f9f9f9 dashed;
	}
	
	.c1_inner_list_thm {
		width:50px;
		height:50px;
		border:1px #cccccc solid;
		border-radius:4px;
		cursor:pointer;
		
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.c1_inner_list_txt {
		width:66%;
		display:flex;
		align-items: center;
		border:0px #ff0000 solid;
	}
	.c1_inner_list_btn {
		width:40px;
		height:50px;
		display:flex;
		align-items: center;
		flex-wrap: wrap;
		cursor:pointer;
		border:0px #ff0000 solid;
	}
	.c1_inner_list_btn img {
		height:14px;
	}
	.c1_inner_list_btn div {
		width:100%;
		text-align: center;
		font-size:12px;
		color: #999999;
		margin-top:4px;
		letter-spacing:0;
	}
	
	.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:40px;
		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:30px;
		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:30px;
	}
	
	.c1d_index_item {
		font-size:18px;
		line-height:28px;
	}
	.c1d_inner_desc_case {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.c1d_inner_desc_img {
		width:100%;
	}
	.c1d_inner_desc_img img {
		width:100%;
	}
	.c1d_inner_desc_case .c1d_inner_desc {
		width:100%;
		margin-top:30px;
	}
	
	.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_1 {
		display: inline-block;
		width:150px;
		border:3px #00BBFF solid;
		border-radius:100px;
		padding:12px 0 10px 0;
		text-align:center;
		font-family: 'TmonMonsori';
		font-size:18px;
		color:#00BBFF;
	}
	.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:0px;
		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_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;
	}
	
	.c2b_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:16px;
		font-weight:bold;
		color:#999999;
		cursor:pointer;
	}
	.c2b_on {
		border:4px #00BBFF solid;
		color:#00BBFF;
	}
	
	.c2b_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	
	.c2b_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#018F01;
		word-break: keep-all;
	}
	
	.c2b_rs_desc {
		margin-top:40px;
		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;
	}
	
	
	.c2b_anne_2 p span {
		color:#FF6600;
		font-weight:bold;
	}
	.c2b_anne_2 a {
		color:#FF6600;
		font-weight:bold;
	}
	
/**/	
	
	/****/
	
	
	.c2p_sec_1 {
		/* display: flex;
		justify-content: space-between; */
	}
	
	.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:10px 10px 30px 10px;
		margin-top:30px;
		position:relative;
	}
	
	.c2p_pp {
		background:#f6f6f6;
		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:#000000;	
		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;
	}
	.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_bttn_box {
		margin-top:40px;
		text-align: center;
	}
	.c2p_bttn_1 {
		display: inline-block;
		width:300px;
		max-width:95%;
		border:3px #FF6600 solid;
		border-radius:100px;
		padding:14px 0 12px 0;
		text-align:center;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
	f	ont-weight:bold;
		font-size:30px;
		color:#FF6600;
	}
	.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_2 {
		width:100%;
		text-align:center;
		font-size:16px;
		margin-top:20px;
	}
	
	.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:16px;
		font-weight:bold;
		color:#999999;
		cursor:pointer;
	}
	.c2p_on {
		border:4px #FF6600 solid;
		color:#FF6600;
	}
	
	
	.c2p_rs_key {
		text-align: center;
		font-size:24px;
		font-weight: bold;
		color:#018F01;
		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:#23AA65;
		font-size:22px;
		font-family: 'Cafe24Supermagic-Bold-v1.0';
		font-weight:bold;
		position:absolute;
		top:-20px;
		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;
	}
	
	
	
	
	
	
	
	
	/**/
	
.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:40px;
	}
	
.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:#cccccc; 
	color:#ffffff; 
	font-size:16px; 
	line-height:46px; 
	text-align:center;
	width:300px;
	border-radius:100px;
	margin:10px auto 0 auto;
	} 
	
	.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;
	}
	
/****/
	
	
}


/********************** set **********************************************************/



.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}


.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}


/****/


.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);
    }
  }