
@charset "utf-8";

!*나눔 고딕 글꼴*!
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/media/fonts/NanumGothic/NanumGothic-Regular.eot');
  src: url('/media/fonts/NanumGothic/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('/media/fonts/NanumGothic/NanumGothic-Regular.woff2') format('woff2'),
       url('/media/fonts/NanumGothic/NanumGothic-Regular.woff') format('woff'),
       url('/media/fonts/NanumGothic/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('/media/fonts/NanumGothic/NanumGothic-Bold.eot');
  src: url('/media/fonts/NanumGothic/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('/media/fonts/NanumGothic/NanumGothic-Bold.woff2') format('woff2'),
       url('/media/fonts/NanumGothic/NanumGothic-Bold.woff') format('woff'),
       url('/media/fonts/NanumGothic/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('/media/fonts/NanumGothic/NanumGothic-ExtraBold.eot');
  src: url('/media/fonts/NanumGothic/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('/media/fonts/NanumGothic/NanumGothic-ExtraBold.woff2') format('woff2'),
       url('/media/fonts/NanumGothic/NanumGothic-ExtraBold.woff') format('woff'),
       url('/media/fonts/NanumGothic/NanumGothic-ExtraBold.ttf') format('truetype');
}

!* noto-sans-regular - latin *!
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v6-latin-regular.eot'); !* IE9 Compat Modes *!
  src: local('Noto Sans'), local('NotoSans'),
       url('/media/fonts/noto-sans/noto-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
       url('/media/fonts/noto-sans/noto-sans-v6-latin-regular.woff2') format('woff2'), !* Super Modern Browsers *!
       url('/media/fonts/noto-sans/noto-sans-v6-latin-regular.woff') format('woff'), !* Modern Browsers *!
       url('/media/fonts/noto-sans/noto-sans-v6-latin-regular.ttf') format('truetype'), !* Safari, Android, iOS *!
       url('/media/fonts/noto-sans/noto-sans-v6-latin-regular.svg#NotoSans') format('svg'); !* Legacy iOS *!
}
/*
!* 스크롤바 스타일 *!
html {scrollbar-3dLight-Color: #efefef; scrollbar-arrow-color: #dfdfdf; scrollbar-base-color: #efefef; scrollbar-Face-Color: #dfdfdf; scrollbar-Track-Color: #efefef; scrollbar-DarkShadow-Color: #efefef; scrollbar-Highlight-Color: #efefef; scrollbar-Shadow-Color: #efefef}
 !* Chrome, Safari용 스크롤 바 *!
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}

!* 스타일초기화 *!
*{font-family:'Noto Sans', 'Nanum Gothic';}
body,h1,h2,h3,h4,h5,ul,ol,p,hr,dl,dt,dd,table,tr,td,th,caption{margin:0;padding:0}
body{overflow-x: scroll;font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;font-size:14px;color:#000000;line-height:1.5;-webkit-text-size-adjust:none}
h1,h2,h3,h4{font-size:100%}
ul,ol{list-style:none}
a{text-decoration:none}
a:link,a:visited,a:hover,a:active{color:#666}
img,video{border:0px;max-height:100%;height:auto}
address{font-style:normal}
header,nav,section,article,footer{display:block}
input{font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;font-size:14px;color:#cdcdcd;line-height:1.5;margin:3px 0;border:1px solid #cdcdcd;}
*/
.hide {
	display:none !important;
}
/*
#globalContainer{
	margin:0 auto;
	height: auto;
	position: relative;
	width: 1042px;

}

header{
	float: left;
	width:100%;
	height: 102px;
	border-bottom: 2px solid #b1184b;
}

header .logo{
	float: left;
	!*width:250px;*!
	margin: 30px 0 0 20px;
	cursor: pointer;
}
header .loginBtn{
	float: right;
	width: 70px;
	height: 25px;
	background-color: #000;
	color:#fff;
	line-height: 25px;
	text-align: center;
	margin: 50px 10px 0 0;
	cursor: pointer;
}

header .userBtn{
	float:right; 
	width:250px; 
	margin-top: 50px;
}


header .userBtn span{
	display: block;
	float: left;
}


header .logoutBtn{
	display: block;
	width: 65px;
	height: 20px;
	background-color: #000;
	color:#fff;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin: 0;
}

header .loginBtn a{
	color: #fff;
}

header .tutorialBtn{
	float: right;
	width:25px;
	height: 25px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 25px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px #777;
	-moz-box-shadow: 1px 1px 2px #777;
	box-shadow: 1px 1px 2px #777;
	margin: 50px 0 0 0;
	cursor: pointer;
}

article{
	float: left;
	width: 100%;
	height: 730px;
}

article .PanelWrap{
	float: left;
	width: 517px;
	height: 100%;
	position: relative;
}

article .PanelWrap .TopNav{
	width: 100%;
	height: 60px;
}

article .PanelWrap .TopNav:before{
	content: "";
	width:20%;
	float: left;
	height:60px;
	margin: 0 2%;
}

article .PanelWrap .TopNav ul{
	width: 100%;
	height: 30px;
	padding: 15px 0;
}

article .PanelWrap .TopNav ul li{
	width: 34.5%;
	height: 100%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

article .PanelWrap .TopNav ul li.selected{
	color: #b1184b;
}

article .PanelWrap .TopNav ul li:nth-child(1){
	border-right: 1px solid #000;
}


!*  ----------------------------------------------------------- *!
article .PanelWrap .sideNav{
	float: left;
	width: 20%;
	height: 620px;
	margin: 0 2%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.sideNavAcco{
	width:100%;
	font-size: 14px;
	text-align: center;
}

.sideNavAcco div{
	display: block;
	list-style: circle;
}
.sideNavAcco ul{
	display: none;
	max-height: 250px;
	overflow-y: scroll;
}

.sideNavAcco > li{
	border-bottom: 1px solid #cdcdcd;
	line-height: 50px;
	cursor: pointer;
}

.sideNavAcco ul > li{
	background-color: #b1184b;
	color: #fff;
	line-height: 25px;
	font-weight: normal;
}

.sideNavAcco ul > li.selected{
	text-decoration: underline;
}

!*  ----------------------------------------------------------- *!


article .PanelWrap .UploadBtn{
	width: 105px;
	height: 50px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: -27px;
	padding: 7px 0;
	cursor: pointer;
	margin-left: 2%;
}

article .PanelWrap .UploadBtn img{
	margin-bottom: 4px;
}

article .PanelWrap .UploadBtn .inp-file-fabric {
	position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 64px;
    border: none;
    z-index: 999;
    padding: 0;
    margin: 0;
    opacity: 0;
}

article .PanelWrap .ContentWrap{
	float: left;
	width: 75%;
	height: 695px;
	border:1px solid #cdcdcd;
	max-width: 388.83px;
	overflow:hidden;
}

article .PanelWrap .ContentWrap .ProductItem, article .PanelWrap .ContentWrap .FabricItem{
	width:30%;

	float: left;
	display: block;
	margin-right: 2.5%;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
}

article .PanelWrap .ContentWrap .ProductItem div, article .PanelWrap .ContentWrap .FabricItem>div{
	width: 100%;
	max-height: 115.94px;
	float: left;
	outline:1px solid #cdcdcd;
	background-image: url("../images/386.jpg");
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: repeat;
}

article .PanelWrap .ContentWrap .ProductItem p, article .PanelWrap .ContentWrap .FabricItem p{
	display: block;
	width: 100%;
	height: 25px;
	font-size: 8px;
	text-align: center;
	line-height: 15px;
	float: left;
	word-break: break-all;
}

article .PanelWrap .RecentFabric{
	z-index: 999;
	width: 100%;
	max-width: 387.75px;
	height: 25%;
	float: left;
	display: block;
	border-bottom: 1px solid #cdcdcd;
	background-color: #fff;
	padding-bottom: 20px;
}

article .PanelWrap .RecentFabric>p{
	display: block;
	width: 95%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin: 2.5%;
	border-bottom: 2px solid #b1184b;
}

article .PanelWrap .RecentFabric>span{
	display: block;
	width: 95%;
	height: 90%;
	line-height: 100px;
	font-size: 12px;
	text-align: center;
}


.ProductItemWrap{
	display: block;
	width: 100%;
	height: 694px;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ProductItemList, .FabricItemList{
	display: block;
	width: 100%;
	float: left;
	padding-top: 10px;
}

.FabricItemWrap{
	display: block;
	width: 100%;
	height: 70%;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
}


article .RightContentWrap{
	float: right;
	display: block;
	width: 510.58px;
	height: auto;
	margin-right: 10px;
}

article .LayerWrap{
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 1%;
}


article .ModalWrap{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #cdcdcd;
	margin-top: 15px;
}
*/
.ModalWrap .maskImg {
	position: absolute;
	width: 100%;
    height: 100%;

}
/*
article .ModalWrap .refreshBtn{
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: -40px;
	right: 110px;
	cursor: pointer;
}

article .ModalWrap .refreshBtn{
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: -40px;
	right: 110px;
	cursor: pointer;
}

article .ModalWrap .shareBtn{
	display: block;
	width: 100px;
	height: 28px;
	background-color: #000;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: -40px;
	line-height: 32px;
	cursor: pointer;
}

article .ModalWrap .shareBtn_content{
	width:98px;.
	height: auto;
	background-color: #fff;
	border:1px solid #000;
	position: absolute;
	right: 0;
	bottom: -12px;
}

article .ModalWrap .shareBtn_content ul{
	padding: 5px;
}

article .ModalWrap .shareBtn_content ul li{
	height: 30px;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid #cdcdcd;
	padding: 4px 0;
	cursor: pointer;
}

article .ModalWrap .shareBtn_content ul li img{
	float: left;
	width: 30%;
	margin-right: 10px;
}


article .ModalWrap .shareBtn_content ul li span{
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 58%;
}


article .ModalWrap .shareBtn img{
	float: left;
	padding: 5px 10px 5px 8px;
}

article .ModalWrap .shareBtn span{
	float: left;
	font-size: 16px;
	line-height: 28px;
}

footer{
	float: left;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	font-size: 10px;
}


*/
.loginModalContent {
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    z-index: 999999;
}
.loginModalContent:target {
    opacity:1;
    pointer-events: auto;
}
.loginModalContent > div {
	position: absolute;
	top: 10%;
	left: 40%;
	width: 20%;
	padding: 16px;
	outline: 5px solid #b1184b;
	background-color: white;
	overflow: auto;
}

.loginModalContentForm{
	width:100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.loginModalContentForm > img{
	margin: 20px 0 20px 0;
}
/*
.login_btn, .login_btn input{
	width: 60px;
	height: 20px;
	color:#000;
	font-size: 12px;
	margin-top: 10px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

article .LayerWrap .layer_fabric{
	width:100px;
	height:100px;
	!*float: left;*!
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0px auto;
	background-size: 100%;
}

article .LayerWrap .layer_fabric.selected{
	border: 2px solid #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 1px 1px 2px #333;
}

article .LayerWrap .layer_fabric .FabricScale{
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}

article .LayerWrap .layer_fabric .FabricScale > li{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	float: left;
	font-weight: bold;
}

article .LayerWrap .layer_fabric .FabricScale > li:nth-child(1){
	margin-right: 42px;
}

article .LayerWrap .layer_fabric_name{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

ul.tabs {
    margin-top: 28px;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:82px;
    height: 31px;
    line-height: 31px;
    border-left: none;
    font-weight: bold;
    background: #fff;
    overflow: hidden;
    position: relative;
}
ul.tabs li.active {
    background: #FFFFFF;
    border-bottom: 2px solid #b1184b;
    color: #b1184b;
}
.tab_container {
    border: 1px solid #cdcdcd;
    clear: both;
    float: left;
    width: 99.9%;
    height: 153px;
    background: #FFFFFF;
    overflow-x: scroll;
    overflow-y: hidden;
}

.tab_content {
    height: 148px;
    font-size: 12px;
    display: none;
    white-space: nowrap;
	padding-left: 10px;
	padding-top: 5px;
	width: 500px;
}

.tab_container .tab_content ul {
	display: inline-flex;
    margin:0px;
    padding:0px;

}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none;
    float: left;
    width: 120px;
    text-align: center;
    white-space: nowrap;

}

 #container {
    width: 100%;
    margin: 0 auto;
}

.FabricItem div{
	width: 115.94px;
	height: 115.94px;
}

.FabricItem .viewerBtn {
	z-index: 99;
    width: 20px;
    height: 20px;
    background-position: center;
    background-color: rgba(0,0,0,.5);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 25px;
    left: 0px;
    cursor: pointer;
}

.FabricItem .changeFabric {
	z-index: 99;
    width: 20px;
    height: 20px;
    background-position: center;
    background-color: rgba(0,0,0,.5);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.changeFabric > a{
	width:20px;
	height: 20px;
	display: block;
}

.changeFabric > a > img{
	margin: -2px 0 0 2px;
}

.FabricItem .viewerBtn>a{
	width:20px;
	height: 20px;
	display: block;
}


.FabricItem .deleteBtn {
	z-index: 99;
    width: 20px;
    height: 20px;
    background-position: center;
    background-color: rgba(0,0,0,.5);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

article .ModalWrap .shareBtn_content ul li.mobile{
	display: none!important;
}
*/
.resizeFabricDiv {
	display: table;
	overflow: auto;
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    /*right: 0;*/
    bottom: 0;
    left: 0;
    margin-left: 52%;
/*    background: rgba(0, 0, 0, 0.8);*/
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    z-index: 999999;
}

.resizeFabricDiv>div {
	display: table-cell;
	vertical-align: middle;
}

.resizeFabricDiv > #controls2 {
	position: absolute;
	top: 40px;
	left: 20px;
}

#KonvaContainer2{
	display: table-cell;
	vertical-align: middle;
}

#resizeFabricDiv:target {
    opacity:1;
    pointer-events: auto;
}

.changeFabricDiv {
	display: table;
	overflow: auto;
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    z-index: 999999;
}

.changeFabricDiv>div {
	display: table-cell;
	vertical-align: middle;
}

.KonvaContainer{
/* CSS 박민혁 수정 */
/*	display: table-cell;
	vertical-align: middle;*/
	margin:auto;
}

.changeFabricDiv > #controls {
	position: absolute;
	top: 40px;
	left: 20px;
}


#changeFabricDiv:target {
    opacity:1;
    pointer-events: auto;
}
/*RGB newColor*/
.newColorDiv {
	display: table;
	overflow: auto;
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    z-index: 999999;
}

