/* matching 상단 Header 메뉴  */
@charset="utf-8";

#header {
	box-sizing: border-box;
	width: 100%;
}
#header header {
	width: 100%;
	background-color: #5256f5;
	/* background: url(/assets/images/ico/headerLine.jpg) no-repeat;
    background-position: bottom;
    background-size: 100% 2px; */
}
.fixed_header {
	position: fixed !important;
	top: 0px !important;
	width: 100% !important;
	background-color: #0d47a1 !important;
	z-index: 9999 !important;
}
.fake_block {
	width: 100%;
	height: 56px;
}
#header header .header_list {
	width: 100%;
	height: 100%;
}
#header header .header_list > ul {
	display: table;
	box-sizing: border-box;
	padding: 0 16px;
	width: 100%;
	height: 56px;
}
#header header .header_list > ul > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
#header header .header_list > ul > li > h1 {
	font-size: 17px;
	color: #ffffff;
}
#header header .header_list > ul .m_leftMenu {
	width: 25%;
	text-align: left;
	vertical-align: middle;
}
#header header .header_list > ul .m_rightMenu {
	width: 25%;
	vertical-align: middle;
}
#header header .header_list > ul .m_leftMenu img {
	display: block;
	width: 24px;
}
#header header .header_list > ul .m_leftMenu > div > a {display: block;}
#header header .header_list > ul .m_logo img {
	display: block;
	width: 148px;
	margin: 0 auto;
}
#header header .header_list .m_rightMenu > ul {
	display: table;
	width: 100%;
}
#header header .header_list .m_rightMenu > ul .f {
	display: table-cell;
	width: 30%;
}
#header header .header_list .m_rightMenu > ul .l {
	display: table-cell;
	width: 70%;
}
#header header .header_list .m_rightMenu > ul .l .r_contents {
	display: table;
	width: 100%;
}
#header header .header_list .m_rightMenu > ul .l .r_contents img {
	display: block;
	width: 24px;
	vertical-align: middle;
}
#header header .header_list .m_rightMenu > ul .l .r_contents > div {
	display: table-cell;
	width: 50%;
}


/*   dimd_layer 영역 */
.dimd_layer01 {
	display: none;
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	background-color: #848484;
	opacity: 0.5;
}
.dimd_layer02 {
	display: none;
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	background-color: #848484;
	opacity: 0.5;
}

/* dimd_search layer 영역 */
/* .dimd_search {
	display: none;
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	background-color: #848484;
	opacity: 0.5;
} */

/*  main search downd영역*/
.search_wrap {
	box-sizing: border-box;
	position: fixed;
	top: -200px;
	width: 100%;
	z-index: 3000;
	background-color: #ffffff;
}
.search_wrap .sch_input {
	position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 21px 30px 21px;
}
.search_wrap .sch_input > .step01 {
	overflow: hidden;
	position: relative;
	display: table;
	width: 100%;
}
.search_wrap .sch_input input {
	display: table-cell;
	box-sizing: border-box;
    padding: 6px 0;
    border: 1px solid #6d6d6d;
    border-radius: 15px;
    padding-left: 21px;
    color: #b2b2b2;
	vertical-align: middle;
}
.search_wrap .sch_input > .step01 > input {
	border-right: none;
	border-radius: 15px 0 0 15px;
}
.search_wrap .sch_input > .step01 p {
	display: table-cell;
	width: 14%;
	border-radius: 0 15px 15px 0px;
	vertical-align: middle;
	background-color: #303f9f;
}
.search_wrap .sch_input > .step01 p img {
	display: block;
	width: 20px;
	margin: 0 auto;
	text-align: center;
}
.search_wrap .sch_input > .step02 {
	display: none;
	margin-top: 20px;
}
.search_wrap .sch_input > .step02 ul {
	overflow: hidden;
	width: 100%;
	display: table;
}
.search_wrap .sch_input > .step02 ul li{
	overflow: hidden;
	width: 100%;
	display: table-cell;
	width: 70%;
	padding-right: 10px;
}
.search_wrap .sch_input > .step02 ul li:last-child {
	width: 30%;
	border: 1px solid #6d6d6d;
    border-radius: 15px;
    background-color: #303f9f;
}
.search_wrap .sch_input > .step02_01 {
	position: absolute;
	top: -200px;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.search_wrap .sch_input > .step02_01  .copy_back_color {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 99%;
	height: 14px;
	border-radius: 16px;
	background-color: #ebebeb;
}
.search_wrap .sch_input > .step02_tell {
	display: none;
	margin-top: 18px;
}
.search_wrap .sch_input > .step03 {
	display: none;
	margin-top: 20px;
}
.search_wrap .sch_input > .step03 ul {
	overflow: hidden;
	width: 100%;
	display: table;
}
.search_wrap .sch_input > .step03 ul li:first-child{
	position: relative;
	width: 30%;
	border: 1px solid #6d6d6d;
    border-radius: 15px;
    background-color: #303f9f;
    padding-left: 0px;
}
.search_wrap .sch_input > .step03 ul li {
	display: table-cell;
	width: 70%;
	padding-left: 10px;
}
.search_wrap .sch_input > .step04 {
	display: none;
	margin-top: 20px;
	border: 1px solid #9E9E9E;
}
.search_wrap .sch_input > .step04 .list_chanel_tex {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #9E9E9E;
}
.search_wrap .sch_input > .step04 .list_chanel {
	overflow: hidden;
}
.search_wrap .sch_input > .step04 .list_chanel li {
	float: left;
	width: 50%;
	padding: 10px 0;
	text-align: center;
}

.search_wrap .sch_input .end_sch {
	display: none;
	margin-top: 30px;
}
.search_wrap .sch_input .end_sch p {
	width: 180px;
    border-radius: 18px;
    margin: 0 auto;
    background-color: #303f9f;
}
.search_wrap .sch_input .end_sch p span {
	display: block;
    padding: 8px 0px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.search_wrap .sch_input .end_sch p button {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 0 8px 0;
	background-color: #303f9f;
	border-radius: 16px;
	border: none;
}
.search_wrap .sch_input .stay_posit {
	text-align: center;
	color: #ffffff;
}
.search_wrap .sch_input .stay_posit .posit {
	display: inline-block;
    width: 70px;
    padding-left: 23px;
    background: url(/assets/images/ico/stay_positOff_btn.jpg) no-repeat;
    background-size: 14px;
    background-position: 86% 4px;
    text-align: left;
}
.search_wrap .sch_input .stay_posit .posit.on {
    background: url(/assets/images/ico/stay_positOn_btn.jpg) no-repeat;
    background-size: 14px;
    background-position: 86% 4px;
}
.search_wrap .sch_bottom {
	position: relative;
	width: 100%;
	height: 32px;
	border-top: 2px solid #6666ff;
	background-color: #303f9f;
}
.search_wrap .sch_bottom > div {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 240px;
	margin-left: -120px;
	margin-top: -15px;
}
.search_wrap .sch_bottom > .down .box {
	width: 72px;
	margin: 0 auto;
	padding: 4px 0;
}
.search_wrap .sch_bottom > .up .box {
	width: 96px;
	margin: 0 auto;
	padding: 4px 0;
}
.search_wrap .sch_bottom > div .box > p {
	float: left;
	padding-right: 8px;
	font-size: 12px;
	color: #ffffff;
}
.search_wrap .sch_bottom > div .box img {
	display: block;
	width: 21px;
}
.stay_posit .chanel_select {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 4px 0;
	opacity: 0;
}

/* Header NAV 메뉴 */
#header nav {
	width: 100%;
	background-color: #4b4edf;
	border-top: 1px solid #4648c3;
}
#header nav > ul  {
	display: table;
	width: 100%;
	height: 50px;
}
#header nav > ul > li {
	display: table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
