@charset "utf-8";

.cont {
	position:relative; width:970px; margin:0 auto; box-sizing:border-box;
	text-align:left;
}


#header {
	background:url('../images/common/bg.jpg') no-repeat center center; background-size:cover;	
	color:#ffffff; 
}
#header .header_cont {
	position:fixed; top:0; width:100%; z-index:999;
	background:rgba(0, 0, 0, 0.7);
}
#header .header_box {
	width:1000px; margin:0 auto; display:table; padding:31px 0 27px;
}
#header .company_logo {
	display:table-cell;
	width:130px; text-align:left;
}
#header .navi {
	display:table-cell; width:auto;
}
#header .navi ul {
	display:table; width:70%; margin:0 auto;
}
#header .navi ul li {
	display:table-cell; text-align:center;
}
#header .navi ul li a {
	color:#ffffff; font-size:16px; font-weight:400;
}
#header .navi ul li a:hover {
	color:#95b6df; 
	text-shadow:#ffffff 1px 0 10px;
}
#header .event_logo {
	display:table-cell; width:110px; text-align:right;
}




.slide-btn {
	display:none; position:fixed; top:2vw; right:5vw; z-index:99;
	width:30px; height:30px; float:right;
}
.slide-btn a {
	display:block; width:100%; height:100%;
}
.slide-open a span {
  display:inline-block; box-sizing:border-box;
  transition:all .4s;
}
.slide-open {
  position:relative;
}
.slide-open a span {
  position:absolute;
  left:0;
  width:100%;
  height:3px;
  background-color:#fff;
  border-radius:3px;
}
.slide-open a span:nth-of-type(1) {
  top:0;
}
.slide-open a span:nth-of-type(2) {
  top:12px;
}
.slide-open a span:nth-of-type(3) {
  top:24px;
}

#navi_mobile {
	position:fixed; top:0; right:0; bottom:0; z-index:998; background-color:#010423;
	display:flex; flex-direction:column;
	width:0%; overflow-y:auto; visibility:hidden; opacity:0;
	transition-property:opacity, visibility, width; transition-duration:0.35s, 0.25s, 0.25s; transition-delay:0.1s;
}	  
#navi_mobile.active {
  opacity:1; visibility:visible; width:80vw;
  transition-duration:0.15s, 0.25s, 0.25s;
}
#navi_mobile .box {
	position:relative; width:100%; height:100%;
}
#navi_mobile .box .slide-btn a {
}
#navi_mobile .box .slide-btn a:after {
	display:inline-block; content:"\00d7"; font-size:60px;
}
#navi_mobile .box .mnlist {
	width:100%; height:100%; border-left:1px dashed #dddddd;
	display:flex; align-items:center; justify-content:center; 
}
#navi_mobile .box .mnlist ul {
	width:60vw;
}
#navi_mobile .box .mnlist ul li {
	margin-top:20px;
	font-size:2em; color:#ffffff; font-weight:300; line-height:130%; text-align:left;
}
#navi_mobile .box .mnlist ul li a {
	display:inline-block; position:relative;
}




#header .top_area {
	position:relative; width:100%; padding:220px 0 125px;
	color:#ffffff; 
	display:grid; 
	grid-template-rows:auto 1fr;  grid-template-columns:1fr 1fr; 
}
#header .top_area .title {
	grid-column:1 / 3; margin-bottom:80px;
}
#header .top_area .title h1 {
	font-size:62px; font-weight:700; line-height:110%;
	font-family:"Segoe UI Bold","Pretendard",Arial,sans-serif;
	text-shadow:#000000 2px 0 20px;
}
#header .top_area .title .sub_title {
	margin-top:30px;
	color:#95b6df; font-size:24px; font-weight:700;
	font-family:"Segoe UI Regular","Pretendard",Arial,sans-serif;
}
#header .top_area .sub_info {	
	font-size:16px; font-weight:400; line-height:160%;
}
#header .top_area .top_btnarea {
	text-align:right;
}
#header .top_area a {
	position:relative;
	display:inline-block; width:230px; background:#cc0033; border:0; border-radius:8px;
	font-size:20px; color:#ffffff; font-weight:700; line-height:50px; text-align:center;
}
#header .top_area a span.txt {
	display:block; transform:translateX(-10px);
}
#header .top_area a span.icon {
	position:absolute; display:block;
	transition:transform 0.3s ease;
}
#header .top_area a.btn_reg {
	background:#cc0033; margin-right:13px;
}
#header .top_area a.btn_check {
	background:#009999;
}

