/*****----- 추가 그리드 옵션 -----*****/
.visible-ms,
.visible-xl {
  display: none !important;
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
   }

  .col-ms-1 {width: 8.33333%;}
  .col-ms-2 {width: 16.66667%;}
  .col-ms-3 {width: 25%;}
  .col-ms-4 {width: 33.33333%;}
  .col-ms-5 {width: 41.66667%;}
  .col-ms-6 {width: 50%;}
  .col-ms-7 {width: 58.33333%;}
  .col-ms-8 {width: 66.66667%;}
  .col-ms-9 {width: 75%;}
  .col-ms-10 {width: 83.33333%;}
  .col-ms-11 {width: 91.66667%;}
  .col-ms-12 {width: 100%;}
  
  .col-ms-push-1 {left: 8.33333%;}
  .col-ms-push-2 {left: 16.66667%;}
  .col-ms-push-3 {left: 25%;}
  .col-ms-push-4 {left: 33.33333%;}
  .col-ms-push-5 {left: 41.66667%;}
  .col-ms-push-6 {left: 50%;}
  .col-ms-push-7 {left: 58.33333%;}
  .col-ms-push-8 {left: 66.66667%;}
  .col-ms-push-9 {left: 75%;}
  .col-ms-push-10 {left: 83.33333%;}
  .col-ms-push-11 {left: 91.66667%;}
  
  .col-ms-pull-1 {right: 8.33333%;}
  .col-ms-pull-2 {right: 16.66667%;}
  .col-ms-pull-3 {right: 25%;}
  .col-ms-pull-4 {right: 33.33333%;}
  .col-ms-pull-5 {right: 41.66667%;}
  .col-ms-pull-6 {right: 50%;}
  .col-ms-pull-7 {right: 58.33333%;}
  .col-ms-pull-8 {right: 66.66667%;}
  .col-ms-pull-9 {right: 75%;}
  .col-ms-pull-10 {right: 83.33333%;}
  .col-ms-pull-11 {right: 91.66667%;}

  .col-ms-offset-1 {margin-left: 8.33333%;}
  .col-ms-offset-2 {margin-left: 16.66667%;}
  .col-ms-offset-3 {margin-left: 25%;}
  .col-ms-offset-4 {margin-left: 33.33333%;}
  .col-ms-offset-5 {margin-left: 41.66667%;}
  .col-ms-offset-6 {margin-left: 50%;}
  .col-ms-offset-7 {margin-left: 58.33333%;}
  .col-ms-offset-8 {margin-left: 66.66667%;}
  .col-ms-offset-9 {margin-left: 75%;}
  .col-ms-offset-10 {margin-left: 83.33333%;}
  .col-ms-offset-11 {margin-left: 91.66667%;}
}

@media (min-width: 480px) and (max-width: 767px) {
	.container {
		max-width: 748px;
	}
    
	.form-horizontal .form-group .control-label {
		text-align:right;
	}

	.visible-ms {
		display: block !important;
	}
	
	table.visible-ms {
		display: table;
	}
	
	tr.visible-ms {
		display: table-row !important;
	}
	
	th.visible-ms,
	td.visible-ms {
		display: table-cell !important;
	}
	
	.visible-ms-block {
		display: block !important;
	}
	
	.visible-ms-inline {
		display: inline !important;
	}
	
	.visible-ms-inline-block {
		display: inline-block !important;
	}
}

/***** XL *****/
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1500px) {
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11 {
		float: left;
	}

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; }
}

@media (min-width: 1500px) {
	.container {
		max-width: 1170px;
	}
    
	.form-horizontal .form-group .control-label {
		text-align:right;
	}

	.visible-xl {
		display: block !important;
	}
	
	table.visible-xl {
		display: table;
	}
	
	tr.visible-xl {
		display: table-row !important;
	}
	
	th.visible-xl,
	td.visible-xl {
		display: table-cell !important;
	}
	
	.visible-xl-block {
		display: block !important;
	}
	
	.visible-xl-inline {
		display: inline !important;
	}
	
	.visible-xl-inline-block {
		display: inline-block !important;
	}
}


/*****----- 5열 그리드 -----*****/
.col-xs-penta-1,
.col-xs-penta-2,
.col-xs-penta-3,
.col-xs-penta-4,
.col-xs-penta-5,
.col-ms-penta-1,
.col-ms-penta-2,
.col-ms-penta-3,
.col-ms-penta-4,
.col-ms-penta-5,
.col-sm-penta-1,
.col-sm-penta-2,
.col-sm-penta-3,
.col-sm-penta-4,
.col-sm-penta-5,
.col-md-penta-1,
.col-md-penta-2,
.col-md-penta-3,
.col-md-penta-4,
.col-md-penta-5,
.col-lg-penta-1,
.col-lg-penta-2,
.col-lg-penta-3,
.col-lg-penta-4,
.col-lg-penta-5,
.col-xl-penta-1,
.col-xl-penta-2,
.col-xl-penta-3,
.col-xl-penta-4,
.col-xl-penta-5{
	 position: relative;
	 min-height: 1px;
	 padding-left: 15px;
	 padding-right: 15px;
}