#header nav > ul > li > div {font-size: 14px;}
#header nav > ul  .on > a {
	box-sizing: border-box;
	display: block;
	height: 50px;
	font-size: 14px;
    padding-top: 13px;
	color: #ffffff;
	border-style: solid;
    border-image: linear-gradient(to right, #54d169 100%, #aff57a 100%);
 	border-image-slice: 1;
    border-image-width: 0 0 3px 0;
}
#header nav > ul  li > a {
	display: block;
	width: 100%;
    height: 100%;
    margin: 0 auto;
	font-size: 14px;
    padding-top: 16px;
	color: #cdccf3;
}

#contents {
	box-sizing: border-box;
	width: 100%;
}


/* 상단 left menu */
/* #header left메뉴 new 버전 */
#header .l_header {
	position: fixed;
    overflow-y: auto;
    top: 0;
    left: -380px;
    z-index: 99000;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
}
#header .l_header .user_type {
	position: relative;
	height: 100px;
	border-bottom: 4px solid #90caf9;
}
#header .l_header .user_type.type .img{padding: 0px;}
#header .l_header .user_type.type .img > img {
	display: block;
	width: 100%;
	height: 104px;
}
#header .l_header .user_type.type .user_id {
	position: absolute;
	top: 46px;
	left: 20px;
	font-size: 16px;
	color: #6d6d6d;
	font-weight: bold;
}
#header .l_header .user_type.type .user_job {
	position: absolute;
	top: 70px;
	left: 20px;
	color: #6d6d6d;
}
#header .l_header .user_type .close_btn {
	position: absolute;
	top: 6px;
	right: 6px;
}
#header .l_header .user_type .close_btn img {
	display: block;
	width: 26px;
}
#header .l_header .user_type .img {
	padding-top: 50px;
    padding-left: 20px;
}
#header .l_header .user_type .img img {
	display: block;
	width: 116px;
}
#header .l_header .list_type {
	display: block;
	width: 100%;
}
#header .l_header .list_type ul li {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 14px 0;
}
#header .l_header .list_type ul li.active {background-color: #ececec;}
#header .l_header .list_type ul li.active p:first-child {
	padding-left: 58px;
	font-size: 14px;
	color: #90caf9;
}
#header .l_header .list_type ul li.active p:last-child {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 26px;
	height: 26px;
	background: url(/assets/images/ico/leftMenu_login_ic.png) no-repeat;
	background-size: 26px;
}
#header .l_header .list_type ul li p:first-child {
	padding-left: 58px;
	font-size: 14px;
	color: #6D6D6D;
}
#header .l_header .list_type ul li p:last-child {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 26px;
	height: 26px;
}
#header .l_header .list_type ul li p:last-child img {
	display: block;
	width: 26px;
	height: 26px;
}
#header .l_header .list_type.addType {
	border-top: 4px solid #ececec;
}
#header .l_header .list_type.addType h3 {
	padding: 14px 0 0 18px;
	font-size: 14px;
	color: #6D6D6D;
}
#header .l_header .list_type .set_btn {
	display: table;
	width: 100%;
}
#header .l_header .list_type .set_btn div:first-child {
	display: table-cell;
	width: 49%;
	padding-right: 0.5%;
	text-align: center;
}
#header .l_header .list_type .set_btn div:last-child {
	display: table-cell;
	width: 49%;
	padding-left: 0.5%;
	text-align: center;
}
#header .l_header .list_type .set_btn div p {
	padding: 12px 0;
	color: #ffffff;
}
#header .l_header .list_type .set_btn div .kakao {
	background: #90caf9 url(/assets/images/ico/leftMenu_kakao_ic.png) no-repeat;
	background-size: 26px;
	background-position: 14px 9px;
	padding-left: 26px;
}
#header .l_header .list_type .set_btn div .custom_call {
	background: #90caf9 url(/assets/images/ico/leftMenu_service_ic.png) no-repeat;
	background-size: 26px;
	background-position: 14px 9px;
	padding-left: 26px;
}
#header .l_header .direct_mat_btn {
	box-sizing: border-box;
	padding: 16px 20px 40px 20px;
}