#header .top_area a.btn_reg span.icon {
	right:12px; top:13px; width:32px; height:44px;
	background:url('../images/common/icon_btn1.png') no-repeat center center; background-size:cover;	
}
#header .top_area a.btn_reg:hover span.icon {
	transform:translate(-3px,3px);
}
#header .top_area a.btn_check span.icon {
	right:19px; top:13px; width:21px; height:20px;
	background:url('../images/common/icon_btn2.png') no-repeat center center; background-size:cover;	
}
#header .top_area a.btn_check:hover span.icon {
	transform:rotatez(60deg);
}



.section {
	width:100%; position:relative;
}
.section h2 {	
	color:#004494; font-size:42px; font-weight:800; text-align:center; line-height:1;
}
.section h2 img {	
	vertical-align:bottom;
}


/* landing */
#landing_page {   
	background:url('../images/page/landing_bg.jpg') no-repeat center center; background-size:cover;	
	color:#ffffff; 
}
#landing_page .cont {
	padding:60px 0 135px; 
}
#landing_page .title { 
	font-size:32px; font-weight:300;
}
#landing_page .title b { 
	font-weight:700;
}
#landing_page .info { 
	margin-top:50px;
	font-size:16px; font-weight:300; line-height:170%;	
}
#landing_page .info p { 
	margin-top:2em;
}

/* 등록하기 */
#reg_page {
	background-color:#e1e9f3;	
}
#reg_page .cont {
	padding:105px 0 115px;
}
#reg_page .reg_area {	
	width:97%; margin:100px auto 0;
	color:#333333; font-size:16px; font-weight:500;
}
#reg_page .reg_area h3 {
	color:#333333; font-size:22px; font-weight:800; line-height:1;
}
#reg_page .reg_area dl {
	width:100%; margin-top:30px; display:inline-block;
}
#reg_page .reg_area dl dd {	
	float:left; width:50%; margin-bottom:18px; text-align:left;
}
#reg_page .reg_area.reg_user dl dd:nth-child(even) {	
	text-align:right;
}
#reg_page .reg_area dl dd input[type=text],
#reg_page .reg_area dl dd input[type=number] {
	width:97%; padding:0 18px;
	border:1px solid #babec0; border-radius:5px;
	font-size:16px; line-height:3em;
}
#reg_page .reg_area dl dd input[type=text].line,
#reg_page .reg_area dl dd input[type=number].line {
	border:1px solid #ff0000;
}
#reg_page .reg_area.reg_option dl dd:nth-child(even) {	
	padding-left:3%;
}
#reg_page .reg_area .agree_area label.agree_label {	
	line-height:160%;
}
#reg_page .reg_area .agree_area label.agree_label a {	
	font-weight:700;
}
#reg_page .reg_area .agree_area label.agree_label a:hover {	
	text-decoration:underline;
}
#reg_page .btn_area {
	margin-top:60px; text-align:center;
}
#reg_page .btn_area button {
	position:relative;
	display:inline-block; width:400px; background:#cc0033; border:0; border-radius:5px;
	font-size:20px; color:#ffffff; font-weight:700; line-height:50px; text-align:center;
	cursor:pointer;
}
#reg_page .btn_area button span {
	position:absolute; right:15px; font-weight:500;
	transition:transform 0.3s ease;
}
#reg_page .btn_area button:hover span {
	transform:translateX(5px);
}



