@charset "utf-8";

/* 공통 CSS */

/* 반응형 */
.pc-only {}
.mo-only {display: none;}

@media screen and (max-width: 768px) {
	.pc-only {display: none;}
	.mo-only {display: inline-block;}
}


/* Owl Carousel */
.owl-stage-outer {position:relative;overflow:hidden;}
.owl-stage {position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-item {min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
/* .owl-nav {position:absolute;top:50%;left: 50%;transform: translate(-50%, -50%);width:100%} */
.owl-dots {display: flex;justify-content: center;align-items: center;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 100%;}
.owl-dot {z-index:11;}
.owl-dot span {display: block;width: 8px;height: 8px;background: #c5c5c5;border-radius: 100%;margin: 0 5px; transition: all 0.3s;}
.owl-dot.active span {background: #005ad4; width: 20px; border-radius: 20px;}

/* 레이아웃 */
.wr__1400 {width: 100%; max-width: 1400px; margin: 0 auto;}
.wr__1500 {width: 100%; max-width: 1500px; margin: 0 auto;}
.wr__1700 {width: 100%; max-width: 1700px; margin: 0 auto;}
.wr__1800 {width: 100%; max-width: 1800px; margin: 0 auto;}

.t__cell {display: table-cell; vertical-align: middle;}

/* 버튼 */
.btn__wr {}
.btn__more {width: 150px; line-height: 50px; text-align: center; font-size: 20px; color: #000; border: 1px solid #000; transition: all 0.2s;}
.btn__more:hover {background: #005ad4; color: #FFF; border: 1px solid #005ad4;}
/* .btn__more:hover {background: #000; color: #FFF;} */

.btn__wr_v2 {text-align: center;}
.btn__more_v2 {width: 150px; line-height: 50px; text-align: center; font-size: 20px; color: #FFF; border: 1px solid #FFF; transition: all 0.2s;}
.btn__more_v2:hover {background: #005ad4;color: #FFF;border: 1px solid #005ad4;}

.btn__more_v3 {width: 150px; line-height: 50px; text-align: center; font-size: 20px; color: #000; border: 1px solid #000; transition: all 0.2s;}
.btn__more_v3:hover {background: #000;color: #FFF;border: 1px solid #000;}

@media screen and (max-width: 1024px) {
	.btn__more {width: 130px; line-height: 40px; font-size:16px;}
	.btn__more_v2 {width: 130px; line-height: 40px; font-size:16px;}
	.btn__more_v3 {width: 130px; line-height: 40px; font-size:16px;}
}

@media screen and (max-width: 768px) {
	.btn__more {width: 100px; line-height: 35px; font-size:14px;}
	.btn__more_v2 {width: 100px; line-height: 35px; font-size:14px;}
	.btn__more_v3 {width: 100px; line-height: 35px; font-size:14px;}
}

@media screen and (max-width: 500px) {
	.btn__more {width: 100px; line-height: 30px; font-size:14px;}
	.btn__more_v2 {width: 100px; line-height: 30px; font-size:14px;}
	.btn__more_v3 {width: 100px; line-height: 30px; font-size:14px;}
}

/* 폰트 */
.bd1 {font-weight: 100;}
.bd2 {font-weight: 200;}
.bd3 {font-weight: 300;}
.bd4 {font-weight: 400;}
.bd5 {font-weight: 500;}
.bd6 {font-weight: 600;}
.bd7 {font-weight: 700;}
.bd8 {font-weight: 800;}
.bd9 {font-weight: 900;}

.gft {font-family: 'GmarketSans';}

/* 테이블 */
.table__wr {width: 100%;}
.table__wr::-webkit-scrollbar{height:5px}
.table__wr::-webkit-scrollbar-thumb{background-color:#272c8f;border-radius:10px}
.table__wr::-webkit-scrollbar-track{background-color:#d2d2d2;border-radius:10px}
.table__01 {width: 100%;text-align: center;border-collapse: collapse;font-size: 18px;border-top: 4px solid #939393;table-layout: fixed;}
.table__01 .bg-grey {background: #f5f5f5;}
.table__01 thead th:nth-child(1) {width: 20%;}
.table__01 thead th:nth-child(2) {width: 20%;}
.table__01 thead th:nth-child(3) {width: 20%;}
.table__01 thead th:nth-child(4) {width: 20%;}
.table__01 thead th:last-child {border-right: 0;}
.table__01 thead th{font-size: 20px;padding: 10px 5px; line-height: 30px;border-bottom: 1px solid #989898;}
.table__01 tbody th{font-size: 20px;padding: 10px 5px; line-height: 30px;}
.table__01 tbody td:first-child {border-left: 0;}
.table__01 tbody td{border: 1px solid #989898;font-size: 18px;line-height: 28px;height: 74px;padding: 5px;}
.table__01 tbody td:last-child {border-right:0px}
.table__01 tbody td.type02 {background: #f5f5f5;}
.table__01 tbody td.ttl {font-size: 18px; color: #000000; font-weight: 600;}
.table__01 .border-top-none{border-top: 0px;}
.table__01 .border-left-none{border-left: 0px;}
.table__01 .border-right-none{border-right: 0px;}

@media screen and (max-width: 1440px) {
	.table__01 thead th{font-size: 16px;padding: 10px 5px;height: 51px;}
	.table__01 tbody td{font-size: 16px;padding: 10px 5px;height: 51px;}
}

@media screen and (max-width: 1024px) {
	.table__01 thead th{font-size: 14px;line-height: 21px;}
	.table__01 tbody td{font-size: 14px;line-height: 20px;}
}

@media screen and (max-width: 768px) {
	.table__wr {padding: 0 0 5px}
	.table-wr::-webkit-scrollbar{height:5px}
	.table-wr::-webkit-scrollbar-thumb{background-color:#334049;border-radius:10px}
	.table-wr::-webkit-scrollbar-track{background-color:#e2e2e2;border-radius:10px}
	.table__01 {min-width: 300px;}
	.table__01 thead th{font-size: 14px;}
	.table__01 tbody td{font-size: 14px;}
	.table__01 tbody td.ttl {font-size: 16px}
}

@media screen and (max-width: 500px) {
	.table__01 tbody td.ttl {font-size: 14px}
}

.table__02 {width: 100%;text-align: center;border-collapse: collapse;font-size: 18px;table-layout: fixed;}
.table__02 .bg--grey {background: #ececec;}
.table__02 thead th:nth-child(1) {width: 25%;}
.table__02 thead th:nth-child(2) {width: 25%;}
.table__02 thead th:nth-child(3) {}
.table__02 thead th:last-child {border-right: 0;}
.table__02 thead th{font-size: 20px;padding: 10px 5px; line-height: 30px; color: #FFF; background: #272c8f; font-weight: 300;}
.table__02 tbody td:first-child {border-left: 0;}
.table__02 tbody td{border: 1px solid #989898;font-size: 18px;line-height: 28px;height: 74px;padding: 5px;}
.table__02 tbody td:last-child {border-right:0px}
.table__02 tbody td.type02 {background: #f5f5f5;}
.table__02 tbody td.ttl {font-size: 18px; color: #000000; font-weight: 600;}
.table__02 .border-top-none{border-top: 0px;}
.table__02 .border-left-none{border-left: 0px;}
.table__02 .border-right-none{border-right: 0px;}

@media screen and (max-width: 1440px) {
	.table__02 thead th{font-size: 16px;padding: 10px 5px;height: 51px;}
	.table__02 tbody td{font-size: 16px;padding: 10px 5px;height: 51px;}
}

@media screen and (max-width: 1024px) {
	.table__02 thead th{font-size: 14px;line-height: 21px;}
	.table__02 tbody td{font-size: 14px;line-height: 20px;}
}

@media screen and (max-width: 768px) {
	.table__02 {min-width: 300px;}
	.table__02 thead th{font-size: 14px;}
	.table__02 tbody td{font-size: 14px;}
	.table__02 tbody td.ttl {font-size: 16px}
}

@media screen and (max-width: 500px) {
	.table__02 tbody td.ttl {font-size: 14px}
}

.table__03 {width: 100%;text-align: center;border-collapse: collapse;font-size: 18px;table-layout: fixed;border-top: 2px solid #7f7f7f;}
.table__03 .bg--grey {background: #ececec;}
.table__03 thead th:nth-child(1) {width: 25%;}
.table__03 thead th:nth-child(2) {width: 25%;}
.table__03 thead th:nth-child(3) {}
.table__03 thead th:last-child {border-right: 0;}
.table__03 thead th{font-size: 20px;padding: 10px 5px; line-height: 30px; color: #FFF; background: #272c8f; font-weight: 300;}
.table__03 tbody td:first-child {border-left: 0;}
.table__03 tbody td{border-bottom: 1px solid #989898;font-size: clamp(13px, 2vw, 16px);line-height: 28px;height: 40px;padding: 5px 10px;}
.table__03 tbody td:first-child {border-left:0px;width: 100px;text-align:left;font-size: clamp(14px, 2vw, 17px);}
.table__03 tbody td:last-child {border-right:0px;text-align:left}
.table__03 tbody td.type02 {background: #f5f5f5;}
.table__03 tbody td.ttl {font-size: 18px; color: #000000; font-weight: 600;}
.table__03 .border-top-none{border-top: 0px;}
.table__03 .border-left-none{border-left: 0px;}
.table__03 .border-right-none{border-right: 0px;}

@media screen and (max-width: 1440px) {
	.table__03 thead th{font-size: 16px;padding: 10px 5px;height: 51px;}
	.table__03 tbody td{font-size: 16px;padding: 5px;height: 35px;}
}

@media screen and (max-width: 1024px) {
	.table__03 thead th{font-size: 14px;line-height: 21px;}
	.table__03 tbody td{font-size: 14px;line-height: 18px;}
}

@media screen and (max-width: 768px) {
	.table__03 {min-width: 200px;}
	.table__03 thead th{font-size: 14px;}
	.table__03 tbody td{font-size: 14px;}
	.table__03 tbody td.ttl {font-size: 16px}
}

@media screen and (max-width: 500px) {
	.table__03 tbody td.ttl {font-size: 14px}
}

/* 풀페이지 */


.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
		height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
		height: auto !important;
}


.clfix:after{display:block;visibility:hidden;clear:both;height:0;content:''}
.clfix{display:block}
.clfix{zoom:1}

.clearfix(){
	&:before,	&:after{content:" ";display:block}
	&:after{clear:both}
}

.element{
  .clearfix();
}

.show{display:block !important}
.hidden,.hide{display:none !important;visibility:hidden !important}
.invisible{visibility:hidden}

.element{
  .show();
}
.another-element{
  .hidden();
}

.container{width:100%;}

.error{color:red}
.bold{font-weight:bold}
.text-center{text-align:center !important}

.btn-primary{border-color:#348fe2;background-color:#348fe2;background-image:none;color:#fff}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{border-color:#2670b7;background-color:#2670b7;color:#fff}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{border-color:#348fe2;background-color:#348fe2}
.btn-primary .badge{background-color:#fff;color:#348fe2}
/*
.btn-danger{border-color:#ff5c57;background-color:#ff5c57;background-image:none;color:#fff}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{border-color:#ce4741;background-color:#ce4741;color:#fff}
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{border-color:#ff5c57;background-color:#ff5c57}
.btn-danger .badge{background-color:#fff;color:#ff5c57}

.btn-turquoise{border-color:#00acac;background-color:#00acac;background-image:none;color:#fff}
.btn-turquoise:hover,.btn-turquoise:focus,.btn-turquoise:active,.btn-turquoise.active,.open .dropdown-toggle.btn-turquoise{border-color:#008a8c;background-color:#008a8c;color:#fff}
.btn-turquoise.disabled,.btn-turquoise[disabled],fieldset[disabled] .btn-turquoise,.btn-turquoise.disabled:hover,.btn-turquoise[disabled]:hover,fieldset[disabled] .btn-turquoise:hover,.btn-turquoise.disabled:focus,.btn-turquoise[disabled]:focus,fieldset[disabled] .btn-turquoise:focus,.btn-turquoise.disabled:active,.btn-turquoise[disabled]:active,fieldset[disabled] .btn-turquoise:active,.btn-turquoise.disabled.active,.btn-turquoise[disabled].active,fieldset[disabled] .btn-turquoise.active{border-color:#00acac;background-color:#00acac}
.btn-turquoise .badge{background-color:#fff;color:#00acac}

.btn-royalblue{border-color:#717bb6;background-color:#717bb6;background-image:none;color:#fff}
.btn-royalblue:hover,.btn-royalblue:focus,.btn-royalblue:active,.btn-royalblue.active,.open .dropdown-toggle.btn-royalblue{border-color:#464a6f;background-color:#464a6f;color:#fff}
.btn-royalblue.disabled,.btn-royalblue[disabled],fieldset[disabled] .btn-royalblue,.btn-royalblue.disabled:hover,.btn-royalblue[disabled]:hover,fieldset[disabled] .btn-royalblue:hover,.btn-royalblue.disabled:focus,.btn-royalblue[disabled]:focus,fieldset[disabled] .btn-royalblue:focus,.btn-royalblue.disabled:active,.btn-royalblue[disabled]:active,fieldset[disabled] .btn-royalblue:active,.btn-royalblue.disabled.active,.btn-royalblue[disabled].active,fieldset[disabled] .btn-royalblue.active{border-color:#717bb6;background-color:#717bb6}
.btn-royalblue .badge{background-color:#fff;color:#717bb6}

.btn-warning{border-color:#f49b1b;background-color:#f49b1b;background-image:none;color:#fff}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{border-color:#c57e00;background-color:#c57e00;color:#fff}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{border-color:#f49b1b;background-color:#f49b1b}
.btn-warning .badge{background-color:#fff;color:#f49b1b}

.btn-info{border-color:#49b6d5;background-color:#49b6d5;background-image:none;color:#fff}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{border-color:#3492ac;background-color:#3492ac;color:#fff}
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{border-color:#49b6d5;background-color:#49b6d5}
.btn-info .badge{background-color:#fff;color:#49b6d5}

.btn-success{border-color:#5db75d;background-color:#5db75d;background-image:none;color:#fff}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{border-color:#409e3e;background-color:#409e3e;color:#fff}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{border-color:#5db75d;background-color:#5db75d}
.btn-success .badge{background-color:#fff;color:#5db75d}

.btn-silver{border-color:#b7c2c8;background-color:#b7c2c8;background-image:none;color:#fff}
.btn-silver:hover,.btn-silver:focus,.btn-silver:active,.btn-silver.active,.open .dropdown-toggle.btn-silver{border-color:#929ba2;background-color:#929ba2;color:#fff}
.btn-silver.disabled,.btn-silver[disabled],fieldset[disabled] .btn-silver,.btn-silver.disabled:hover,.btn-silver[disabled]:hover,fieldset[disabled] .btn-silver:hover,.btn-silver.disabled:focus,.btn-silver[disabled]:focus,fieldset[disabled] .btn-silver:focus,.btn-silver.disabled:active,.btn-silver[disabled]:active,fieldset[disabled] .btn-silver:active,.btn-silver.disabled.active,.btn-silver[disabled].active,fieldset[disabled] .btn-silver.active{border-color:#b7c2c8;background-color:#b7c2c8}
.btn-silver .badge{background-color:#fff;color:#b7c2c8}
.btn-black{border-color:#2c353c;background-color:#2c353c;background-image:none;color:#fff}

.btn-black:hover,.btn-black:focus,.btn-black:active,.btn-black.active,.open .dropdown-toggle.btn-black{border-color:#000;background-color:#000;color:#fff}
.btn-black.disabled,.btn-black[disabled],fieldset[disabled] .btn-black,.btn-black.disabled:hover,.btn-black[disabled]:hover,fieldset[disabled] .btn-black:hover,.btn-black.disabled:focus,.btn-black[disabled]:focus,fieldset[disabled] .btn-black:focus,.btn-black.disabled:active,.btn-black[disabled]:active,fieldset[disabled] .btn-black:active,.btn-black.disabled.active,.btn-black[disabled].active,fieldset[disabled] .btn-black.active{border-color:#2c353c;background-color:#2c353c}
.btn-black .badge{background-color:#fff;color:#2c353c}

.btn-default{border-color:#dbdbdb;border-color:#ccc;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 #fff}
.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}
.btn-default:active,.btn-default.active{border-color:#dbdbdb;background-color:#e0e0e0}
*/
.btn.disabled{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}

.btn.btn-url{background:url(../images/common/ico_home_lg.png);background-color:#fff;background-repeat:no-repeat;text-align:left}
.btn.btn-down{background-image:url(../images/common/ico_down_lg.png);background-color:#fff;background-repeat:no-repeat;text-align:left}
.btn.btn-url:hover,
.btn.btn-down:hover{background-color:#f7f7f7}

.btn-group-lg>.btn, .btn-lg{padding:15px 30px 12px;font-size:18px}
.btn-group-sm>.btn, .btn-sm{padding:7px 10px 4px;font-size:14px}
.btn.btn-img{padding-left:45px;background-position:15px center}
.btn.btn-img.btn-lg{padding-left:60px;background-position:25px center}

.success{background-color:#d6e9c6}
.warning{background-color:#fcf8e3}
.danger{background-color:#f2dede}
.info{background-color:#d9edf7}

.text-primary{color:#428bca}

.pull-left{float:left}
.pull-right{float:right !important}

.loginarea li{display:block;clear:both;margin:0;margin-bottom:15px}
.loginarea li>span{float:left;width:25%;margin-top:5px;padding-right:20px;font-weight:bold;color:#000;text-align:right}
.input{padding:8px 8px 8px 8px;font-size:15px;border:1px solid #ccc;height:35px;cursor:pointer}
textarea.input{height:100px}
textarea.dhtmleditor{width:100%;height:350px;padding:5px 3px 3px 5px;border:1px solid #e5e6e7;background-color:#FFF;background-image:none;outline:0 none}
select,select.input{min-height:35px;padding:8px 25px 8px 8px;font-size:15px;border:1px solid #ccc;height:35px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/common/ico_arr_down.png) no-repeat 100% 50%;cursor:pointer;}
select option{padding:8px 25px 8px 8px;font-size:15px}
input[type=file].input{padding:0;border:none;background-color:transparent;line-height:28px}
input[type=file]:focus{border:none}
.form-text{padding-top:4px}
.checkbox-group{padding-top:5px}
.form-group{vertical-align:middle}

.label{display:inline;padding:.2em .4em .1em;border-radius:.25em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;vertical-align:baseline;white-space:nowrap}
.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}
.label:empty{display:none}
.btn .label{position:relative;top:-1px}
.label-default{background-color:#999}
.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}
.label-primary{background-color:#428bca}
.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}
.label-success{background-color:#5cb85c}
.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}
.label-info{background-color:#5bc0de}
.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}
.label-warning{background-color:#f0ad4e}
.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}
.label-danger{background-color:#d9534f}
.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}

.no_padding{padding:0 !important}
.align-center{text-align:center}
.align-right{text-align:right}
.align-left{text-align:left}
small{padding-left:10px;font-size:11px}

/* Sideview */
#nameContextMenu{z-index:10000;padding:4px 8px 6px;background-color:#000;color:#fff}
#nameContextMenu a{display:block;font-size:12px;line-height:20px;color:#fff}
#nameContextMenu a:hover{color:#f00}
#nameContextMenu td{border:0 !important}

.alert{margin-bottom:20px;padding:15px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:bold}

.alert > p,.alert > ul{margin-bottom:0}
.alert > p + p{margin-top:5px}

.alert-dismissible,.alert-dismissible{padding-right:35px}

.alert-dismissible .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{border-color:#d6e9c6;background-color:#dff0d8;color:#3c763d}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{border-color:#bce8f1;background-color:#d9edf7;color:#31708f}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{border-color:#faebcc;background-color:#fcf8e3;color:#8a6d3b}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{border-color:#ebccd1;background-color:#f2dede;color:#a94442}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}

/*
.notifications{position:relative;cursor:pointer}
.notifications-list{display:block;overflow:hidden;border-bottom:1px solid #ededed;line-height:25px;color:#060606}
.notifications-list a:link{color:#060606}
.notifications-list a:active,.notifications-list a:hover{color:#2773ae;text-decoration:underline}
.notifications-menu{display:none;position:absolute;top:100%;left:0;z-index:9999;width:320px;padding:5px 15px;border-radius:0 0 3px 3px;border:1px solid #f8f8f8;background-color:#f5f5f6;background-clip:padding-box;-webkit-border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-border-radius:0 0 3px 3px;-moz-background-clip:padding;-moz-box-shadow:0 1px 0 rgba(0,0,0,.05);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.05);box-shadow:0 1px 0 rgba(0,0,0,.05)}
.notifications-menu .external{display:block;background-color:#fff}
.notifications-menu .external a{background-color:#fff;color:#e9423f}
.notifications-list .point{color:#ec5956 !important;text-align:center}
.notifications-list span{font-size:11px}
*/

.ellipsis3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:normal;line-height:1.2em;height:3.6em;overflow:hidden;text-overflow:ellipsis;text-align:left}

.main_box1{width:48%;margin:0 1%}
.table-box{overflow:hidden;margin-bottom:20px;margin:0 auto 20px;border:1px solid #ddd;background-color:#fff}
.table-box .table-heading{position:relative;padding:10px 15px;border-top-right-radius:3px;border-top-left-radius:3px;background-color:#f5f5f5;font-size:14px;color:#333}
.table-body textarea{width:95%;margin-top:10px;padding:15px;background-color:#f7f7f7;font-size:12px}
.table{width:100%;border-collapse:collapse;border-spacing:0}
.table-body{width:100%;border-collapse:collapse;border-spacing:0}
.table-body .msg_content{padding:30px;border-top:1px solid #ddd}
.table-footer{overflow:hidden;padding:10px 15px;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#f5f5f5}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{padding:8px;border-top:1px solid #ddd;line-height:1.42857143;vertical-align:top}
.table-body>thead>tr>th,
.table-body>tbody>tr>th,
.table-body>tfoot>tr>th,
.table-body>thead>tr>td,
.table-body>tbody>tr>td,
.table-body>tfoot>tr>td{padding:8px;border-top:1px solid #ddd;line-height:1.42857143;vertical-align:top}

.view-all{float:right;position:absolute;top:10px;right:0;width:75px}
.table>tbody:last-child{border-bottom:1px solid #ccc}
.table>thead{border-top:2px solid #a5a5a5;background-color:#f9fbfc}

table.td_left td{text-align:left !important}

table td *{vertical-align:middle;}
table.table_01{width:100%;text-align:center;clear:both;border-top-color:#004aa7;border-right-color:#d9d9d9;border-bottom-color:#8aacd7;border-width:2px 1px 1px 0;border-style:solid;table-layout:fixed;}
table.table_01 th{padding:1.2% 1.2%;border-top-color:#d9d9d9;border-left-color:#d9d9d9 !important;border-top-width:1px;border-left-width:1px !important;border-top-style:solid;border-left-style:solid !important;}
table.table_01 td{padding:1.2% 1.2%;border-top-color:#d9d9d9;border-left-color:#d9d9d9 !important;border-top-width:1px;border-left-width:1px !important;border-top-style:solid;border-left-style:solid !important;}
table.table_01 thead th,table.table_01 thead td{padding:1.5% 1.2%;text-align:center !important;color:#003981;border-bottom:1px solid #92a4b5;border-top:none;}
table.table_01 tbody th{background:#f5fbff;color:#004aa7;font-weight:normal;}
table.table_01 .left{text-align:left;}
table.table_01 .right{text-align:right;}
table.table_01 .border-top-2-004aa7{border-top:2px solid #004aa7 !important}

table.table_02{width:100%;text-align:center;clear:both;border-top-color:#004aa7;border-right-color:#d9d9d9;border-bottom-color:#8aacd7;border-width:2px 1px 1px 0;border-style:solid;table-layout:fixed;}
table.table_02 th{padding:5px 4px 5px 4px; border-top-color:#d9d9d9;border-left-color:#d9d9d9 !important;border-top-width:1px;border-left-width:1px !important;border-top-style:solid;border-left-style:solid !important;}
table.table_02 td{padding:5px 4px 5px 4px;border-top-color:#d9d9d9;border-left-color:#d9d9d9 !important;border-top-width:1px;border-left-width:1px !important;border-top-style:solid;border-left-style:solid !important;}
table.table_02 thead th{background:url("/images/common/table_a_th.gif") repeat-x left bottom;padding:5px 0 5px 0;text-align:center !important;color:#003981;border-bottom:1px solid #92a4b5;border-top:none;}
table.table_02 tbody th{background:#f5fbff;color:#004aa7;font-weight:normal;}
table.table_02 .left{padding-right:10px;padding-left:15px;text-align:left;}
table.table_02 .right{padding-right:10px;padding-left:15px;text-align:right;}

table.table_03{table-layout:fixed;width:100%;border-top:2px solid #000}
table.table_03 tr th,table.table_03 tr td{border-left:1px solid #d9d9d9;color:#555;text-align:center}
table.table_03 tbody tr td:last-child{border-right:1px solid #d9d9d9}
table.table_03 tr{border-bottom:1px solid #d9d9d9}
table.table_03 tbody tr:hover{background-color:#fafafa}
table.table_03 tr td a{color:#555;text-decoration:none}
table.table_03 th, table.table_03 td{padding:1.2% 1.2%}
table.table_03 thead th, table.table_03 thead td{padding:1.5% 1.2%}
table.table_03 thead th{background-color:#f7f7f7;font-size:16px;font-weight:bold;text-align:center}
table.table_03 tbody th{background-color:#fafafa}

.thumbnail{display:block;margin-bottom:10px;padding:4px;border-radius:4px;background-color:#fff;line-height:1.42857143;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}

.register{width:700px;margin:0 auto}
.group{overflow:hidden}
.checkbox{padding-top:5px}

.modal{position:relative;width:600px;margin:30px auto;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;background-color:#fff;background-clip:padding-box;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}
.modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}
.modal-body{position:relative;padding:20px}
.modal-body li{display:inline-block}
.modal-body form li{display:block}
.modal-footer{margin-top:15px;padding:19px 20px 20px;border-top:1px solid #e5e5e5;text-align:right}
.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.modal-title{margin:0;line-height:1.42857143}
.modal .modal-body .profile-info{overflow:hidden}

/* left */
/*
.left{float:left;width:830px;margin-right:20px}
.container h3{display:block;clear:both;width:100%;margin-bottom:20px;padding-bottom:5px;border:0;border-bottom:1px solid #e5e5e5;font-size:18px;line-height:inherit;font-weight:normal;color:#333}
*/
.table-bottom{overflow:hidden}
.pagination{margin:15px auto;text-align:center}
.pagination li{display:inline-block;margin:0 2px;;border:1px solid #ddd;background-color:#fff;font-size:12px;line-height:0}
.pagination a{display:block;min-width:20px;padding:0 7px;font-size:12px;line-height:22px;text-align:center}
.pagination li:hover,.pagination .active{display:inline-block;margin:0 2px;border:1px solid #428bca;background-color:#428bca}
.pagination li:hover a,.pagination .active a{font-weight:bold;color:#fff}
.table-answer{padding:20px}

.nav{clear:both;position:relative;overflow:hidden;margin-bottom:4%;background:#f7f8f8;border-left:1px solid #cfd7d7;border-top:1px solid #cfd7d7}
.nav{clear:both;display:block;content:""}
.nav li{float:left;width:25%}
.nav li a{display:block;text-align:center;padding:15px 0 12px 0;border-right:1px solid #cfd7d7;border-bottom:1px solid #cfd7d7;border-top:0;background:#fff;color:#555;line-height:1;text-decoration:none}
.nav li a:hover,.nav li a:focus{background-color:#eee;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:underline}
.nav li.active>a{border-right:1px solid #006cb6;border-bottom:1px solid #006cb6;background-color:#006cb6;color:#fff;font-weight:700}

.media{clear:both;margin-top:20px}
.media-left,.media>.pull-left{padding-right:10px}
.media-body{width:10000px}
.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}
.media-right,.media>.pull-right{width:50px;padding-left:10px;text-align:right;vertical-align:middle}
.media-heading{overflow:hidden;font-size:14px;font-weight:bold}
.media-body .media-info{padding-top:5px;font-size:11px;color:#666}
.media-body .media-info span{padding-right:10px}

/* sidebar */
.sidebar{float:right;width:248px;padding:20px;border:1px solid #e5e5e5}
.sidebar .login{overflow:hidden}
.sidebar .headline{display:block;margin-bottom:15px;border-bottom:1px dotted #ccc}
.sidebar .headline h3{display:inline-block;margin:0 0 -2px;padding-bottom:5px;border-bottom:2px solid #3498db;font-size:15px}
.sidebar .login .text{padding-top:5px}
.sidebar .login .text li{float:left;padding-right:7px}
.sidebar .welcome{overflow:hidden}
.sidebar .welcome li{float:left;padding-right:3px;padding-bottom:5px}
.sidebar .welcome p{margin-bottom:10px}
.sidebar .welcome .btn{font-size:11px}

.sidebar .sidebar_latest li{padding-bottom:10px}

.sidebar .tag-clouds{overflow:hidden}
.sidebar .tag-clouds ul li{float:left;padding-right:10px}

.sidebar .sidebar-social-login-box{clear:both;margin-top:10px;padding:8px;border:1px solid #e3e3e3;border-color:#dcdcdc;border-radius:3px;background-color:#f5f5f5;background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;text-align:center;box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}

.help-block{display:block;margin-top:5px;font-size:12px;color:#737373}
.nopost{padding:120px 0 !important;text-align:center}

.latest_comment_count{margin-left:5px;font-size:11px;font-weight:bold;color:#F70}
.highlight{font-weight:bold;color:#7519FF}

/**	board skin css **/
#board_lst{font-weight:400}
#board_lst .searchbox input[type=text]{margin:0;padding:8px 25px 7px 5px;border:1px solid #ccc;border-width:1px 1px 1px 0}
#board_lst .searchbox .btn{margin-left:-4px;height:35px}
#board_lst .table{table-layout:fixed;width:100%;border-top:2px solid #000}
#board_lst .table tr th,#board_lst .table tr td{border:none;color:#555}
#content #board_lst .table thead tr th:last-child,#content #board_lst .table tbody tr td:last-child{border-right:none}
#board_lst .table tr{border-bottom:1px solid #d9d9d9}
#board_lst .table tbody tr:last-child{border-bottom:none}
#board_lst .table tbody tr:hover{background-color:#fafafa}
#board_lst .table tr td a{color:#555;text-decoration:none}
#board_lst .table th, #board_lst .table td{padding:1.2% 1.2%}
#board_lst .table thead th, #board_lst .table thead td{padding:1.5% 1.2%}
#board_lst .table thead th{font-size:16px;font-weight:bold;text-align:center}
#board_lst .table .col1{width:50px}
#board_lst .table .col2{width:75px}/*ë²ˆí˜¸*/
#board_lst .table .col3{width:auto}/*ì œëª©*/
#board_lst .table .col4{width:140px}/*ê¸€ì“´ì´*/
#board_lst .table .col5{width:120px}/*ë‚ ì§œ*/
#board_lst .table .col6{width:75px}/*ì¡°íšŒ*/
#board_lst .table tbody .col{font-size:15px;text-align:center}
#board_lst .table tbody .col3{font-size:16px;font-weight:400;color:#111;text-align:left}
#board_lst .table tbody .col3 a{overflow:hidden;display:block;color:#111;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle}
#board_lst .table tbody .col4 span{overflow:hidden;display:block;text-align:center;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle}/*ê¸€ì“´ì´*/
#board_lst .label{margin-right:5px;padding:.3em .4em .1em;vertical-align:middle}

#board_gLst{}
#board_gLst .searchbox input[type=text]{margin:0;padding:8px 25px 7px 5px;border:1px solid #ccc;border-width:1px 1px 1px 0}
#board_gLst .searchbox .btn{margin-left:-4px;height:35px}
#board_gLst .table-image{overflow:hidden;border-top:2px solid #a5a5a5}
#board_gLst .table-image ul{padding-top:3%}
#board_gLst .table-image_chk{max-width:297px;width:100%;margin:0 auto}
#board_gLst .table-image_img{max-width:297px;width:100%;margin:0 auto;}
#board_gLst .thumbnail{margin-bottom:0;padding:0;border-radius:0;line-height:0}
#board_gLst .table-image_tit{max-width:297px;width:100%;padding-top:5%;margin:0 auto;font-weight:400;color:#111;line-height:1.3}
#board_gLst .table-image_tit a{color:#111}
#board_gLst .table-image_info{max-width:297px;width:100%;padding-top:10px;margin:0 auto;font-size:14px;color:#888}
#board_gLst .table-image_info span{padding-left:10px}
#board_gLst .table-image_info span:before{display:inline-block;top:50%;left:0;width:1px;height:12px;margin-right:10px;background-color:#ddd;vertical-align:middle;content:""}
#board_gLst .gallery-box{width:31%;margin-left:3.5%;padding-bottom:3%}
#board_gLst .gallery-box:nth-child(3n+1){clear:both;margin-left:0}
#board_gLst .border_button{margin-top:0;padding-top:3%;border-top:1px solid #ccc}

#board_pLst{}
#board_pLst .searchbox input[type=text]{margin:0;padding:8px 25px 7px 5px;border:1px solid #ccc;border-width:1px 1px 1px 0}
#board_pLst .searchbox .btn{margin-left:-4px;height:35px}
#board_pLst .table-image{overflow:hidden;border-top:2px solid #a5a5a5;padding-top:3%}
#professor_info_div,.professor-list{display:table;width:100%;margin-bottom:0}
.professor-list:nth-child(n+2){margin-top:-1px}
#board_pLst .gallery-box{float:none;display:table-cell;position:relative;width:50%;height:100%;border:1px solid #ccc;padding:3% 3% 60px}
#board_pLst .gallery-box:nth-child(2n){border-left-width:0}
#board_pLst .gallery-box:hover{background-color:#fafafa}
.professor-list .table-image_img{float:left;display:block;background:#fafafa;width:116px;height:134px}
.professor-list .thumbnail{margin-bottom:0;padding:0;border-radius:0;border:1px solid #ddd;line-height:0}
.professor-list .professor-info{position:relative;padding-left:135px}
.professor-list .professor-info .table-image_tit{margin-bottom:5%;padding-bottom:2%;border-bottom:1px solid #555;font-size:1.25em !important;color:#333;font-weight:400}
.professor-list .professor-info .table-image_tit a{color:#111}
.professor-list .professor-info .table-image_info li{position:relative;margin-bottom:10px;padding-left:65px;line-height:1.2;word-break:break-all}
.professor-list .professor-info .table-image_info .stit{position:absolute;top:3px;left:0;font-size:13px;font-weight:bold;color:#12299c}
.professor-list .professor-info .table-image_info .stit:before{display:inline-block;width:3px;height:2px;margin-right:5px;background-color:#12299c;content:""}
.professor-list .info-more{display:none}
.professor-list .professor-line{display:block;position:absolute;left:6%;bottom:55px;width:88%;height:3px;background:url(/assets/images/common/line_dia_pattern.gif) repeat-x}
.professor-list .btn-info-view{position:absolute;bottom:15px;right:6%;padding:5px;border:1px solid #ddd;background-color:transparent;font-size:14px;font-weight:bold;color:#555;line-height:1;cursor:pointer}
#board_pLst .border_button{margin-top:3%;padding-top:3%;border-top:1px solid #ccc}
#professor_dialog{}
#professor_dialog .info-more{display:block}
#professor_dialog .table-image_tit{margin-bottom:3%}
#professor_dialog #professor_info_div{border:1px solid #ccc;padding:3% 3%}
#professor_dialog .professor-list .professor-line{display:none}

#content #board_vew h3{font-size:30px}
#board_vew .information{margin-bottom:3%}
#content #board_vew p{padding:0}
#board_vew .contents-view{border-top:1px solid #000}
#board_vew .border_button{margin-top:0;padding-top:3%;border-top:1px solid #ccc}
#board_vew .table-img li{text-align:center}
#viewcomment{padding:0;border-top:1px solid #111}
#viewcomment .media{margin:0}
#viewcomment .media:hover{background-color:#fafafa}
#viewcomment .media-body{padding:0 10px 10px}
#viewcomment .media-body .media-heading{margin:0 -10px 10px;padding:10px;border-top:1px solid #f0f0f0;font-weight:bold}

#board_write .writeform{border-top:2px solid #a5a5a5}
#board_write .writeform table{width:100%}
#board_write .writeform tr{border-bottom:1px solid #d9d9d9}
#board_write .writeform th{padding:1.2% 1.2%;border-right:1px solid #ddd;background:#fbfbfb;font-weight:400;word-wrap:break-word;word-break:break-all;text-align:center}
#board_write .writeform td{word-wrap:break-word;word-break:break-all}
#board_write .writeform thead th,#board_write .writeform thead td{padding:1.5% 1.2%;background:#fbfbfb}
#board_write .writeform tbody th,#board_write .writeform tbody td{padding:1.2% 1.2%}
#board_write .writeform .col1{width:100px}
#board_write .writeform .col2{width:auto;width:calc(100% - 100px)}
#board_write .writeform .map_btn{float:right;width:100px;margin-left:10px}
#board_write .table-bottom{margin-top:0;padding-top:3%}

.board .border_button{overflow:hidden}
.board .comment-count a{padding-left:10px;color:#348fe2}
.board .info{overflow:hidden}
.board .info li{float:left;padding-right:20px}
.board .contents-view{clear:both;padding:30px 0}
.board .contents-view-img img{display:block;max-width:100%;height:auto;margin:0 auto 15px;border:0}
.board #post-content{word-wrap:break-word}
.board #post-content img{max-width:100%}

.board .fa-user{color:#626262}
.board .fa-comments{color:#626262}
.board .fa-eye{color:#626262}
.board .fa-thumbs-up{color:#626262}
.board .fa-thumbs-down{color:#626262}
.board .fa-clock-o{color:#626262}
.board .fa-reply{color:#626262}
.board .gallery .thumbnail{margin-bottom:10px}
.board .recommand{margin-bottom:20px;text-align:center}
.board .recommand img{padding-top:7px}
.board .recommand a:hover{background:#348fe2;color:#fff;text-decoration:none}
.board .recommand .good{display:inline-block;width:50px;height:50px;margin:0 10px;padding:8px;border-radius:50px;background:#e9e9e9}
.board .recommand .bad{display:inline-block;width:50px;height:50px;margin:0 10px;padding:6px;border-radius:50px;background:#e9e9e9}
.board .passcord{text-align:center}
.board .passcord{clear:both;padding-top:20px;text-align:center}
.board .passcord img{vertical-align:middle}

.board .like{padding-top:20px}
.board .like a{text-decoration:none}
.board .time{padding-left:10px;font-size:12px}
.board .tags a{padding-left:5px;font-size:12px}
.board .reply{float:right;font-size:12px}
.board .reply a{padding-left:5px}
.board .ip{padding-left:10px;font-size:12px}
.board .tags li{float:left;padding-right:10px}
.board .sns_button div{float:left;padding-right:5px}
.board .information{overflow:hidden}
.board .information li{float:left;padding-right:20px}
.board .border_button{overflow:hidden}
.board .well{overflow:hidden;padding:20px;background:#f5f5f5}
.board .well img{vertical-align:middle}
.board .btn-point-info{padding-top:3px;font-size:16px;color:#BBB}

.board .view_full_image{cursor:pointer}
.board .btn-admin-manage-layer{display:none;position:absolute;z-index:99999;border:1px solid #ddd;background-color:#fff}
.board .btn-admin-manage-layer div.item{height:23px;padding-left:2px;padding-right:10px;border-bottom:1px solid #ddd;cursor:pointer}
.board .btn-admin-manage-layer div.item{font:normal 11px 'dotum';line-height:23px}
.board .btn-admin-manage-layer div.item i{width:20px;text-align:center}

.board .autowrap{margin:0 auto 15px}
.board .autosize{overflow:hidden;position:relative;height:0;margin:0;padding-bottom:56.25%}
.board .autosize iframe,.autosize object,.autosize embed{position:absolute;top:0;left:0;width:100%;height:100%}

.board .table-top{padding-bottom:10px}
.board .table-top input{margin-bottom:0;margin-top:0}
.board .table-top li{float:left;padding-right:5px;text-align:center}
.board .progress{overflow:hidden;height:20px;margin-bottom:20px;border-radius:4px;background-color:#f5f5f5;background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}
.board .progress-bar{float:left;width:0;height:100%;background-color:#428bca;background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;font-size:12px;line-height:20px;color:#fff;text-align:center;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}
.board .sr-only{overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0,0,0,0)}
.board .poll-result{padding-bottom:10px}
.board th{text-align:left}

.board .lucky{font-size:11px}
.board .lucky .luckypoint{color:#E71A41}

.board .searchbox{display:none}

.board .copy_post_url{cursor:pointer}

.board .commenttextarea{width:100%}
textarea.post_content{width:100%;height:350px;margin:0 20px}
.board .poll_item_area{padding-left:228px}
.board .poll_item_area input{width:400px}

.board .confirm_password li{display:block;clear:both;margin:0;margin-bottom:15px}
.board .confirm_password li>span{float:left;width:25%;margin-top:5px;padding-right:20px;font-weight:bold;color:#000;text-align:right}

.board .table-image{overflow:hidden;clear:both;border-top:1px solid #ddd}
.board .table-image ul{overflow:hidden;margin-bottom:10px}
.board .table-image .gallery-box{float:left}

.board .point-info{position:relative}
.board .point-info-content{display:none;position:absolute;top:0;right:30px;z-index:9999;width:300px}
.board .chk_comment_all_wrapper{padding:10px}
.board .comment_write_box_inner{margin-top:20px;padding:20px}
.board .form-inline{display:inline-block}
.board .form-inline .form-group{display:inline-block}
.board .comment_write_button_area{overflow:hidden}

.board .url-qrcode{position:relative;cursor:pointer}
.board .url-qrcode i{margin:3px 0 0 5px}
.board #qrcode-content{display:none;position:absolute;width:240px;padding:10px;border:2px solid #ddd;background-color:#FFF}
.board #qrcode-content .qrcode_code{float:left;border:5px solid #479BE3}
.board #qrcode-content .qrcode_code img{width:100px;height:100px}
.board #qrcode-content .qrcode_info{float:left;width:90px;margin:0 0 0 10px;font-size:12px;line-height:18px;color:#555}

.pd10{padding:10px}
.pd15{padding:15px}
.pd20{padding:20px}
.pd30{padding:30px}
.pd40{padding:40px}
.pd50{padding:50px}
.pd100{padding:100px}

.pb10{padding-bottom:10px}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pb40{padding-bottom:40px}
.pb50{padding-bottom:50px}
.pb100{padding-bottom:100px}

.pt10{padding-top:10px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt40{padding-top:40px}
.pt50{padding-top:50px}
.pt100{padding-top:100px}

.pr10{padding-right:10px}
.pr20{padding-right:20px}
.pr30{padding-right:30px}
.pr40{padding-right:40px}
.pr50{padding-right:50px}
.pr100{padding-right:100px}

.pl10{padding-left:10px}
.pl20{padding-left:20px}
.pl30{padding-left:30px}
.pl40{padding-left:40px}
.pl50{padding-left:50px}
.pl100{padding-left:100px}

.mg10{margin:10px}
.mg15{margin:15px}
.mg20{margin:20px}
.mg30{margin:30px}
.mg40{margin:40px}
.mg50{margin:50px}
.mg100{margin:100px}

.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb100{margin-bottom:100px}

.mt0{margin-top:0 !important}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}

.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}
.mr100{margin-right:100px}

.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}

.per5{width:5%}
.per10{width:10%}
.per15{width:15%}
.per20{width:20%}
.per25{width:25%}
.per30{width:30%}
.per35{width:35%}
.per40{width:40%}
.per45{width:45%}
.per50{width:50%}
.per55{width:55%}
.per60{width:60%}
.per65{width:65%}
.per70{width:70%}
.per75{width:75%}
.per80{width:80%}
.per85{width:85%}
.per90{width:90%}
.per95{width:95%}
.per100{width:100%}

.px10{width:10px}
.px20{width:20px}
.px30{width:30px}
.px40{width:40px}
.px50{width:50px}
.px60{width:60px}
.px70{width:70px}
.px80{width:80px}
.px90{width:90px}
.px100{width:100px}
.px150{width:150px}
.px200{width:200px}
.px250{width:250px}
.px300{width:300px}
.px350{width:350px}
.px400{width:400px}
.px450{width:450px}
.px500{width:500px}
.px550{width:550px}
.px600{width:600px}
.px650{width:650px}
.px700{width:700px}

.tbl-align-center td{text-align:center}
.tbl-align-middle th,.tbl-align-middle td{vertical-align:middle}
td.align-center{text-align:center}
td.align-right{text-align:right}
td.align-left{text-align:left}
.align-center{text-align:center}
.align-right{text-align:right}
.align-left{text-align:left}


/* 2018.10.04 :ê²Œì‹œê¸€ê´€ë¦¬ íŒì—… */
.modal-body th,.modal-body td,.modal-body input,.modal-body select,.modal-body textarea,.modal-body button{line-height:1.5;font-family:'ë‚˜ëˆ”ê³ ë”•',NanumGothic,'ë‹ì›€',Dotum,Arial,Helvetica,sans-serif;font-size:14px;color:#555}
.modal-body a{color:#555;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}
.modal-body a:active,.modal-body a:hover{color:#2773ae;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}

.label{display:inline-block;margin-right:.5em;padding:.1em .3em .2em;border-radius:.25em;font-size:75%;font-weight:400;line-height:1;color:#fff;text-align:center;vertical-align:baseline;white-space:nowrap}
.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}
.label:empty{display:none}
.btn .label{position:relative;top:-1px}
.label-default{background-color:#999}
.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}
.label-primary{background-color:#428bca}
.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}
.label-success{background-color:#5cb85c}
.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}
.label-info{background-color:#5bc0de}
.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}
.label-warning{background-color:#f0ad4e}
.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}
.label-danger{background-color:#d9534f}
.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}

.modal-body .table-box{overflow:hidden;margin-bottom:20px;margin:0 auto 20px;border-radius:4px;border:1px solid #ddd;background-color:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.modal-body .table-box .table-heading{position:relative;padding:10px 15px;border-top-right-radius:3px;border-top-left-radius:3px;background-color:#f5f5f5;font-size:14px;color:#333}
.modal-body .table-body textarea{width:95%;margin-top:10px;padding:15px;background-color:#f7f7f7;font-size:12px}
.modal-body .table{width:100%;border-collapse:collapse;border-spacing:0}
.modal-body .table-body{width:100%;border-collapse:collapse;border-spacing:0}
.modal-body .table-body .msg_content{padding:30px;border-top:1px solid #ddd}
.modal-body .table-footer{overflow:hidden;padding:10px 15px;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#f5f5f5}
.modal-body .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;border-top:1px solid #ddd;line-height:1.42857143;vertical-align:top}
.modal-body .table-body>thead>tr>th,.table-body>tbody>tr>th,.table-body>tfoot>tr>th,.table-body>thead>tr>td,.table-body>tbody>tr>td,.table-body>tfoot>tr>td{padding:8px;border-top:1px solid #ddd;line-height:1.42857143;vertical-align:top}

.modal{position:relative;width:600px;margin:30px auto;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;background-color:#fff;background-clip:padding-box;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}
.modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}
.modal-body{position:relative;padding:20px}
.modal-body li{display:inline-block}
.modal-body form li{display:block}
.modal-footer{margin-top:15px;padding:19px 20px 20px;border-top:1px solid #e5e5e5;text-align:right}
.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.modal-title{margin:0;line-height:1.42857143}
.modal .modal-body .profile-info{overflow:hidden}

.modal-body .btn{display:inline-block;margin-bottom:0;padding:3px 8px;border:1px solid transparent;border-radius:4px;background-image:none;line-height:1.42857143;font-size:12px;text-align:center;vertical-align:middle;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.modal-body .btn:active,.modal-body .btn.active{background-image:none}
.modal-body .btn-default{border-color:#dbdbdb;border-color:#ccc;background-image:-webkit-linear-gradient(top,.modal-body #fff 0,.modal-body #e0e0e0 100%);background-image:linear-gradient(to bottom,.modal-body #fff 0,.modal-body #e0e0e0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',.modal-body endColorstr='#ffe0e0e0',.modal-body GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 #fff}
.modal-body .btn-default:hover,.modal-body .btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}
.modal-body .btn-default:active,.modal-body .btn-default.active{border-color:#dbdbdb;background-color:#e0e0e0}

.modal-body .btn-primary{border-color:#348fe2;background-color:#348fe2;background-image:none;color:#fff}
.modal-body .btn-primary:hover,.modal-body .btn-primary:focus,.modal-body .btn-primary:active,.modal-body .btn-primary.active,.modal-body .open .dropdown-toggle.btn-primary{border-color:#2670b7;background-color:#2670b7;color:#fff}
.modal-body .btn-primary.disabled,.modal-body .btn-primary[disabled],.modal-body fieldset[disabled] .btn-primary,.modal-body .btn-primary.disabled:hover,.modal-body .btn-primary[disabled]:hover,.modal-body fieldset[disabled] .btn-primary:hover,.modal-body .btn-primary.disabled:focus,.modal-body .btn-primary[disabled]:focus,.modal-body fieldset[disabled] .btn-primary:focus,.modal-body .btn-primary.disabled:active,.modal-body .btn-primary[disabled]:active,.modal-body fieldset[disabled] .btn-primary:active,.modal-body .btn-primary.disabled.active,.modal-body .btn-primary[disabled].active,.modal-body fieldset[disabled] .btn-primary.active{border-color:#348fe2;background-color:#348fe2}
.modal-body .btn-primary .badge{background-color:#fff;color:#348fe2}

.modal-body .btn-danger{border-color:#ff5c57;background-color:#ff5c57;background-image:none;color:#fff}
.modal-body .btn-danger:hover,.modal-body .btn-danger:focus,.modal-body .btn-danger:active,.modal-body .btn-danger.active,.modal-body .open .dropdown-toggle.btn-danger{border-color:#ce4741;background-color:#ce4741;color:#fff}
.modal-body .btn-danger.disabled,.modal-body .btn-danger[disabled],.modal-body fieldset[disabled] .btn-danger,.modal-body .btn-danger.disabled:hover,.modal-body .btn-danger[disabled]:hover,.modal-body fieldset[disabled] .btn-danger:hover,.modal-body .btn-danger.disabled:focus,.modal-body .btn-danger[disabled]:focus,.modal-body fieldset[disabled] .btn-danger:focus,.modal-body .btn-danger.disabled:active,.modal-body .btn-danger[disabled]:active,.modal-body fieldset[disabled] .btn-danger:active,.modal-body .btn-danger.disabled.active,.modal-body .btn-danger[disabled].active,.modal-body fieldset[disabled] .btn-danger.active{border-color:#ff5c57;background-color:#ff5c57}
.modal-body .btn-danger .badge{background-color:#fff;color:#ff5c57}

.modal-body .btn-turquoise{border-color:#00acac;background-color:#00acac;background-image:none;color:#fff}
.modal-body .btn-turquoise:hover,.modal-body .btn-turquoise:focus,.modal-body .btn-turquoise:active,.modal-body .btn-turquoise.active,.modal-body .open .dropdown-toggle.btn-turquoise{border-color:#008a8c;background-color:#008a8c;color:#fff}
.modal-body .btn-turquoise.disabled,.modal-body .btn-turquoise[disabled],.modal-body fieldset[disabled] .btn-turquoise,.modal-body .btn-turquoise.disabled:hover,.modal-body .btn-turquoise[disabled]:hover,.modal-body fieldset[disabled] .btn-turquoise:hover,.modal-body .btn-turquoise.disabled:focus,.modal-body .btn-turquoise[disabled]:focus,.modal-body fieldset[disabled] .btn-turquoise:focus,.modal-body .btn-turquoise.disabled:active,.modal-body .btn-turquoise[disabled]:active,.modal-body fieldset[disabled] .btn-turquoise:active,.modal-body .btn-turquoise.disabled.active,.modal-body .btn-turquoise[disabled].active,.modal-body fieldset[disabled] .btn-turquoise.active{border-color:#00acac;background-color:#00acac}
.modal-body .btn-turquoise .badge{background-color:#fff;color:#00acac}

.modal-body .btn-royalblue{border-color:#717bb6;background-color:#717bb6;background-image:none;color:#fff}
.modal-body .btn-royalblue:hover,.modal-body .btn-royalblue:focus,.modal-body .btn-royalblue:active,.modal-body .btn-royalblue.active,.modal-body .open .dropdown-toggle.btn-royalblue{border-color:#464a6f;background-color:#464a6f;color:#fff}
.modal-body .btn-royalblue.disabled,.modal-body .btn-royalblue[disabled],.modal-body fieldset[disabled] .btn-royalblue,.modal-body .btn-royalblue.disabled:hover,.modal-body .btn-royalblue[disabled]:hover,.modal-body fieldset[disabled] .btn-royalblue:hover,.modal-body .btn-royalblue.disabled:focus,.modal-body .btn-royalblue[disabled]:focus,.modal-body fieldset[disabled] .btn-royalblue:focus,.modal-body .btn-royalblue.disabled:active,.modal-body .btn-royalblue[disabled]:active,.modal-body fieldset[disabled] .btn-royalblue:active,.modal-body .btn-royalblue.disabled.active,.modal-body .btn-royalblue[disabled].active,.modal-body fieldset[disabled] .btn-royalblue.active{border-color:#717bb6;background-color:#717bb6}
.modal-body .btn-royalblue .badge{background-color:#fff;color:#717bb6}

.modal-body .btn-warning{border-color:#f49b1b;background-color:#f49b1b;background-image:none;color:#fff}
.modal-body .btn-warning:hover,.modal-body .btn-warning:focus,.modal-body .btn-warning:active,.modal-body .btn-warning.active,.modal-body .open .dropdown-toggle.btn-warning{border-color:#c57e00;background-color:#c57e00;color:#fff}
.modal-body .btn-warning.disabled,.modal-body .btn-warning[disabled],.modal-body fieldset[disabled] .btn-warning,.modal-body .btn-warning.disabled:hover,.modal-body .btn-warning[disabled]:hover,.modal-body fieldset[disabled] .btn-warning:hover,.modal-body .btn-warning.disabled:focus,.modal-body .btn-warning[disabled]:focus,.modal-body fieldset[disabled] .btn-warning:focus,.modal-body .btn-warning.disabled:active,.modal-body .btn-warning[disabled]:active,.modal-body fieldset[disabled] .btn-warning:active,.modal-body .btn-warning.disabled.active,.modal-body .btn-warning[disabled].active,.modal-body fieldset[disabled] .btn-warning.active{border-color:#f49b1b;background-color:#f49b1b}
.modal-body .btn-warning .badge{background-color:#fff;color:#f49b1b}

.btn-info{border-color:#49b6d5;background-color:#49b6d5;background-image:none;color:#fff}
.btn-info:hover,.modal-body .btn-info:focus,.modal-body .btn-info:active,.modal-body .btn-info.active,.modal-body .open .dropdown-toggle.btn-info{border-color:#3492ac;background-color:#3492ac;color:#fff}
.btn-info.disabled,.modal-body .btn-info[disabled],.modal-body fieldset[disabled] .btn-info,.modal-body .btn-info.disabled:hover,.modal-body .btn-info[disabled]:hover,.modal-body fieldset[disabled] .btn-info:hover,.modal-body .btn-info.disabled:focus,.modal-body .btn-info[disabled]:focus,.modal-body fieldset[disabled] .btn-info:focus,.modal-body .btn-info.disabled:active,.modal-body .btn-info[disabled]:active,.modal-body fieldset[disabled] .btn-info:active,.modal-body .btn-info.disabled.active,.modal-body .btn-info[disabled].active,.modal-body fieldset[disabled] .btn-info.active{border-color:#49b6d5;background-color:#49b6d5}
.btn-info .badge{background-color:#fff;color:#49b6d5}

.modal-body .btn-success{border-color:#5db75d;background-color:#5db75d;background-image:none;color:#fff}
.modal-body .btn-success:hover,.modal-body .btn-success:focus,.modal-body .btn-success:active,.modal-body .btn-success.active,.modal-body .open .dropdown-toggle.btn-success{border-color:#409e3e;background-color:#409e3e;color:#fff}
.modal-body .btn-success.disabled,.modal-body .btn-success[disabled],.modal-body fieldset[disabled] .btn-success,.modal-body .btn-success.disabled:hover,.modal-body .btn-success[disabled]:hover,.modal-body fieldset[disabled] .btn-success:hover,.modal-body .btn-success.disabled:focus,.modal-body .btn-success[disabled]:focus,.modal-body fieldset[disabled] .btn-success:focus,.modal-body .btn-success.disabled:active,.modal-body .btn-success[disabled]:active,.modal-body fieldset[disabled] .btn-success:active,.modal-body .btn-success.disabled.active,.modal-body .btn-success[disabled].active,.modal-body fieldset[disabled] .btn-success.active{border-color:#5db75d;background-color:#5db75d}
.modal-body .btn-success .badge{background-color:#fff;color:#5db75d}

.modal-body .btn-silver{border-color:#b7c2c8;background-color:#b7c2c8;background-image:none;color:#fff}
.modal-body .btn-silver:hover,.modal-body .btn-silver:focus,.modal-body .btn-silver:active,.modal-body .btn-silver.active,.modal-body .open .dropdown-toggle.btn-silver{border-color:#929ba2;background-color:#929ba2;color:#fff}
.modal-body .btn-silver.disabled,.modal-body .btn-silver[disabled],.modal-body fieldset[disabled] .btn-silver,.modal-body .btn-silver.disabled:hover,.modal-body .btn-silver[disabled]:hover,.modal-body fieldset[disabled] .btn-silver:hover,.modal-body .btn-silver.disabled:focus,.modal-body .btn-silver[disabled]:focus,.modal-body fieldset[disabled] .btn-silver:focus,.modal-body .btn-silver.disabled:active,.modal-body .btn-silver[disabled]:active,.modal-body fieldset[disabled] .btn-silver:active,.modal-body .btn-silver.disabled.active,.modal-body .btn-silver[disabled].active,.modal-body fieldset[disabled] .btn-silver.active{border-color:#b7c2c8;background-color:#b7c2c8}
.modal-body .btn-silver .badge{background-color:#fff;color:#b7c2c8}

.modal-body .btn-black{border-color:#2c353c;background-color:#2c353c;background-image:none;color:#fff}
.modal-body .btn-black:hover,.modal-body .btn-black:focus,.modal-body .btn-black:active,.modal-body .btn-black.active,.modal-body .open .dropdown-toggle.btn-black{border-color:#000;background-color:#000;color:#fff}

.modal-body .btn-black.disabled,.modal-body .btn-black[disabled],.modal-body fieldset[disabled] .btn-black,.modal-body .btn-black.disabled:hover,.modal-body .btn-black[disabled]:hover,.modal-body fieldset[disabled] .btn-black:hover,.modal-body .btn-black.disabled:focus,.modal-body .btn-black[disabled]:focus,.modal-body fieldset[disabled] .btn-black:focus,.modal-body .btn-black.disabled:active,.modal-body .btn-black[disabled]:active,.modal-body fieldset[disabled] .btn-black:active,.modal-body .btn-black.disabled.active,.modal-body .btn-black[disabled].active,.modal-body black
fieldset[disabled] .btn-black.active{border-color:#2c353c;background-color:#2c353c}
.modal-body .btn-black .badge{background-color:#fff;color:#2c353c}

.modal-body .btn.disabled{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}

.ui-widget{font-family:'Segoe UI','Nanum Barun Gothic','Nanum Gothic','ë§‘ì€ ê³ ë”•',Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:100%}
.ui-widget-content{border:0;background-color:#fff;background-image:none}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl,.ui-corner-right,.ui-corner-tr,.ui-corner-bottom,.ui-corner-bl,.ui-corner-br{border-radius:0}
.ui-widget-header{border:1px solid #0c4da2;background-color:#0c4da2;background-image:none}
.ui-dialog .ui-dialog-content{padding:3%}
.ui-dialog .ui-dialog-buttonpane{margin-top:3%;padding:.5% .5%;background-color:#333}
.ui-button-text-only .ui-button-text{padding:7px 10px;line-height:1;letter-spacing:0}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{color:#0c4da2}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited{color:#0c4da2}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus{border:1px solid #0c4da2;background-color:#0c4da2;background-image:none;color:#fff}
.ui-state-default .ui-icon{background-image:url(//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/ui-lightness/images/ui-icons_222222_256x240.png)}
.ui-state-default:hover .ui-icon{background-image:url(//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/ui-lightness/images/ui-icons_ffffff_256x240.png)}
#jquery-lightbox{width:80% !important}

.iframeVew{position:relative;width:100%;padding-bottom:62%;padding-top:25px;height: 0;}
.iframeVew iframe{position:absolute;top:0;left:0;width:100%;height:100%}

@media screen and (max-width:1280px){
	#board_lst .table-image_chk{max-width:400px;padding:0 5%}
	#board_lst .table-image_img{max-width:400px;padding:0 5%}
	#board_lst .table-image_tit{max-width:400px;padding:5% 5% 0}
	#board_lst .table-image_info{max-width:400px;padding:10px 5% 0}
}
@media screen and (max-width:800px){
	.professor-list .table-image_img{clear:both;float:none;width:100%;height:auto;text-align:center}
	.professor-list .thumbnail{margin:0 auto}
	.professor-list .professor-info{padding:0}
}
@media screen and (max-width:768px){/* ì•„ì´íŒ¨ë“œ */
	input[type=text],input[type=password],textarea{height:30px;padding:6px;font-size:14px}
	select,select.input{height:30px;padding:6px 25px 6px 5px;font-size:14px}
	.input{height:30px;padding:6px;font-size:14px}
	input[type=file].input{height:auto;line-height:23px}
	body, button, input, table, textarea{font-size:14px;line-height:1.7}
	select{font-size:14px;line-height:1.5}

	.btn{min-height:auto;padding:7px 10px 4px}
	.btn.btn-lg{padding:9px 12px 6px}
	.btn.btn-img.btn-lg{padding-left:40px;background-position:15px center}
	.btn.btn-url{min-height:auto;background-image:url(../images/common/ico_home.png);font-size:15px}
	.btn.btn-down{min-height:auto;background-image:url(../images/common/ico_down.png);font-size:15px}

	#board_lst .table{display:block}
	#board_lst .table tbody{display:block}
	#board_lst .table tbody .col{width:auto;padding:10px 15px 30px;font-size:13px;line-height:1.3}
	#board_lst .table thead{display:none}
	#board_lst .table tbody tr{clear:both;display:block;}
	#board_lst .table tbody tr:after{clear:both;display:block;content:""}
	#board_lst .table tbody th,#board_lst .table tbody td{display:block;float:left;position:relative;border:none}
	#board_lst .table tbody .col1{float:none;width:100%;margin-bottom:-30px;padding:8px;background-color:transparent;text-align:right}
	#board_lst .table tbody .col3{overflow:hidden;float:none;display:block;clear:both;width:100%;padding:30px 5px 10px;font-size:16px;;line-height:1.7}
	#board_lst .table tbody .col3 a{overflow:none;display:block;max-width:100%;white-space:normal;text-overflow:normal;vertical-align:middle}
	#board_lst .table tbody .col3 a:after{clear:both;display:block;content:""}
	#board_lst .table .col2{display:none}/*ë²ˆí˜¸*/
	#board_lst .table tbody .col4{clear:both;width:auto}/*ê¸€ì“´ì´*/
	#board_lst .table tbody .col4:after,
	#board_lst .table tbody .col5:after{position:absolute;display:block;top:50%;right:0;width:1px;height:12px;margin:-17px 0 0 10px;background-color:#ddd;content:""}

	#content #board_vew h3{font-size:24px}
}
@media screen and (max-width:620px){
	#board_write .writeform .input.px400{width:calc(100% - 100px)}
	#board_write .writeform input[type=file]{width:calc(100% - 100px)}

	#content #board_vew h3{font-size:20px}
}
@media screen and (max-width:480px){
	select,select.input{height:27px;padding:5px 25px 5px 5px;font-size:13px}
	.input{height:27px;padding:5px;font-size:13px}
	input[type=file].input{line-height:19px}
	input[type=text],input[type=password],textarea{height:27px;padding:5px;font-size:13px}
	body, button, input, table, textarea{font-size:13px;line-height:1.6}
	select{font-size:13px;line-height:1.4}

	#board_lst .table tbody .col3{font-size:15px}
	#board_pLst .gallery-box{float:none;display:block;width:100%;height:auto;border:1px solid #ccc;padding:3% 3% 60px}
	#board_pLst .gallery-box:nth-child(2n){border-top-width:0;border-left-width:1px}


	#content #board_vew h3{margin-bottom:10px;font-size:18px;text-align:left}
	#board_vew .information{margin-bottom:10px}
}
@media screen and (max-width:360px){
	body, button, input, table, textarea{font-size:13px;line-height:1.5}
	.btn.btn-lg{padding:7px 10px 4px}
	.btn.btn-img.btn-lg{padding-left:35px;background-position:10px center}
	.btn.btn-url{background-image:url(../images/common/ico_home_sm.png);font-size:12px}
	.btn.btn-down{background-image:url(../images/common/ico_down_sm.png);font-size:12px}

	#board_lst .table tbody .col3{font-size:14px}
	#content #board_vew h3{font-size:16px}
}