﻿@charset "UTF-8";
body.main-body { opacity:0; }

@import url(/css/font.css); 
@font-face {
    font-family: 'AppleSDGothicNeoR00';
    src: url('/CSS/Font/AppleSDGothicNeoR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AppleSDGothicNeoEB00';
    src: url('/CSS/Font/AppleSDGothicNeoEB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AppleSDGothicNeoSB00';
    src: url('/CSS/Font/AppleSDGothicNeoSB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumGothic';
    src: url('/CSS/Font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumGothicBold';
    src: url('/CSS/Font/NanumGothicBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumGothicExtraBold';
    src: url('/CSS/Font/NanumGothicExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumGothicLight';
    src: url('/CSS/Font/NanumGothicLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body { font-family: NanumGothicBold;  line-height: 1.5; letter-spacing: -0.05rem;  }

input, textarea, button ,select{  font-family: NanumGothicBold;  line-height: 1.5; letter-spacing: -0.05rem;  }

a, a:visited { text-decoration: none; }



textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }


input[type=text]::-ms-clear{
	display: none;
}


.input-box input[type="checkbox"]	{margin-bottom:-2px; width: 18px;  height: 18px;   border-radius: 2.4px;  border: solid 1.5px #6d6d6d;  background-image:none;}
.input-box input[type="checkbox"]:checked	{background:url('/images/checked_bg.png') no-repeat 0px 0px;}

input[type="checkbox"] { appearance: none; -webkit-appearance: none; -moz-appearance: none; }

.input-box input[type="radio"]	{ margin-bottom:-2px; width: 18px;  height: 18px;   border-radius: 2.4px;  border: solid 1.5px #6d6d6d;  background-image:none;}
.input-box input[type="radio"]:checked	{background:url('/images/checked_bg.png') no-repeat 0px 0px;}

.input-box label	{padding-bottom:10px;margin-right:25px;font-size:15px; }
input[type="radio"] { appearance: none; -webkit-appearance: none; -moz-appearance: none; }


button, input[type='checkbox'], input[type='radio'], input[type='submit'], input[type='image'] { cursor: pointer; }




.pnt { position: absolute; width: 25px; height: 35px; right: -1px; top: 4px; text-align: center; line-height: 40px; color: #f30; font-weight: 600; font-size: 15px; }


.colorin-Input { position: relative; overflow: hidden; }
.colorin-Input .pnt { position: absolute; width: 25px; height: 35px; right: -1px; top: 4px; text-align: center; line-height: 40px; color: #f30; font-weight: 600; font-size: 15px; }
.colorin-Input input { background: #ecf4f5 !important; padding-right: 5px !important; }
.colorin-Input textarea { background: #ecf4f5 !important; padding-right: 10px !important; }

.colorin-Input .num { font-weight: bold; position: absolute; left: 0px; top: 15px; font-size: 15px; color: #3478c1; }

.disabled-Input { position: relative; overflow: hidden; }
.disabled-Input .pnt { position: absolute; width: 25px; height: 35px; right: -1px; top: 4px; text-align: center; line-height: 40px; color: #f30; font-weight: 600; font-size: 15px; }
.disabled-Input input { background: #f3f3f4 !important; padding-right: 5px !important; }
.disabled-Input textarea { background: #f3f3f4 !important; padding-right: 10px !important; }

.disabled-Input .num { font-weight: bold; position: absolute; left: 0px; top: 15px; font-size: 15px; color: #3478c1; }

.baseBB { border-bottom: 1px solid #dee3eb }

table { width: 100%; table-layout: fixed; }
table th, table.input td {     font-family: NanumGothicBold; padding: 10px 0; border-bottom: 1px solid #2d2d2d; font-size:15px }


table th {     font-family: NanumGothicBold;padding-left:0px; color: #222; text-align: left; }







.table_normal { width: 100%; table-layout: fixed; }
.table_normal th, .table_normal.input td { padding: 10px 0; border-bottom: 0px solid #dee3eb; }
.table_normal th, .table_normal.inner td { padding: 0px ; border-bottom: 0px solid #dee3eb;  }
.table_normal th { padding-left: 30px; font-weight: 400; color: #222; text-align: left; }
.table_normal td { padding-top:3px; padding-bottom:3px}



.table_border, .table_border th, .table_border td {
  border: 1px solid #dee3eb;
  border-collapse: collapse;
}

.table_border_none, .table_border_none th, .table_border_none td {
  border: 0px solid #dee3eb;
  border-collapse: collapse;
}




/*table { width: 100%; table-layout: fixed; }
table th { padding-left: 30px; font-size: 15px; font-weight: 400; color: #222; text-align: left; }
table td {border-bottom: 0px solid #dee3eb;}


.table_normal { width: 100%; table-layout: fixed; }
.table_normal th, table_normal.input td { padding: 10px 0; border-bottom: 1px solid #dee3eb; }
.table_normal th { padding-left: 30px; font-size: 15px; font-weight: 400; color: #222; text-align: left; }
.table_normal td { padding-top:3px; padding-bottom:3px}


.th_border_bottom {padding-left: 30px; font-size: 15px; font-weight: 400; color: #222; text-align: left; border-bottom: 1px solid #dee3eb; }
.td_border_bottom {padding-top:3px; padding-bottom:3px; border-bottom: 1px solid #dee3eb;}
*/



.colorin-Input input::-webkit-input-placeholder { color: #999; }
.colorin-Input input::-moz-placeholder { color: #999; }
.colorin-Input input:-ms-input-placeholder { color: #999; }
.colorin-Input input:-moz-placeholder { color: #999; }
.colorin-Input input[type="text"],input[type="tel"] { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
-ms-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
width: 100%; 
height: 40px; 
line-height: 40px; 
padding: 0 10px; 
background: #fff; 
border: 1px solid #c0c8d4; 
font-size: 12px; 
font-weight: 300;
 }
.colorin-Input textarea { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
-ms-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
width: 100%; 
height:100px; 
line-height: 20px; 
padding: 0 10px; 
background: #fff; 
border: 1px solid #c0c8d4; 
font-size: 12px; 
font-weight: 300;
 }
.colorin-Input textarea::-webkit-input-placeholder { color: #999; }
.colorin-Input textarea::-moz-placeholder { color: #999; }
.colorin-Input textarea:-ms-input-placeholder { color: #999; }
.colorin-Input textarea:-moz-placeholder { color: #999; }
.colorin-Input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ecf4f5 url(http://www.sellergo.net/images/arr_select1.png) no-repeat  right center ;   
    border: 1px solid #c0c8d4;	
    width: 100%;
    padding: 10px 0px 10px 20px;    
    font-size: 12px;   
	font-weight: 300; 
    color: #999;
}
.colorin-Input select::-ms-expand { display:none; }




.disabled-Input input::-webkit-input-placeholder { color: #999; }
.disabled-Input input::-moz-placeholder { color: #999; }
.disabled-Input input:-ms-input-placeholder { color: #999; }
.disabled-Input input:-moz-placeholder { color: #999; }
.disabled-Input input[type="text"],input[type="tel"] { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
-ms-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
width: 100%; 
height: 40px; 
line-height: 40px; 
padding: 0 10px; 
background: #f3f3f4; 
border: 1px solid #c0c8d4; 
font-size: 12px; 
font-weight: 300;
 }
.disabled-Input textarea { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
-ms-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
width: 100%; 
height:100px; 
line-height: 20px; 
padding: 0 10px; 
background: #fff; 
border: 1px solid #c0c8d4; 
font-size: 12px; 
font-weight: 300;
 }
.disabled-Input textarea::-webkit-input-placeholder { color: #999; }
.disabled-Input textarea::-moz-placeholder { color: #999; }
.disabled-Input textarea:-ms-input-placeholder { color: #999; }
.disabled-Input textarea:-moz-placeholder { color: #999; }
.disabled-Input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ecf4f5 url(http://www.sellergo.net/images/arr_select1.png) no-repeat  right center;   
    border: 1px solid #c0c8d4;	
    width: 100%;
    padding: 10px 0px 10px 20px;    
    font-size: 12px;   
	font-weight: 300; 
    color: #999;
}
.disabled-Input select::-ms-expand { display:none; }



.basic-Input input::-webkit-input-placeholder { color: #999; }
.basic-Input input::-moz-placeholder { color: #999; }
.basic-Input input:-ms-input-placeholder { color: #999; }
.basic-Input input:-moz-placeholder { color: #999; }
.basic-Input input[type="text"],input[type="tel"] { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
-ms-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
width: 100%; 
height: 30px; 
padding-right:5px;
padding-left:5px;
background: #f5f5f5; 
border: 0px solid #f5f5f5; 
font-size: 14px; 
font-weight: normal;
 }
.basic-Input textarea { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
-ms-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
width: 100%; 
height:100px; 
line-height: 20px; 
padding: 10px 10px; 
background: #f5f5f5; 
border: 0px solid #f5f5f5; 
font-size: 14px; 
font-weight: normal;
 }
.basic-Input textarea::-webkit-input-placeholder { color: #000; }
.basic-Input textarea::-moz-placeholder { color: #000; }
.basic-Input textarea:-ms-input-placeholder { color: #000; }
.basic-Input textarea:-moz-placeholder { color: #000; }
.basic-Input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f5f5 url(/images/icon_dropdown2.png) no-repeat  right 14px top 10px; 
    border: 0px solid #f5f5f5;	
    
    width: 100%;
    padding: 0px 0px 0px 10px;    
    font-size: 14px;  
    height:30px; 
	font-weight: normal;
    color: #000;
}
.basic-Input select::-ms-expand { display:none; }



.width30-input {}
.width30-input:after {display:block; content: ' '; clear:both;}
.width30-input select {}
.width30-input select,
.width30-input input {float:left;}
.width30-input select,
.width30-input input[type="text"],input[type="tel"]{width:33.3333%;}
.width30-input input[type="text"],input[type="tel"] {
  width: -moz-calc(33.3333% - 10px);
  width: -webkit-calc(33.3333% - 10px);
  width: -o-calc(33.3333% - 10px);
  width: calc(33.3333% - 10px);
}
.width30-input select + span,
.width30-input input + span{display:inline-block; float:left; width:10px; height:40px; line-height: 40px; text-align: center;}
.width30-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(http://www.sellergo.net/images/arr_select1.png) no-repeat  right center;   
    border: 1px solid #c0c8d4;	
    
    padding: 10px 0px 10px 20px;    
    font-size: 12px;   
	font-weight: 300; 
    color: #999;
}
.width30-input select::-ms-expand { display:none; }

dl, dt, dd, ol, ul {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style-type: none;
}


.list li dt {

  
    position: relative;
    font-size: 14px;
    color: #222;
    border-bottom: 1px solid #2d2d2d;
}


.divScroll {
    font-size: 12px;
    color: #000000;
    line-height: 2;
    border-bottom: 1px solid #ededed;
    padding: 15px 20px 10px 20px;
    height: 160px;
    overflow-y: auto;
}

.divScroll p {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 15px;
	
}

.agree-chk fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;   
	border: none;
}
.agree-chk fieldset .input-box {
    float: right;
    font-size: 12px;
    color: #767676;
    font-weight: 300;
}

.agree-chk fieldset legend {
    float: left;

    font-size: 12px;
    color: #767676;
    font-weight: 300;
}
.agree-chk fieldset legend i {
    font-style: normal;
    color: #f30;
}


.textColrGray{ color:#999999}
.textSize14{ font-size:14px}
.num { font-weight: bold; margin-top:-1px; margin-right:5px; font-size: 15px; color: #3478c1; }
.num2 { font-weight: bold; margin-top:2px; margin-left:25px;margin-right:25px; font-size: 14px; color: #3478c1; }


.basicBottomCenter { text-align: center; margin-top: 40px;  padding-bottom:40px;}

.basicBottomBlue-btn {display: inline-block;vertical-align:middle; }
.basicBottomBlue-btn a { 
display: inline-block; 
*display: inline; zoom: 1; 
vertical-align: top; 
 padding: 7px 20px 7px 20px;
border: 1px solid #3478c1; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-ms-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px; 
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
transition: all 0.3s ease; 
font-size: 15px; color: #3478c1; 
font-weight: 300;
 }
.basicBottomBlue-btn a:hover, .basicBottomBlue-btn a.selected { color: #fff; background: #3478c1; }



.basicBottomBlack-btn {display: inline-block;vertical-align:middle; }
.basicBottomBlack-btn a { 
display: inline-block; 
*display: inline; zoom: 1; 
vertical-align: top; 
 padding: 7px 20px 7px 20px;
border: 1px solid #333; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-ms-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px; 
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
transition: all 0.3s ease; 
font-size: 15px; color: #333; 
font-weight: 300;
 }
.basicBottomBlack-btn a:hover, .basicBottomBlack-btn a.selected { color: #fff; background: #333; }



.basicBottomRed-btn {display: inline-block;vertical-align:middle; }
.basicBottomRed-btn a { 
display: inline-block; 
*display: inline; zoom: 1; 
vertical-align: top; 
 padding: 7px 20px 7px 20px;
border: 1px solid #F33; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-ms-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px; 
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
transition: all 0.3s ease; 
font-size: 15px; color: #F33; 
font-weight: 300;
 }
.basicBottomRed-btn a:hover, .basicBottomRed-btn a.selected { color: #fff; background: #F33; }



.basicBottomGreen-btn {display: inline-block;vertical-align:middle; }
.basicBottomGreen-btn a { 
display: inline-block; 
*display: inline; zoom: 1; 
vertical-align: top; 
padding: 7px 20px 7px 20px;
border: 1px solid #390; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-ms-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px; 
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
transition: all 0.3s ease; 
font-size: 15px; color: #390; 
font-weight: 300;
 }
.basicBottomGreen-btn a:hover, .basicBottomGreen-btn a.selected { color: #fff; background: #390; }


.listblack-btn a{
    
    right: 20px;
    top: 50%;
 
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
	
}






.PlusBlue-btn a{
    
    right: 20px;
    top: 50%;   
	margin-left: 0px;
	margin-right: 0px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 3px 10px 3px 10px;
    border: 1px solid #3478c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
     color: #fff; background: #3478c1;
    font-weight: 400;
    font-size:15px;
	
}

.PlusGreen-btn a{
    
    right: 20px;
    top: 50%;   
	margin-left: 0px;
	margin-right: 0px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 3px 10px 3px 10px;
    border: 1px solid #3478c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
     color: #fff; background: #390;
    font-weight: 400;
    font-size:15px;
	
}

.listRedSmall-btn  a:hover, .listRed-btn  a.selected { color: #fff; background: #F33; }
.listRedSmall-btn a{
    
    right: 20px;
    top: 50%;    
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 4px 18px 4px 18px;
    border: 1px solid #F33;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color:#F33;
    font-weight: 400;

	
}


.listGraySmall-btn  a:hover, .listGray-btn  a.selected { color: #fff; background: #999999; }
.listGraySmall-btn a{
    
    right: 20px;
    top: 50%;   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
     padding: 4px 18px 4px 18px;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
	
}

.listGreenSmall-btn  a:hover, .listGreen-btn  a.selected { color: #fff; background: #390; }
.listGreenSmall-btn a{
    
    right: 20px;
    top: 50%;
   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 4px 18px 4px 18px;
    border: 1px solid #390;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color:#390;
    font-weight: 400;
	
}


.listBlueSmall-btn  a:hover, .listBlue-btn  a.selected { color: #fff; background: #3478c1; }
.listBlueSmall-btn a{
    
    right: 20px;
    top: 50%;   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
     padding: 4px 18px 4px 18px;
    border: 1px solid #3478c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #3478c1;
    font-weight: 400;
	
}





.listBlackSmall-btn  a:hover, .listBlack-btn  a.selected { color: #fff; background: #000000; }
.listBlackSmall-btn a{
    
    right: 20px;
    top: 50%;   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
   padding: 5px 20px 5px 20px;
    border: 1px solid  #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
	
}

.listBlue-btn  a:hover, .listBlue-btn  a.selected { color: #fff; background: #3478c1; }
.listBlue-btn a{
    
    right: 20px;
    top: 50%;   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
       padding: 5px 20px 5px 20px;
    border: 1px solid #3478c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #3478c1;
    font-weight: 400;
	
}


.listRedFill-btn  a:hover, .listRed-btn  a.selected { color: #fff; background: #F33; }
.listRedFill-btn a{
    
    right: 20px;
    top: 50%;    
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #F33;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#fff;
    background: #F33;
    font-weight: 400;
	
}

.listRed-btn  a:hover, .listRed-btn  a.selected { color: #fff; background: #F33; }
.listRed-btn a{
    
    right: 20px;
    top: 50%;    
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #F33;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#F33;
    font-weight: 400;
	
}


.listGreen-btn  a:hover, .listGreen-btn  a.selected { color: #fff; background: #390; }
.listGreen-btn a{
    
    right: 20px;
    top: 50%;
   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #390;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#390;
    font-weight: 400;
	
}



.listblack-btn  a:hover,  .listblack-btn  a.selected { color: #fff; background: #333; }

.listBlack-btn a{
    
    right: 20px;
    top: 50%;
   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#000000;
    font-weight: 400;
	
}


.listBlack{
    
    right: 20px;
    top: 50%;
   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#000000;
    font-weight: 400;
	
}

.list li dt  .listBlack-btn  a:hover, .list li dt  .listBlack-btn  a.selected { color: #fff; background: #000000; }


.listGray-btn a{
    
    right: 20px;
    top: 50%;
   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#999999;
    font-weight: 400;
	
}
.list li dt  .listGray-btn  a:hover, .list li dt  .listGray-btn  a.selected { color: #fff; background: #999999; }

.listGray-btn2 a{
    
    right: 20px;
    top: 50%;
   
	margin-left: 5px;
	margin-right: 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color:#999999;
    font-weight: 400;
	
}

.basic-btn a { 
float:right;  
display: inline-block; 
*display: inline; zoom: 1; 
vertical-align: top; 
padding: 10px 20px; 
border: 1px solid #3478c1; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-ms-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px; 
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
-ms-transition: all 0.3s ease; 
-o-transition: all 0.3s ease; 
transition: all 0.3s ease; 
font-size: 15px; color: #3478c1; 
font-weight: 300;
 }
.basic-btn a:hover, .basic-btn a.selected { color: #fff; background: #3478c1; }







h3 { color: #000; font-size: 24px; font-weight:normal;  padding-top: 10px;  padding-bottom: 10px;margin-bottom: 0px; border-bottom: 3px solid #222222; position: relative; font-family: AppleSDGothicNeoEB00;}
h3 .right { position: absolute; right: 0; top: 0px; font-size: 15px;font-weight: normal; font-family: AppleSDGothicNeoR00;}
h3 .right b { font-weight: 500; color: #f30; font-size: 15px; position: relative; top: 5px; }
h3.title { margin-top: 40px; margin-bottom: 0; }

h4 { color: #000; font-size: 20px; font-weight:normal;  padding-top: 10px;  padding-bottom: 10px;margin-bottom: 0px; border-bottom: 3px solid #222222; position: relative; font-family: AppleSDGothicNeoEB00;}
h4 .right { position: absolute; right: 0; top: 0px; font-size: 15px;font-weight: normal; font-family: AppleSDGothicNeoR00;}
h4 .right b { font-weight: 500; color: #f30; font-size: 15px; position: relative; top: 5px; }
h4.title { margin-top: 40px; margin-bottom: 0; }



.button-BoardPage:active {
  
}
.button-BoardPage:hover {
   
}
.button-Board {
     cursor: pointer;
  
  height: 40px;
  margin: 5px;

   text-align: center;
  background-color: #fff;
  font-size:15px;

  border: 1px solid #fff;
  color:#000;
  font-family:AppleSDGothicNeoEB00;
}


.button-BoardPage {
     cursor: pointer;
   width: 40px;
  height: 40px;
  margin: 5px;
   text-align: center;
  background-color: #ebebeb;
  font-size:15px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  color:#000;

  font-family:AppleSDGothicNeoEB00;
}


.button-BoardPageOn {
    cursor: pointer;
   width: 40px;
  height: 40px;
margin: 5px;
   text-align: center;
  background-color: #2d2d2d;
  font-size:15px;
  border-radius: 50%;
   border: 1px solid #fff;
  color:#fff;
  
  font-family:AppleSDGothicNeoEB00;
}


.filebox label {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 7px 20px 7px 20px;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
    font-weight: 400; 
}


.filebox label:hover { color: #fff; background: #333;cursor:pointer }


.filebox input[type="file"] {  /* 파일 필드 숨기기 */
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}



 /* 신규 CSS */
 
 .input3
 {
   font-family:NanumGothicBold;  
   font-size:15px;
     
     }
 
  .red-btn a{
    
  width : 100px;
  height: 35px;
  display: block;
  padding: 8px 18px 8px 18px;
  border-radius: 22.1px;
  background-color: #f00; 
  font-size:14px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
 
	
}
 .gray-btn a{
    
  width : 100px;
  height: 35px;
  display: block;

  padding: 8px 18px 8px 18px;
  border-radius: 22.1px;
  background-color: #6d6d6d; 
  font-size:14px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
 
	
}
 
 .gray-btn2 a{
    
 
  height: 35px;
  display: block;
  width  : 300px;
  padding: 5px 120px 5px 120px;
  border-radius: 22.1px;
  background-color: #6d6d6d; 
  font-size:15px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
 
	
}

.black-btn a{
    
  width : 100px;
  height: 35px;
  display: block;
  padding: 8px 18px 8px 18px;
  border-radius: 22.1px;
  background-color: #000; 
  font-size:14px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
 
	
}


 .red-middle-btn a{
    
  width: 180px;
  height: 40px;
  display: block;
  padding: 8px 58px 8px;
  border-radius: 29px;
  background-color: #f00; 
  font-size:18px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
   font-family:AppleSDGothicNeoSB00;
	
}
.black-middle-btn a{
    
  width: 180px;
  height: 40px;
  display: block;
  padding: 8px 58px 8px;
  border-radius: 29px;
  background-color: #000000; 
  font-size:18px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
   font-family:AppleSDGothicNeoSB00;
	
}
 .gray-middle-btn a{
    
  width: 180px;
  height: 40px;
  display: block;
  padding: 8px 58px 8px;
  border-radius: 29px; 
  background-color: #868686; 
  font-size:18px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  font-family:AppleSDGothicNeoSB00;
 
	
}
 .red-login-btn a{
    
  width: 245px;
  height: 45px;
  display: block;
   padding: 12px 0px 12px;
  border-radius: 29px;
  background-color: #f00; 
  font-size:15px;
  color:#ffffff ;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align:center;
 
	
}



.tt_category {
  
    background-color:#2d2d2d;
    height:60px;
    width:100%;
    font-family: AppleSDGothicNeoEB00;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-size: 20px;
}
.top-navbar {
  padding: 26px 0;
  font-size: .875rem;
}
.top-navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.category_list li {
  display: inline-block;   
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: normal;
  text-align: center;

  
}
.category_list li:hover {
  background-color: #2d2d2d;
}
.category_list li a {
  display: inline-block;

  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  color: #828282;
}
.category_list li a:hover {
  color: #ffffff;
}
.sub_category_list {
  display: none;
  position:absolute; width: 100vw; 
  left: calc(-50vw + 50%);
  overflow-x:hidden;

  padding-top:15px;
  padding-bottom:10px;
  background-color:#000000;
  min-height:40px;

  /*border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;  
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  */ 

  padding-left:50px; 

  z-index: 999;
}
/*.category_list li:hover .sub_category_list {
  display: block;
}
*/
.sub_category_list li {
  display:block;
}
.sub_category_list li a{
  display: block;
  color: #828282;
  text-align: left;
  padding: 6px 16px;
  text-decoration: none;
}
.sub_category_list li a:hover {
  background-color: #000000;
}
.category_list_menu{
    margin-top:15px;
    margin-bottom:5px;

    }
.link_item
{
    margin-left:20px;
    margin-right:20px; 
    height:42px;
   /* background-color:#000000;*/
    cursor:pointer;
   
      }   
 
 .link_sub_item
{

    margin-right:40px; 
   
      }      
      
.IB0002 {

  font-family: AppleSDGothicNeoEB00;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: normal; 
  color: #000;
  height:45px;
 
}


.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{
	background-color:#e1e1df;
}


.table-bordered{
	border:1px solid #cfcfcf;
	border-collapse:separate;
	*border-collapse:collapse;
	border-width:1px 1px 0 0 ;
}
.table-bordered-white{
	border:1px solid #ffffff;
	border-collapse:separate;
	*border-collapse:collapse;
	border-width:1px 1px 0 0 ;
}

.table-bordered th,.table-bordered td{
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}

.table-bordered-white th,.table-bordered-white td{
	border-left:1px solid #ffffff; border-bottom:1px solid #ffffff; 
}

.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{
	background-color:#f7efc5 !important; cursor:pointer;
	
}
.erp-td-bg-gray{
	background-color:#f0f0f0; cursor:pointer;
	
}