.newColorDiv>div {
	display: table-cell;
	vertical-align: middle;
}

/*#KonvaContainer3{
	display: table-cell;
	vertical-align: middle;
}*/

.newColorDiv > #controls3 {
	position: absolute;
	top: 40px;
	left: 20px;
}

#newColorDiv:target {
    opacity:1;
    pointer-events: auto;
}
/* newColor RGB */
.newColorForm{
	width: 1000px;
	min-height: 900px;
    margin: auto;
    background-color: white;
    overflow: auto;
}

.newColorTitle{
	height: 27px;
    background: rgb(238, 238, 238);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    overflow: hidden;
}

.newColor_title_text{
	line-height: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    margin-left: 5px;
}

.newColorForm .close_btn {
    background-image: url('/media/image/Viewer/close_icon.png');
    margin: 5px;
    width: 19px;
    height: 17px;
    float: right;
    background-position: center center;
}

/*#konvasWrap3{
	display: table;
	width: 800px;
	height: 800px;
	margin: 10px auto;
}*/
/* newColor RGB */
/*#imgName3 {
	font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;
	font-size:14px;
	color:black;
	line-height:1.5;
	margin:3px 0;
	border:1px solid #cdcdcd;
}*/

/*#saveBtn3 {
	display: inline-block;
	height: 25px;
	text-align: center;
	width: 50px;
}*/
/*!*=========== 원단 상세보기 모달창  ===============================================================*!*/

