@charset "utf-8";
/* CSS Document */

.noDisp{
    display:block;
    white-space:nowrap;
    text-indent:999999px;
    overflow:hidden;}
a{
	color:#000;}
a.txt{
	display:inline-block;
	text-decoration:underline;}
.box{
	padding:10px;
	position:relative;}
.box.def{}
.box.defback{
	background-color:#00437c;
	padding:20px;
	color:#fff;}
.box.clr00{
	background: #fff;
	border:solid 1px #666;}
.box.clr02{
	background: #fff;
    border: solid 1px #ddd;}
.boxtitle{
	font-size:18px;
	background-color:#828f93;
	margin-bottom:10px;
	padding:10px;
	color:#fff;}
.box.st02{
	padding:0px;
	margin-bottom:0px;}
.boxtitle{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededf6+0,ffffff+30,ffffff+70,ededf6+100 */
background: rgb(237,237,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(237,237,246,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(237,237,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(237,237,246,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(237,237,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(237,237,246,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(237,237,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededf6', endColorstr='#ededf6',GradientType=0 ); /* IE6-9 */
	border:solid 2px #60538c;
	border-left:none;
	border-right:none;
	color:#60538c;
	padding:10px;
	margin-bottom:0;
	text-align:center;
	font-weight:bold;}
.boxtitle.name{
	font-size:130%;}
.boxtitle.name span{
	font-size:90%;}
.boxsub{
	color:#60538c;
	font-weight:bold;
	font-size:120%;
	padding-left:10px;}
.boxsub i{
	font-size:130%;
	vertical-align:middle;}
.boxsub span{
	margin-left:10px;}
.boxsub + .txt{
	border-bottom:dotted 1px #aaa;
	margin-bottom:20px;
	padding-bottom:5px;}
.boxsub.wi + .txt .data{
	padding-left:47px;}
.p-num{
	font-size:180%;
	font-weight:bold;}
.p-num span{
	font-size:69%;}

#lean_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
	z-index:1000;
}

.popW{
	background: none repeat scroll 0 0 #FFFFFF;
/*	border-radius: 5px 5px 5px 5px;	*/
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	display: none;
	width:500px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.popW.st02{
	background:none;
	box-shadow:none;
	width:auto;}
.popW.st02 .title,
.popW.st02 .modal_close{
	color:#fff;}
.popW.st02 .title .line{
	border-bottom:solid 1px #fff;
	margin-bottom:20px;}
.popW.wide{
	width:700px;}
.modal_close {
	position: absolute;
	top:10px;
	right:10px;
	display: block;
	z-index: 2;
    background-size:20px 20px;
    width:20px;
    height:20px;
}
.popW_body{
	min-height:220px;
	padding:35px;}
.popW_body .btnA{
	margin-top:30px;}

.btn,
.tag{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding:12px 20px;
	line-height:1.2;
	margin:0 auto;
	text-align:center;
	color:#fff;}
.btn{
    display:-webkit-flex;
    display:flex;
	-webkit-justify-content: center;
	justify-content:center;
	-webkit-align-items: center;
	align-items: center;
	max-width:400px;}
input[type="text"] + .btn{
	-webkit-border-radius:0px 5px 5px 0px;
border-radius:0px 5px 5px 0px;
height:36px;
margin:0;}
.btn.right{
	margin:0;
	margin-left: auto;}
.tag{
	-webkit-border-radius:2px;
	border-radius:2px;
	font-size:80%;
	padding:2px 5px;}
.silver{
	background-color:#ddd;}
.gray{
	background-color:#999;}
.blue{
	background-color:#34739f;}
.bg-red{
	background-color:#FF0000;}
.orange{
	background-color:#F90;}
.white{
	background-color:#fff !important;}
.btn.white{
	border:solid 1px #000;
	color:#000;}
.tag.clr01{
	background-color:#ef845c;}
.tag.clr02{
	background-color:#ba79b1;}
.tag.clr03{
	background-color:#796baf;}
.tag.clr04{
	background-color:#6c9bd2;}
.lg{
	width:88%;
	padding:20px;
	margin:0 auto;}
.btn.sys{
	padding:6px 10px;
	font-size:80%;}
.col2 .btn{
	width:40%;}
.btn:hover{
	opacity:0.8;}
.bdr.black{
	border:solid 1px #000;
	background-color:#efefef}

input[type="text"], input[type="password"], textarea,input[type="checkbox"] ,button,.button{
	resize:none;
	overflow:auto;/* ie */
		-webkit-appearance: none;
border-radius: 0;}
/***select design ****/

.select-wrap {
    position: relative;
	display:inline-block;}
.select-wrap:before {
    z-index: 1;
    position: absolute;
	right:10px;
    top:11px;
    content: "";
	background-image:url(../img/arr.svg);
	background-size:15px 15px;
	width:15px;
	height:15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
    color: #bbb;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding-right:50px;
	width:100%;}
select option{
  background-color: #fff;
  color: #333;}
select::-ms-expand {
  display: none;}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;}
/****se;ect ***/




input[type="text"], input[type="password"], select, textarea{
	padding:5px;}
input:focus,
select:focus,
textarea:focus{outline:none;}
textarea{
	line-height:1.5;}

input[type="text"], input[type="password"], textarea, select{
	background-color:#fff;
	border:solid 1px #dedede;
	height:36px;}

@media screen and (max-width:640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  textarea,
  select {
    font-size: 100%;
  	background-color:#fff;
  	border:solid 1px #dedede;
  	height:36px;}
}

.lg-i{
	height:46px !important;
	font-size:120%;}
table input[type="text"],
table input[type="email"],
table input[type="tel"],
table input[type="password"],
table select {
	height:30px;}
input[type="text"].error, input[type="password"].error, textarea.error, select.error{
	background-color:#FFE7DD;
	border:solid 1px #FEB8A9;}

input[type="text"][disabled],
textarea[disabled],
select[disabled]{
    background:#eee;
    cursor:not-allowed;}

.errormsg{
	margin-top:5px;
	margin-bottom:10px;
	color:#FF0000;
	text-align:left;}
input:hover,
input:focus,
input:focus:hover,
select:hover,
select:focus,
select:focus:hover,
textarea:hover,
textarea:focus,
textarea:focus:hover {background-color:#EDFEFA; box-shadow:none;}



input[type="radio"],input[type="checkbox"]{
	width:15px;
	height:15px;}
input[type="radio"].winp,input[type="checkbox"].winp{
	margin-top:7px;}

input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    cursor: pointer;}

    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }

    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 0px;
		margin-right:15px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display:inline-block;
		vertical-align:middle;
		margin-right:5px;
        width: 15px;
        height: 15px;
        background-color: white;
    }
.f_s150 input[type=radio] + label::before,
.f_s150 input[type=checkbox] + label::before {
	margin-right:15px;
  width:25px;
  height:25px;
  background-color: white;
}

    input[type=radio] + label::before {
    	background-color:#f7f7f7;
    	border:solid 1px #555;
      border-radius: 30px;
    }
    input[type=checkbox] + label::before {
    	background-color:#f7f7f7;
    	border:solid 1px #555;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
      content: "";
      position: absolute;
      top:10px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
    }
    input[type=radio]:checked + label::after {
      left:4px;
      width:7px;
      height:7px;
      margin-top: -3px;
      background: #19c5ff;
      border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
      left:3px;
      width:11px;
      height:7px;
      margin-top: -4px;
      border-left: 3px solid #12b4eb;
      border-bottom: 3px solid #12b4eb;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
.f_s150 input[type=checkbox]:checked + label::after {
      width:25px;
      height:15px;
      border-left:5px solid #12b4eb;
      border-bottom:5px solid #12b4eb;
    }
.nolabel input[type=radio] + label::before,
.nolabel input[type=checkbox] + label::before {
		margin-right:0px;}
.nolabel input[type=radio] + label,
.nolabel input[type=checkbox] + label {
		margin-right:0px;    }

input[type="radio"]{vertical-align:top;}
.max{
	width:100%;}
.max-mid{
	width:80%;}
.mid-max{
	width:65%;}
.mid{
	width:50%;}
.mid-min{
	width:40%;}
.min-mid{
	width:30%;}
.min{
	width:20%;}
.xmin{
	width:15%;}
.xxmin{
	width:10%;}
.h40{
	height:40px !important;}
.h60{
	height:60px !important;}
.h70{
	height:70px !important;}
.h80{
	height:80px !important;}
.h100{
	height:100px !important;}
.h120{
	height:120px !important;}
.h140{
	height:140px !important;}
.h160{
	height:160px !important;}
.h180{
	height:180px !important;}
.h200{
	height:200px !important;}
.h240{
	height:240px !important;}
.h280{
	height:280px !important;}
.w160{
	width:160px;}
.w200{
	width:200px;}
.w240{
	width:240px;}
.w260{
	width:260px;}
.w300{
	width:300px;}
.w320{
	width:320px;}
.w360{
	width:360px;}
.postno{
	width:100px;}
.list.arr{}
.list.arr li{
	position:relative;
	padding-left:30px;
	margin-bottom:10px;}
.list.arr li i{
	position:absolute;
	top:0;
	left:0;}
.ls-1{
	letter-spacing:-1px;}
.ls-2{
	letter-spacing:-2px;}

table{
	border-collapse:collapse;}
table th,
table td{
	text-align:center;
	border:solid 1px #666;}
table th{
	background-color:#0099CC;
	color:#fff;}
/*
table tr:nth-child(even) td,
table tr:nth-child(odd) td.rowspan{
	background-color:#fff;}
table tr:nth-child(odd) td,
table tr:nth-child(even) td.rowspan{
	background-color:#eee;}
*/
table .clr td{
	background-color:#D6F5FC !important;}
.table-info{
	padding:10px;
	border:solid 1px #666;
	background-color:#0099CC;
	color:#fff;}
.table-info + .box{
	border-top:none;}


table.plain{}
table.plain th,
table.plain td{
	color:#000;
	border:none;
	background-color:transparent !important;
	text-align:left;
	position:relative;
	padding:5px;
	overflow:hidden;
	white-space: nowrap;}
table.plain th{
	padding-right:20px;}
/*table.plain th:after{
    content: "��";
	right:0;
	position:absolute;}*/
table.plain.st02 th,
table.plain.st02 td{
	padding-top:0;
	padding-bottom:0;}


table.plain.line{
	border:solid 1px #bbb;}
table.plain.line th,
table.plain.line td{
	border:solid 1px #bbb;
	padding:5px 10px;}

dl.table{}
dl.table dt,
dl.table dd{
	border:solid 1px #ccc;
	border-bottom:none;
	padding:10px;}
dl.table dt{
	background-color:#E0F8FC;
	position:relative;
	font-weight:bold;}
dl.table dd:last-child{
	border-bottom:solid 1px #ccc;}
dl.table dt .tag{
	margin-left:10px;}
dl.table dt a.rightbtn{
	font-weight:normal;
	position:absolute;
	right:10px;
	top:9px;}
/******************************** POPUP *******/
#lean_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
	z-index:1000;
}

.popW{
	background: none repeat scroll 0 0 #FFFFFF;
/*	border-radius: 5px 5px 5px 5px;	*/
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	display: none;
	width:480px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

@media screen and (max-width:500px) {
.popW{
	width:90%;}

}
.modal_close {
	position: absolute;
	top:5px;
	right:5px;
	display: block;
	z-index: 2;
}
.whead .modal_close {
	top:10px;
	right:10px;}
.btn_close{
	text-align:center;
	width:50px;
	height:20px;
	line-height:20px;
	background-color:#bbb;
	color:#fff;
	background-image:none;
	bottom:5px !important;
	right:5px;
	position: absolute;}

.popW .popW_head {
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    background: #ddd;
    padding:10px 45px 10px 15px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	line-height:1;}

.popW .popW_body{
	padding:20px;
	text-align:center;}


.line3e{
	white-space:normal !important;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;-webkit-line-clamp:3;-moz-line-clamp:3;height:4.9em; /* exactly three lines */
  text-overflow: -o-ellipsis-lastline;}
.line2e{
	white-space:normal !important;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;-webkit-line-clamp:2;-moz-line-clamp:2;height:3em; /* exactly three lines */
  text-overflow: -o-ellipsis-lastline;}

.ratio-w{
	display:block;
	margin:0 auto;}
.ratioimg{
	display:table-cell !important;
	vertical-align:middle !important;
	text-align:center !important;}
.ratioimg img{
	width:auto !important;
	height:auto !important;
	vertical-align:middle !important;}
.w240 .ratioimg{
	width:240px;
	height:240px;}
.w240 .ratioimg img{
	max-height:240px;
	max-width:240px;}
