/*.close-wrap {
  background: #222;
  text-align: right;
  width: 100%;
  padding: 3px 0;
  color: #fff;
  font-weight: 100;
  font-size: 11px;
}
.close-wrap a {
  padding: 3px 10px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  background: #000000;
}
.close-wrap a:hover {
  background: #555;
}

.wrap {
  width: 100%;
}
.top-menu {
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
  padding: 6px 0;
}
.top-menu > div {
  width: 1200px;
  margin: 0 auto;
}
.top-menu > div > a {
  float: left;
  display: inline-block;
  color: #094f83;
}
.top-menu > div > a img {
  display: inline-block;
  padding-right: 10px;
}
.top-menu > div > a:hover {
  text-decoration: none;
  color: #296186;
}
.top-menu > div > ul {
  float: right;
  vertical-align: top;
}
.top-menu > div > ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 7px;
  background: url(../img/common/fm-bar.jpg) 0 4px no-repeat;
}
.top-menu > div > ul li:first-child {
  padding-left: 0;
  background: none;
}
.top-menu > div > ul li a {
  color: #222;
}
.top-menu > div > ul li a:hover {
  color: #000;
}
.top-menu > div > ul li.class a {
  color: #2b83e4;
  text-shadow: 0.5px 0;
}
.header {
  width: 1280px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
.header .logo-wrap {
  position: relative;
  width: 100%;
}
.header .logo-wrap > h1 {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 207px;
  height: 50px;
  margin: 0 auto;
  padding: 19px 0;
  background: url(/img/common/logo.jpg) center no-repeat;
  font-size: 0;
  vertical-align: top;
}
.header .logo-wrap > h1 a {
  display: block;
  height: 100%;
  width: 100%;
}
nav {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  /*border-bottom:2px solid #2b83e4; 
  border-bottom: 1px solid #888;
}
nav > ul {
  width: 1280px;
  height: 45px;
  margin: 0 auto;
}
nav > ul > li {
  position: relative;
  float: left;
  display: inline-block;
  width: 16.6%;
}
nav > ul > li > a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #444;
  text-align: center;
  text-shadow: 0.3px 0;
  background: #fff;
  letter-spacing: -1px;
}
nav > ul > li .subm {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  background: #fff;
  /*padding:10px 0; 
  z-index: 9990;
  border: 1px solid #b1b1b1;
  border-top: none;
}
nav > ul > li .subm li a {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 15px;
  color: #555;
}
nav > ul > li .subm li:hover a {
  background: #454d63;
  color: #fff;
}
nav > ul > li:hover > a {
  color: #2089e5;
}
.link {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background: #f5f5f5;
}
.link ul {
  width: 1280px;
  margin: 0 auto;
  height: 60px;
}
.link ul li {
  float: left;
  width: 20%;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.link ul li.l01 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l01.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l02 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l02.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l03 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l03.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l04 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l04.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l05 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l05.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l06 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l06.png) center no-repeat;
  background-size: 60%;
}
.link ul li.l07 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l07.png) center no-repeat;
  background-size: 60%;
}
.link ul li.l08 {
  width: 20%;
  height: 60px;
  background: url(../img/main/l08.png) center no-repeat;
  background-size: 60%;
}
.link ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
}
footer .footer-wrap {
  width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
}
footer .footer-wrap > a {
  float: left;
  display: inline-block;
  width: 207px;
  height: 100px;
  /*background: url(../img/common/copy-logo.jpg) no-repeat; 
  font-size: 0;
}
footer .footer-wrap > div {
  float: left;
  display: inline-block;
  width: 856px;
  padding-left: 70px;
}
footer .footer-wrap > div ul li {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  text-shadow: 0.5px 0;
  padding-left: 10px;
  padding-bottom: 7px;
  background: url(../img/common/fm-bar.jpg) 0 4px no-repeat;
}
footer .footer-wrap > div ul li:first-child {
  padding-left: 0;
  background: none;
}
footer .footer-wrap > ul {
  float: right;
  display: inline-block;
  /*width:200px;  
}
footer .footer-wrap > ul li {
  float: left;
  display: inline-block;
  padding-right: 10px;
  font-size: 0;
  width: 24px;
  height: 23px;
  vertical-align: top;
}
footer .footer-wrap > ul li.blog {
  background: url(../img/main/blog-icon.jpg) no-repeat;
}
footer .footer-wrap > ul li.facebook {
  background: url(../img/main/facebook-icon.jpg) no-repeat;
}
footer .footer-wrap > ul li.kakao {
  background: url(../img/main/kakao-icon.jpg) no-repeat;
}
footer .footer-wrap > ul li:last-child {
  padding-right: 0;
}
footer .footer-wrap address {
  font-size: 12px;
  color: #999;
}
footer .footer-wrap .copytext {
  display: inline-block;
  margin-top: 5px;
  font-family: thoma;
  font-weight: bold;
  color: #777;
  font-size: 11px;
  letter-spacing: -1px;
}
.sub-title.login-tit {
  padding-top: 40px;
}
.login-form {
  width: 450px;
  margin: 0 auto 50px;
  padding: 25px 40px;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  /*box-shadow: 1px 1px 5px #dadada; 
  box-sizing: border-box;
}
.login-form p {
  padding-top: 5px;
}
.login-form p input {
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
  padding-left: 15px;
  box-sizing: border-box;
}
.login-form p input:focus {
  border: 1px solid #007cff;
  outline-width: 0;
}
.login-form .login-btn {
  width: 100%;
  padding: 10px 15px;
  margin-top: 15px;
  background: #2b83e4;
  font-size: 16px;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.login-form i {
  display: block;
  font-size: 60px;
  text-align: center;
  padding: 20px 0;
  color: #c5c5c5;
}
.login-form .login-menu {
  overflow: hidden;
  padding-top: 10px;
  font-size: 13px;
}
.login-form .login-menu li {
  list-style: none;
}
.login-form .login-menu a {
  color: #333;
}
.login-form .login-menu a:hover {
  color: #2b83e4;
  text-decoration: underline;
}
.login-form .login-menu .find-idpw {
  float: right;
}
.login-form .login-menu .join {
  float: left;
}
.idpw-find-wrap {
  padding-top: 30px;
}
.idpw-find-wrap .idpw-form {
  width: 500px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}
.idpw-find-wrap .idpw-form .tit ul {
  overflow: hidden;
}
.idpw-find-wrap .idpw-form .tit ul li {
  float: left;
  display: inline-block;
  width: 50%;
  height: 50%;
  line-height: 50px;
}
.idpw-find-wrap .idpw-form .tit ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  color: #999;
}
.idpw-find-wrap .idpw-form .tit ul li.active a {
  color: #000;
  text-shadow: 0.5px 0;
  border-bottom: none;
}
.idpw-find-wrap .idpw-form .tit ul li:first-child {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.idpw-find-wrap .idpw-form .id-wrap {
  padding: 30px 50px 30px 50px;
}
.idpw-find-wrap .idpw-form .id-wrap p {
  padding-bottom: 20px;
}
.idpw-find-wrap .idpw-form .id-wrap dl {
  padding-bottom: 5px;
  overflow: hidden;
}
.idpw-find-wrap .idpw-form .id-wrap dl dt {
  display: inline-block;
  width: 100px;
  float: left;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-form .id-wrap dl dd {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
}
.idpw-find-wrap .idpw-form .id-wrap dl dd input {
  width: 100%;
}
.idpw-find-wrap .idpw-form .pw-wrap {
  padding: 30px 50px 30px 50px;
}
.idpw-find-wrap .idpw-form .pw-wrap p {
  padding-bottom: 20px;
}
.idpw-find-wrap .idpw-form .pw-wrap dl {
  padding-bottom: 5px;
  overflow: hidden;
}
.idpw-find-wrap .idpw-form .pw-wrap dl dt {
  display: inline-block;
  width: 100px;
  float: left;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-form .pw-wrap dl dd {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
}
.idpw-find-wrap .idpw-form .pw-wrap dl dd input {
  width: 100%;
}
.idpw-find-wrap .idpw-form .pw-wrap .rdo-box {
  padding: 5px;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.idpw-find-wrap .idpw-form .pw-wrap .rdo-box span {
  display: inline-block;
  margin: 0 10px;
}
.idpw-find-wrap .idpw-form .pw-wrap .rdo-box input:first-child {
  padding-right: 10px;
}
.idpw-find-wrap .idpw-result-form {
  width: 500px;
  height: 200px;
  padding: 50px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}
.idpw-find-wrap .idpw-result-form .id-result-txt {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #999;
}
.idpw-find-wrap .idpw-result-form .id-result-txt span {
  text-decoration: underline;
  color: #000;
}
.idpw-find-wrap .idpw-result-form .id-result-txt p {
  font-size: 14px;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-result-form .pw-result-txt {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #999;
}
.idpw-find-wrap .idpw-result-form .pw-result-txt span {
  text-decoration: underline;
  color: #000;
}
.idpw-find-wrap .idpw-result-form .pw-result-txt p {
  font-size: 14px;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-search-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: #333;
}
.idpw-find-wrap .idpw-search-btn:hover {
  background: #000000;
}
 
.faq-list-ul {
  margin-top: 20px;
  border-top: 1px solid #000;
}
.faq-list-ul .questions {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.faq-list-ul .questions a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.faq-list-ul .questions:before {
  position: absolute;
  top: 10px;
  left: 15px;
  content: "Q.";
  color: #077c62;
  font-size: 17px;
  font-weight: 500;
}
.faq-list-ul .questions:after {
  position: absolute;
  top: 7px;
  right: 15px;
  content: "+";
  color: #077c62;
  font-size: 24px;
  font-weight: 500;
}
.faq-list-ul .answer {
  position: relative;
  font-weight: 300;
  color: #585858;
  display: none;
  padding: 15px 15px 15px 45px;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.faq-list-ul .answer:before {
  position: absolute;
  top: 10px;
  left: 15px;
  content: "A.";
  color: #777;
  font-size: 17px;
  font-weight: 500;
}
*/