/* AGENDA */
#agenda_page {
	background-color:#ffffff;
}
#agenda_page .cont {
	padding:110px 0 125px;
}
#agenda_page .agenda_box {
	width:952px; margin:75px auto 0;
}
#agenda_page .agenda_box p.comment {	
	font-size:17px; color:#9fa3a5; text-align:right;
}
#agenda_page .agenda_list {
	position:relative; width:100%; margin-top:10px;
}
#agenda_page .agenda_list dl {
	display:table; width:100%; table-layout:fixed;
}
#agenda_page .agenda_list dl dt,
#agenda_page .agenda_list dl dd {
	display:table-cell; height:0; vertical-align:middle;    
}
#agenda_page .agenda_list dl dt {
	width:15%; 
	font-size:16px; color:#333333; letter-spacing:-0.04em; 
}
#agenda_page .agenda_list dl dd {
	width:42%; padding:4px 0;
}
#agenda_page .agenda_list dl dd.col2 {
	width:84%;
}
#agenda_page .agenda_list dl dd.empty {
	width:1%;
}
#agenda_page .agenda_list dl dt > div, 
#agenda_page .agenda_list dl dd > div {
	height:100%; 
} 
#agenda_page .agenda_list dl:first-child dt, 
#agenda_page .agenda_list dl:first-child dd {
	padding-bottom:5px;
} 
#agenda_page .agenda_list dl dt.time {
	background:#f5f5f4;
	font-size:17px; color:#333333; font-weight:700; text-align:center;
}
#agenda_page .agenda_list dl:nth-child(2) dt.time {
	border-radius:5px 5px 0 0;
}
#agenda_page .agenda_list dl:last-child dt.time {
	border-radius:0 0 5px 5px;
}
#agenda_page .agenda_list dl dd.pr {
	padding-right:0.2em;
}
#agenda_page .agenda_list dl dd.pl {
	padding-left:0.2em;
}

#agenda_page .agenda_list .box {
	position:relative; border-radius:5px; padding:1em 0.5em;
	font-size:20px; color:#333333; font-weight:500; text-align:center;
	display:flex; align-items:center; justify-content:center;
}
#agenda_page .agenda_list .box.box-pdl {
	padding:0.5em 0.5em;
}

#agenda_page .agenda_list .box .title {
	position:relative; font-weight:700;
}
#agenda_page .agenda_list .box .info {
	margin-top:0.3em; font-size:0.9em;
}
#agenda_page .agenda_list .border-blue {
	border-top:1px solid #00336f; border-bottom:1px solid #00336f; padding:0.6em 0;
	color:#004494; text-align:center;
}
#agenda_page .agenda_list .bggray {
	background-color:#f5f5f4; 
}
#agenda_page .agenda_list .bgblue {
	background-color:#004494; color:#ffffff;
}
#agenda_page .agenda_list .bgred {
	background-color:#cc0033; color:#ffffff;
}
#agenda_page .agenda_list .bggreen {
	background-color:#009999; color:#ffffff;
}
#agenda_page .agenda_list .bgblueL {
	background-color:#e5eaf0; 
}
#agenda_page .agenda_list .bgredL {
	background-color:#fae5ea; 
}
#agenda_page .agenda_list .bggreenL {
	background-color:#e5f5f5; 
}
#agenda_page .agenda_list .bgblueL2 {
	background-color:#f7f9fa; 
}
#agenda_page .agenda_list .bgredL2 {
	background-color:#fdf7f9; 
}
#agenda_page .agenda_list .bggreenL2 {
	background-color:#f7fcfc; 
}

#agenda_page .agenda_list .box .icon_headset {
	position:absolute; width:24px; height:24px;	margin-left:1em; 
	border:1px solid #153d8a; border-radius:50%;
	background:url('../images/page/icon_headset.png') no-repeat center center; background-size:62%; 
}
#agenda_page .agenda_list .box .icon_headset.bg {
	background:#ffffff url('../images/page/icon_headset.png') no-repeat center center; background-size:62%; 
}

#agenda_page .agenda_list .box .icon_headset2 {
	margin-left:0em; top:0.4em; right:0.4em;
}