.FabricModalContent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    z-index: 999999;
}
.FabricModalContent:target {
    opacity:1;
    pointer-events: auto;
}
.FabricModalContent > div {
	width: 950px;
	margin: 130px auto;
	background-color: white;
	overflow: auto;
}

.FabricModalContentForm{
	width:100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.FabricModalContentForm > img{
	margin: 20px 0 20px 0;
}


.FabricModalContentForm .imageViewer_title {
    height: 27px;
    background: rgb(238, 238, 238);
    /*!* Old browsers *!*/
    /*!* FF3.6+ *!*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    /*!* Chrome,Safari4+ *!*/
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /*!* Chrome10+,Safari5.1+ *!*/
    /*!* Opera 11.10+ *!*/
    /*!* IE10+ *!*/
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /*!* W3C *!*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /*!* IE6-9 *!*/
    overflow: hidden;
}

.FabricModalContentForm .imageViewer_title_text {
    line-height: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    margin-left: 5px;
}

.FabricModalContentForm .close_btn {
    background-image: url('/media/image/Viewer/close_icon.png');
    margin: 5px;
    width: 19px;
    height: 17px;
    float: right;
    background-position: center center;
}

.FabricModalContentForm .closeBtn:hover {
    opacity: 0.5;
}

.FabricModalContentForm .FabricInfo {
    text-align: left;
    height: 460px;
}

.FabricModalContentForm .pointer {
    height: 100%;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.FabricModalContentForm .pointer.left {
    background-image: url('/media/image/Viewer/btn_prev.png');
    float: left;
}

.FabricModalContentForm .pointer.left:hover {
    background-image: url('/media/image/Viewer/btn_prev_hover.png');
    float: left;
}

.FabricModalContentForm .pointer.right {
    background-image: url('/media/image/Viewer/btn_next.png');
    float: right;
}

.FabricModalContentForm .pointer.right:hover {
    background-image: url('/media/image/Viewer/btn_next_hover.png');
    float: right;
}

.FabricModalContentForm .contentImageBox {
    border: 2px solid #C1CDCD;
    width: 431px;
    height: 441px;
    float: left;
    margin-left: 100px;
    margin-top: 7px;
}

.FabricModalContentForm .imageLabel {
    text-align: right;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-right: 10px;
}

.FabricModalContentForm .contentImage {
    border: 2px solid #C1CDCD;
    margin-top: 10px;
    margin-left: 10px;
    width: 407px;
    height: 407px;
    text-align: center;
}

.FabricModalContentForm .information {}

.FabricModalContentForm .informationTitle {
    height: 27px;
    background-color: #4F4A46;
    color: white;
    overflow: hidden;
}

.FabricModalContentForm .informationTitle_name {
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    float: left;
    margin-left: 40px;
    line-height: 27px;
}

.FabricModalContentForm .informationContent {
    height: 200px;
}

.FabricModalContentForm .infoCon {
    float: left;
    margin: 10px 0 0 30px;
}

.FabricModalContentForm .infoCon.bleft {}

.FabricModalContentForm .infoCon.bmid {}

.FabricModalContentForm .infoCon.bright {}

.FabricModalContentForm .infoConTitle {
    height: 20px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    margin-left: 15px;
}

.FabricModalContentForm .infoConBoxLeft {
    width: 100%;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
}

.FabricModalContentForm .infoConTable {
    width: 296px;
    height: 146px;
    border: 2px solid grey;
}

.FabricModalContentForm .infoConMid {
    width: 255px;
    height: 140px;
    border: 2px solid grey;
    padding-top: 6px;
}

.FabricModalContentForm .infoConMid .tagDiv {
    width: 48px;
    margin: 5px;
    display: inline-block;
}

.FabricModalContentForm .infoConMid .tagImage {
    !*width:40px;
	height:40px;*!
    display: block;
    margin: auto;
}

.FabricModalContentForm .infoConMid .tagName {
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    text-align: center;
    overflow: hidden;
}

.FabricModalContentForm .infoConRight {
    width: 257px;
    height: 136px;
    border: 2px solid grey;
    padding: 5px;
    font-size: 12px;
    text-align: left;
    color: black;
    background-color: rgba(255, 255, 255, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF)";
    /*! *IE8 *!*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF, endColorstr=#4CFFFFFF);
    /*! *IE6 & 7 *!*/
}

.infoConTable table {
    margin-left: 10px;
    width: 270px;
    table-layout: fixed;
    border-spacing: 8px;
    line-height: 15px;
}

.infoConTable td {
    padding: 0px;
    font-size: 11px;
    text-align: left;
}

.infoConTable td.index {
    width: 85px;
    font-weight: bold;
    border-right: 1px solid;
}

.infoConTable td.contents {
    width: 175px;
    color: #4F4A46;
    font-weight: bold;
    padding-left: 5px;
}

/*
!*=========== 원단 상세보기 모달창  ===============================================================*!

!*=========== user fabric 원본 보기 모달창  ===============================================================*!

.imgViewerMask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	zoom: 1;
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9998;
}

.imgViewerMask .imgViewer {
	display: block;
	margin: 0 auto;
	z-index: 9999;
}

!*=========== user fabric 원본 보기 모달창  ===============================================================*!


#helpViewer_mask_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1300;
}

#helpViewer_mask {
    width: 700px;
    height: 600px;
    margin: 95px auto;
    background-color: white;
    border: 1px solid black;
}

#helpViewer_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1301;
}

#helpViewer {
    position: relative;
    width: 700px;
    height: 602px;
    margin: 95px auto;
}

#helpViewer .helpImg {
    margin-top: 30px;
    width: 700px;
    height: 562px;
    display: none;
}

#helpViewer .arrowBtn {
    position: absolute;
    top: 200px;
    height: 195px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

#helpViewer .arrowBtn.left {
    left: 15px;
    background-image: url('/media/image/Viewer/btn_prev.png');
}

#helpViewer .arrowBtn.left.enabled {
    background-image: url('/media/image/Viewer/btn_prev_hover.png');
    cursor: pointer;
}

#helpViewer .arrowBtn.right {
    right: 15px;
    background-image: url('/media/image/Viewer/btn_next.png');
}

#helpViewer .arrowBtn.right.enabled {
    background-image: url('/media/image/Viewer/btn_next_hover.png');
    cursor: pointer;
}




@media screen and (min-width: 415px) and (max-width: 1024px) {

 	header{
 		height: 50px;
 	}

 	header .logo {
 		margin: 0;
 	}

 	.logo img{
 		width: 100px!important;
 		margin: 20px 0 0 20px;
 	}

 	header .loginBtn{
		margin: 20px 10px 0 0;
	}

	header .userBtn{
		margin-top: 20px;
	}

	header .tutorialBtn{
		margin: 20px 50px 0 0;
	}

	article .PanelWrap .ContentWrap{
		height: 635px;
	}

	article .LayerWrap{
		height: 150px;
		margin-bottom: 1%;
	}

	.tab_container{
		height: 105px;
	}

	.tab_content{
		padding-top: 0;
	}

	article .LayerWrap .layer_fabric{
		width:70px;
		height:70px;
	}

	.tab_container .tab_content ul li {
	    width: 80px;
	}

	article .LayerWrap .layer_fabric .FabricScale{
		width: 80px;
		position: absolute;
		bottom: -5px;
		left: -5px;
	}

	article .LayerWrap .layer_fabric .FabricScale > li{
		width: 15px;
		height: 15px;
	}

	article .LayerWrap .layer_fabric .FabricScale > li:nth-child(1){
		margin-right: 22px;
	}

	article .LayerWrap .layer_fabric_name{
		font-size: 8px;
		height: 20px;
		line-height: 20px;
	}


	article .ModalWrap .refreshBtn{
		bottom: 5px;
		right: 115px;
	}

	article .ModalWrap .shareBtn{
		bottom: 5px;
		right: 5px;
	}

	article .ModalWrap .shareBtn_content{
		right: 5px;
		bottom: 33px;
	}

   	footer{
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
		position: absolute;
		bottom: 0px;
	}

	article .ModalWrap .shareBtn_content ul li.mobile{
		display: block!important;
	}

	.FabricModalContent > div {
		margin: 30px auto;
	}

	article .PanelWrap .sideNav{
		height: 550px;
	}

	article .PanelWrap .UploadBtn{
		bottom: 33px;
	}

 }



 @media screen and (max-width: 414px) {

 	#globalContainer{
		max-width: 414px;

	}

 	header {
 		height: 140px;
 		position: relative;
 	}

 	article{
 		height: auto;
 	}

 	header .logo{
 		width: 100%;
 		margin: 30px auto;
 		text-align: center;
 	}

     header .loginBtn{
     	margin:0;
     	position: absolute;
     	left: 45%;
     	top: 100px;
     }

     header .userBtn{
     	margin:0;
     	position: absolute;
     	left: 20%;
     	top: 100px;
     }

     header .tutorialBtn{
     	margin:0;
     	position: absolute;
     	right: 5%;
     	top: 100px;
     }

     article .PanelWrap{
     	width: 100%;
     	float: right;
     }

     article .RightContentWrap{
     	width: 98%;
     	margin: 0 1%;
     }

     article .LayerWrap{
		width: 100%;
		float: left;
	}


	article .ModalWrap{
		width: 100%;
		float: left;
		height: auto;
		margin-bottom: 50px;
	}
*/
	.ModalWrap .maskImg {
		position: absolute;
		width: 100%;
        height: 100%;
        opacity: 0.3;
	}
/*
	article .PanelWrap .RecentFabric{
		width: 100%!important;
	}
*/
	.loginModalContent > div{
		width:200px;
		left:20%;
	}
/*
	article .PanelWrap .RecentFabric{
		height: 19%;
	}

	.FabricItemWrap{
		height: 79%;
	}

	article .ModalWrap .shareBtn_content ul li.mobile{
		display: block!important;
	}

	.viewerBtn {
		display: block;
	}
	
	article .PanelWrap .UploadBtn{
		width: 77px;
		bottom: 0;
	}

	!*  모바일 모달창 CSS *!


	.FabricModalContent > div {
		width: 90%;
		height: 500px;
		margin: 40px auto;
		overflow-x: hidden;
	}

	.FabricModalContentForm .content {
	    text-align: left;
	    width: 100%;
	    position: relative;
	    height: 460px;
	}

	.FabricModalContentForm .imageViewer_title {
	    position: fixed;
	    width: 90%;
	    z-index: 999999;
	}

	.FabricModalContentForm .pointer {
		width: 50px;
	    position: absolute;
	    top:0;
	}

	.FabricModalContentForm .pointer.left {
	    left:0;
	}

	.FabricModalContentForm .pointer.left:hover {
	    left:0;
	}

	.FabricModalContentForm .pointer.right {
	    right: 0;
	}

	.FabricModalContentForm .pointer.right:hover {
	    right: 0;
	}

	.FabricModalContentForm .contentImageBox {
	    width: 98%;
	    height: 441px;
	    margin-left: 0;
	    border: 0;
	}

	.FabricModalContentForm .contentImage {
	    border: 0;
	    margin-top: 10px;
	    margin-left: 10px;
	    width: 93%;
	    height: 407px;
	    text-align: center;
	}

	.FabricModalContentForm .infoCon {
		width: 90%;
		height: auto;
	}

	.FabricModalContentForm .infoCon.bleft {}

	.FabricModalContentForm .infoCon.bmid {}

	.FabricModalContentForm .infoCon.bright {
		margin-bottom: 20px;
	}

	.FabricModalContentForm .infoConTitle {
	    text-align: center;
	    margin-left: 0;
	}


	.FabricModalContentForm .infoConTable {
	    width: 90%;
	}

	.FabricModalContentForm .infoConMid {
	    width: 90%;
	}

	.FabricModalContentForm .infoConRight {
		-webkit-width: calc(90% - 10px);
		-moz-width: calc(90% - 10px);
	    width: calc(90% - 10px);
	}

	.infoConTable table {
	    margin-left: 0;
	    width: 100%;
	}


	.infoConTable td.index {
	    width: 40%;
	}

	.infoConTable td.contents {
	    width: 60%;
	}

	#helpViewer_mask {
	    width: 350px;
	    height: 300px;
	    margin: 195px auto;
	    background-color: white;
	    border: 1px solid black;
	}

	#helpViewer {
	    position: relative;
	    width: 350px;
	    height: 302px;
	    margin: 195px auto;
	}

	#helpViewer .helpImg {
	    margin-top: 5px;
	    width: 350px;
	    display: none;
	    height: 283px;
	}

	#helpViewer .arrowBtn {
	    position: absolute;
	    top: 90px;
	    height: 95px;
	    width: 30px;
	    background-repeat: no-repeat;
	    background-position: center center;
	}

	#helpViewer .arrowBtn.left {
	    left: 15px;
	    background-image: url('/media/image/Viewer/btn_prev.png');
	}

	#helpViewer .arrowBtn.left.enabled {
	    background-image: url('/media/image/Viewer/btn_prev_hover.png');
	    cursor: pointer;
	}

	#helpViewer .arrowBtn.right {
	    right: 15px;
	    background-image: url('/media/image/Viewer/btn_next.png');
	}

	#helpViewer .arrowBtn.right.enabled {
	    background-image: url('/media/image/Viewer/btn_next_hover.png');
	    cursor: pointer;
	}
 }
*/
/* resize fabric */
.fabricResizeForm{
	width: 825px;
	height: 825px;
    /*margin: auto;*/
    background-color: white;
    overflow: auto;
    border: 1px solid #707070;
}

.fabricResizeTitle{
	height: 27px;
    background: rgb(238, 238, 238);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    overflow: hidden;
}

.fabricResize_title_text{
	line-height: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    margin-left: 5px;
}

.fabricResizeForm .close_btn {
    background-image: url('/media/image/Viewer/close_icon.png');
    margin: 5px;
    width: 19px;
    height: 17px;
    float: right;
    background-position: center center;
}

#konvasWrap2{
	display: table;
	width: 600px;
	height: 550px;
	margin: 10px auto;
}
/* newColor RGB */
.newColorForm{
	width: 1000px;
	min-height: 900px;
    margin: auto;
    background-color: white;
    overflow: auto;
}

.newColorTitle{
	height: 27px;
    background: rgb(238, 238, 238);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    overflow: hidden;
}

.newColor_title_text{
	line-height: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    margin-left: 5px;
}

.newColorForm .close_btn {
    background-image: url('/media/image/Viewer/close_icon.png');
    margin: 5px;
    width: 19px;
    height: 17px;
    float: right;
    background-position: center center;
}

#konvasWrap1{
	display: table;
	width: 800px;
	height: 800px;
	margin: 10px auto;
}
/* fabric change */
.fabricChangeMakingForm{
/* CSS 박민혁 수정 */
    width: 826px;
    height: 826px;
/*	width: 1000px;
	min-height: 900px;*/
    margin: auto;
    background-color: white;
    overflow: auto;
}