/* nav  / common.css 복사 */
.close-wrap {
  background: #222;
  text-align: right;
  width: 100%;
  padding: 3px 0;
  color: #fff;
  font-weight: 100;
  font-size: 11px;
}
.close-wrap a {
  padding: 3px 10px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  background: #000000;
}
.close-wrap a:hover {
  background: #555;
}

.wrap {
  width: 100%;
}
.top-menu {
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
  padding: 6px 0;
}
.top-menu > div {
  width: 1200px;
  margin: 0 auto;
}
.top-menu > div > a {
  float: left;
  display: inline-block;
  color: #094f83;
}
.top-menu > div > a img {
  display: inline-block;
  padding-right: 10px;
}
.top-menu > div > a:hover {
  text-decoration: none;
  color: #296186;
}
.top-menu > div > ul {
  float: right;
  vertical-align: top;
}
.top-menu > div > ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 7px;
}
.top-menu > div > ul li:first-child {
  padding-left: 0;
  background: none;
}
.top-menu > div > ul li a {
  color: #222;
  font-size:14px;
}
.top-menu > div > ul li a:hover {
	color:#4390DD;
	font-weight:500;
}

.header {
  width: 1280px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
.header .logo-wrap {
  position: relative;
  width: 100%;
}
.header .logo-wrap > h1 {
  text-align:center;	
}
.header .logo-wrap > h1 a {
  height: 100%;
  line-height:90px;
}
nav {
  width: 100%;
  position:relative;
  z-index:9999;
  	height:45px;
}
nav > ul {
  width: 1280px;
  position:absolute;
  top:0;
  left:50%; 
  transform:translateX(-50%);
}
nav > ul > li {
  position: relative;
  float: left;
  display: inline-block;
  width: 213px;
	overflow:hidden;
	position:relative;
	background:#fff;
	height:45px;
}
nav > ul > li:after{position: absolute; content:''; width:1px; height:30%; background:#808080; right:0; top:50%; transform:translateY(-50%); z-index:1;}
nav > ul > li:after{display:none;}
nav > ul > li.on{ overflow:visible; 	box-shadow: 3px 3px 10px rgba(0,0,0,15%); border:1px solid #ddd; height:auto;}
nav > ul > li.on > a{ height:auto; color:#2199E5; position:relative; }
nav > ul > li.on:after{display:none;}
nav > ul > li.on > a:after{position: absolute; content:''; left:50%; bottom:0%; transform:translateX(-50%);  width:80%; height:4px; border-radius: 100px; background: linear-gradient(to right,  #4390DD,#71D8FF );
z-index: 9999;}
nav > ul > li.all.on{  z-index:999999;}
nav > ul > li.all.on > a:after {bottom:3px;}
nav > ul > li .subm.on { 	box-shadow: 3px 3px 10px rgba(0,0,0,15%); }
nav > ul > li .subm.on li a:hover{color: #4390DD;   z-index:999999;}
nav > ul > li > a {
  display: block;
  font-size: 18px;
  color: #444;
  text-align: center;
  background: #fff;
  box-sizing:border-box;
  padding: 10px 0px;
}
nav > ul > li .subm {
  width: 100%;
  background: #fff;  
}
nav > ul > li .subm li a {
  display: block;
  padding-top: 15px;
  box-sizing:border-box;
  text-align: center;
  font-size: 15px;
  color: #555;
  
}
nav > ul > li .subm li:last-child a{padding-bottom:15px;}
.link {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  background: #f5f5f5;
}
.link ul {
  width: 1280px;
  margin: 0 auto;
  height: 70px;
}
.link ul li {
  float: left;
  width: 20%;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.link ul li.l01 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l01.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l02 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l02.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l03 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l03.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l04 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l04.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l05 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l05.jpg) center no-repeat;
  background-size: 60%;
}
.link ul li.l06 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l06.png) center no-repeat;
  background-size: 60%;
}
.link ul li.l07 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l07.png) center no-repeat;
  background-size: 60%;
}
.link ul li.l08 {
  width: 20%;
  height: 70px;
  background: url(../img/main/l08.png) center no-repeat;
  background-size: 60%;
}
.link ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
footer .footer-wrap {
  width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
}
footer .footer-wrap > a {
  float: left;
  display: inline-block;
  width: 207px;
  height: 100px;
  /*background: url(../img/common/copy-logo.jpg) no-repeat;*/
  font-size: 0;
}
footer .footer-wrap > a img {
	width: 100%;
    object-fit: contain;
}
footer .footer-wrap > div {
  float: left;
  display: inline-block;
  width: 856px;
  padding-left: 70px;

}
footer .footer-wrap > div ul li {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  text-shadow: 0.5px 0;
  padding-left: 10px;
  padding-bottom: 7px;
  background: url(../img/common/fm-bar.jpg) 0 4px no-repeat;
}
footer .footer-wrap > div ul li:first-child {
  padding-left: 0;
  background: none;
}
footer .footer-wrap > ul {
  float: right;
  display: inline-block;
  /*width:200px; */
}
footer .footer-wrap > ul li {
  float: left;
  display: inline-block;
  padding-right: 10px;
  font-size: 0;
  width: 24px;
  height: 23px;
  vertical-align: top;
}
footer .footer-wrap > ul li.blog {
  background: url(../img/main/blog-icon.jpg) no-repeat;
}
footer .footer-wrap > ul li.facebook {
  background: url(../img/main/facebook-icon.jpg) no-repeat;
}
footer .footer-wrap > ul li.kakao {
  background: url(../img/main/kakao-icon.jpg) no-repeat;
}
footer .footer-wrap > ul li:last-child {
  padding-right: 0;
}
footer .footer-wrap address {
  font-size: 12px;
  color: #999;
}
footer .footer-wrap .copytext {
  display: inline-block;
  margin-top: 5px;
  font-family: thoma;
  font-weight: bold;
  color: #777;
  font-size: 11px;
  letter-spacing: -1px;
}
.sub-title.login-tit {
  padding-top: 40px;
}
.login-form {
  width: 450px;
  margin: 0 auto 50px;
  padding: 25px 40px;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  /*box-shadow: 1px 1px 5px #dadada;*/
  box-sizing: border-box;
}
.login-form p {
  padding-top: 5px;
}
.login-form p input {
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
  padding-left: 15px;
  box-sizing: border-box;
}
.login-form p input:focus {
  border: 1px solid #007cff;
  outline-width: 0;
}
.login-form .login-btn {
  width: 100%;
  padding: 10px 15px;
  margin-top: 15px;
  background: #2b83e4;
  font-size: 16px;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.login-form i {
  display: block;
  font-size: 60px;
  text-align: center;
  padding: 20px 0;
  color: #c5c5c5;
}
.login-form .login-menu {
  overflow: hidden;
  padding-top: 10px;
  font-size: 13px;
}
.login-form .login-menu li {
  list-style: none;
}
.login-form .login-menu a {
  color: #333;
}
.login-form .login-menu a:hover {
  color: #2b83e4;
  text-decoration: underline;
}
.login-form .login-menu .find-idpw {
  float: right;
}
.login-form .login-menu .join {
  float: left;
}
.idpw-find-wrap {
  padding-top: 30px;
}
.idpw-find-wrap .idpw-form {
  width: 500px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}
.idpw-find-wrap .idpw-form .tit ul {
  overflow: hidden;
}
.idpw-find-wrap .idpw-form .tit ul li {
  float: left;
  display: inline-block;
  width: 50%;
  height: 50%;
  line-height: 50px;
}
.idpw-find-wrap .idpw-form .tit ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  color: #999;
}
.idpw-find-wrap .idpw-form .tit ul li.active a {
  color: #000;
  text-shadow: 0.5px 0;
  border-bottom: none;
}
.idpw-find-wrap .idpw-form .tit ul li:first-child {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.idpw-find-wrap .idpw-form .id-wrap {
  padding: 30px 50px 30px 50px;
}
.idpw-find-wrap .idpw-form .id-wrap p {
  padding-bottom: 20px;
}
.idpw-find-wrap .idpw-form .id-wrap dl {
  padding-bottom: 5px;
  overflow: hidden;
}
.idpw-find-wrap .idpw-form .id-wrap dl dt {
  display: inline-block;
  width: 100px;
  float: left;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-form .id-wrap dl dd {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
}
.idpw-find-wrap .idpw-form .id-wrap dl dd input {
  width: 100%;
}
.idpw-find-wrap .idpw-form .pw-wrap {
  padding: 30px 50px 30px 50px;
}
.idpw-find-wrap .idpw-form .pw-wrap p {
  padding-bottom: 20px;
}
.idpw-find-wrap .idpw-form .pw-wrap dl {
  padding-bottom: 5px;
  overflow: hidden;
}
.idpw-find-wrap .idpw-form .pw-wrap dl dt {
  display: inline-block;
  width: 100px;
  float: left;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-form .pw-wrap dl dd {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
}
.idpw-find-wrap .idpw-form .pw-wrap dl dd input {
  width: 100%;
}
.idpw-find-wrap .idpw-form .pw-wrap .rdo-box {
  padding: 5px;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.idpw-find-wrap .idpw-form .pw-wrap .rdo-box span {
  display: inline-block;
  margin: 0 10px;
}
.idpw-find-wrap .idpw-form .pw-wrap .rdo-box input:first-child {
  padding-right: 10px;
}
.idpw-find-wrap .idpw-result-form {
  width: 500px;
  height: 200px;
  padding: 50px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}
.idpw-find-wrap .idpw-result-form .id-result-txt {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #999;
}
.idpw-find-wrap .idpw-result-form .id-result-txt span {
  text-decoration: underline;
  color: #000;
}
.idpw-find-wrap .idpw-result-form .id-result-txt p {
  font-size: 14px;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-result-form .pw-result-txt {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #999;
}
.idpw-find-wrap .idpw-result-form .pw-result-txt span {
  text-decoration: underline;
  color: #000;
}
.idpw-find-wrap .idpw-result-form .pw-result-txt p {
  font-size: 14px;
  padding-top: 5px;
}
.idpw-find-wrap .idpw-search-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: #333;
}
.idpw-find-wrap .idpw-search-btn:hover {
  background: #000000;
}
/*faq*/
.faq-list-ul {
  margin-top: 20px;
  border-top: 1px solid #000;
}
.faq-list-ul .questions {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.faq-list-ul .questions a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.faq-list-ul .questions:before {
  position: absolute;
  top: 10px;
  left: 15px;
  content: "Q.";
  color: #077c62;
  font-size: 17px;
  font-weight: 500;
}
.faq-list-ul .questions:after {
  position: absolute;
  top: 7px;
  right: 15px;
  content: "+";
  color: #077c62;
  font-size: 24px;
  font-weight: 500;
}
.faq-list-ul .answer {
  position: relative;
  font-weight: 300;
  color: #585858;
  display: none;
  padding: 15px 15px 15px 45px;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.faq-list-ul .answer:before {
  position: absolute;
  top: 10px;
  left: 15px;
  content: "A.";
  color: #777;
  font-size: 17px;
  font-weight: 500;
}




/* user_top.asp 스타일 복사 */
.submenu_all { width:100%;overflow:hidden;background-color:#fff;position: absolute;top:45px;left:0px; border-bottom: 5px solid #2199E5; display:none;  border-top:1px solid #eee;}
.submenu_all.on{display:block;}
.submenu_all ul {width:1280px;margin:0 auto;border-left:1px solid #eee;overflow:hidden;  }
.submenu_all li {float:left;width:20%;border-right:1px solid #e1e1e1;box-sizing:border-box;padding:20px 20px;overflow:hidden;text-align:left;line-height:2.5; display:inline-block;} 
.submenu_all li a:hover {color:#2199E5;}