
#container9 {width:1560px; margin:0 auto; text-align:center;}
.tab {list-style: none; margin: 0; padding: 0; overflow: hidden;}
.tab li {float: left;}
.tab li a {display: inline-block;color: #2980b9;text-align: center;text-decoration: none;padding: 14px 16px;font-size: 14px;transition:0.3s; font-weight:900; font-family: 'Noto Serif KR', serif;}
.tabcontent {display: none;	background:#ddd;padding: 20px 20px;	color:#fff;	}
 ul.tab li.current{background:#ddd;color: #222;}
.tabcontent.current {display: block;}



#container8 {width:740px; margin:0 auto; text-align:center;}
.tab8 {list-style: none; margin: 0; padding: 0; overflow: hidden;}
.tab8 li {float: left;}
.tab8 li a {display: inline-block;color: #27b2a5;text-align: center;text-decoration: none;padding: 14px 16px;font-size: 13px;transition:0.3s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}
.tabcontent8 {display: none;	background:#eee;padding: 20px 20px;	color:#fff;	}
 ul.tab8 li.current{background:#eee;color: #222;}
.tabcontent8.current {display: block;}


.badge {
   display: inline-block;
   position: relative;
   padding: 2px;
   border-radius: 50%;
   border: 2px solid red;
   background-color: red;
   color: #fff;
   font-weight: 700;
   font-size: 10px;
   animation: blink-animation 1s steps(5, start) infinite alternate;
   -webkit-animation: blink-animation 1s steps(5, start) infinite alternate;
}
@keyframes blink-animation {
   from {
       visibility: visibility;
   }
   to {
       visibility: hidden;
   }
}
@-webkit-keyframes blink-animation {
   from {
       visibility: visibility;
   }
   to {
       visibility: hidden;
   }
}
.signUp {
   position: relative;
   margin: 50px auto;
   width:380px;
   padding: 33px 25px 29px;
}

.signUp:before,
.signUp:after {
   content: '';
   position: absolute;
   bottom: 1px;
   left: 0;
   right: 0;
   height: 10px;
   background: inherit;
   border-bottom: 1px solid #D2D2D2;
   border-radius: 4px;
}

.signUp:after {
   bottom: 3px;
   border-color: #DCDCDC;
}

.signUpTitle {
   margin: -25px -25px 25px;
   padding: 15px 25px;
   line-height: 35px;
   font-family: "Arial", Gadget, sans-serif;
   font-size: 26px;
   font-weight: 300;
   color: #777;
   text-align: center;
   text-shadow: 0 1px rgba(255, 255, 255, 0.75);
   background: #d7f5d8;
}

.signUpTitle:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 8px;
   background: #32c33a;
   border-radius: 5px 5px 0 0;
}

.signUpInput {
   width: 100%;
   height: 50px;
   margin-bottom: 25px;
   padding: 10px 15px 5px;
   font-size: 20px;
   background: white;
   font-weight:bold;
   border: 1px solid #816b83;
}

.signUpInput:focus {
   border-color: #816b83;
   outline: none;
}

.lt-ie9 .signUpInput {
   line-height: 48px;
}

.signUpButton {
   position: relative;
   vertical-align: top;
   width: 100%;
   height: 54px;
   padding: 0;
	font-family: "Arial", Gadget, sans-serif;
   font-size: 22px;
   color: white;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
   background: #2a67be;
   border: 0;
}
.joinButton {
   position: relative;
   left:30%;
   vertical-align: top;
   width: 35%;
   height: 30px;
   padding: 0;
   font-size: 15px;
   color: #000000;
   text-align: center;
   background: #acbec5;
   border: 0;
}

.signUpButton:active {
   top: 1px;
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

:-moz-placeholder {
   color: #AAAAAA;
   font-weight: 300;
}

::-moz-placeholder {
   color: #AAAAAA;
   opacity: 1;
   font-weight: 300;
}

::-webkit-input-placeholder {
   color: #AAAAAA;
   font-weight: 300;
}

:-ms-input-placeholder {
   color: #AAAAAA;
   font-weight: 300;
}

::-moz-focus-inner {
   border: 0;
   padding: 0;
}


.estimate_nappum{ padding-top:10px; padding-left:20px; height:40px; background:#f0932b;color: #fff;font-size: 18px;transition:0.3s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}
.estimate_title{ margin-top:0px;  padding-left:0px; height:30px; background:#fff; color: #d35400;font-size: 16px;transition:0.3s;font-weight:bold;font-family: Nanum Gothic, Noto Sans JP, sans-serif, Lucida Sans Unicode, arial;}
.estimate_customer{ padding-top:10px; padding-left:20px; height:40px; background:#576574;color: #fff;font-size: 18px;transition:0.3s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}
.estimate_memo{ margin-top:10px; padding-top:10px; padding-left:20px; height:40px;  background:#95a5a6; color: #000;font-size: 18px;transition:0.3s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}

.popup_title{ text-align:center; height:30px; padding:10px; margin:10px; background:#0984e3; color: #fff; font-size: 18px; font-weight:bold; font-family: "Nanum Gothic", sans-serif, Lucida Sans Unicode, arial;}
#estimate_send{ margin-top:160px; padding-top:10px; padding-left:20px; height:40px;  background:#95a5a6; color: #000;font-size: 18px;transition:0.3s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}


.content49 {padding-top:10px; padding-left:20px; height:40px; background:#b2bec3;color: #fff;font-size: 18px;transition:0.3s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}
.content50 {color:#2d3436;font-size:14px; background-color:#ffeaa7; font-weight:bold;font-family: 'Noto Sans KR', sans-serif; padding:20px 20px;}


.content51 {float:left; height:169px; width:250px; background:url(../img/an31.jpg);  background-repeat: no-repeat; color:#666;font-size:14px; padding:0px 0px;}
.content52 {float:left; height:169px; width:373px; color:#333; font-size:16px; background-color:#fff; font-weight:400 ; padding:0px 10px; margin-top:50px}



.content53 {float:left; height:169px; width:500px; color:#666;font-size:14px; font-weight:bold;font-family: 'Noto Sans KR', sans-serif; padding:0px 0px;}









/*=====================*/
.btn { display:block; width:200px; height:40px; line-height:40px; border:1px #3399dd solid;; margin:15px auto; background-color:#66aaff; text-align:center; cursor: pointer; color:#fff; transition:all 0.9s, color 0.3; font-weight:bold} 
.btn:hover{color:#fff;}
.hover1:hover{ box-shadow:200px 0 0 0 rgba(0,0,0,0.5) inset;} 


/*=====================*/
















.e0_btn {border-radius:5px 5px 5px 5px; width:100px; height:15px;background-color: #bbbbbb;padding: 1px 1px;margin: 3px;border: none; color:#fff; text-align: center;text-decoration: none;font-size: 12px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }

.e01_btn {border-radius:5px 5px 5px 5px; width:50px; height:15px;background-color: #ccc;padding: 1px 1px;margin: 3px;border: none;color: #ff0;text-align: center;text-decoration: none;font-size: 12px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }
.e1_btn {width:85px; height:25px;background-color: #3498db;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px; cursor: pointer; }
.e2_btn {width:85px; height:25px;background-color: #465e6f;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }
.e3_btn {width:85px; height:25px;background-color: #6ab04c;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }

.e4_btn {width:85px; height:30px;background-color: #3498db;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; font-weight:600; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial; }



.e5_btn {width:85px; height:25px;background-color: #465e6f;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }
.e6_btn {width:85px; height:25px;background-color: #ff9800;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }
.e7_btn {width:85px; height:25px;background-color: #465e6f;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }




.e8_btn {width:100px; height:25px;background-color: #f0932b;padding: 2px 2px;margin: 2px;border: none;color: white;text-align: center;text-decoration: none;font-size: 13px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }

.e9_btn {width:50px; height:15px;background-color: #f0932b;padding: 0px 0px;margin: 0px;border: none;color: white;text-align: center;text-decoration: none;font-size: 11px;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }


.e10_btn {width:85px; height:30px;background-color: #3498db;padding: 2px 2px;margin: 2px 100px;  border: none;color: white;text-align: center;text-decoration: none;font-size: 14px; font-weight:800;display: inline-block; cursor: pointer;display: table-cell;vertical-align:middle; }
.e41_btn {width:150px; height:40px;background-color: #465e6f;padding:0; border: none;color: white;text-align: center;text-decoration: none;font-size: 12px;display: }


.e42_btn { display:inline-block; width:100px; height:30px;background-color: #84b829;padding:10px; border: none;color: white;text-align: center;text-decoration: none; font-size:15px; color:#fff;  font-weight:600; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial; }


.e44_btn {display: inline-block; padding: .2em .75em; color: #fff; font-size: 12px; line-height: normal; vertical-align: middle; background-color: #5cb85c; cursor: pointer; border: 1px solid #4cae4c; border-radius: .25em; -webkit-transition: background-color 0.2s; transition: background-color 0.2s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}
.e45_btn:hover {background-color: #6ed36e;}
.e44_btn:hover {background-color: #6ed36e;}
.e45_btn {display: inline-block; height:30px; padding-top:10px; width:150px; color: #fff; font-size: 16px; line-height: normal; vertical-align: middle; background-color: #5cb85c; cursor: pointer; border: 1px solid #4cae4c; border-radius: .25em; -webkit-transition: background-color 0.2s; transition: background-color 0.2s;font-weight:bold;font-family: Nanum Gothic, Noto Sans JP, sans-serif, Lucida Sans Unicode, arial;}
.e45_btn:hover {background-color: #6ed36e;}
.sng_btn {display: inline-block; padding: .2em .75em; color: #fff; font-size: 12px; line-height: normal; vertical-align: middle; background-color: #f0932b; cursor: pointer; border: 0px solid #4cae4c; border-radius: .25em; -webkit-transition: background-color 0.2s; transition: background-color 0.2s;}
.sng_btn:hover {background-color: #ff9800;}
/* 첨부파일버튼장식 */
.filebox label {display: inline-block; padding: .5em .75em; color: #fff; font-size: 13px; line-height: normal; vertical-align: middle;text-align: center; background-color: #5cb85c; cursor: pointer; border: 1px solid #4cae4c; border-radius: .25em; -webkit-transition: background-color 0.2s; transition: background-color 0.2s;}
.filebox label:hover {background-color: #6ed36e;}
.filebox label:active {background-color: #367c36;}
.filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
/* end  */



#ebutton{width: 100%; height:300px; background-color:#fff; font-size:12px; color:#333;}

#ebtn1{float:left;width:230px; height:100%; background-color:#fff;  font-size:12px; color:#333;padding:1px 1px; margin-right:5px}                /*의뢰인코멘트*/
#ebtn2{float:left;width:230px; height:100%; background-color:#fff; font-size:12px; color:#333; padding:1px 1px; margin-left:5px;margin-right:5px}/*번역사에게 알림*/
#ebtn3{float:left;width:330px; height:100%; background-color:#fff; font-size:12px; color:#333; padding:1px 1px; margin-left:5px;margin-right:5px}/*견적서코멘트*/


/*견적서발송*/
#ebtn4{float:left;width:151px; height:100%; background-color:#fff; padding:1px 1px; margin-left:5px;margin-right:5px}







.ebtn_body{width:100%; height:91%; background-color:#dfe6e9; font-size:12px; color:#333;}
.ebtn_body2{width:100%; height:105px; background-color:#f1f2f6; font-size:12px; color:#333;}
.ebtn_body3{width:100%; height:160px; background-color:#dfe6e9; font-size:12px; color:#333; padding-left:5px;}

.ebtn3_body1{width:98%; height:45%; background-color:#dfe6e9; font-size:12px; color:#333;}
.ebtn3_body2{width:98%; height:100px; background-color:#fff; margin-top:30px;}

#c_content{ width:97%; height:97%; font-size:13px; color:#333;  font-weight:400; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial;}
#t_content{ width:97%; height:97%; font-size:13px; color:#333;  font-weight:400; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial;}
#o_content{ width:97%; height:97%; font-size:13px; color:#333;  font-weight:400; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial;}






#ebtn5{  float:left;width:280px; height:220px; background-color:#fff;color:#333; padding:1px ; margin-left:5px;margin-right:0px}
#ebtn5_1{float:left;width:114px; height:97%;   background-color:#fff;color:#333; padding:1px ; margin-left:5px;margin-right:0px}


#ebtn6{float:left;width:130px; height:97%; background-color:#fff; color:#333; padding:1px 1px; margin-left:5px;margin-right:5px;}/*복제*/

.ebtn_title{width:100%; height:24px; background-color:#7f8fa6;text-align: center; padding-top:4px; color:#FFF; font-size:13px; font-weight:300; font-family:Noto Sans KR, 'Noto Serif KR', serif;} /*의뢰인코멘트   번역사에게 알림 견적서코멘트 표제 */



#ebtn4_a{width:151px; background-color:#cc8e35;   border-radius: 5px; margin-bottom:5px;
height:40px; text-align: center; padding-top:15px; color:#FFF; ;font-size: 16px;transition:0.3s; font-weight:600; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;}
#ebtn4_a:hover{color:#000;background:#FF4500; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 



#ipgmuirwe{width:151px; background-color:#2980b9;text-align: center; border-radius: 5px; margin-bottom:5px;
height:40px; text-align: center; padding-top:15px; color:#FFF; font-size: 16px;transition:0.3s; font-weight:600; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;} /*의뢰인코멘트   번역사에게 알림 견
적서코멘트 표제 */
#ipgmuirwe:hover{color:#000;background:#1abc9c; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 

#uirwe{width:120px; background-color:#008000;text-align: center; border-radius: 5px; margin-bottom:5px;
height:40px; text-align: center; padding-top:15px; color:#FFF; font-size: 16px;transition:0.3s; font-weight:600; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;} /*의뢰인코멘트   번역사에게 알림 견
적서코멘트 표제 */
#uirwe:hover{color:#000;background:#1abc9c; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 

/*
#uirwe{width:100px; margin-left:222px; background-color:#a29bfe; border-radius: 5px; margin-bottom:5px;
height:23px; text-align: center; padding-top:2px; color:#FFF;font-size: 12px;transition:0.3s; font-weight:400; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;} 
#uirwe:hover{color:#000;background:#9b59b6; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 
*/

.junaik{width:47px; margin-left:222px;  background-color:#f39c12;text-align: center;border-radius: 5px; margin-bottom:5px;
height:23px;  padding:2px 5px; color:#FFF; ;font-size: 12px;transition:0.3s; font-weight:400; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;} /*의뢰인코멘트   번역사에게 알림 견적서코멘트 표제 */
.junaik:hover{color:#000;background:#1abc9c; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 



.onoff{width:33%; margin-left:10px;  background-color:#f39c12;text-align: center;border-radius: 5px; margin-bottom:5px;
height:23px;  padding:2px 5px; color:#FFF; ;font-size: 12px;transition:0.3s; font-weight:400; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;} /*의뢰인코멘트   번역사에게 알림 견적서코멘트 표제 */
.onoff:hover{color:#000;background:#1abc9c; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 




#ebtn40_a{width:100%; height:24px; background-color:#16a085;text-align: center; padding-top:7px; color:#FFF; font-size:13px;cursor:pointer;}
#ebtn40_a:hover{color:#000;background:#1abc9c; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 



#ebtn5_a{width:100%; height:24px; background-color:#2980b9;text-align: center; padding-top:7px; color:#FFF; font-size:13px;cursor:pointer;}
#ebtn5_a:hover{color:#000;background:#3498db; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 

#ebtn6_a{width:100%; height:24px; background-color:#74b9ff;text-align: center;   margin-bottom:5px;
padding-top:5px; color:#FFF; font-size: 14px;transition:0.3s; font-weight:400; border-radius: 5px; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;}

#ebtn6_a:hover{color:#000;background:#e67e22; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 



.bunry{ display:inline-block; width:80px; height:22px; background-color:#74b9ff;text-align: center;   margin-bottom:5px;
padding-top:2px; color:#FFF; font-size: 13px;transition:0.3s; font-weight:400; border-radius: 5px; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;}

.bunry:hover{color:#999;background:#e67e22; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 


.wan{ display:inline-block; width:200px; height:30px; background-color:#48dbfb;text-align: center; padding-top:3px; color:#FFF; font-size: 15px; font-weight:600; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;}


.inswe{ display:inline-block; width:70px; height:24px; background-color:#cc8e35;text-align: center;   margin-bottom:5px; margin-left:2px;
padding-top:5px; color:#FFF; font-size: 12px;transition:0.3s; font-weight:400; border-radius: 5px; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;}

.inswe:hover{color:#000;background:#e67e22; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 


.sakje{ display:inline-block; width:80px; height:22px; background-color:#d35400;text-align: center;   margin-bottom:5px;
padding-top:5px; color:#FFF; font-size: 12px;transition:0.3s; font-weight:400; border-radius: 5px; font-family:Noto Sans KR, 'Noto Serif KR', serif; cursor:pointer;}

.sakje:hover{color:#000; background:#e67e22; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;-ms-transition: background-color 0.2s ease-out;-o-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;}	 



.ebtn4_5{width:100%; height:180px; background-color:#ccc; font-size:12px; color:#666;}



.bokje_box2{width:82%; height:93%; background-color:#f1f2f6; font-size:12px; text-align: center;  color:#666; padding:15px;  margin-right:10px;}



#noti{float:left; width:100px; height:54px; background-color:#eee; }
#smsbody{float:left; display:inline-block; width:210px; height:100px; background-color:#fff; font-size:12px; text-align: left; margin-top:5px;  margin-left:3px;color:#09F; font-weight:bold}
.memo_title { margin-top:10px; padding-top:3px; padding-left:20px; width:100px; height:20px; background:#fdcb6e; color: #333;font-size: 16px;transition:0.3s;font-weight:bold;font-family: "Nanum Gothic", "Noto Sans JP", sans-serif, Lucida Sans Unicode, arial;}


.memo_content {height:90px; color:#2d3436;font-size:13px; font-family: 'Noto Sans KR', sans-serif; padding:5px 20px; margin-top:5px; margin-bottom:0px;  font-weight:400;}
#content5 { margin-bottom:10px; width:350px; height:40px;  font-size:13px; color:#333;  font-weight:400; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial; }
#content6 { width:350px; height:50px;  font-size:13px; color:#333;  font-weight:400; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial; }

.pop1_content{ margin:10px 0 10px 0; width:200px; height:40px; font-size:13px; color:#333;  font-weight:400; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial;}
.pop2_content{ width:600px; height:100px; font-size:13px; color:#333;  font-weight:400; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial;}

.tabmenu_text a{ padding-left:10px; font-size:12px; color:#fff; font-family: "Noto Sans KR", sans-serif, Lucida Sans Unicode, arial;};