.fabricChangeTitle{
	height: 27px;
    background: rgb(238, 238, 238);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    overflow: hidden;
}

.fabricChange_title_text{
	line-height: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    margin-left: 5px;
}

.fabricChangeMakingForm .close_btn {
    background-image: url('/media/image/Viewer/close_icon.png');
    margin: 5px;
    width: 19px;
    height: 17px;
    float: right;
    background-position: center center;
}

.konvasWrap{
/* CSS 박민혁 수정 */
/*	display: table;
	width: 800px;
	height: 800px;*/
	display: flex;
	width: 590px;
	height: 548px;
	margin: 50px auto;
}

/*!*range관련 css*!*/

.rs-range {
	width: 165px;
	border: 1px;
    margin-top: 10px;
    -webkit-appearance: none;
}

.rs-range:focus {
	outline: none;
}

#hue::-webkit-slider-runnable-track {
	/*margin-top: -5px;*/
	/*width: 100%;*/
	height: 10px;
	/*cursor: pointer;*/
	/*box-shadow: none;*/
	background: linear-gradient(to left, purple,darkblue,blue,green,yellow,orange,red);
	border-radius: 5px;
	border: 1px solid #000000;
}
#saturation::-webkit-slider-runnable-track {
	/*margin-top: -5px;*/
	/*width: 100%;*/
	height: 10px;
	/*cursor: pointer;*/
	/*box-shadow: none;*/
	background: linear-gradient(to right,red,white);
	border-radius: 5px;
	border: 1px solid #000000;
}
#value::-webkit-slider-runnable-track {
	/*margin-top: -5px;*/
	/*width: 100%;*/
	height: 10px;
	/*cursor: pointer;*/
	/*box-shadow: none;*/
	background: linear-gradient(to right,black,white);
	border-radius: 5px;
	border: 1px solid #000000;
}
#red::-webkit-slider-runnable-track {
	/*margin-top: -5px;*/
	/*width: 100%;*/
	height: 10px;
	/*cursor: pointer;*/
	/*box-shadow: none;*/
	background: red;
	border-radius: 5px;
	border: 1px solid #000000;
}
#green::-webkit-slider-runnable-track {
	/*margin-top: -5px;*/
	/*width: 100%;*/
	height: 10px;
	/*cursor: pointer;*/
	/*box-shadow: none;*/
	background: green;
	border-radius: 5px;
	border: 1px solid #000000;
}
#blue::-webkit-slider-runnable-track {
	/*margin-top: -5px;*/
	/*width: 100%;*/
	height: 10px;
	/*cursor: pointer;*/
	/*box-shadow: none;*/
	background: blue;
	border-radius: 5px;
	border: 1px solid #000000;
}
/*.rs-range::-moz-range-track {*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	cursor: pointer;*/
/*	box-shadow: none;*/
/*	background: black;*/
/*	border-radius: 0px;*/
/*	border: 0px solid #010101;*/
/*}*/