#header .l_header .user_service {
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 3px solid #ececec;
}
#header .l_header .user_service > li {
	position: relative;
	padding: 14px 0 14px 58px;
	font-size: 14px;
	background-color: #ffffff;
}
#header .l_header .user_service > li a {
	display: block;
	color: #303f9f;
	font-weight: bold;
}
#header .l_header .user_service > li:first-child {
	position: relative;
	background-color: #ececec;
}
#header .l_header .user_service > li:first-child > a {
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
#header .l_header .user_service .ico_user_service {
	position: absolute;
	top: 12px;
	left: 26px;
	width: 23px;
}
#header .l_header .user_service .ico_user_service img {
	display: block;
	width: 100%;
}
#header .l_header .user_service_ty {
	box-sizing: border-box;
	padding: 10px 0px 10px 24px;
}
#header .l_header .user_service_ty .ui_sy {
	box-sizing: border-box;
	padding: 10px 10px 10px 30px;
}
#header .l_header .user_service_ty .ui_sy li {
	position: relative;
	width: 100%;
	padding: 8px 0 8px 6px;
}
#header .l_header .user_service_ty .ui_sy .ico_user_service {
	position: absolute;
	top: 8px;
	left: -32px;
}
#header .l_header .user_service_ty .ui_sy .ico_user_service img {
	display: block;
	width: 24px;
}



/*  main slide */
.swiper-pagination_tab01 {
	/* position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10; */
	text-align: center;
	z-index: 10;
	padding: 6px 0;
}
.swiper-pagination_tab01 span {margin:0 4px;}
.swiper-pagination_tab02 {
	/* position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10; */
	text-align: center;
	z-index: 10;
	padding: 6px 0;
}
.swiper-pagination_tab02 span {margin:0 4px;}
.main_slideImg {
	display: block;
	width: 100%;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	width: 100%;
	right: 0;
	bottom: 10%;
	left: unset;
}
.swiper-pagination.addtyp {
	width: 20%;
	left: 0px;
	bottom: 5%;
	color: #ffffff;
}
.swiper-pagination.addtyp span {
	font-size: 13px;
	color: #ffffff;
}
.video_play_icon {
	position: absolute;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.swiper-container1 {position: relative;}
.swiper-container2 {
	overflow: hidden;
	position: relative;
}
/* matching list page 매칭채널 리스트 페이지 */
.mat_list_wrap header ul {
	overflow: hidden;
	display: table;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 0 14px;
	background-color: #5256f5;
}
.mat_list_wrap header ul li{
	overflow: hidden;
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}
.mat_list_wrap header ul li h1 {
	font-size: 17px;
	color: #ffffff;
}
.mat_list_wrap header ul .mat_left_Btn {
	text-align: left;
	padding-top: 6px;
	width: 25%;
}
.mat_list_wrap header ul .mat_left_Btn img {
	width: 24px;
}
.mat_list_wrap header ul .mat_sch_btn {
	text-align: right;
	padding-top: 6px;
	width: 25%;
}
.mat_list_wrap header ul .mat_sch_btn img {
	width: 24px;
}

/* 매칭정보 상세화면 상단 레이아웃 */
.user_view_wrap {
	position: relative;
	width: 100%;
}
.user_view_wrap .view_list_ico {
	box-sizing: border-box;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 16px;
}
.user_view_wrap .view_list_ico .back {
	position: absolute;
	width: 24px;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.user_view_wrap .view_list_ico .back > a {
	display: block;
    width: 60px;
    height: 60px;
}
.user_view_wrap .view_list_ico .back > a > img {
	width: 24px;
	padding-top: 16px;
	padding-left: 16px;
}
.user_view_wrap .view_list_ico .sch {
	position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    z-index: 10;
}
.user_view_wrap .view_list_ico .sch_home {
	position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    z-index: 10;
}
.user_view_wrap .view_list_ico .sch > img {
	width: 24px;
	padding-top: 16px;
    padding-left: 16px;
}
.user_view_wrap .view_list_ico .open {
	position: absolute;
	width: 24px;
	bottom: 16px;
	right: 16px;
	z-index: 10;
}
/* .user_view_wrap .swiper-pagination {
   	width: 24px;
    left: 16px;
    bottom: 16px;
    font-size: 17px;
    color: #ffffff;
    word-spacing: -3px;
} */
.mat_view_contents {
	overflow: hidden;
	width: 100%;
}
.mat_view_contents .conts_boxing {
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
}
.mat_view_contents .conts_boxing h1 {
	font-size: 16px;
	padding: 6px 0;
}
.mat_view_contents .conts_boxing .conts_tex {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 3px solid #EEEEEE;
	border-radius: 4px;
}
.mat_view_contents .conts_boxing .conts_tex ul {
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	display: table;
	width: 100%;
}
.mat_view_contents .conts_boxing .conts_tex ul li {
	display: table-cell;
	padding-bottom: 6px;
}
.mat_view_contents .conts_boxing .conts_tex ul li:first-child {
	width: 50%;
	text-align: left;
}
.mat_view_contents .conts_boxing .conts_tex ul li:last-child {
	width: 50%;
	text-align: right;
}
.mat_view_contents .conts_boxing .conts_tex span {padding-left: 8px;}
.mat_view_contents .conts_boxing .conts_tex .tex_wrote {
	box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
	padding-top: 6px;
    line-height: 24px;
	font-weight: bold;
    word-break: break-all;
}

/* .mat_view_contents .utill_boxing {
	box-sizing: border-box;
	padding: 18px 30px;
}
.mat_view_contents .utill_boxing > ul {
	overflow: hidden;
	width: 100%;
}
.mat_view_contents .utill_boxing > ul > li {
	float: left;
	width: 30%;
	margin-left: 1%;
	padding: 2px 0 2px 6px;
	border: 1px solid #303f9f;
	border-radius: 14px;
	text-align: center;
}
.mat_view_contents .utill_boxing > ul > li:first-child {margin-left: 0px;}
.mat_view_contents .utill_boxing > ul .phon {
	background: url(/assets/images/ico/ico_mat_phon.png) no-repeat;
	background-size: 19px;
    background-position: 4px 3px;
}
.mat_view_contents .utill_boxing > ul .share {
	background: url(/assets/images/ico/ico_mat_share.png) no-repeat;
	background-size: 19px;
    background-position: 4px 3px;
}
.mat_view_contents .utill_boxing > ul .like {
	background: url(/assets/images/ico/ico_mat_like.png) no-repeat;
	background-size: 19px;
    background-position: 4px 3px;
} */
.relay_evt #autoWidth li {
	text-align: center;
	color: #FFF;
	float: left;
	width: 100px;
}
.relay_evt #autoWidth li img {
	display: block;
	width: 100%;
}

