img.m_bar13 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 1;
}
img.m_bar14 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 2;
}
img.m_bar15 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 3;
}
img.m_bar16 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 4;
}
img.m_bar17 {
	position: relative;
	width: 100%;
    transform: scale(1);;
    z-index: 5;
}
h3.m_bar13 {
	position: absolute;
	width: 100%;
	color: tomato;
}
img.m_bar13:hover {
  z-index: 7;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
img.m_bar14:hover, img.m_bar15:hover, img.m_bar16:hover, img.m_bar17:hover{
    z-index: 7;
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
  transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}

/* bootstrap table decoration */
.bordertable th{
    background-color: #f0f0f0;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

.bordertable td{
    font-size: 1.4em;      
    border:1px solid #bcbcbc !important;
    font-weight: normal;          
    line-height: 1em;
    color: #202329;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    text-align: center;
}

.th120 th{
  width:12em;
}


/* 폴라로이드 Style */
h6 {
    text-align: center;
    font-family: 'Nanum Gothic';
}
.box-4 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 90%;
    margin: 0px 0px 0px 0px;
}

.box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: #f3f3f3;
    padding: 15px 5px 5px 5px;
    position: relative;
    z-index: 1;
}

.box-4:after {
    align-items: center;
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    bottom: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    right: 10px;
}
/* ---------------- */

/* Main Button Box Style */
.
/* --------------------- */

#clients {
    display: block;
    margin: 35px 0;
}
#clients .clients-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position:relative;
}
#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 300px;
    height: 100%;
    line-height: 55px;
    text-align: center;
}
#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    opacity: 0.65;
}

p.main_title {
    display: block; 
    margin-block-start: 1em; 
    margin-block-end: 1em; 
    margin-inline-start:0px; 
    margin-inline-end: 0px; 
    font-size:2.5em; 
    font-weight:700;
    letter-spacing: -0.075em; 
    word-spacing: -0.05em;
    text-align: center;
}

p.main_sub_title {
    display: block; 
    margin-block-start: 0.1em; 
    margin-block-end: 0.1em; 
    margin-inline-start:0px; 
    margin-inline-end: 0px;  
    font-size:1.3em;
    font-weight:700;
    letter-spacing: -0.075em; 
    word-spacing: -0.05em;
    text-align: center;
}

p.main_content {
    line-height: 2em; 
    font-weight: 100;
    text-align: left;
    font-size: 0.9em;
    letter-spacing: 0.075em;
    word-spacing: 0.05em;
	/*margin-left: 0.01em;*/
    text-align: center;
}

p.direct_goto {
    line-height: 2.5em; 
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
}

p.panel_head {
    display: block; 
    margin-block-start: 0.5em; 
    margin-block-end: 0.5em; 
    margin-inline-start:0px; 
    margin-inline-end: 0px; 
    font-family:'S-CoreDream-3Light'; 
    font-size:1.5em;font-weight:700;
    letter-spacing: 0.075em; 
    word-spacing: -0.05em;
    text-align: center;
}
p.panel_body {
    font-weight: bold;
    text-align: center;
}
p.panel_body_sub {
    font-weight: 100;
}

p.table_title {
    font-size:1.5em; 
    line-height: 2.8em;
}

/* remove gutter spacing outside */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

/* only remove padding of middle columns */
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right:0;
  padding-left:0;
}

.row.no-gutter-2 {
  margin-left: 0;
  margin-right: 0;
}    
    

/* remove padding all columns */
.row.no-gutter-2>div[class*='col-'] {
  padding:0;
}

.fun {
    width: calc(100%);
    font-size: 1.5em;
    /*margin-bottom: 2em;*/
}

p.b_img {
    position: relative;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
/*    float: left;
    clear: none;*/
}
.column {
    float: left;
    width: 16.33%;
    text-align: center;
    font-size: 1.4rem;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

/* Image Animation */
div.supreme_img_process {
	display: block;
	margin-left:auto;
	margin-right: auto;
	width : 90%;
	height: auto;
	border: 0px solid #000000;
	box-shadow : 2px 2px snow;
	border-radius:10px;
}
div.supreme_img_process img {
	border-radius : 10px;
	width:100%;
	height:100%;
}
div.supreme_img_process:hover {
	width : 90%;
	border: 2px solid #FFFFFF;
	box-shadow : 2px 2px black;
	border-radius: 10px;
	transform: translate(-2px,-2px);
}

div.supreme_img_process:active {
	width : 90%;
	border: 2px solid #7FFFD4;
	box-shadow : 2px 2px black;
	border-radius: 10px;
	transform: translate(-2px,-2px);
}