.rs-range::-webkit-slider-thumb {
	border: 0px solid black;
	height: 18.8px;
	width: 18.8px;
	border-radius: 15px;
	background: url(../../../media/new/images/icons/icon-triangle_17.png);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -4px;
}

/*.rs-range::-moz-range-thumb{*/
/*	border: 0px solid black;*/
/*	height: 15px;*/
/*	width: 15px;*/
/*	border-radius: 15px;*/
/*	background: rgba(0,0,0,1);*/
/*	cursor: pointer;*/
/*	-webkit-appearance: none;*/
/*	margin-top: -7px;*/
/*}*/

/*.rs-range::-moz-focus-outer {*/
/*	border: 0;*/
/*}*/

/*!*ie range관련css*!*/
/*input[type=range]::-ms-track {*/
/*    width: 100%;*/
/*    height: 5px;*/

/*    !*!*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead *!*!*/
/*    background: transparent;*/

/*    !*!*leave room for the larger thumb to overflow with a transparent border *!*!*/
/*    border-color: transparent;*/
/*    border-width: 6px 0;*/

/*    !*!*remove default tick marks*!*!*/
/*    color: transparent;*/
/*}*/
/*input[type=range]::-ms-fill-lower {*/
/*    HEIGHT: 2PX;*/
/*	cursor: pointer;*/
/*	box-shadow: none;*/
/*	BACKGROUND: LINEAR-GRADIENT( TO RIGHT, YELLOW 50%, RED 60%, PURPLE );*/
/*	border-radius: 0px;*/
/*	border: 0px solid #010101;*/
/*}*/
/*input[type=range]::-ms-fill-upper {*/
/*    height: 2px;*/
/*	cursor: pointer;*/
/*	box-shadow: none;*/
/*	background: linear-gradient( to right, yellow 50%, red 60%, purple );*/
/*	border-radius: 0px;*/
/*	border: 0px solid #010101;*/
/*}*/
/*input[type=range]::-ms-thumb {*/
/*    border: 3px solid black;*/
/*    height: 15px;*/
/*	width: 15px;*/
/*	border-radius: 15px;*/
/*    background:linear-gradient( to right, yellow 50%, red 60%, purple );;*/
/*	cursor: pointer;*/
/*}*/
/*input[type=range]:focus::-ms-fill-lower {*/
/*    height: 2px;*/
/*	cursor: pointer;*/
/*	box-shadow: none;*/
/*	background: linear-gradient( to right, yellow 50%, red 60%, purple );;*/
/*	border-radius: 2.3px;*/
/*	border: 2.3px solid #010101;*/
/*}*/
/*input[type=range]:focus::-ms-fill-upper {*/
/*    height: 2px;*/
/*	cursor: pointer;*/
/*	box-shadow: none;*/
/*	background: linear-gradient( to right, yellow 50%, red 60%, purple );;*/
/*	border-radius: 2.3px;*/
/*	border: 2.3px ;*/
/*}*/