.fs15 { font-size:15px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }
.fb { font-weight:700 !important; }
.fxb { font-weight:800 !important; }
.fcred { color:#cc0033 !important; }
.fcblue { color:#004494 !important; }





/* Session Overview */
#session_page {
	background-color:#ffffff;
}
#session_page .cont {
	width:100%; padding:0px 0 100px;
}
#session_page .session_top {
	width:952px; margin:0 auto;
}
#session_page h2 {
	color:#004494; text-align:left;
}
#session_page .s_tab_navi {
	display:inline-block;
	width:100%; margin:50px auto 0;
}
#session_page .s_tab_navi .tnavi {
	float:left; width:24.4%; margin-right:0.8%;
}
#session_page .s_tab_navi .tnavi:last-child {
	margin-right:0;
}
#session_page .s_tab_navi .tnavi > div {
	width:100%; height:4em; text-align:center; border-radius:8px; background-color:#9fa3a5;
	font-size:18px; color:#ffffff; font-weight:500; letter-spacing:-0.05em; line-height:160%;
	display:flex; align-items:center; justify-content:center; 
	cursor:pointer;
}
#session_page .s_tab_navi .tnavi.active > div {
	color:#ffffff; font-weight:700;
}
#session_page .s_tab_navi .tnavi.active.navi_t00 > div {
	background-color:#307bbf;
}
#session_page .s_tab_navi .tnavi.active.navi_t01 > div {
	background-color:#cc0033;
}
#session_page .s_tab_navi .tnavi.active.navi_t02 > div {
	background-color:#00336f;
}
#session_page .s_tab_navi .tnavi.active.navi_t03 > div {
	background-color:#009999;
}
#SessionList {
	width:100%; margin:100px auto 0;
}
#SessionList ul {
	width:100%;
}
#SessionList ul li {
	width:100%; padding:95px 0 95px;
}
#SessionList ul li:nth-child(odd) {
	background-color:#e1e9f3;
}
#SessionList ul li:nth-child(even) {
}
#SessionList .item {
	position:relative; width:952px; margin:0 auto; min-height:280px;
	font-size:18px; color:#333333; font-weight:400; line-height:140%;
}
#SessionList .item .tit {
	max-width:calc(100% - 300px);
	font-size:34px; color:#cc0033; font-weight:800; letter-spacing:-0.03em; line-height:130%;
}
#SessionList .item.item_t00 .tit {
	color:#307bbf;
}
#SessionList .item.item_t01 .tit {
	color:#cc0033;
}
#SessionList .item.item_t02 .tit {
	color:#00336f;
}
#SessionList .item.item_t03 .tit {
	color:#009999;
}
#SessionList .item .speaker_img {
	position:absolute; top:0; right:0;
}
#SessionList .item .speaker_img .imgbox {
	width:280px; aspect-ratio:1/1;
}
#SessionList .item .speaker_img .imgbox img {
	width:100%;
}
#SessionList .item .speaker,
#SessionList .item .info {
	margin-top:0.8em;
	max-width:calc(100% - 300px);
}
#SessionList .item .speaker {
	margin-top:2em;
}
#SessionList .item .speaker b,
#SessionList .item .info b {
	display:inline-block; width:4.6em; margin-right:0.5em; border-right:2px solid #333;    
	font-weight:800; line-height:0.8em;
}
#SessionList .item .detail {
	margin-top:60px; max-width:calc(100% - 300px);
	font-size:16px;
}
#session_page .comment {
	width:952px; margin:30px auto 0;
	font-size:17px; color:#9fa3a5; text-align:right;
}





/* 전시부스 */
#booth_page {
	background-color:#00336f;
}
#booth_page .cont {
	padding:110px 0 130px;
}
#booth_page h2 {
	color:#ffffff;
}
#booth_page .imgbox {
	width:972px; margin:90px auto 0;
}
#booth_page .imgbox img {
	width:100%;
}
#booth_page .btnarea {
	margin-top:40px; text-align:center;
}
#booth_page .btnarea a {
	display:inline-block; padding:0.6em 1.8em;
    background:#009999; border:0; border-radius:8px;
    font-size:24px; color:#ffffff; font-weight:700; text-align:center;
    cursor:pointer; transition:all 0.2s;
}


