@charset "utf-8";

/********** 공통요소 CSS **********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button {margin:0;padding:0;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,form,fieldset,p,th,td,input {font-family:"NanumBarunGothic", nbg, dotum, sans-serif; font-weight: normal}
body{font-size:12px; color:#777;}

img {border:0; vertical-align:top; }
fieldset {border:0; margin:0; padding:0;}
textarea {margin:0; border:1px solid #cccccc; font-family:"NanumBarunGothic", nbg, dotum, sans-serif; font-size:12px;}
select, input {font-family:"NanumBarunGothic", nbg, dotum, sans-serif; vertical-align:middle;}
ul, ol {list-style-type : none;}
dt, dd, h1 , h2, h3, h4, h5, h6 {padding:0; margin:0;}
select {padding:5px 0; height:32px; color:#777; font-size:12px;  border:1px solid #e8e8e8;}
input {color:#777; font-size:12px; height:26px; border:1px solid #e8e8e8;}
a,
a:link,
a:visited,
a:active {color:#333; text-decoration:none;}
a:hover,
a:focus {text-decoration:none; color:#ca0300;}
legend {visibility:hidden; height:0; width:0; font-size:0; line-height:0; overflow:hidden; left:-9999px; top:-9999px;}
hr {visibility:hidden; height:0; width:0; font-size:0; line-height:0; overflow:hidden; position:absolute; left:-9999px; top:-9999px;}
caption {overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0;}
em, address {font-style:normal;}
button {background:transparent; border:0; font-family:"NanumBarunGothic", nbg, dotum, sans-serif; font-size:12px; cursor:pointer; padding:0; overflow:visible; vertical-align:top;}
table {border-collapse:collapse; table-layout:fixed; border-spacing:0;}
p{color:#333; line-height:22px; font-size:13px}

/* font-face */
@font-face{
	font-family:"nbg";
	src:url("font/NanumBarunGothic.eot");
	src:local(※), url("font/NanumBarunGothic.woff") format("woff");
	src: url('font/NanumBarunGothic.woff') format('woff');
}
@font-face {
	font-family:'NanumBarunGothic';
	src: url('font/NanumBarunGothic.eot');
}

/* etc */
.num{font-family:"Arial",dotum,Helvetica,AppleGothic,sans-serif !important;}
.bg_none{background:none !important}
.dsblock{display:block !important}
.dsline{display:inline-block !important}
.lh24{line-height:24px !important}
.companyTab{overflow:hidden}

/* skipNavi */
#skipNavi{position:absolute; left:0; top:0; width:100%; z-index:999;}
#skipNavi li{position:absolute; left:0; top:0; width:100%; z-index:999;}
#skipNavi a{overflow:hidden; display:block; width:1px; height:1px; margin-bottom:-1px; color:#444; font-size:0; text-decoration:none;}
#skipNavi a:active, #skipNavi a:focus{width:100%; height:auto; padding:5px 0; background:#eee; font-size:14px; text-align:center;}


/* default style */
.accessibility {position:absolute; left:-1000px; top:0; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; text-indent:-9999px;}
.pointer {cursor:pointer;}
.ovHidden {overflow:hidden;}
.hidden {overflow:hidden; position:absolute; top:-10000px; left:-10000px; width:1px; height:1px;}

/* position */
.relative {position:relative}
.absolute {position:absolute}

/* floating */
.fl {float:left !important;}
.fr {float:right !important;}
.cl {clear:both !important;}

/* align */
.al {text-align:left !important;}
.ac {text-align:center !important;}
.ar {text-align:right !important;}
.aj {text-align:justify;}

.vt {vertical-align:top !important;}
.vm {vertical-align:middle !important;}
.vb {vertical-align:bottom !important;}

/* font size */
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}

/* font weight */
.fwb {font-weight:bold !important;}
.fwn {font-weight:normal !important;}

/* letter-spacing */
.ls0 {letter-spacing:0 !important;}
.ls1 {letter-spacing:-1px !important;}