@media (max-width: 480px){
	.col-xs-penta-1,
	.col-xs-penta-2,
	.col-xs-penta-3,
	.col-xs-penta-4,
	.col-xs-penta-5{
		float: left;
	}
	
	.col-xs-penta-1{width: 20%;}
	.col-xs-penta-2{width: 40%;}
	.col-xs-penta-3{width: 60%;}
	.col-xs-penta-4{width: 80%;}
	.col-xs-penta-5{width: 100%;}
	
	.col-xs-penta-push-1{left: 20%;}
	.col-xs-penta-push-2{left: 40%;}
	.col-xs-penta-push-3{left: 60%;}
	.col-xs-penta-push-4{left: 80%;}
	
	.col-xs-penta-pull-1{right: 20%;}
	.col-xs-penta-pull-2{right: 40%;}
	.col-xs-penta-pull-3{right: 60%;}
	.col-xs-penta-pull-4{right: 80%;}
}

@media (min-width: 480px) {
	.col-ms-penta-1,
	.col-ms-penta-2,
	.col-ms-penta-3,
	.col-ms-penta-4,
	.col-ms-penta-5{
		float: left;
	}
	
	.col-ms-penta-1{width: 20%;}
	.col-ms-penta-2{width: 40%;}
	.col-ms-penta-3{width: 60%;}
	.col-ms-penta-4{width: 80%;}
	.col-ms-penta-5{width: 100%;}
	
	.col-ms-penta-push-1{left: 20%;}
	.col-ms-penta-push-2{left: 40%;}
	.col-ms-penta-push-3{left: 60%;}
	.col-ms-penta-push-4{left: 80%;}
	
	.col-ms-penta-pull-1{right: 20%;}
	.col-ms-penta-pull-2{right: 40%;}
	.col-ms-penta-pull-3{right: 60%;}
	.col-ms-penta-pull-4{right: 80%;}
}

@media (min-width: 768px) {
	.col-sm-penta-1,
	.col-sm-penta-2,
	.col-sm-penta-3,
	.col-sm-penta-4,
	.col-sm-penta-5{
		float: left;
	}
	
	.col-sm-penta-1{width: 20%;}
	.col-sm-penta-2{width: 40%;}
	.col-sm-penta-3{width: 60%;}
	.col-sm-penta-4{width: 80%;}
	.col-sm-penta-5{width: 100%;}
	
	.col-sm-penta-push-1{left: 20%;}
	.col-sm-penta-push-2{left: 40%;}
	.col-sm-penta-push-3{left: 60%;}
	.col-sm-penta-push-4{left: 80%;}
	
	.col-sm-penta-pull-1{right: 20%;}
	.col-sm-penta-pull-2{right: 40%;}
	.col-sm-penta-pull-3{right: 60%;}
	.col-sm-penta-pull-4{right: 80%;}
}

@media (min-width: 992px) {
	.col-md-penta-1,
	.col-md-penta-2,
	.col-md-penta-3,
	.col-md-penta-4,
	.col-md-penta-5{
		float: left;
	}
	
	.col-md-penta-1{width: 20%;}
	.col-md-penta-2{width: 40%;}
	.col-md-penta-3{width: 60%;}
	.col-md-penta-4{width: 80%;}
	.col-md-penta-5{width: 100%;}
	
	.col-md-penta-push-1{left: 20%;}
	.col-md-penta-push-2{left: 40%;}
	.col-md-penta-push-3{left: 60%;}
	.col-md-penta-push-4{left: 80%;}
	
	.col-md-penta-pull-1{right: 20%;}
	.col-md-penta-pull-2{right: 40%;}
	.col-md-penta-pull-3{right: 60%;}
	.col-md-penta-pull-4{right: 80%;}
}
@media (min-width: 1200px) {
	.col-lg-penta-1,
	.col-lg-penta-2,
	.col-lg-penta-3,
	.col-lg-penta-4,
	.col-lg-penta-5{
		float: left;
	}
	
	.col-lg-penta-1{width: 20%;}
	.col-lg-penta-2{width: 40%;}
	.col-lg-penta-3{width: 60%;}
	.col-lg-penta-4{width: 80%;}
	.col-lg-penta-5{width: 100%;}
	
	.col-lg-penta-push-1{left: 20%;}
	.col-lg-penta-push-2{left: 40%;}
	.col-lg-penta-push-3{left: 60%;}
	.col-lg-penta-push-4{left: 80%;}
	
	.col-lg-penta-pull-1{right: 20%;}
	.col-lg-penta-pull-2{right: 40%;}
	.col-lg-penta-pull-3{right: 60%;}
	.col-lg-penta-pull-4{right: 80%;}
}

@media (min-width: 1500px) {
	.col-xl-penta-1,
	.col-xl-penta-2,
	.col-xl-penta-3,
	.col-xl-penta-4,
	.col-xl-penta-5{
		float: left;
	}
	
	.col-xl-penta-1{width: 20%;}
	.col-xl-penta-2{width: 40%;}
	.col-xl-penta-3{width: 60%;}
	.col-xl-penta-4{width: 80%;}
	.col-xl-penta-5{width: 100%;}
	
	.col-xl-penta-push-1{left: 20%;}
	.col-xl-penta-push-2{left: 40%;}
	.col-xl-penta-push-3{left: 60%;}
	.col-xl-penta-push-4{left: 80%;}
	
	.col-xl-penta-pull-1{right: 20%;}
	.col-xl-penta-pull-2{right: 40%;}
	.col-xl-penta-pull-3{right: 60%;}
	.col-xl-penta-pull-4{right: 80%;}
}