/*  로그인 header 영역  */
.mat_head_wrap header {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 56px;
	padding: 0 14px;
	background-color: #0d47a1;
}
.mat_head_wrap header img {
	display: block;
	width: 100%;
}
.mat_head_wrap header .mat_left_Btn {
	position: absolute;
	top: 13px;
	left: 18px;
	width: 24px;
}
.mat_head_wrap header .mat_head_tex > h1{
	text-align: center;
	padding-top: 16px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.mat_head_wrap header .mat_right_Btn {
    position: absolute;
    top: 13px;
    right: 18px;
    width: 24px;
}
/* 로그인 컨텐츠 */
.mat_login_content {
	box-sizing: border-box;
	padding: 19px 16px 0 16px;
	background-color: #ebebeb;
}
.mat_login_content .input .i_sty {
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
	border-radius: 4px;
	color: #6d6d6d;
}
.mat_login_content .input .i_sty.bot {
	margin-bottom: 10px;
}
.mat_login_content .btn {margin-top: 10px;}
.mat_login_content .btn .btn_sty_02 {
	width: 100%;
	border-radius: 4px;
	background-color: #303f9f;
}
.mat_login_content .btn .btn_sty_02 span {
	display: block;
	padding: 9px 0 9px 0;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}
.mat_login_content .login_method {
	margin-top: 20px;
}
.mat_login_content .login_method ul {
	display: table;
	overflow: hidden;
	margin: 0 auto;
}
.mat_login_content .login_method ul li {
	display: table-cell;
	font-size: 12px;
	text-align: center;
	color: #6d6d6d;
}
.mat_login_content .login_method ul li:first-child {padding-right: 12px;}
.mat_login_content .login_method ul li:last-child {padding-left: 12px;}
.mat_login_content .util {
	margin-top: 34px;
}
.mat_login_content .util > p {text-align: center;}
.mat_login_content .util > p a {color: #6d6d6d;}
.mat_login_content .another_login {
	overflow: hidden;
	width: 60%;
	padding-top: 18px;
	padding-bottom: 50px;
	margin: 0 auto;
}
.mat_login_content .another_login li {
	float: left;
	width: 19%;
	padding-right: 1%;
	text-align: center;
}
.mat_login_content .another_login li img {
	display: block;
	width: 100%;
}

/* 회원가입 컨텐츠 */
.mat_apply_content {
    box-sizing: border-box;
    padding: 19px 16px 0 16px;
    background-color: #ebebeb;
}
.mat_apply_content .apply_box ul {
	overflow: hidden;
	width: 100;
}
.mat_apply_content .apply_box ul li {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 0 6px 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #ffffff;
}
.mat_apply_content .apply_box ul li a {
	display: inline-block;
	font-size: 14px;
}
.mat_apply_content .apply_box ul li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 9px;
    background: #6d6d6d;
    right: 21px;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mat_apply_content .apply_box ul li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 9px;
    background: #6d6d6d;
    right: 21px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 회원등록 */

.mat_login_content .step02_input {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.mat_login_content .step02_input .input01 {
	display: table-cell;
	width: 78%;
	padding-right: 1%;
}
.mat_login_content .step02_input .input02 {
	display: table-cell;
	width: 18%;
	background-color: #303f9f;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
}
.mat_login_content .step02_input .input02 > span {
	display: block;
	color: #ffffff;
}

.email_agree_check {
	width: 100%;
	margin-bottom: 10px;
}
.email_agree_check input[type="checkbox"] {opacity: 0;}
.email_agree_check > div {
	float: left;
	width: 34px;
	background: url("/assets/images/ico/checkbox_off.jpg") no-repeat;
	background-size: 16px;
	background-position: 4px 3px;
	vertical-align: middle;
}
.email_agree_check > div.on {
	background: url("/assets/images/ico/checkbox_on.jpg") no-repeat;
	background-size: 16px;
	background-position: 4px 3px;
	vertical-align: middle;
}
.email_agree_check > label {
	font-size: 14px;
	vertical-align: middle;
	color: #6d6d6d;
}
.mat_login_content .input .view_tex {
	padding-bottom: 10px;
}
.mat_login_content .input .check_num_box {
	display: table;
	width: 100%;
}
.mat_login_content .input .check_num_box p {
	display: table-cell;
	vertical-align: middle;
}
.mat_login_content .input .check_num_box p:first-child {
	width: 28%;
	padding-right: 2%;
}
.mat_login_content .input .check_num_box p:last-child {
	width: 68%;
	padding-left: 2%;
}
.mat_login_content .input .check_num_box p:first-child img {
	width: 100%;
	vertical-align: middle;
}


/* 약관동의 */
.mat_applyT_content {
	box-sizing: border-box;
    padding: 19px 16px 0 16px;
    background-color: #ebebeb;
}
.mat_applyT_content .apply_all .all{
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-bottom: 14px;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px 0;

}
.mat_applyT_content .apply_all .all dt {
	display: table-cell;
	width: 20%;
	background: url("/assets/images/ico/checkbox_off.jpg") no-repeat;
	background-size: 16px;
	background-position: 10px 10px;
	background-position: 30px 3px;
}
.mat_applyT_content .apply_all .all dt.on {
	background: url("/assets/images/ico/checkbox_on.jpg") no-repeat;
	background-size: 16px;
	background-position: 10px 10px;
	background-position: 30px 3px;
}
.mat_applyT_content .apply_all .all dt input {
	opacity: 0;
}
.mat_applyT_content .apply_all .all dd {
	display: table-cell;
}
.mat_applyT_content .apply_all .all dd label {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.mat_applyT_content .apply_one .one{
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 10px 0;

}
.mat_applyT_content .apply_one {
	background-color: #ffffff;
	border-radius: 4px;
}
.mat_applyT_content .apply_one .one dt {
	display: table-cell;
	width: 20%;
	background: url("/assets/images/ico/checkbox_off.jpg") no-repeat;
	background-size: 16px;
	background-position: 10px 10px;
	background-position: 30px 3px;
}
.mat_applyT_content .apply_one .one dt.on {
	background: url("/assets/images/ico/checkbox_on.jpg") no-repeat;
	background-size: 16px;
	background-position: 10px 10px;
	background-position: 30px 3px;
}
.mat_applyT_content .apply_one .one dt input {
	opacity: 0;
}
.mat_applyT_content .apply_one .one dd {
	position: relative;
	display: table-cell;
}
.mat_applyT_content .apply_one .one dd label {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
@media all and (min-width: 320px) and (max-width: 400px) {
	.mat_applyT_content .apply_one .one dd label {font-size: 11px;}
	.mat_applyT_content .apply_one .provision_view span {font-size: 11px;}
}


.mat_applyT_content .apply_one .provision_view {
	position: absolute;
	top: 0px;
	right: 5%;
	padding: 0 6px;
	border-radius: 3px;
	background-color: #303f9f;
}
.mat_applyT_content .apply_one .provision_view span {
	display: inline-block;
	padding: 2px;
	color: #ffffff;
}
.applyT_btn {margin-top: 12px;}

/* 매칭정보 등록 페이지 */
.sel_sty01 {
	position: relative;
	width: 100%;
}
.sel_sty01 .info_apply_select {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	padding: 10px 0;
}
.sel_sty01 .sel_shape {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0 8px 22px;
    border-radius: 29px;
    background-color: #303f9f;
    font-size: 14px;
    color: #ffffff;
}
.sel_sty01 .sel_shape:before {
	display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 9px;
    background: #ffffff;
    right: 27px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sel_sty01 .sel_shape:after {
	display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 9px;
    background: #ffffff;
    right: 21px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t_area_sty01 {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 4px;
    padding: 10px;
    color: #b2b2b2;
    line-height: 20px;
}
/* 매칭정보등록 현위치 */
.input .map_box {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.input .map_box .map_add {
	display: table-cell;
	width: 74%;
	padding-right: 6px;
}
.input .map_box .map_btn {
	display: table-cell;
	width: 26%;
	padding-left: 6px;
	border-radius: 4px;
	text-align: center;
	background-color: #303f9f;
}
.input .map_box .map_btn span {
	display: inline-block;
	padding-right: 30px;
	color: #ffffff;
	background: url(/assets/images/ico/stay_positOff_btn.jpg) no-repeat;
	background-size: 14px;
    background-position: 86% 4px;
    vertical-align: middle;
}
.input .map_box .map_btn .on {
	background: url(/assets/images/ico/stay_positOn_btn.jpg) no-repeat;
	background-size: 14px;
    background-position: 86% 4px;
}
/* 매칭정보등록 전화번호 */
.input .phon_box_link {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.input .phon_ty_box {
	margin-bottom: 12px;
}
.input .phon_ty_box ul {
	display: table;
	width: 100%;
}
.input .phon_ty_box ul li {
	display: table-cell;
	width: 36%;
}
.input .phon_ty_box ul li:first-child {
	position: relative;
	width: 12%;
}
.input .phon_ty_box ul li:first-child > div {
	width: 100%;
	background-color: #b2b2b2;
    border-radius: 6px;
}
.input .phon_ty_box ul li:first-child > div.on {background-color: #303f9f;}
.input .phon_ty_box ul li:first-child > div > input {
	height: 35px;
    opacity: 1;
    z-index: 1000;
}
.input .phon_ty_box ul li:first-child .oner {
	position: absolute;
    width: 100%;
    height: 39px;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
}
.input .phon_ty_box ul li:first-child .oner > span {
    display: inline-block;
    width: 25px;
    line-height: 17px;
    font-size: 12px;
    padding: 2px;
}
.input .phon_ty_box .i_sty01 {padding: 12px 0 12px 10px;}
.input .phon_ty_box ul .right_p {
	padding-right: 2%;
}
.input .phon_ty_box ul .left_p {
	padding-left: 2%;
}
.input .phon_ty_box ul li:last-child {width: 10%;}
.input .phon_ty_box .phon_btn {
	position: relative;
	width: 100%;
	vertical-align: middle;
}
.input .phon_ty_box .phon_btn p {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -20px;
	width: 23px;
	height: 23px;
	border: 3px solid #303f9f;
	border-radius: 20px;
	background-color: transparent;
}
.input .phon_ty_box .phon_btn p:before {
	display: block;
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background: #303f9f;
    right: 5px;
    top: 11px;
    transform: rotate(0deg);
}
.input .phon_ty_box .phon_btn p:after {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #303f9f;
    right: 10px;
    top: 7px;
    transform: rotate(0deg);
}
.input .phon_ty_box .phon_btn.add_type p:after {
	display: none;
}

/* 매칭정보등록 setting check*/
.input .check_setting {
	margin-bottom: 10px;
}
.input .check_setting ul {
	overflow: hidden;
	display: table;
	width: 100%;
}
.input .check_setting ul li {
	display: table-cell;
	width: 25%;
}
.input .check_setting ul li > div {
	display: table;
	width: 100%;
	background: url("/assets/images/ico/checkbox_off.jpg") no-repeat;
	background-size: 16px;
	background-position: 1% 1px;
}
.input .check_setting ul li > div.on {
	background: url("/assets/images/ico/checkbox_on.jpg") no-repeat;
	background-size: 16px;
	background-position: 1% 1px;
}
.input .check_setting ul li > div > label {
	display: table-cell;
	width: 70%;
}
.input .check_setting ul li > div > input {
	display: table-cell;
	width: 20%;
	opacity: 0;
}


/* 링크찬스 */
.input .link_conts_box {margin-bottom: 20px;}
.input .phon_box_link {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.input .link_box_ty {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}
.input .link_box_ty:first-child {padding-top: 0px;}
.input .link_box_ty ul {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.input .link_box_ty ul li{
	display: table-cell;
	width: 45%;
	padding-right: 2%;
}
.input .link_box_ty ul li:first-child {
	width: 45%;
}
.input .link_box_ty ul li:last-child {
	width: 10%;
	padding-right: 0px;
}
.input .link_box_ty .link_btn {
	position: relative;
	width: 100%;
	vertical-align: middle;
}
.input .link_box_ty .link_btn p {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -20px;
	width: 23px;
	height: 23px;
	border: 3px solid #303f9f;
	border-radius: 20px;
	background-color: transparent;
}
.input .link_box_ty .link_btn p:before {
	display: block;
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background: #303f9f;
    right: 5px;
    top: 11px;
    transform: rotate(0deg);
}
.input .link_box_ty .link_btn p:after {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #303f9f;
    right: 10px;
    top: 7px;
    transform: rotate(0deg);
}
.input .link_box_ty .link_btn.add_type p:after {
	display: none;
}
.input .link_box_ty .name {
	width: 50%;
}
.mat_login_content .img_info_tex {
	padding: 12px 0;
	font-size: 16px;
}
.mat_login_content .imgVideo_box {
	margin-bottom: 10px;
}
.mat_login_content .imgVideo_box img{
	display: block;
	width: 71px;
}
.mat_login_content .phon_h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 4px;
}

/* 매칭채널 선택 */
.mat_login_content .check_chanel h2 {
	font-size: 16px;
	color: #6d6d6d;
	margin-bottom: 14px;
}
.mat_login_content .check_chanel ul li {
	display: table;
	width:100%;
	padding: 8px 0;
	border: 1px solid #ededed;
	margin-bottom: 10px;
	box-shadow: 0 7px 12px -8px #666;
	background-color: #ffffff;
	border-radius: 4px;
}
.mat_login_content .check_chanel ul li div {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
.mat_login_content .check_chanel ul li div:first-child {
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}
.mat_login_content .check_chanel ul li div:first-child p:last-child {
	position: absolute;
	top: 1px;
	left: 29px;
}
.mat_login_content .check_chanel ul li div:first-child p > span {
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
}
.mat_login_content .check_chanel .ch_ty01 li div:first-child p > span {
	color: #344953;
}
.mat_login_content .check_chanel .ch_ty02 li div:first-child p > span {
	color: #6200ea;
}
.mat_login_content .check_chanel .ch_ty03 li div:first-child p > span {
	color: #2962ff;
}
.mat_login_content .check_chanel .ch_ty04 li div:first-child p > span {
	color: #00bfa5;
}
.mat_login_content .check_chanel .ch_ty05 li div:first-child p > span {
	color: #64dd17;
}
.mat_login_content .check_chanel .ch_ty06 li div:first-child p > span {
	color: #ffab00;
}
.mat_login_content .check_chanel .ch_ty07 li div:first-child p > span {
	color: #ff6d00;
}
.mat_login_content .check_chanel .ch_ty08 li div:first-child p > span {
	color: #e74c3c;
}
.mat_login_content .check_chanel ul li div:first-child p img {
	display: block;
	width: 24px;
	vertical-align: middle;
}
.mat_login_content .check_chanel ul li div:last-child {
	width: 10%;
}
.mat_login_content .check_chanel .midle {
	width: 60%;
	font-size: 14px;
	color: #6d6d6d;
}
.mat_login_content .check_chanel .midle > p {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
}
.mat_login_content .check_chanel ul li div:last-child .check_input {
	float: right;
	width: 24px;
	padding-right: 10px;
	background: url("/assets/images/ico/ic_checkOff_box.png") no-repeat;
	background-size: 24px;
}
.mat_login_content .check_chanel ul li div:last-child .on_check {
	background: url("/assets/images/ico/ic_checkOn_box.png") no-repeat;
	background-size: 24px;
}
.mat_login_content .check_chanel ul li div:last-child .check_input .chanel_check {
	opacity: 0;
}
.mat_login_content .check_chanel .chanel_ul {
	overflow: hidden;
	margin-bottom: 10px
}

/* 비밀번호 찾기 */
.mat_sch_pw .info_tex01 {
	font-size: 15px;
	color: #000000;
	margin-bottom: 16px;
}
.mat_sch_pw .info_tex02 {
	font-size: 15px;
	color: #6d6d6d;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* 세상만사 메인 리스트 컨텐츠*/
#everything_world_contents {
	box-sizing: border-box;
	width: 100%;
	background-color: #ebebeb;
}
#everything_world_contents .everything_world {
	box-sizing: border-box;
	padding: 16px;
}
#everything_world_contents .everything_world .tit_world {
	position: relative;
}
#everything_world_contents .everything_world .tit_world {margin-bottom: 20px;}
#everything_world_contents .tit_world .tex > h2 {
	position: absolute;
	top: 70%;
	left: 12px;
	font-size: 20px;
	font-weight: bold;
}
#everything_world_contents .tit_world .tex > p {
	position: absolute;
	top: 40%;
	left: 12px;
	font-size: 14px;
}
#everything_world_contents .tit_world img {
	display: block;
	width: 100%;
}

#everything_world_contents .everything_world .sub_world ul {
	overflow: hidden;
}
#everything_world_contents .everything_world .sub_world ul li {
	position: relative;
	float: left;
	width: 49.5%;
	margin-bottom: 3px;
}
#everything_world_contents .everything_world .sub_world ul li:nth-child(2n) {
	margin-left: 1%;
}
#everything_world_contents .everything_world .sub_world ul li img {
	display: block;
	width: 100%;
}




/* 조기바바 evt 로또 */
#zogi_evt_nav {
	width: 100%;
	background-color: #3a69b1;
}
#zogi_evt_nav div {
	display: table;
	box-sizing: border-box;
	padding: 10px 20px;
}
#zogi_evt_nav div p {
	display: table-cell;
	color: #ffffff;
	font-size: 16px;
	vertical-align: middle;
}
#zogi_evt_nav div p:first-child {padding-right: 10px;}
#zogi_evt_nav div p:first-child img {
	display: block;
	width: 20px;
	vertical-align: middle;
}