/* 파트너 */
#partner_page {
	background-color:#f8f8f8;
}
#partner_page .cont {
	padding:110px 0 120px;
}
#partner_page .partner_list {
	width:970px; margin:80px auto 0;
}
#partner_page .partner_list ul {
	width:100%;
}
#partner_page .partner_list ul li {
	margin-bottom:10px;
	background:#ffffff; border-radius:10px;
}
#partner_page .partner_list .card {
	display:table; position:relative; width:100%;	
}
#partner_page .partner_list .card .logobox {
	display:table-cell; width:27.5%; text-align:center; vertical-align:middle;
}
#partner_page .partner_list .card .logobox .imgbox {
	width:100%; 
	display:flex; align-items:center; justify-content:center; 
}
#partner_page .partner_list .card .logobox .imgbox img {
	max-width:80%;
}
#partner_page .partner_list .card .infobox {
	display:table-cell; width:72.5%; padding:35px 50px 35px 0;	 
}
#partner_page .partner_list .card .infobox .detial {
	color:#333333; font-size:16px; font-weight:400; line-height:140%;
}



/* FAQ */
#faq_page {
	background-color:#f3f6fa;	
}
#faq_page .cont {
	padding:110px 0 135px;
}
#faq_page .faq_area {
	width:940px; margin:75px auto 0;
}
#faq_page .faq_area .tab_navi {
	width:100%;
}
#faq_page .faq_area .tab_navi ul {
	display:inline-block;
}
#faq_page .faq_area .tab_navi ul li {
	float:left; width:125px; margin-right:10px;
}
#faq_page .faq_area .tab_navi ul li a {
	width:100%; display:inline-block; border:2px solid #333333; border-radius:30px;
	font-size:18px; color:#333333; font-weight:700; line-height:42px; text-align:center;
}
#faq_page .faq_area .tab_navi ul li.active a {
	background:#333333; color:#ffffff;
}
#faq_page .faq_area .tab_list {
	margin-top:25px;	
}
#faq_page .faq_area .tab_list ul {
	width:100%;
}
#faq_page .faq_area .tab_list ul li {
	width:100%; margin-bottom:15px; display:none;
}
#faq_page .faq_area .tab_list .item {
	display:block;
}
#faq_page .faq_area .tab_list .item.open {
	
}
#faq_page .faq_area .tab_list .item h4 {
	position:relative;
	padding:8px 50px; background:#9fa3a5; border-radius:6px;
	font-size:18px; color:#ffffff; font-weight:700; line-height:32px;
}
#faq_page .faq_area .tab_list .item h4 span.arrow {
	position:absolute; right:10px;
	width:32px; height:32px; background:#ffffff; border-radius:50%;
	color:#9fa3a5; text-align:center;
	transition:transform 0.3s ease;
}
#faq_page .faq_area .tab_list .item .detail {
	padding:20px 50px; margin-bottom:30px; border-bottom:2px solid #9fa3a5;
	font-size:16px; color:#333333; font-weight:400; line-height:160%;
	transition:transform 0.3s ease;
	display:none;
}
#faq_page .faq_area .tab_list .item.open h4 {
	background:#333333;	
}
#faq_page .faq_area .tab_list .item.open h4 span.arrow {
	color:#333333; transform:rotate(180deg);
}
#faq_page .faq_area .tab_list .item.open .detail {
}


#faq_page .faq_area .tab_navi ul li.navi_q01 a {
	border:2px solid #004494; color:#004494;
}
#faq_page .faq_area .tab_navi ul li.navi_q02 a {
	border:2px solid #009999; color:#009999;
}
#faq_page .faq_area .tab_navi ul li.navi_q01.active a {
	background:#004494; color:#ffffff;
}
#faq_page .faq_area .tab_navi ul li.navi_q02.active a {
	background:#009999; color:#ffffff;
}
#faq_page .faq_area .tab_list ul li.list_q01 .item.open h4 {
	background:#004494;	
}
#faq_page .faq_area .tab_list ul li.list_q02 .item.open h4 {
	background:#009999;	
}



