/*overview > overview*/
.summary li {width:23%;padding-right:60px;}
.summary li:first-child {width:30%;}
.summary li:after {right:22px;}


.sub_cont .sub_invi{ width:100%; padding-top:80px; background:url(/images/common/invi_img.png) 405px 0px no-repeat;}


.outline_btn a.btn {margin:0 2px; font-size:14px;}


/*guideline > guideline*/
.summary.out_sum li {width: 30%;padding-right:40px;}
.summary.out_sum li:nth-child(3), .summary.out_sum li:nth-child(4){width: 20%;}
.summary.out_sum li:after {top:78px; right:12px;}
.summary.out_sum li p.tit{padding:20px 20px;}
.summary.out_sum li:first-child p.tit{padding:44px 20px;}
.summary.out_sum li:nth-child(3) p.tit{padding:68px 20px;}
.summary.out_sum li:nth-child(4) p.tit{padding:57px 20px;}
.summary.out_sum li .tit span {font-weight:bold;}

.summary.off_sum li {
    /* width:19%;  */
    padding-right:30px;
}
.summary.off_sum li:nth-child(4){width:24%;}
.summary.off_sum li:after {top:80px; right:8px;}
.summary.off_sum li:last-child p.tit{padding:32px 20px;}
.summary.off_sum{
    display: flex;
} 
.summary.off_sum li .sum_box .tit{
    /* height: 200px; */
}
.summary.off_sum li:nth-child(1) p.tit, .summary.off_sum li:nth-child(2) p.tit {
    padding: 68px 20px;
}
.summary.off_sum li:nth-child(3) p.tit, .summary.off_sum li:nth-child(5) p.tit{
    padding: 56px 20px;
}
.summary.off_sum li:nth-child(6) p.tit{
    padding: 80px 20px;
}
/*대회요강 > 예선본선 심사규정 표*/
.judging_table {
    width: 100%;
    border-top: 2px solid #555;
    margin-top:20px;
    margin-bottom: 50px;
}

.judging_table:last-child {
    margin-bottom: 70px;
}

.judging_table tbody tr th {
    padding: 12px 15px;
    background: #f7f7f7;
    color: #333;
    font-weight: bold;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.judging_table tbody tr td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    line-height: 1.5em;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 15px;
}

.judging_table tbody tr td:last-child {
    text-align: center;
}



/*대회소개 > 수상 및 특전*/
.benefit_mt {
	margin-top:25px;
	}
.benefit_con:after{content:'';display:block;clear:both;height:0;visibility:hidden;}
.benefit_float {
	/*float:left;
	width:49%;*/
	background: #f7f7f7;
	padding: 20px;
	}
.benefit_float:first-child {
	margin-left:0;
	}
.benefit_float {
	margin-left:2%;
	}
.benefit_txt {
	font-size: 17px;
	font-weight: bold;
	color: #ec008c;
	margin-bottom:10px;
	}