/* font color */
.fcB{color:#232323 !important;}
.fcGrayB{color:#464646 !important;}
.fcGray{color:#777 !important;}
.fcGrayN{color:#999 !important;}
.fcRed{color:#ea002c !important;}
.fcOrg{color:#ff7a00 !important;}
.fc666{color:#666 !important;}
.fc000{color:#000 !important;}
.fc333{color:#333 !important;}


/* padding, margin style */ /* 특별한 case외에 사용 자제 */
.p0		{padding:0 !important;}

.pt0	{padding-top:0 !important;}
.pt5	{padding-top:5px !important;}
.pt10	{padding-top:10px !important;}
.pt15	{padding-top:15px !important;}
.pt20	{padding-top:20px !important;}
.pt25	{padding-top:25px !important;}
.pt30	{padding-top:30px !important;}
.pt35	{padding-top:35px !important;}
.pt40	{padding-top:40px !important;}
.pt45	{padding-top:45px !important;}
.pt50	{padding-top:50px !important;}

.pb0	{padding-bottom:0 !important;}
.pb5	{padding-bottom:5px !important;}
.pb10	{padding-bottom:10px !important;}
.pb15	{padding-bottom:15px !important;}
.pb20	{padding-bottom:20px !important;}
.pb25	{padding-bottom:25px !important;}
.pb30	{padding-bottom:30px !important;}
.pb35	{padding-bottom:35px !important;}
.pb40	{padding-bottom:40px !important;}
.pb45	{padding-bottom:45px !important;}
.pb50	{padding-bottom:50px !important;}

.pl0	{padding-left:0px !important;}
.pl5	{padding-left:5px !important;}
.pl10	{padding-left:10px !important;}
.pl15	{padding-left:15px !important;}
.pl20	{padding-left:20px !important;}
.pl25	{padding-left:25px !important;}
.pl30	{padding-left:30px !important;}
.pl35	{padding-left:35px !important;}
.pl40	{padding-left:40px !important;}
.pl45	{padding-left:45px !important;}
.pl50	{padding-left:50px !important;}

.pr0	{padding-right:0px !important;}
.pr5	{padding-right:5px !important;}
.pr10	{padding-right:10px !important;}
.pr15	{padding-right:15px !important;}
.pr20	{padding-right:20px !important;}
.pr20	{padding-right:25px !important;}
.pr30	{padding-right:30px !important;}
.pr35	{padding-right:35px !important;}
.pr40	{padding-right:40px !important;}
.pr45	{padding-right:45px !important;}
.pr50	{padding-right:50px !important;}

.m0		{margin:0 !important;}

.mt0	{margin-top:0px !important;}
.mt5	{margin-top:5px !important;}
.mt10	{margin-top:10px !important;}
.mt15	{margin-top:15px !important;}
.mt20	{margin-top:20px !important;}
.mt25	{margin-top:25px !important;}
.mt30	{margin-top:22px !important;} 
.mt35	{margin-top:35px !important;}
.mt40	{margin-top:40px !important;}
.mt45	{margin-top:45px !important;}
.mt50	{margin-top:50px !important;}
.mt60	{margin-top:60px !important;}
.mt70	{margin-top:70px !important;}
.mt80	{margin-top:80px !important;}
.mt90	{margin-top:90px !important;}
.mt100	{margin-top:100px !important;}

.mb0	{margin-bottom:0px !important;}
.mb5	{margin-bottom:5px !important;}
.mb10	{margin-bottom:10px !important;}
.mb15	{margin-bottom:15px !important;}
.mb20	{margin-bottom:20px !important;}
.mb25	{margin-bottom:25px !important;}
.mb30	{margin-bottom:30px !important;}
.mb35	{margin-bottom:35px !important;}
.mb40	{margin-bottom:40px !important;}
.mb45	{margin-bottom:45px !important;}
.mb50	{margin-bottom:50px !important;}

.ml0	{margin-left:0px !important;}
.ml2	{margin-left:2px !important;}
.ml3	{margin-left:3px !important;}
.ml5	{margin-left:5px !important;}
.ml7	{margin-left:7px !important;}
.ml8	{margin-left:8px !important;}
.ml10	{margin-left:10px !important;}
.ml15	{margin-left:15px !important;}
.ml20	{margin-left:20px !important;}
.ml25	{margin-left:25px !important;}
.ml30	{margin-left:30px !important;}
.ml35	{margin-left:35px !important;}
.ml40	{margin-left:40px !important;}
.ml45	{margin-left:45px !important;}
.ml50	{margin-left:50px !important;}
.ml55	{margin-left:55px !important;}
.ml60	{margin-left:60px !important;}
.ml100	{margin-left:100px !important;}
.ml120	{margin-left:120px !important;}

.mr0	{margin-right:0px !important;}
.mr5	{margin-right:5px !important;}
.mr10	{margin-right:10px !important;}
.mr15	{margin-right:15px !important;}
.mr20	{margin-right:20px !important;}
.mr25	{margin-right:25px !important;}
.mr30	{margin-right:30px !important;}
.mr35	{margin-right:35px !important;}
.mr40	{margin-right:40px !important;}
.mr45	{margin-right:45px !important;}
.mr50	{margin-right:50px !important;}

.clearfix{*zoom:1;}
.clearfix:after{display: block; content:""; clear: both;}

/*텍스트 강조*/
.str1{color:#c72c2c }




/*테이블스타일*/

/*type1*/
.tbl_1{width:100%;}
.tbl_1 th,
.tbl_1 td{border:1px solid #e8e8e8; padding:20px; font-size: 13px; line-height: 22px}
.tbl_1 th{background:#f2f2f2 }

/*type2*/
.tbl_2{width:100%;}
.tbl_2 th,
.tbl_2 td{border:1px solid #d1d1d1; padding: 7px 0; font-size: 13px; line-height: 22px}
.tbl_2 th{background:#f2f2f2; color: #c72c2c; text-align: center;}

/*type3*/
.tbl_3{width:100%;}
.tbl_3 th,
.tbl_3 td{border: 1px solid #e8e8e8; padding: 20px; font-size: 13px; line-height: 22px}
.tbl_3 th{background:#f2f2f2; color: #c72c2c; text-align: center;}


/*type4*/
.tbl_4{width:100%;}
.tbl_4 th,
.tbl_4 td{border: 1px solid #e8e8e8; padding: 5px 15px; font-size: 13px; line-height: 22px}
.tbl_4 th{background:#f2f2f2; color: #383838; }

/*type6*/
.tbl_6{width:100%;}
.tbl_6 th,
.tbl_6 td{border:1px solid #e8e8e8; padding:15px; font-size: 13px; line-height: 22px; text-align:center;}
.tbl_6 th{background:#f2f2f2 }

/*type7*/
.tbl_7{width:100%;}
.tbl_7 th,
.tbl_7 td{border:1px solid #e8e8e8; padding:15px 10px; font-size: 13px; line-height: 22px; text-align:center;}
.tbl_7 th{background:#f2f2f2 }





.tbl_5{width:100%;}
.tbl_5 th,
.tbl_5 td{border:1px solid #e8e8e8; padding: 5px; font-size: 12px; line-height: 22px;text-align: center;}
.tbl_5 th{background:#f2f2f2 ;text-align: center;}
.tbl_5 tr.last_tr td{border-bottom: 1px solid #000;}
.tbl_5 td.month{background: #efefef}
.tbl_5 td.holiday{color:#f00;}
.tbl_5 td.left{text-align: left; padding-left:10px;}


/*type8*/
.tbl_8{width:50%;}
.tbl_8 th,
.tbl_8 td{border:1px solid #e8e8e8; padding:1px; font-size: 13px; line-height: 22px; text-align:center;}
/*.tbl_8 th{background:#f2f2f2 } */





#headerWr .header .logo{padding-top:8px}

.header_search{position: absolute;top: 10px;right: 10px;background: #f2f2f2; border:1px solid #d3d3d3; width:180px}
.header_search input[type="text"]{background:none; border:none; width: 145px;padding-left: 10px;color: #666;}
.header_search input[type="button"]{position: absolute; top: 1px; right: 3px; width:18px; height:18px;  background: url(../images/spr_img1.png) no-repeat 0px -70px; border:none; cursor: pointer;}

.header_txt{position: absolute;top: 10px; right: 20px; width:480px; font-size: 13px; color:#d93c2d; text-align:right;}
.header_txt span{ font-weight:bold; font-size: 13px;}


.depth01{position: absolute;top: 47px;right: 0px;}



.depth01>li{float: left; padding: 0 20px;position: relative;}
.depth01>li + li{/* border-left:1px solid #ddd; */background: url(../images/spr_img1.png) no-repeat -205px 3px;}
.depth01>li>a{font-size:16px; color:#3c3c3c;display: block;padding-bottom: 20px;}
.depth01>li:hover>a{color:#c72c2c;}


.depth02{position:absolute; width:100%; padding-top: 35px; display: none;min-height: 245px;}
.depth02>li{padding-bottom: 15px;}
.depth02>li>a{font-size:13px; color:#acacac;}
.depth02>li>a:hover{color:#fff}

.nav_bg{position:absolute; z-index:1;  width:100%;  height: 375px;     background: #464646;top: 95px;left: 0;display: none;}


.spec_nav_wrap{position: absolute; width:100%; top: 95px;right: 100px;background: #fff; display: none;z-index: 2;border-bottom: 1px solid #000;}
.spec_nav{margin: 0 auto; width: 850px; overflow: hidden; position: relative;background: url(/images/spec_nav_img.gif) no-repeat 0 58px;padding-left: 250px;}

.spec_nav a.close{position: absolute; bottom:20px; right:20px}
.spec_nav>ul{width: 265px; float:left;}
.spec_nav>ul:first-child{border-left: 1px solid #eee}
.spec_nav>ul>li{background: #fff}
.spec_nav>ul>li:hover{background: #f3f3f3}
.spec_nav>ul>li>dl{padding: 15px 20px; border: 1px solid #eee; border-top: none; border-left:none;}
.spec_nav>ul:last-child>li>dl{border-right:none }
.spec_nav>ul>li dt{font-size: 14px; color:#c72c2c;padding-bottom: 12px;}
.spec_nav>ul>li dd{list-style-type:none;font-size:12px; color:#333;padding-bottom: 9px;background: url(/images/spr_img.png1) no-repeat 3px -135px;padding-left: 9px;}

.spec_nav2{margin: 0 auto; width: 850px; overflow: hidden; position: relative;}

.spec_nav2 a.close{display:none;}
.spec_nav2 h2{display:none;}
.spec_nav2>ul{width: 265px; float:left;}
.spec_nav2>ul:first-child{border-left: 1px solid #eee}
.spec_nav2>ul>li{background: #fff}
.spec_nav2>ul>li:hover{background: #f3f3f3}
.spec_nav2>ul>li>dl{padding: 15px 20px; border: 1px solid #eee; border-top: none; border-left:none;}
.spec_nav2>ul:last-child>li>dl{border-right:none }
.spec_nav2>ul>li dt{font-size: 14px; color:#c72c2c;padding-bottom: 10px;}
.spec_nav2>ul>li dd{list-style-type:none;font-size:12px; color:#333;padding-bottom: 7px;background: url(/images/spr_img.png1) no-repeat 3px -135px;padding-left: 9px;}


.lnb>h2{font-size: 32px; color: #000; padding: 60px 0 20px;}
.lnb>ul{border:1px solid #f0f0f0; background: #fafafa;margin-bottom: 50px;}
.lnb>ul>li>a{font-size:14px; display: block; padding:17px 27px; color: #565656; background: url(../images/spr_img1.png) no-repeat 7px 20px }
.lnb>ul>li.on>a,
.lnb>ul>li>a:hover{color: #fff; background: #c72c2c url(../images/spr_img1.png) no-repeat 14px 20px;}
.cont_wrap .s_title{border-bottom: 1px solid #dedede; padding: 60px 0 14px 40px; font-size: 30px; color: #1d1d1d; font-weight: normal;}
.cont_wrap .location li{float:left;}
.cont_wrap .location li.current{font-weight: bold; color:#c72c2c }
.cont_wrap .location li +li{padding-left:15px; background: url(../images/spr_img1.png) no-repeat 6px -37px;}


.bottomWrap dl{float:left; width: 20%;}
.bottomWrap dl.last{width:112px}
.bottomWrap dt{font-size: 16px; color: #ddd; font-weight:bold; padding-bottom: 25px;}
.bottomWrap dt a{color:#0360ca;}
.bottomWrap dd{padding-bottom: 11px;}
.bottomWrap dd a{color: #acacac;font-size: 13px;}
.bottomWrap dd a:hover{color:#fff}




.footerWrap{/* text-align: center; */}
.footerWrap .link a{color:#7c7c7c;}
.footerWrap .address{color:#b4b4b4; padding-bottom: 12px;line-height: 20px;}
.footerWrap .copyright{font-family: verdana; font-size: 10px; text-transform: uppercase;}
.footerWrap>p{position:absolute; top: 38px; right:0}



.standby{text-align: center; padding-top:70px;}
.standby>p{color:#C72C2C; font-size: 36px}
.standby>p>span{color:#333;}
.standby>p+p{font-size: 14px; padding-top:16px; color:#333;}
.standby>p+p+a{display: inline-block; padding:10px 20px; background: #C72C2C; color:#fff; font-size: 14px; margin-top:30px;}
.standby>p+p+a:hover{background: #9B1414;}






/* noticeList(공지사항_리스트)*/
.tbl_st1_list{ width:100%; border-top:1px solid #e6e6e6; margin-bottom:25px; }
.tbl_st1_list thead th{ background-color:#f9f9f9; padding:13px 0 12px; font-size:13px; color:#4c4948; border-bottom:1px solid #e6e6e6; text-align: center}
.tbl_st1_list tbody td{ padding:14px 0 ;  color:#858585; border-bottom:1px solid #e6e6e6; text-align:center;}
.tbl_st1_list td[class="left"]{ padding:11px 10px; text-align: left}
.tbl_st1_list tbody td a{ color:#858585;}
.tbl_st1_list tbody td a:hover{text-decoration: underline; color:#666;}
.tbl_st1_list .ico_new{vertical-align: middle; margin-left: 5px}


/* noticeView (공지사항_보기)*/
.tbl_st1_view{ width:100%; margin-bottom:10px; }
.tbl_st1_view th{ padding:17px 0; background-color:#f9f9f9; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; font-weight: bold;}
.tbl_st1_view .th_left th{ text-align:left; padding-left:20px;}
.tbl_st1_view th[class="left"]{padding-left:20px; /* background-color:#FFF; */}
.tbl_st1_view td{ padding:17px 20px;  border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; color:#858585; background-color:#FFF;}
.tbl_st1_view td a{color:#858585;}
.tbl_st1_view .add_bold a {font-family:'NanumGothicBold'; color:#4c4948 !important;}

.list_btn{ padding-bottom:30px; text-align: right;}
.pn_list{ position:relative ; border-bottom:1px solid #e6e6e6}
.pn_list div{ height:18px; border-top:1px solid #e6e6e6; padding:13px 20px;}
.pn_list div p{ float:left; font-size: 12px;}
.pn_list div p.list_n{ width:54px; margin-right:20px; }



/*테이블스타일 2*/
.tbl_st2{ width:100%; border-top:1px solid #e6e6e6; margin-bottom:25px; }
.tbl_st2 th{ background-color:#f9f9f9; padding:13px 0 12px;  color:#4c4948; border:1px solid #e6e6e6; text-align: center}
.tbl_st2 td{ padding: 14px 10px;  color:#858585; border:1px solid #e6e6e6; text-align:center; background: #fff;}
.tbl_st2 td[class="left"]{ padding:11px 10px; text-align: left}
.tbl_st2 tbody td a{ color:#858585;}
.tbl_st2 tbody td a:hover{text-decoration: underline; color:#666;}
.tbl_st2 .ico_new{vertical-align: middle; margin-left: 5px}





/* paginate */
.paginate {width:100%;float:left;padding-top:50px;text-align:center;line-height:normal}
.paginate a,
.paginate strong {display:inline-block;position:relative;margin:0 -2px;padding:2px 8px;font-weight:bold;font-family:Tahoma, Sans-serif;color:#333;line-height:normal;text-decoration:none;vertical-align:middle}
.paginate strong{color:#ff6600}
.paginate .direction{font-weight:normal;color:#767676;white-space:nowrap}
.paginate .direction span {font-weight:bold;font-size:17px;width: 25px;height: 25px;display: block;border: 1px solid #ddd;}
/* //paginate */



.custom_btn1 {
	display: inline-block !important;
	outline: none !important;	
	text-align: center !important;
	text-decoration: none !important;
	line-height: normal !important;
	vertical-align: middle !important;	
	font-size:13px;
	color: #666!important;
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
	padding: 5px 10px
}

/* tablet. mobile */
.mnavi{display:none;}
#msnb{position:absolute; top:25px; right:0px; display:none;}
.navbar-toggle{
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;

}
.navbar-toggle .icon-bar{display: block;
width: 28px;
height: 3px;
border-radius: 1px;
background-color: #563d7c;}


.navbar-toggle .icon-bar+.icon-bar{margin-top: 5px;}
.navbar-toggle:hover{background-color: #f9f9f9;
border-color: #f9f9f9;}

/* 대회수상 */
.fnt17 {font-size:17px;}
.prize col:nth-child(1) {width:50px;}
.prize col:nth-child(2) {width:250px; text-align:right;}
.prize td img {width:190px;}

/*미디어쿼리*/
/*1024px 이하의 디바이스*/
@media all and (max-width: 1024px) {
.cont_wrap .s_title{padding-left:0;}
#msnb{display:block;}
.mnavi{position: fixed; right:-262px; top:0; width:262px; height:100%; background:#3a3b3d;z-index: 1000;}
.mnavi #mtitle a{display:block; width:229px; height:40px; line-height:40px; font-size:40px; border-bottom:1px #5b5c5e solid; padding:0 13px 0 20px; background:#191c22; text-align:right;}
.mnavi #mtitle a img{width:30px; height:30px; padding:10px 0 0 0;}
.mnavi #mgnb{border-top:1px #5b5c5e solid;}
.mnavi #mgnb>ul>li{border-bottom:1px #5b5c5e solid;}
.mnavi #mgnb>ul>li>a{display:block;  padding:0 20px 0 29px; height:40px; line-height:40px; font-size: 18px;  color:#fff; background:url('../images/bg_mnavi_dep_m.gif') 210px 12px no-repeat;}
.mnavi #mgnb>ul>li>a.on{background: #c72c2c;}
.mnavi #mgnb>ul>li>ul{display:none; background: #f1f1f1; }
.mnavi #mgnb>ul>li>ul>li{border-bottom:0;}
.mnavi #mgnb>ul>li>ul>li>a{display:block;  padding:0 20px 0 37px; height:32px; line-height:32px; font-size: 13px; font-weight:normal; color:#191919; }
.mnavi #mgnb>ul>li>ul>li>a:hover{background:#e1e1e1}
.mnavi #mgnb>ul>li>ul>li>a img{vertical-align:middle; width:8px; height:12px; padding:0 0 0 10px; margin-top:-2px;}
}
/*767px 이하의 디바이스*/
 @media all and (max-width: 767px) {
.footerWrap>p{position: static;padding-top: 10px;}
.nfooterWrap2 {display:none;}
}
 /*479px 이하의 디바이스*/
 @media all and (max-width: 479px) {
 	.cont_wrap .s_title{border-bottom: none; padding-bottom: 7px;}
	.cont_wrap .location li{/* float:left; */}
	.cont_wrap .location li.current{font-weight: bold; color:#c72c2c }
	.cont_wrap .location li +li{padding-left:15px; background: url(../images/spr_img1.png) no-repeat 6px -37px;}

	.cont_wrap ul.tab3 {padding-left:0;}
	.cont_wrap ul.tab3 li {font-size:11px;}
	.cont_wrap ul.tab3 .on {margin:0 0;padding: 10px 0;}
	.cont_wrap ul.tab3 .on a {font-size:11px;}
	.prize {width:100%;}
	.prize col:nth-child(1) {width:15% !important;}
	.prize col:nth-child(2) {width:30%;}
	.prize col:nth-child(3) {width:55%;}
	.prize td img {width:100%;}

	/*
	.cont_wrap ul.tab3 {padding-left: 0px;}
	.tbl_st1_list td:nth-child(1), th:nth-child(1) {width:10%}
	.tbl_st1_list td:nth-child(2), th:nth-child(2) {width:40%}
	.tbl_st1_list td:nth-child(3), th:nth-child(3) {width:50%}
	*/
	td,th{font-size: 11px!important;}
}


/*320px 이하의 디바이스*/
 @media all and (max-width: 320px) {
}
