<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: 30px;
  line-height: 1em;
  position: relative;
  margin-bottom: 60px;
  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: 27px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 20px;
  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 10px;
}

.btn-normal {
  display: block;
  width: 260px;
  height: 60px;
  line-height: 58px;
  margin: 45px auto 0 auto;
  background-color: #557cc0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -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: 150px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  line-height: 43px;
  height: 45px;
  margin-top: -25px;
  -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: 60px;
}

.tab&gt;a {
  font-size: 18px;
  margin: 0 25px;
  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: 120px 0;
}

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

.sub-visual .text02 {
  font-family: 'OMR';
  font-size: 22px;
  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: 15px;
  right: 50px;
}

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

.sub-visual .sv-path&gt;a::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 6px;
  height: 9px;
  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: 80px;
}

.lnb-wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lnb-wrap nav&gt;a {
  width: 165px;
  display: block;
  line-height: 48px;
  height: 50px;
  border: 1px solid #ddd;
  margin-left: -1px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

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

/* 협회소개 */
.asso-container {
  padding-top: 80px;
  padding-bottom: 120px;
}

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

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

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

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

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

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

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

.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;
  width: 50%;
  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: 34px;
  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: 16px;
  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::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.asso-container .organ-wrap::after {
  content: "";
  width: 400px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.asso-container .organ-wrap .organ-box01 {
  width: 215px;
  line-height: 60px;
  font-size: 19px;
  text-align: center;
  border-radius: 0 10px 0 10px;
  background-color: #557cc0;
  color: #fff;
  margin: 0 auto 25px auto;
  position: relative;
  z-index: 2;
}

.asso-container .organ-wrap .organ-box01.poa {
  position: absolute;
  right: 238px;
  top: 85px;
}

.asso-container .organ-wrap .organ-box01.poa::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.asso-container .organ-wrap .organ-box02 {
  width: 215px;
  line-height: 60px;
  font-size: 19px;
  text-align: center;
  border-radius: 0 10px 0 10px;
  background-color: #acacac;
  color: #fff;
  margin: 0 auto 15px auto;
  position: relative;
  z-index: 2;
}

.asso-container .organ-wrap .organ-box03 {
  width: 215px;
  line-height: 58px;
  border: 1px solid #ddd;
  font-size: 19px;
  text-align: center;
  border-radius: 0 10px 0 10px;
  background-color: #fff;
  color: #333;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2;
}

.asso-container .organ-wrap .organ-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 75px;
}

.asso-container .organ-wrap .organ-list&gt;li {
  margin: 0 40px;
}

.asso-container .partners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.asso-container .partners-wrap&gt;li:nth-child(4n) {
  margin-right: 0;
}

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

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

.asso-container .location-wrap .location__list&gt;li {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.asso-container .location-wrap .location__list&gt;li&gt;p:first-child {
  width: 300px;
  padding-left: 20px;
  font-family: 'OMR';
  font-weight: 600;
  font-size: 24px;
  color: #222;
  line-height: 35px;
}

.asso-container .location-wrap .location__list&gt;li&gt;p:last-child {
  font-size: 20px;
  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;
}

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

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

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

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

.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: 80px 0 120px;
}

.form-container .join-form {
  border-top: 2px solid #333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-container .join-form&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.form-container .join-form&gt;li&gt;div:first-child {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-container .join-form&gt;li&gt;div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 300;
}

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

.form-container .join-form&gt;li&gt;div&gt;ul&gt;li {
  margin-bottom: 10px;
}

.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: 240px;
  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: 320px;
  line-height: 35px;
  height: 35px;
  padding-left: 12px;
}

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

.form-container .join-form .input-normal {
  width: 125px !important;
}

.form-container .join-form .input-big {
  width: 456px !important;
}

.form-container .join-form .chk-btn {
  width: 125px;
  height: 35px;
  line-height: 33px;
  color: #fff;
  background-color: #000;
  margin-left: 8px;
  cursor: pointer;
}

.form-container .join-form&gt;li&gt;div:last-child span {
  color: #999;
  margin-left: 8px;
}

.form-container .join-terms-wrap {
  border-top: 2px 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: 16px;
}

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

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

.form-container .join-terms-wrap&gt;li .join-terms {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 140px;
  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: 480px;
  padding: 60px 35px 70px 35px;
  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: 0;
  right: -70px;
}

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

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

.form-container .leave-popup .text02 span {
  color: #999;
}

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

.form-container .leave-popup button {
  margin-top: 30px;
  width: 100%;
  height: 62px;
  line-height: 60px;
  background-color: #557cc0;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* 게시판 공통 */
.board-container {
  padding-top: 80px;
  padding-bottom: 120px;
}

.board-search {
  background-color: #fbfbfb;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.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: 200px;
  margin-right: 8px;
  border-radius: 3px;
}

.board-search input {
  width: 500px;
  margin-right: 8px;
  border-radius: 3px;
}

.board-search button {
  line-height: 45px;
  height: 45px;
  border-radius: 3px;
  display: block;
  padding-left: 55px;
  padding-right: 25px;
  font-size: 15px;
  color: #fff;
  background-color: #557cc0;
  cursor: pointer;
  background-image: url(/image/sub/search_icon.png);
  background-repeat: no-repeat;
  background-position: 30px center;
}

.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 17px;
  color: #999999;
}

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

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

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

.board-list&gt;a:hover {
  background-color: #f9f9f9;
}

.board-list .board-top&gt;p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  font-family: 'Noto Sans KR';
}

.board-list .board-div {
  width: 95px;
  text-align: center;
  color: #999;
  font-size: 15px;
}

.board-list .board-cate {
  width: 150px;
  text-align: center;
  color: #557cc0;
  font-size: 16px;
  font-weight: 500;
}

.board-list .board-writer {
  width: 100px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.board-list .board-tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
  font-size: 16px;
}

.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 {
  width: 140px;
  text-align: center;
  color: #999999;
  font-size: 15px;
}

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

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

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

.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-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: 2px solid #333;
  margin-bottom: 60px;
}

.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&gt;li.active .faq-q p {
  background-image: url(/image/sub/faq_arrow_on.png);
}

.board-faq .faq-q {
  padding-left: 140px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url(/image/sub/faq_q.png);
  background-repeat: no-repeat;
  background-position: 25px center;
}

.board-faq .faq-q p {
  font-size: 16px;
  color: #333;
  padding-right: 120px;
  background-image: url(/image/sub/faq_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  line-height: 30px;
}

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

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

.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;
}

.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;
}

.etc-container {
  padding-top: 80px;
  padding-bottom: 120px;
}</pre></body></html>