.benefit_h4 {position:relative; font-size:13px; color:#003964; margin-bottom:10px; font-weight:bold;}
.benefit_h401:before {content:''; background:url('/images/common/h4_01.png') center center no-repeat; background-size:15px 15px; width:15px; height:15px; display: inline-block; margin-right:10px; vertical-align: middle;}
.benefit_h402:before {content:''; background:url('/images/common/h4_02.png') center center no-repeat; background-size:15px 15px; width:15px; height:15px; display: inline-block; margin-right:10px; vertical-align: middle;}
.benefit_h403:before {content:''; background:url('/images/common/h4_03.png') center center no-repeat; background-size:15px 15px; width:15px; height:15px; display: inline-block; margin-right:10px; vertical-align: middle;}
.benefit_h404:before {content:''; background:url('/images/common/h4_04.png') center center no-repeat; background-size:15px 15px; width:15px; height:15px; display: inline-block; margin-right:10px; vertical-align: middle;}

.benefit_imgtxt {
	margin-top:20px;
	}
.benefit_imgtxt:after{content:'';display:block;clear:both;height:0;visibility:hidden;}
.benefit_imgtxt li {
	float:left;
	width:15%;
	}
.benefit_imgtxt li:last-child {
	width:83%;
	margin-left:2%;
	}
.benefit_imgtxt li img {
	width:100%;
	max-width:114px;
	}
.benefit_imgtxt li p {font-size:13px; line-height:1.6em; padding-left:10px; position:relative; margin-bottom:10px;}
.benefit_imgtxt li p:before {background:url('/images/common/ul_bullet.jpg') no-repeat; position:absolute; width:5px; height:5px; left:0; top:12px; content:'';}

.benefit_mt20 {
	margin-top:20px;
	}

/*대회접수 - 참가팀 접수*/

/*접수 선택화면*/
div#receipt_intro{margin:150px 0px;}
div#receipt_intro div a{ margin:0 10px;}

/*타이틀*/
p.rec_tit {font-size:24px; color:#003964; font-weight:bold;}

/*step*/
ul#receipt_step{overflow:hidden; margin:50px 0px 30px 0px; position:relative;}
ul#receipt_step li.step{ width:33.3%; padding: 20px; border:1px solid #dddddd; float:left; box-sizing:border-box;}
ul#receipt_step .step.on{ box-sizing:border-box; border:1px solid #00a1e4;}
ul#receipt_step .step.on p.tit{ color:#003964; font-weight:bold;}
ul#receipt_step .step.on p{ color:#00a1e4;;}
ul#receipt_step .step p.tit{ font-size:16px; color:#999;}
ul#receipt_step .step p{ font-size:15px; color:#999;}

form#form_receipt {overflow:hidden;}

/*접수 테이블*/
.tblT tr, .tblT th, .tblT td{padding:10px 20px; border-bottom:1px solid #ddd; line-height:1.5em; vertical-align: middle; box-sizing:border-box; font-size:15px;}
.tblT tbody th {background:#f7f7f7; color:#333; font-weight:bold; text-align:center; border-right:1px solid #ddd;}
.tblT tbody td span {color:#003964; font-weight:bold; margin-right:5px;}
.tblT tbody td p {margin:3px 0;}
.tblT tbody td p.none {width:auto; height:36px;}

.tblT input[type="text"] {width:180px; padding:2px 5px; border:1px solid #ddd; height:36px; border-radius:3px;}
.tblT input[type="password"] {width:280px; padding:2px 5px; border:1px solid #ddd; height:36px; border-radius:3px;}
.tblT tbody textarea {border:1px solid #ddd; border-radius:3px;}

.tblT tbody tr.team_mem label span {display:inline-block; width:150px;}
.tblT tbody tr input.zipcode {width:80px;}
.tblT tbody tr input.addr {width:40%;}
.tblT tbody tr input.tel {width:70px;}

#m_emailcode{width: 150px;padding-left:10px;border: 1px solid #ddd;height: 36px;border-radius: 3px;}
.search_sel{ border: 1px solid #ddd; height: 36px; border-radius: 3px; padding-left:10px;}

.filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0;}

.filebox label { display: inline-block; padding: .5em 2em; color: #fff; font-size: inherit; line-height:1.4em; vertical-align: middle; background-color: #003964; cursor: pointer; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: .25em;height:40px; margin-left:10px;}

/* named upload */
.filebox .upload-name {display: inline-block; padding: .5em .75em;  /* label의 패딩값과 일치 */ font-size: inherit; font-family: inherit; line-height: normal; vertical-align: middle; background-color: #fff; border: 1px solid #ebebeb;  border-bottom-color: #e2e2e2; border-radius: .25em; -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; height:40px; width:60%;}

/*radio*/
fieldset#radio legend { visibility:hidden; font-size:0; line-height:0; width:0; height:0; }
#radio label {display: inline-block;cursor: pointer;position: relative; padding-left: 25px; margin-right: 15px; font-size: 15px;}
#radio input[type=radio]{display: none;}
#radio label:before {content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 10px; position: absolute; left: 0; top:2px; border:1px solid #ddd; background-color: #fff; border-radius: 3px;}
#radio input[type=radio]:checked + label:before {content: ""; display: inline-block; width:16px; height:16px; margin-right: 10px; position: absolute; left: 0; top:2px; background-color:#003964; border-radius: 3px;}

/*clearfix*/
.cf:after{clear:both; content:""; display:block;}

/*membership*/
#policy{margin-top: 50px;margin-bottom: 100px;padding: 35px 20px;}
#terms{margin-top: 50px;margin-bottom: 100px;padding: 35px 20px;}


.outline_wrap02 .F20_ec008c_B{  
    padding-left: 20px !important;
    padding-top: 5px !important;
}

.search_sel{    border: 1px solid #ddd;
    height: 40px;
    border-radius: 3px; padding-left:10px;
}

select#m_citizenship{ width:97%; padding-left:10px;}
select#m_country{ width:97%; padding-left:10px;}
select#m_tel1{ width:74px; padding-left:10px;}
select#m_phone1{ width:70px; padding-left:10px;}


/*대회접수>본선참관 신청2021*/
.monitor2021{
    width:100%;
    padding: 100px 50px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}

.monitor2021 img{
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto 50px;  
}

.monitor2021 h3::before{
 background: none;
}


.monitor2021 h3{
    font-weight: 900;
    color: #434343;
    font-size: 30px;
    line-height: 1.3;
    background: none;
    padding:0;
}



/*심사페이지*/
#sub_wrap .sub_tit02{width: 1180px;height: 70px;border-bottom: 1px solid #ddd;}
#sub_wrap .sub_tit02 h2{display: inline-block;font-size: 32px;color: #333;border-bottom: 2px solid #00a1e4;float: left;font-weight:bold;
line-height: 2.11em;
padding-right:30px;
}

.done .button.button-grey {
    background: #999999;
    color: #fff;
}
.done .button {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
	margin: 0 0 0 20px;
}

.done .button a{color:#fff;}
.before .button a{color:#fff;}
.bbs-bx table.bbs-list tbody tr td.before{ color:#ec008c;}
.before .button {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
	margin: 0 0 0 20px;
}
.print_wrap{ width:880px; height:auto; margin:0 auto;}

/*추가 CSS*/



/* 역대수상자 2017 테이블 */

.table_new {
    width: 860px;
    height: auto;
    margin-top:30px;
    float:left;
    font-size:13px;
    color:#555;
    vertical-align:middle;
}
    .table_new th {
        background-color: #003964;
        color: #fff;
        font-weight: 700;
        padding: 20px;
        border: none;
        font-size: 16px;
        text-align: center;
    }

.table_new th:first-child {
    border-right: 1px solid #fff;}

    .table_new td {
        padding: 5px;
		border-bottom:1px solid #ddd;
    }

.table_new .awd{padding:10px;  border-top:none; background-color:#f7f7f7;}

	.table_new span {
        line-height:20px;
    }

.table_new tr > td:first-child {
    border-left: 1px solid #ddd;
}

.table_new tr > td:last-child {
    border-right: 1px solid #ddd;
}

/* 역대수상자 2017 테이블 텍스트 */

.txt_cen {     text-align: center;     border: 1px solid #ddd;} 

.F15_ec008c_t {    color: #ec008c;    font-weight: 700;    font-size: 15px; margin-right:10px;}
.F15_14a9e3 {    color: #14a9e3;    font-weight: 700;    font-size: 15px;    display: block;    margin-bottom:10px;}
.F15_000 {    color:#000;    font-weight:700;    font-size:15px;    display:block;    margin-bottom:5px;}
.dw_btn {    width:100px;    height:40px;    background-color: #888;    color: #fff;    text-align:center;    display: block;    margin: 2px auto;  line-height:40px;}
.dw_btn:hover{ color:#fff; background-color:#bbb;}
.dw_btn:activ { color:#fff;}
.dw_btn:visited { color:#fff;}
.dw_btn img {    vertical-align:middle;    margin-left:5px;}

/*comingsoon*/
.comingsoon {
    padding-top: 1rem;
    margin: 0 auto;
    width: 400px;
    text-align: center;
}
.comingsoon img {
    width: 100%;
    max-width: 150px;
}
.comingsoon p {
    padding-top: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
}