/* 조기바바 evt content */
#zogi_evt_content {
	box-sizing: border-box;
	padding: 20px;
}
#zogi_evt_content .zogi_evt_info {
	display: table;
	width: 100%;
}
#zogi_evt_content .zogi_evt_info li {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
	color: #707070;
}
#zogi_evt_content .zogi_evt_info li:first-child {
	width: 8%;
}
#zogi_evt_content .zogi_evt_info li:first-child img {
	width: 20px;
	vertical-align: middle;
}
#zogi_evt_content .zogi_evt_info li:last-child {
	text-align: right;
}
#zogi_evt_content .zogi_evt_info li .progress_box {
	box-sizing: border-box;
	display: table;
	width: 100%;
}
#zogi_evt_content .zogi_evt_info li .progress_box p{
	display: table-cell;
	padding-right: 10px;
	color: #9d9d9d;
	vertical-align: middle;
	text-align: right;
	font-size: 14px;
}
#zogi_evt_content .zogi_evt_info li .progress_box p:last-child{
	width: 38px;
	height: 26px;
	padding: 0px;
	background: url(/assets/images/zogi/switch_off.png) no-repeat;
	background-size: 38px;
	background-position: 0px 2px;
}
#zogi_evt_content .zogi_evt_info li .progress_box p:last-child.on {
	background: url(/assets/images/zogi/switch_on.png) no-repeat;
	background-size: 38px;
	background-position: 0px 2px;
}
#zogi_evt_content .zogi_point_list {
	margin: 10px 0 20px 0;
}
#zogi_evt_content .zogi_point_list ul {overflow: hidden;}
#zogi_evt_content .zogi_point_list ul li {
	display: table;
	width: 100%;
	margin-top: 10px;
	border-radius: 4px;
	background-color: #ffffff;
}
#zogi_evt_content .zogi_point_list ul li:first-child {
	margin-top: 0px;
}
#zogi_evt_content .zogi_point_list ul li p {
	display: table-cell;
	padding: 10px 10px;
	color: #707070;
}
#zogi_evt_content .zogi_point_list ul li p > input {font-size: 12px;}
#zogi_evt_content .zogi_point_list ul li p:first-child {
	width: 30%;
	color: #95989a;
	background-color: #f3f7ff;
}
#zogi_evt_content .zogi_point_list ul li .triangle {
	width: 6%;
	border-top: 20px solid transparent;
	border-left: 10px solid #f3f7ff;
	border-bottom: 20px solid transparent;
	padding: 0px;
}
#zogi_evt_content .zogi_evt_h {
	width: 100%;
	margin-top: 20px;
	border-radius: 4px;
	background-color: #ffffff;
}
#zogi_evt_content .zogi_evt_h h2 {
	padding: 14px 0;
	font-size: 14px;
	color: #488ef8;
	text-align: center;
}
#zogi_evt_content .zogi_point_list .list_c {color: #c9c9c9;}
#zogi_evt_content .zogi_point_list .list_c > input {
	font-size: 12px;
	color: #c9c9c9;
}
#zogi_evt_content .zogi_evt_h .h {background-color: #f3f7ff;}
#zogi_evt_content .zogi_evt_h .tex {
	text-align: right;
	padding: 6px 14px 10px 0;
	color: #9d9d9d;
}
#zogi_evt_content .zogi_evt_h .tex01 {
	text-align: right;
	padding: 0px 14px 0px 0;
	color: #9d9d9d;
}
#zogi_evt_content .zogi_evt_h .inp_box {
	box-sizing: border-box;
	margin-top: 6px;
	padding: 10px 14px 20px 14px;
}
#zogi_evt_content .zogi_evt_h .inp_box > input {
	font-size: 12px;5
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #707070;
	color: #d0d0d0;
}
#zogi_evt_content .zogi_evt_h .inp_box > ul {
	overflow: hidden;
	visibility: hidden;
	display: table;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
	margin-bottom: 18px;
}
#zogi_evt_content .zogi_evt_h .inp_box > ul li {
	display: table-cell;
	text-align: center;
}
#zogi_evt_content .zogi_evt_h .inp_box > ul li img {
	display: block;
	width: 30px;
	margin: 0 auto;
}
#zogi_evt_content .zogi_evt_result {
	width: 100%;
	border-radius: 4px;
	background-color: #ffffff;
}
#zogi_evt_content .zogi_evt_result.add {
	margin-bottom: 10px;
}
#zogi_evt_content .zogi_evt_result h2 {
	padding: 14px 0;
	font-size: 14px;
	color: #488ef8;
	text-align: center;
}
#zogi_evt_content .zogi_evt_result .reTyp_discount {
	font-size: 14px;
	color: #9d9d9d;
	padding-left: 3%;
	padding-bottom: 10px;
}
#zogi_evt_content .zogi_evt_result .reTyp_discount span {font-size: 12px;}
#zogi_evt_content .zogi_evt_result .h {background-color: #f3f7ff;}
#zogi_evt_content .zogi_evt_result ul {
	overflow: hidden;
	display: table;
	width: 100%;
}
#zogi_evt_content .zogi_evt_result ul li {
	display: table-cell;
	text-align: center;
	padding: 14px 0;
}
#zogi_evt_content .zogi_evt_result ul li img {
	display: block;
	width: 30px;
	margin: 0 auto;
}