::-ms-tooltip { display: none; }

#changeFabricForm {
	display: inline;
	margin-left: 20px;
}

.controls > span {
	margin: 0  13px 0 20px;
	font-size: 15px;
	font-weight: 550;
    letter-spacing: 0.34px;
    color: #A1A1A1;
    opacity: 1;
}

.saveName {
    width: 227px;
    height: 31px;
	font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;
	font-size:14px;
	color:black;
	line-height:1.5;
	border:1px solid #cdcdcd;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    opacity: 1;
    margin-right:12px;
}

.saveBtn {
	display: inline-block;
	height: 25px;
	width: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #00000029;
    border-radius: 20px;
    letter-spacing: 0.28px;
    color: #A1A1A1;
    opacity: 1;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 22px;
}

.saveBtn:hover {
	cursor:pointer;
}

#fabricResizeForm {
	display: inline;
	margin-left: 20px;
}
#imgName2 {
	font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;
	font-size:14px;
	color:black;
	line-height:1.5;
	margin:3px 0;
	border:1px solid #cdcdcd;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    opacity: 1;
    width: 226px;
}

/* newColor RGB */
#imgName1 {
	font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;
	font-size:14px;
	color:black;
	line-height:1.5;
	margin:3px 0;
	border:1px solid #cdcdcd;
}


