<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.sub-tit-wrap {
  text-align: center;
}

.sub-tit-wrap .sub-tit {
  font-family: 'OMR';
  font-size: 25px;
  line-height: 1em;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 10px;
  display: inline-block;
  padding: 0 10px 15px 10px;
  position: relative;
}

.sub-tit-wrap .sub-tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub-tit02 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'OMR';
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.btn-wrap .btn-normal {
  margin: 0 5px;
}

.btn-normal {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 43px;
  margin: 45px auto 0 auto;
  background-color: #557cc0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #557cc0;
}

.btn-normal.btn02 {
  background-color: #fff;
  color: #557cc0;
}

.btn-normal.btn02:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
  opacity: 1;
}

.btn-normal:hover {
  opacity: 0.8;
}

.btn-write {
  display: block;
  margin-left: auto;
  width: 120px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  line-height: 38px;
  height: 40px;
  margin-bottom: 25px;
  margin-top: -15px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.btn-write:hover {
  background-color: #557cc0;
  color: #fff;
  border-color: #557cc0;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tab&gt;a {
  font-size: 16px;
  margin: 0 15px;
  display: inline-block;
}

.tab&gt;a.active {
  color: #557cc0;
  font-weight: 500;
}

/* 서브비주얼 */
.sub-visual {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 45px 0;
  margin-top: 65px;
  position: relative;
}

.sub-visual .text01 {
  font-size: 25px;
  color: #fff;
  line-height: 1em;
  font-family: 'OMT';
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 18px;
}

.sub-visual .text02 {
  font-family: 'OMR';
  font-size: 15px;
  color: #fff;
}

.sub-visual .sv-path {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 10px;
  right: 15px;
}

.sub-visual .sv-path&gt;a {
  color: #fff;
  display: block;
  margin-right: 14px;
  position: relative;
  font-size: 12px;
}

.sub-visual .sv-path&gt;a::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -10px;
  width: 5px;
  height: 8px;
  background-image: url(/image/sub/sub_visual_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-visual .sv-path&gt;a:last-child {
  margin-right: 0;
  cursor: default;
}

.sub-visual .sv-path&gt;a:last-child::before {
  display: none;
}

.lnb-wrap {
  margin-bottom: 45px;
}

.lnb-wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lnb-wrap nav&gt;a {
  width: 33.3333%;
  display: block;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.lnb-wrap nav&gt;a.active {
  background-color: #557cc0;
  color: #fff;
}

/* 협회소개 */
.asso-container {
  padding: 45px 0;
}

.asso-container.intro {
  padding-bottom: 0;
}

.asso-container .intro-wrap {
  text-align: center;
  margin-top: 20px;
}

.asso-container .intro-wrap .text01 {
  font-size: 25px;
  font-family: 'OMT';
  line-height: 1.2em;
  margin-bottom: 25px;
}

.asso-container .intro-wrap .text02 {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
}

.asso-container .intro-wrap .text02 span {
  font-weight: 500;
}

.asso-container .intro-wrap .text03 {
  font-weight: 300;
  word-break: keep-all;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 13px;
}

.asso-container .intro-wrap&gt;img {
  margin: 0 auto 0 auto;
  width: 100%;
}

.asso-container .history-wrap {
  padding-bottom: 80px;
}

.asso-container .history-wrap&gt;li:after {
  clear: both;
  content: '';
  display: block;
}

.asso-container .history-wrap&gt;li&gt;div {
  float: left;
  min-height: 100px;
}

.asso-container .history-wrap&gt;li .text-wrap {
  padding-left: 50px;
  position: relative;
  padding-top: 30px;
}

.asso-container .history-wrap&gt;li .img {
  padding-right: 50px;
  text-align: right;
  position: relative;
}

.asso-container .history-wrap&gt;li .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #aaa;
  content: '';
  z-index: 1;
}

.asso-container .history-wrap&gt;li.left .img {
  text-align: left;
  position: relative;
}

.asso-container .history-wrap&gt;li.left .text-wrap {
  padding-right: 50px;
  padding-left: 0;
}

.asso-container .history-wrap&gt;li .text-wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #aaa;
  content: '';
  z-index: 1;
}

.asso-container .history-wrap&gt;li.left .text-wrap:before {
  left: auto;
  right: 0;
}

.asso-container .history-wrap&gt;li.left .img:before {
  right: auto;
  left: 0;
}

.asso-container .history-wrap&gt;li.left .img {
  padding-left: 50px;
  padding-right: 0;
}

.asso-container .history-wrap&gt;li h3 {
  position: relative;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  line-height: 1;
}

.asso-container .history-wrap&gt;li h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -58px;
  width: 17px;
  height: 17px;
  z-index: 9;
  background-color: #557cc0;
  border-radius: 50%;
  opacity: 0.5;
}