/* POPUP */
.pop_usercheck {
	width:800px; margin:0 auto;
	background-color:#ffffff; border:2px solid #ecebea; border-radius:15px;
}
.pop_usercheck button.btn_blue {
	display:inline-block; width:100%; background:#004494; border:0; border-radius:7px;
	font-size:18px; color:#ffffff; font-weight:700; line-height:50px; text-align:center;
	cursor:pointer; transition:all 0.2s ;
}
.pop_usercheck button.btn_blue:hover {
	background:#2196F3; 
}
.pop_usercheck button.btn_red {
	display:inline-block; width:100%; background:#cc0033; border:0; border-radius:7px;
	font-size:18px; color:#ffffff; font-weight:700; line-height:50px; text-align:center;
	cursor:pointer; transition:all 0.2s ;
}
.pop_usercheck button.btn_red:hover {
	background:#ff0242; 
}
.pop_usercheck button.btn_gray {
	display:inline-block; width:100%; background:#9fa3a5; border:0; border-radius:7px;
	font-size:18px; color:#ffffff; font-weight:700; line-height:50px; text-align:center;
	cursor:pointer; transition:all 0.2s ;
}
.pop_usercheck button.btn_gray:hover {
	background:#676767; 
}

#user_check_box {
	width:100%; padding:60px 0;
}
#user_check_box .check_reg {	
	width:86%; margin:0 auto; position:relative;
}
#user_check_box .check_reg h3 {
	font-size:24px; color:#cc0033; font-weight:800; line-height:1;
}
#user_check_box .check_reg .reg_area {
	margin-top:30px; 
}
#user_check_box .check_reg .reg_area dl {
	width:100%; display:inline-block;
}
#user_check_box .check_reg .reg_area dl dd {	
	float:left; width:50%; text-align:left;
}
#user_check_box .check_reg .reg_area dl dd:nth-child(even) {	
	text-align:right;
}
#user_check_box .check_reg .reg_area dl dd input[type=text],
#user_check_box .check_reg .reg_area dl dd input[type=number] {
	width:97%; padding:0 18px;
	border:1px solid #babec0; border-radius:5px;
	font-size:16px; line-height:3em;
}
#user_check_box .check_reg .reg_area dl dd input[type=text].line,
#user_check_box .check_reg .reg_area dl dd input[type=number].line {
	border:1px solid #ff0000;
}
#user_check_box .check_reg .btn_area {
	margin-top:25px; 
}
#user_check_box .check_caution {
	width:86%; margin:40px auto 0; 
}
#user_check_box .check_caution ul {
	width:100%; display:block;
    list-style-type:disc; padding-inline-start:2em;
}
#user_check_box .check_caution ul li {
	margin-bottom:1em;
	font-size:15px; color:#333333; font-weight:400; line-height:150%; 
	text-align:left; letter-spacing:-0.02em;
}
#user_check_box .none_data {
	width:86%; margin:0 auto; padding:2em 0;
	font-size:28px; color:#333333; font-weight:700; line-height:150%; 
}
#user_check_box .none_data .btn_area {
	margin-top:45px;
}


#user_check_box .check_result {	
	width:86%; margin:0 auto; position:relative;
}
#user_check_box .check_result h3 {
	font-size:24px; color:#004494; font-weight:800; line-height:150%;
}
#user_check_box .check_result .result_comment {
	font-size:16px; color:#333333; font-weight:400; line-height:170%;
}
#user_check_box .check_result .result_comment p {
	margin-top:30px;
}
#user_check_box .check_result .btn_area {
	margin-top:45px;
}
#user_check_box .result_false h3 {
	color:#cc0033;
}
#user_check_box .result_false .result_comment {
	margin-top:30px;
}
#user_check_box .result_false .result_comment p {
	margin-top:20px;
}