#zogi_evt_content .zogi_evt_result01 {
	width: 100%;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#zogi_evt_content .zogi_evt_result01 h2 {
	padding: 14px 0;
	font-size: 14px;
	color: #488ef8;
	text-align: center;
}
#zogi_evt_content .zogi_evt_result01 .h {background-color: #f3f7ff;}
#zogi_evt_content .zogi_evt_result01 ul {
	overflow: hidden;
	display: table;
	width: 100%;
}
#zogi_evt_content .zogi_evt_result01 .h_l {
	background: url(/assets/images/zogi/event_645_ic_medal.png) no-repeat;
	background-size: 26px;
	background-position: 98% 4px;
	background-color: #f3f7ff;
	padding: 14px 0 14px 14px;
}
#zogi_evt_content .zogi_evt_result01 .h_l h2{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	text-align: left;
	text-align: left;
	padding: 0px;
}
#zogi_evt_content .zogi_evt_result01 ul li {
	display: table-cell;
	text-align: center;
	padding: 14px 0 14px 0;
}
#zogi_evt_content .zogi_evt_result01 ul li img {
	display: block;
	width: 30px;
	margin: 0 auto;
}
#zogi_evt_content .zogi_evt_result01 .result_lotto_box {
	display: table;
	width: 100%;
}
#zogi_evt_content .zogi_evt_result01 .result_lotto_box > div:first-child {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding-right: 10%
}
#zogi_evt_content .zogi_evt_result01 .result_lotto_box > div:last-child {
	display: table-cell;
	width: 20%;
	padding-right: 14px;
	vertical-align: middle;
}
#zogi_evt_content .zogi_evt_result01 .result_lotto_box > div:last-child  input {
	padding: 4px 0;
	border: 2px solid #3f7ddb;
}
#zogi_evt_content .result_lotto_list .result_tex {
	padding-left: 3%;
	color: #9d9d9d;
}
#zogi_evt_content .zogi_evt_result .notice_box {
	box-sizing: border-box;
	padding: 12px 20px 12px 20px;
	height: 140px;
	background: url(/assets/images/zogi/lotto_machine.png) no-repeat;
	background-size: 120px;
	background-position: 96% 16px;
}
#zogi_evt_content .zogi_evt_result .notice_box span:first-child {
	color: #707070;
	padding-right: 10px;
	font-weight: bold;
}
#zogi_evt_content .zogi_evt_result .notice_box span:last-child {
	font-weight: bold;
	color: #488ef8;
}
#zogi_evt_content .zogi_evt_result .notice_box div {padding: 2px 0;}
#zogi_evt_content .result_lotto_list {
	margin-bottom: 10px;
	background-color: #ffffff;
}
#zogi_evt_content .result_lotto_list .list_history {
	box-sizing: border-box;
	padding: 0px 20px 0 20px;
	padding: 0px 20px 10px 20px;
}
#zogi_evt_content .result_lotto_list .list_history dl {
	display: table;
	width: 100%;
	padding: 4px 0;
}
#zogi_evt_content .result_lotto_list .list_history dl dt {
	display: table-cell;
	width: 30%;
	color: #6d6d6d;
	font-weight: bold;
	font-size: 14px;
}
#zogi_evt_content .result_lotto_list .list_history dl dd {
	display: table-cell;
	color: #6d6d6d;
}