.asso-container .history-wrap&gt;li.left h3:before {
  left: auto;
}

.asso-container .history-wrap&gt;li p {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
}

.asso-container .history-wrap&gt;li.left {
  text-align: right;
}

.asso-container .history-wrap&gt;li.left h3:before {
  right: -58px;
}

.asso-container .history-wrap&gt;li.left .text-wrap:before {
  right: -1px;
}

.asso-container .history-wrap&gt;li strong {
  color: #557cc0;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 30px;
}

.asso-container .history-wrap&gt;li.left strong {
  color: #557cc0;
  position: absolute;
  top: -10px;
  left: auto;
  right: 0;
}

.asso-container .history-wrap&gt;li.left p {
  padding-right: 20px;
  padding-left: 0;
}

.asso-container .history-wrap&gt;li img {
  margin-top: 20px;
}

.asso-container .history-wrap&gt;li strong {
  font-size: 20px;
  top: -2px;
}

.asso-container .history-wrap&gt;li p {
  padding-left: 40px;
}

.asso-container .history-wrap&gt;li.left strong {
  top: -2px;
}

.asso-container .history-wrap&gt;li.left p {
  padding-right: 35px;
}

.asso-container .organ-wrap {
  position: relative;
}

.asso-container .organ-wrap img {
  width: 100%;
}

.asso-container .partners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.asso-container .partners-wrap&gt;li {
  width: 49%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 0;
}

.asso-container .partners-wrap&gt;li img {
  margin: auto;
  max-height: 35px;
}

.asso-container .location-wrap iframe {
  width: 100%;
  height: 200px;
}

.asso-container .location-wrap .location__list {
  margin-top: 30px;
  border-top: 1px solid #333;
}

.asso-container .location-wrap .location__list&gt;li {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}

.asso-container .location-wrap .location__list&gt;li&gt;p:first-child {
  font-family: 'OMR';
  font-weight: 600;
  font-size: 18px;
  color: #222;
  margin-bottom: 8px;
}

.asso-container .location-wrap .location__list&gt;li&gt;p:last-child {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  line-height: 1.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.asso-container .location-wrap .location__list&gt;li&gt;p:last-child strong {
  color: #000;
  font-weight: 500;
}

.asso-container .location-wrap .location__list&gt;li&gt;p:last-child span {
  color: #833edb;
  font-weight: 600;
}

.root_daum_roughmap,
.root_daum_roughmap .wrap_map{
  width: 100% !important;
  height: 230px !important;
}

/* 로그인 */
.login-container {
  padding: 110px 0 45px;
}

.login-container .login-form {
  width: 300px;
  margin: 0px auto 0 auto;
}

.login-container .login-form input {
  width: 100%;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ddd;
  padding-left: 12px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.login-container .login-form button {
  margin-top: 12px;
  width: 100%;
  display: block;
  cursor: pointer;
  background-color: #557cc0;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
}

.login-container .login-form .login-menu {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
}

.login-container .login-form .login-menu .menu-find a {
  font-size: 14px;
  color: #999;
}

.login-container .login-form .login-menu .menu-find a:hover {
  color: #557cc0;
}

.login-container .login-form .login-menu .menu-find a:first-child {
  padding-right: 10px;
  margin-right: 8px;
  position: relative;
}

.login-container .login-form .login-menu .menu-find a:first-child::before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 5px;
}

.login-container .login-form .login-menu .menu__join {
  color: #557cc0;
  font-size: 14px;
}

/* 회원가입 */
.form-container {
  padding: 45px 0;
}

.form-container .join-form {
  border-top: 2px solid #333;
  width: 100%;
}

.form-container .join-form&gt;li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 15px 0;
}