#saveBtn2:hover {
	cursor:pointer;
}
#simulBtn:hover {
	cursor:pointer;
}
#fixBtn:hover {
	cursor:pointer;
}
#resetBtn:hover {
	cursor:pointer;
}
#hueSpan {
	margin-left: 50px !important
}
#rgbSpan {
	margin-left: 50px !important
}

.loginModalContent > div {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 20%;
    padding: 16px;
    outline: 5px solid #2872b1;
    background-color: white;
    overflow: auto;
}
.saveButton2{
    float: right;
    margin-right: 24px;
    margin-top: 70px;
}
.saveButton{
    float: right;
    margin-right: 24px;
    margin-top: 0px;
}
input::placeholder {
    letter-spacing: 0.26px;
    color: #A1A1A1;
    opacity: 1;
}

#resizeWidthInput
  ,#resizeHeightInput{
    width: 97px;
    height: 23px;
	font-family:helvetica,'Nanum Gothic',meiryo, gulim,sans-serif;
	font-size:14px;
	color:black;
	line-height:1.5;
	border:1px solid #cdcdcd;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    opacity: 1;
    margin-right:12px;
    margin-left: 12px;
}

/*#resizeWidthSpan
 ,#resizeHeightSpan
 ,#resizeperVal{
 	font-size: 15px;
	font-weight: 550;
    letter-spacing: 0.34px;
    color: #A1A1A1;
    opacity: 1;
 }*/

 .flex_container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    border-top: 1px solid #707070;
    width: 823px;
    height: 176px;
 }

 .flex_item_1 {
    width: 400px;
    height: 0px;
    flex-grow: 1;
    margin: auto;
    text-align: center;
    margin-left: 20px;
    font-size: 15px;
	font-weight: 550;
    letter-spacing: 0.34px;
    color: #A1A1A1;
    opacity: 1;
 }

 .flex_item_2 {
    width: 350px;
    text-align: center;
    margin: auto;
    flex-grow: 1;
    letter-spacing: 0.3px;
    color: #A1A1A1;
    opacity: 1;
    font-weight: 0.34;
    height: 0px;
 }

 .flex_item_3 {
    flex_grow: 1;
    text-align: center;
    margin: auto;
 }
 .flex_item_3 > span{
    margin-right: 20px;
 }

 .flex_item_4 {
    text-align: center;
    margin: auto;
    display:flex;
    width: 350px;
 }

 .flex_item_4 > form {
    margin: auto;
    flex-grow: 1;
 }

 #saveBtn2 {
    flex-grow:1;
    margin-left: -40px;
    margin-top: 5px;
 }

 #faceTest .close_btn {
    background-image: url('/media/image/Viewer/close_icon.png');
    margin: 5px;
    width: 19px;
    height: 17px;
    float: right;
    background-position: center center;
 }

    .CropTitle {
    line-height: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    margin-left: 5px;
 }

#clipper label, #clipper input{
    display: inline-block;
    font-size: inherit;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #00000029;
    border-radius: 20px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #A1A1A1;
    opacity: 1;
    width: 104px;
    height: 33px;
    padding: 5px;
    margin: 0px 20px;
    text-transform: capitalize;
}

#clipper input[type="file"] { /* 파일 필드 숨기기 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.action > input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    opacity: 1;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    border: 0px;
    text-align: left;
    font: normal normal bold 30px/49px Myriad Pro;
    letter-spacing: 0.6px;
    color: #A1A1A1;
    opacity: 1;
    padding: 0px 11px;
    margin-top: 8px;
}

.action div {
    text-align: right;
}

.action div input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #00000029;
    border-radius: 20px;
    opacity: 1;
    width: 89px;
    height: 33px;
    border: 0px;
    letter-spacing: 0.32px;
    color: #A1A1A1;
    opacity: 1;
    margin: 30px 45px 0px 0px;
}

@media all and (max-width: 1024px) {
    .loginModalContent > div {
        position: absolute;
        top: 30%;
        left: 22%;
        width: 56%;
        padding: 16px;
        outline: 5px solid #2872b1;
        background-color: white;
        overflow: auto;
    }
}