#user_check_box .result_true {
	width:90%;
}
#user_check_box .result_true .result_info {
	width:100%; margin-top:35px; border:3px solid #ecebea; border-radius:8px;
}
#user_check_box .result_true .result_info .result_info_box {
	padding:25px 30px;
}
#user_check_box .result_true .result_info .result_info_box h4 {
	background:#004494; border-radius:6px; padding:15px 0;
	font-size:16px; color:#ffffff; font-weight:800; line-height:140%; text-align:center;
}
#user_check_box .result_true .result_info .result_info_box ul {
	width:90%; margin:10px auto; 
	list-style-type:none;
}
#user_check_box .result_true .result_info .result_info_box ul li {
	padding-top:20px; padding-left:50px;
	font-size:16px; color:#333333; font-weight:400; line-height:160%; text-align:left;
}
#user_check_box .result_true .result_info .result_info_box ul li > div {
	padding-bottom:20px; padding-left:0.5em;
	border-bottom:2px solid #ecebea;
}
#user_check_box .result_true .result_info .result_info_box ul li > div b {
	color:#cc0033; font-weight:800;
}
#user_check_box .result_true .result_info .result_info_box ul li:nth-child(1) {
	background:url("../images/page/icon06.png") no-repeat left center;
}
#user_check_box .result_true .result_info .result_info_box ul li:nth-child(2) {
	background:url("../images/page/icon07.png") no-repeat left center;
}
#user_check_box .result_true .result_info .result_info_box ul li:nth-child(3) {
	background:url("../images/page/icon08.png") no-repeat left center;
}
#user_check_box .result_true .btn_area_helf {
	margin-top:25px; display:grid;
	grid-template-rows:1fr;  grid-template-columns:1fr 1fr; gap:20px;
}
#user_check_box .result_true .btn_area_helf button {
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked), 
[type="checkbox"]:checked {
	position:absolute; left:-9999px; opacity:0;
}
[type="checkbox"] {
	/* checkbox aspect */
}

[type="checkbox"] + label {
	position:relative; display:inline-block; padding-left:2em;
	height:1.4em; line-height:1.4em;
	font-size:1em; cursor:pointer;
	-webkit-user-select:none; -moz-user-select:none; -khtml-user-select:none; -ms-user-select:none;
}
[type="checkbox"] + label:after {
	border-radius:50%;
}
[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
	content:''; position:absolute; left:0; z-index:1;
	transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}
[type="checkbox"]:not(:checked) + label:before {
	width:0; height:0; border:0px solid transparent; left:0.5em; top:0.5em; border-radius:50%;
}
[type="checkbox"]:not(:checked) + label:after {
	height:1.4em; width:1.4em; background-color:#ffffff; 
	border:1px solid #d0d0d0; border-radius:0.2em; top:-1px; z-index:0;
}
[type="checkbox"]:checked + label:before {
	top:-0.3em; left:0px; width:0.6em; height:1em;
	border-top:2px solid transparent; border-left:2px solid transparent; 
	border-right:4px solid #000000; border-bottom:3px solid #000000;
	-webkit-transform:rotateZ(37deg); transform:rotateZ(37deg);
	-webkit-transform-origin:100% 100%; transform-origin:100% 100%;
}
[type="checkbox"]:checked + label:after {
	top:-1px; width:1.4em; height:1.4em; 
	border:1px solid #d0d0d0; border-radius:0.2em; background-color:#ffffff; z-index:0;
}
[type="checkbox"]:disabled:not(:checked) + label:before {
	background-color:transparent; border:2px solid transparent;
}
[type="checkbox"]:disabled:not(:checked) + label:after {
	border-color:transparent; background-color:#BDBDBD;
}
[type="checkbox"]:disabled:checked + label:before {
	background-color:transparent;
}
[type="checkbox"]:disabled:checked + label:after {
	background-color:#BDBDBD; border-color:#BDBDBD;
}




#footer {
	background:#000000; padding:45px 0 50px;
}
#footer .footer_box {
	display:table; width:100%;
}
#footer .footer_box .contactus {
	display:table-cell; width:50%;
}
#footer .footer_box .contactus .agency {
	color:#ffffff; font-size:28px; font-weight:700; 
}
#footer .footer_box .contactus .agency_info {
	margin-top:20px; display:grid;
	grid-template-rows:auto 1fr;  grid-template-columns:1fr 1fr; gap:10px;
	color:#ffffff; font-size:16px; font-weight:500; 
}
#footer .footer_box .contactus .agency_info .aname {
	grid-column:1 / 3;
	font-weight:700; 
}
#footer .footer_box .contactus .agency_info .aemail {	
	padding-left:25px; 
	background:url('../images/common/icon_mail.png') no-repeat left center;
}
#footer .footer_box .contactus .agency_info .atel {
	padding-left:18px; 
	background:url('../images/common/icon_tel.png') no-repeat left center;
}
#footer .footer_box .logo {
	display:table-cell; width:50%; vertical-align:middle; text-align:right;
}
#footer .footer_box .logo p {
	margin-top:5px;
	color:#777777; font-size:14px; font-weight:400; 
}