.form-container .join-form&gt;li&gt;div:first-child {
  font-size: 15px;
  font-weight: 500;
}

.form-container .join-form&gt;li&gt;div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 300;
}

.form-container .join-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-container .join-form .flex input {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.form-container .join-form .add-btn {
  width: 125px;
  line-height: 35px;
  height: 35px;
  color: #fff;
  background-color: #557cc0;
  font-size: 15px;
  cursor: pointer;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-container .join-form&gt;li&gt;div&gt;ul&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.form-container .join-form&gt;li&gt;div&gt;ul&gt;li input {
  margin-right: 5px;
  font-size: 3vw;
  padding-left: 7px !important;
}

.form-container .join-form&gt;li&gt;div&gt;ul&gt;li input:last-child {
  margin-right: 0;
}

.form-container .join-form&gt;li&gt;div&gt;ul&gt;li:last-child {
  margin-bottom: 0;
}

.form-container .join-form textarea {
  width: 100%;
  resize: none;
  height: 150px;
  border: 1px solid #ddd;
  padding: 12px;
}

.form-container .join-form select {
  border: 1px solid #ddd;
  width: 200px;
  line-height: 35px;
  height: 35px;
  padding-left: 12px;
}

.form-container .join-form input[type='text'],
.form-container .join-form input[type='password'] {
  border: 1px solid #ddd;
  width: 100%;
  line-height: 35px;
  height: 35px;
  padding-left: 12px;
}

.form-container .join-form .input-small {
  width: 75px !important;
}

.form-container .join-form .chk-btn {
  width: 120px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  margin-left: 5px;
  cursor: pointer;
}

.form-container .join-form&gt;li&gt;div:last-child .msg {
  color: #999;
  margin-top: 7px;
  display: block;
  font-size: 14px;
}

.form-container .join-terms-wrap {
  border-top: 1px solid #000;
}

.form-container .join-terms-wrap&gt;li {
  padding-top: 20px;
  padding-bottom: 25px;
}

.form-container .chk-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}

.form-container .chk-wrap label {
  margin-left: 7px;
  font-size: 15px;
}

.form-container .join-terms-wrap&gt;li:last-child {
  border-top: 1px solid #ddd;
}

.form-container .join-terms-wrap&gt;li&gt;p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 10px;
}

.form-container .join-terms-wrap&gt;li .join-terms {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 120px;
  overflow-y: scroll;
}

.form-container .popup-dim {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  cursor: pointer;
}

.form-container .leave-popup {
  position: fixed;
  width: 300px;
  padding: 30px 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 15px;
  z-index: 1000;
  display: none;
  opacity: 0;
}

.form-container .leave-popup .popup-close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  width: 30px;
  right: 0px;
}

.form-container .leave-popup .popup-close img {
  width: 100%;
}

.form-container .leave-popup .text01 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  color: #333;
  text-align: center;
}

.form-container .leave-popup .text02 {
  font-size: 15px;
  line-height: 1.5em;
  color: #555;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.form-container .leave-popup .text02 span {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.3em;
  display: block;
}

.form-container .leave-popup input[type="password"] {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  line-height: 38px;
  height: 40px;
  padding-left: 12px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.form-container .leave-popup button {
  width: 100%;
  height: 45px;
  line-height: 43px;
  background-color: #557cc0;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  cursor: pointer;
}

/* 게시판 공통 */
.board-container {
  padding: 45px 0;
}

.board-search {
  background-color: #fbfbfb;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.board-search select,
.board-search input {
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 43px;
  height: 45px;
  padding-left: 12px;
}

.board-search select {
  width: 82px;
  border-radius: 3px;
}

.board-search input {
  width: calc(100% - 90px);
  border-radius: 3px;
}

.board-search button {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  color: #fff;
  background-color: #557cc0;
  cursor: pointer;
  margin-top: 8px;
}

.board-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.board-pager&gt;a {
  display: block;
  margin: 0 10px;
  color: #999999;
}

.board-pager&gt;a.on {
  color: #333;
  font-weight: 600;
}

.board-list {
  margin-top: 30px;
  border-top: 1px solid #000;
  margin-bottom: 30px;
}

.board-list&gt;a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board-list .board-cate {
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 13px;
  padding: 3px 6px 4px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.board-list .board-writer {
  text-align: center;
  font-size: 15px;
  color: #333;
  padding-right: 15px;
  position: relative;
}

.board-list .board-writer::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
  position: absolute;
  right: 7.5px;
  top: 4px;
}

.board-list .board-tit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
  font-size: 15px;
  width: 100%;
  margin-bottom: 5px;
}

.board-list .board-tit span {
  color: #557cc0;
  font-weight: 500;
}

.board-list .board-tit.notice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-list .board-tit.notice img {
  margin-right: 7px;
}

.board-list .board-date {
  text-align: center;
  color: #999999;
  font-size: 15px;
  padding-right: 15px;
  position: relative;
}

.board-list .board-date::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
  position: absolute;
  right: 7.5px;
  top: 4px;
}

