
/* global */

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
:after, :before {box-sizing:border-box;}

/* grid system */

#wrap {margin:0 auto;width:100%;padding-top:108px;}
.container {position:relative; margin:0 auto; width:1280px;max-width:1280px;padding-left:15px;padding-right:15px;}
.container-l {position:relative; margin:0 auto; width:100%;max-width:1600px;padding-left:15px;padding-right:15px}
.container-xl {position:relative; margin:0 auto; width:100%;max-width:1920px;padding-left:15px;padding-right:15px}
	

.row {margin-right:-15px;margin-left:-15px;}
.row:before, .row:after, .container:before, .container:after,
.form-horizontal .form-group:before, .form-horizontal .form-group:after, .dl-horizontal dd:before, .dl-horizontal dd:after,
.pull-right:before, .pull-right:after, .pull-left:before, .pull-left:after, .inner:before, .inner:after{display: table; content: " "; clear: both;}

.col-xs-1, .col-sm-1, .col-md-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xs-8, .col-sm-8, .col-md-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
	position:relative;
	min-height:1px;
	padding-right: 15px;
	padding-left: 15px;
}


.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float:left;}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left;}

.col-xs-12 {width:100%;}
.col-xs-11 {width:91.66666667%;}
.col-xs-10 {width:83.33333333%;}
.col-xs-9 {width:75%;}
.col-xs-8 {width:66.66666667%;}
.col-xs-7 {width:58.33333333%;}
.col-xs-6 {width:50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

.col-md-12 {width: 100%;}
.col-md-11 {width: 91.66666667%;}
.col-md-10 {width: 83.33333333%;}
.col-md-9 {width: 75%;}
.col-md-8 {width: 66.66666667%;}
.col-md-7 {width: 58.33333333%;}
.col-md-6 {width: 50%;}
.col-md-5 {width: 41.66666667%;}
.col-md-4 {width: 33.33333333%;}
.col-md-3 {width: 25%;}
.col-md-2 {width: 16.66666667%;}
.col-md-1 {width: 8.33333333%;}



#dmzIndex {overflow:hidden;position:absolute;left:-9999px;width:0;height:1px;margin:0;padding:0} /* 스킵네비게이션 */
.ir_pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {display:block;overflow:hidden;position:relative;z-index:-10;width:100%;height:100%} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen_out {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */

.no-scroll {overflow:hidden !important;}
.f_l {float:left}
.f_r {float:right}
.cl_b:before,
.cl_b:after {clear:both;display:block;content:'';}
.show {display:block}
.hide {display:none}
.nopadding {padding: 0 !important;margin:0 !important}
.nomargin {margin:0 !important}
.inline {display: inline !important;}
.center {text-align:center !important}
.map_canvas {width:100%;height:300px;border:1px solid #bbb}
.map_canvas img, .google-maps img {max-width: none !important}
.pull-right {float: right !important;}
.pull-left {float: left !important;}
.spacing0{letter-spacing:0 !important;}
.txt-left {text-align: left !important;}
.txt-center {text-align: center !important;}
.txt-right{text-align: right !important;}
.wview  {display:block;}
.wview-ib  {display:inline-block;}
.mview  {display:none;}

.dp-none {display: none !important;}
.dp-inline-block {display: inline-block !important;}
.dp-block {display: block !important;}


/* margin, padding, width */
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}


.wid30 {width:30%;}
.wid50 {width:50%;}
.wid70 {width:70%;}
.wid80 {width:80%;}
.wid100 {width:100%;}




/* text style */

a {color:#333}
a:hover,a:focus{color:#555;}

.txt-black{color:#131313 !important;}
.txt-white{color:#fff !important;}
.txt-muted{color:#888 !important}
.txt-primary{color:#0877a1 !important}
.txt-secondary{color:#295142 !important}
.txt-warning{color:#f32240 !important} 

.en {font-family: 'Montserrat', sans-serif;letter-spacing:0 !important}
.bold{font-weight:500 !important;}
.en.bold{font-weight:bold !important;}
.underline{text-decoration:underline !important;}


.ellipsis {display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ellipsis-multiline {display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;white-space:normal;-webkit-line-clamp:3;}


/* button */
.btn {display:inline-block;padding:6px 12px;font-size:15px;line-height:1.5;text-align:center;color:#222;
		vertical-align:middle;touch-action:manipulation;cursor:pointer;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;
		border:1px solid #888;white-space:nowrap;text-overflow:ellipsis;}
.btn_group .btn{display:inline-block;float:left;vertical-align:middle;}
.btn_group:after {clear:both;content:'';display:block;}

.btn_wrap > .btn {margin-left:3px;margin-right:3px;}
.btn_wrap > .btn:first-child {margin-left:3px;}

.btn-s {font-size:14px;line-height:1.3;padding:8px 16px;}
.btn-m {font-size:15px;line-height:1.5;padding:15px 24px;min-width:150px}
.btn-l {font-size:16px;line-height:1.8;padding:18px 30px;min-width:200px;font-weight:600;}


.btn.btn_primary {color:#fff;background-color:#222;border-color:#222}
.btn.btn_primary:hover {}

.btn.btn_action {}
.btn.btn_action {color:#fff;background-color:#0877a1;border-color:#0877a1}
.btn.btn_action:hover,
.btn.btn_action:focus {}




/* image */
.img-responsive {display:block;height:auto;max-width:100%} /* 諛섏쓳�� �대�吏� */
.center-block {display:block;margin-left:auto;margin-right:auto;}
.thumb {position:relative;display:block;overflow:hidden;}
.thumb-rounded {position:relative;display:block;overflow:hidden;border-radius:100%;-webkit-border-radius:100%;border:0px solid #f5f5f5}
.cont_sub .thumb > img {width:100%;height:auto;/*border:2px solid #000;*/}

/* list */
.list-inline {list-style:none;}
.list-inline>li {display:inline-block;padding-right:5px;padding-left:5px;}


dl {margin-top: 0; margin-bottom: 20px;}
dt,dd {line-height: 1.42857143;display:table}
dt {font-weight: bold;}
dd {margin-left: 0;}
.dl-horizontal dt {float:left; width:160px; overflow:hidden; clear:left; text-align:right; text-overflow:ellipsis; white-space:nowrap;}
.dl-horizontal dd {margin-left: 180px;}


/* Form */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus
, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus
, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus
, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus
, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
, input[type="radio"]:focus
, input[type="checkbox"]:focus
, select:focus, checkbox:focus, radio:focus
{
    border-color: #666;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
    background:none;
}

/* form */
.form_group {display:inline-block;box-sizing:border-box;}
.form-control {
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.4;
	color:#444;
	background-color:#fff;
	background-image:none;
	border:1px solid #ddd;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-inline .form-group{display:inline-block;bertical-align:middle;}
.form-inline .form-control {display:inline-block;width:auto;vertical-align:middle;}



/* Table */

table{border-collapse:collapse;border-spacing:0} /* 珥덇린�� */
.table-responsive {min-height:.01%;overflow-x:auto;} /* 諛섏쓳�� �뚯씠釉� */
.table-responsive .tbl {border:1px solid #ddd;}

/* table */
.tbl{width:100%;max-width:100%;background-color:#fff;}
.tbl>td{vertical-align:top;}
.tbl>th {font-weight:bold;vertical-align:top;}
.tbl>thead>tr>th {border-bottom:2px solid #ddd;}

.tbl > thead > tr > th,
.tbl > tbody > tr > th,
.tbl > tfoot > tr > th,
.tbl > thead > tr > td,
.tbl > tbody > tr > td,
.tbl > tfoot > tr > td {
  padding: 5px;
  line-height:1.4;
  vertical-align:top;
  border-top: 1px solid #ddd;
}
.tbl>caption+thead>tr:first-child>td, 
.tbl>caption+thead>tr:first-child>th, 
.tbl>colgroup+thead>tr:first-child>td, 
.tbl>colgroup+thead>tr:first-child>th, 
.tbl>thead:first-child>tr:first-child>td, 
.tbl>thead:first-child>tr:first-child>th{
  border-top:0;
}

.table-bordered {border:1px solid #ddd;} /* �� �덈뒗 �뚯씠釉� */


/* check, radio */
.chk {display:inline-block;height:24px;margin:0px;vertical-align:middle;}
.chk_red,
.radio_red {
	position:relative;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(/common/img/chk-black.png) no-repeat;
    border: none;
    cursor: pointer;
}
.chk_red .member_chk {width:100%;height:100%}

.chk_red {background-position: 0 0;}
.chk_red:hover {background-position: -26px 0;}
.chk_red.checked {background-position: -52px 0;}
.chk_red.disabled {background-position: -78px 0;cursor:default;}
.chk_red.checked.disabled {background-position: -104px 0;}

.radio_red {background-position:-130px 0;}
.radio_red.hover {background-position:-156px 0;}
.radio_red.checked {background-position:-182px 0;}
.radio_red.disabled {background-position:-208px 0;cursor:default;}
.radio_red.checked.disabled {background-position: -234px 0;}




/* animate */
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