.board-list .board-hit {
  text-align: center;
  color: #999999;
  font-size: 15px;
}

.board-view {
  border-top: 1px solid #333;
}

.board-view-tit {
  padding: 20px 10px;
  color: #333;
  font-weight: 600;
  line-height: 1.6em;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.board-view-info {
  padding: 15px 5px;
  text-align: right;
  font-size: 13px;
  color: #888;
}

.board-view-info span {
  margin: 0 6px;
  color: #ddd;
}

.board-view-ct {
  padding: 10px 5px 20px;
  /* border-bottom:1px solid #555; */
}

.board-view-ct iframe {
  width: 100%;
}

.board-view-file {
  margin-top: 50px;
}

.board-view-file li {
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin: 5px 0;
  background: url("/image/sub/icon_file.gif") no-repeat left center;
}

.board-view-file a {
  color: #666;
}

.board-view-file a:hover {
  border-bottom: 1px dotted #666;
}

/* prev/next contents nav */
.board-view-nav {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.board-view-nav li img {
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}

.board-view-nav li {
  padding: 15px 5px 15px 5em;
  position: relative;
}

.board-view-nav li:first-child {
  border-bottom: 1px dotted #ddd;
}

.board-view-nav .lb {
  position: absolute;
  left: 5px;
  top: 15px;
  color: #333;
  font-weight: 600;
}

.comment-view&gt;li {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}

.comment-view .my-cmt {
  background-color: #f5f5f5;
}

.cmt-item {
  padding: 15px 2%;
}

.comment-view .cmt-name {
  font-weight: 700;
  color: #213B86;
  margin-bottom: 3px;
}

.comment-view .cmt-date {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.5em;
  color: #aaa;
}

.board-faq {
  border-top: 1px solid #333;
  margin-bottom: 30px;
}

.board-faq&gt;li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.board-faq&gt;li.active .faq-q {
  background-image: url(/image/sub/faq_q_on.png);
}

.board-faq .faq-q {
  padding-left: 50px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-image: url(/image/sub/faq_q.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
}

.board-faq .faq-q p {
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}

.board-faq .faq-a {
  border-top: 1px solid #ddd;
  background-color: #fafafa;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  background-image: url(/image/sub/faq_a.png);
  background-repeat: no-repeat;
  background-position: 10px 25px;
  background-size: 40px;
  display: none;
}

.board-faq .faq-a p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  line-height: 1.4em;
}

.file-attach-box {
  overflow: hidden;
  line-height: 32px;
}

.file-attach {
  position: relative;
  float: left;
  width: 350px;
  height: 32px;
  padding-right: 80px;
  font-size: 12px;
}

.file-attach .file-name {
  display: block;
  line-height: 30px;
  padding: 0 5px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin-left: 0 !important;
}

.file-attach-box.off .file-attach .file-name {
  background: #e9e9e9;
  color: #9a9a9a;
}

.file-attach input[type="file"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
}

.file-attach input[type="file"]+label {
  position: absolute;
  right: 1px;
  top: 0;
  display: block;
  height: 32px;
  width: 80px;
  line-height: 30px;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #666;
  text-align: center;
}

.file-attach-box .btn-file-del {
  vertical-align: top;
  margin-left: 8px;
  display: none;
}

.file-attach-box.off .btn-file-del {
  display: inline-block;
}</pre></body></html>