/*
    dimension definition
*/
/*
    colour definition
*/
/*
    corp colour guide
*/
@import url(./korcham.css?20190416);
@import url(./layout.css?20190416);
@import url(./etc.css?20190416);
@import url(./menu.css?20190416);
@import url(./slick.css?20190416);
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 900;
  src: url("./font/NanumGothic-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 700;
  src: url("./font/NanumGothic-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: normal;
  src: url("./font/NanumGothic.woff") format("woff"), url("./font/NanumGothic.ttf") format("truetype");
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  font-style: normal;
  font-weight: normal;
  src: url("./HelveticaNeueLTStd-Roman.eot");
  src: url("./font/NanumGothic.woff") format("woff"), url("./font/NanumGothic.ttf") format("truetype");
}

@font-face {
  font-family: 'Gotham';
  src: url("./font/Gotham-back.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("./font/Gotham-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("./font/Gotham-medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("./font/Gotham-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Reset */
body {
  font-family: 'NanumGothic', 'Gotham', sans-serif;
  background: #fff;
  color: #333;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, tbody, tfoot, thead, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea, select, td, th {
  box-sizing: border-box;
  font-family: 'NanumGothic', 'Gotham', sans-serif;
  color: #333;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

nav, ol, ul, li {
  list-style: none;
  box-sizing: border-box;
}

label, button, a, button {
  cursor: pointer;
}

em, address {
  font-style: normal;
}

a:link, a:visited {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:active, a:focus, input:focus, textarea:focus, select:focus, button:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.btn {
  background-color: #f3f3f3;
}

.btn:hover,
.btn:focus {
  background-color: #f3f3f3;
}

.btn-primary:hover,
.btn-primary:focus {
  opacity: 0 0.8;
  background-color: #30b8ff;
}

.btn-member {
  background-color: #f79b38;
  color: #fff;
  font-family: 'NanumGothic';
  font-size: 16px;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
  font-weight: 500;
}

.btn-orange:hover,
.btn-orange:focus {
  opacity: 0 0.8;
  background-color: #f79b38;
}

.text-center {
  text-align: center;
}

.btn-ads {
  width: 100%;
  padding: 10px 0;
  margin-top: 15px;
}

.btn-member {
  margin-top: 10px;
}

.width-100 {
  width: 100%;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* Header */
header {
  padding: 5px 0;
}

header h1 a {
  width: 46%;
  display: block;
  float: left;
}

header h1 a img {
  width: 100%;
  max-width: 100%;
}

header .clearfix {
  background: #fff;
}

header #menu-btn {
  float: right;
  background: none;
  border: none;
  padding: 4px 0;
}

header .menu-close {
  background: none;
  padding: 2px;
  margin: 3px 0 0 22px;
}

header .login-link {
  float: right;
  font-family: 'Gotham';
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  margin-right: 22px;
  color: #0ba5ff;
}

header .menu-list-item .menu-item a {
  display: block;
  text-align: center;
  padding: 11px 0;
  font-size: 22px;
  color: #5b5b5b;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'NanumGothic';
  margin-bottom: 25px;
}

header .menu-list-item .menu-item:first-child {
  margin-bottom: 25px;
}

header .menu-list-item .menu-item:first-child a {
  font-family: 'Gotham';
}

header .grid-item .row .item {
  border-bottom: 1px solid #fff;
}

header .grid-item .row .item:first-child {
  border-right: 1px solid #fff;
}

header .grid-item .row .item a {
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: 'NanumGothic';
  font-size: 16px;
  font-weight: 600;
}

header .grid-item .row .item a img {
  height: 20px;
  width: auto;
  margin-right: 6px;
}

header .grid-item .row .item.member {
  background: #3084ff;
}

header .grid-item .row .item.member a {
  background: #3084ff;
}

header .grid-item .row .item.contact {
  background: #afafaf;
}

header .grid-item .row .item.contact a {
  background: #afafaf;
}

header .grid-item .row .item.join {
  background: #1fc4a7;
}

header .grid-item .row .item.join a {
  background: #1fc4a7;
}

header .grid-item .row .item.article {
  background: #f79b38;
}

header .grid-item .row .item.article a {
  background: #f79b38;
}

header .grid-item .row .item.large-item {
  border-bottom: none;
}

header .grid-item .row .item.large-item.location {
  background: #30b8ff;
}

header .grid-item .row .item.large-item.location a {
  height: 90px;
  line-height: 25px;
  text-align: center;
  background: #30b8ff;
}

header .grid-item .row .item.large-item.location a img {
  height: 50px;
  width: auto;
  margin-right: 6px;
  display: block;
  float: left;
  margin: 18px 27px 18px 30px;
}

header .grid-item .row .item.large-item.location a p {
  display: block;
  float: left;
  text-align: left;
}

header .grid-item .row .item.large-item.location a p .title {
  display: block;
  line-height: 20px;
  font-size: 18px;
  margin-top: 14px;
  font-family: 'NanumGothic';
}

header .grid-item .row .item.large-item.location a p span {
  display: block;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 2px;
}

header .grid-item .row .item.large-item.location a p span span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Gotham';
  font-weight: 900;
  margin-right: 5px;
}

/* Footer */
footer {
  padding: 20px 0 14px 0;
  border-top: 1px solid #ccc;
}

footer img {
  display: block;
  margin: 0 auto;
  width: 85%;
  margin-bottom: 12px;
}

footer span {
  display: block;
  text-align: center;
  font-family: 'NanumGothic';
  font-size: 11.5px;
  color: #979797;
}

/* Article */
article {
  padding: 0 10px 10px 10px;
}

article h3 {
  font-size: 34px;
  color: #414141;
  margin-top: 60px;
  margin-bottom: 10px;
}

article p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #5b5b5b;
}

article p.large-text {
  font-size: 20px;
}

article p.large-text strong {
  display: block;
}

article p.signature {
  font-size: 16px;
}

article p.signature img {
  margin-top: 10px;
}

article .title {
  margin: -10px 0 5px 0;
  font-size: 22px;
  font-weight: bold;
}

article .title span {
  color: #30b8ff;
  display: inline-block;
  margin-left: 5px;
}

article .article-info {
  color: #979797;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

article .article-info .author {
  display: inline-block;
  margin-right: 13px;
}

article .article-info .author strong {
  color: #5b5b5b;
}

article .article-info .time {
  display: inline-block;
  margin-right: 13px;
}

article .article-info .views {
  display: inline-block;
  background: url(../images/view-icon.png) no-repeat 0 4px;
  padding-left: 20px;
}

article .article-tool {
  margin-bottom: 10px;
}

article .article-tool .btn {
  background: #fff;
  border: 1px solid #e3e3e3;
}

article .article-tool .btn.btn-bell {
  width: 43px;
  height: 34px;
  background: url(../images/bell-icon.png) no-repeat center center;
}

article .article-tool .btn.btn-bell:hover {
  background-color: #f3f3f3;
}

article .article-tool .btn.btn-reply {
  width: 43px;
  height: 34px;
  background: url(../images/reply-icon.png) no-repeat center center;
}

article .article-tool .btn.btn-reply:hover {
  background-color: #f3f3f3;
}

article .article-tool .btn-group {
  float: right;
  font-size: 22px;
  border-color: #e3e3e3;
}

article .article-tool .btn-group .btn-search-icon {
  width: 43px;
  height: 34px;
  background: url(../images/search-gray-icon.png) #f3f3f3 no-repeat center center;
}

article .article-tool .btn-group .btn-plus-icon {
  width: 43px;
  height: 34px;
  background: url(../images/plus-gray-icon.png) no-repeat center center;
}

article .article-tool .btn-group .btn-minus-icon {
  width: 43px;
  height: 34px;
  background: url(../images/minus-gray-icon.png) no-repeat center center;
}

article .article-content {
  margin-bottom: 20px;
}

article .article-content .article-image {
  display: block;
  margin: 0 -10px 10px -10px;
}

article .article-content .article-image img {
  height: 176px;
  width: 100%;
  max-width: 100%;
  object-position: center;
  object-fit: cover;
}

article .article-content p {
  font-size: 14px;
  color: #5b5b5b;
}

article .article-attachment {
  margin: 0 -10px 0 -10px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}

article .article-attachment h3 {
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin: 0 0 10px 0;
}

article .article-attachment ul {
  display: block;
}

article .article-attachment ul li {
  display: block;
  font-size: 12px;
  color: #979797;
  background: url(../images/clip-icon.png) 0 7px no-repeat;
  padding-left: 20px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  position: relative;
}

article .article-attachment ul li .title-attachment {
  display: inline-block;
  font-size: 12px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article .article-attachment ul li .size {
  display: inline-block;
  font-size: 12px;
  margin-right: 15%;
  float: right;
}

article .article-attachment ul li .btn-download {
  float: right;
  background: url(../images/download-icon.png) no-repeat center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

article .article-social {
  margin: 34px 0 11px 0;
}

article .article-social .group {
  float: right;
}

article .article-social .group .btn {
  width: 42px;
  height: 42px;
  margin-left: 8px;
}

article .article-social .group .btn.btn-gplus {
  background: url(../images/gplus-icon.png) no-repeat;
}

article .article-social .group .btn.btn-facebook {
  background: url(../images/facebook-icon.png) no-repeat;
}

article .article-social .group .btn.btn-twitter {
  background: url(../images/twitter-icon.png) no-repeat;
}

article .article-comment {
  margin: 0 -10px 0 -10px;
}

article .article-comment .clearfix {
  padding: 0 10px 12px 10px;
  border-bottom: 1px solid #e3e3e3;
}

article .article-comment .clearfix .group {
  float: right;
}

article .article-comment .clearfix .group .btn {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding-left: 30px;
}

article .article-comment .clearfix .group .btn.btn-edit {
  background: url(../images/edit-gray-icon.png) no-repeat 8px 6px;
}

article .article-comment .clearfix .group .btn.btn-delete {
  background: url(../images/delete-icon.png) no-repeat 8px 6px;
}

article .article-comment .comment-content {
  padding: 0 10px;
}

article .article-comment .comment-content .input-group {
  margin-top: 10px;
}

article .article-comment .comment-content .input-group .cmt-input,
article .article-comment .comment-content .input-group .cmt-input:focus {
  background: #fff;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  height: 34px;
}

article .article-comment .comment-content .comment-detail-wrap {
  margin-top: 15px;
  border-bottom: 0;
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 5px;
}

article .article-comment .comment-content .comment-detail-wrap .clearfix {
  padding: 0;
  border: none;
}

article .article-comment .comment-content .comment-detail-wrap .comment-row {
  padding: 7px 0;
  border: none;
}

article .article-comment .comment-content .comment-detail-wrap .cmt-info {
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
}

article .article-comment .comment-content .comment-detail-wrap .cmt-info .name {
  font-weight: bold;
}

article .article-comment .comment-content .comment-detail-wrap .cmt-info .time {
  font-size: 10px;
  color: #979797;
  margin-bottom: 5px;
  display: block;
}

article .article-comment .comment-content .comment-detail-wrap .cmt-info .btn {
  background: none;
  padding: 0;
  font-weight: bold;
  color: #979797;
}

article .article-comment .comment-content .comment-detail-wrap .cmt-detail p {
  font-size: 12px;
  margin-bottom: 0px;
}

article .article-comment .comment-content .btn-load-cmt {
  background: none;
  margin: 5px auto;
  display: block;
  text-decoration: underline;
  font-size: 12px;
}

.relate-article ul {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}

.relate-article ul li {
  display: block;
}

.relate-article ul li a {
  display: block;
  margin-bottom: 5px;
}

.relate-article ul li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5b5b5b;
  padding: 3px 0 3px 10px;
  width: 75%;
}

.relate-article ul li a span:first-child {
  display: inline-block;
  float: left;
  background: #b8b8b8;
  border-radius: 3px;
  color: #fff;
  padding: 3px 12px;
  width: 25%;
  text-align: center;
}

.relate-article .btn-list {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding-left: 30px;
  background: url(../images/list-gray-icon.png) 8px 6px no-repeat;
  background-size: auto 18px;
  float: right;
  margin: 10px 10px 10px 0;
}

/* Components */
.header-article {
  display: block;
  color: #0ba5ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sub-header {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-top: -15px;
}

.btn-primary {
  background: #0ba5ff;
  color: #fff;
  font-family: 'NanumGothic';
  font-size: 16px;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
  font-weight: 500;
}

.btn-primary_edit1 {
  background: #0ba5ff;
  color: #fff;
  font-family: 'NanumGothic';
  font-size: 16px;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
  font-weight: 500;
}

.btn-view-more {
  display: block;
  width: 220px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #c3c3c3;
  color: #fff;
  margin: 20px auto;
}

.btn-view-more span {
  display: inline-block;
  font-size: 16px;
}

.center {
  display: block;
  margin: 0 auto;
  width: 300px;
}

/* Header */
.header-page .header-banner {
  position: relative;
}

.header-page .header-banner .time-difference {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px 10px;
  z-index: 99;
  color: #fff;
  font-family: 'Gotham';
  letter-spacing: -1px;
}

.header-page .header-banner .time-difference .country-block {
  display: block;
  float: left;
  padding-left: 42px;
}

.header-page .header-banner .time-difference .country-block.kr {
  background: url(../images/kor.png) no-repeat;
  background-position: 20px 5px;
  background-size: 14px 14px;
}

.header-page .header-banner .time-difference .country-block.vn {
  background: url(../images/vn.png) no-repeat;
  background-position: 20px 5px;
  background-size: 14px 14px;
}

.header-page .header-banner .time-difference .country-block .country {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  opacity: .5;
  margin-right: 4px;
}

.header-page .header-banner .time-difference .country-block .timer-hour {
  display: inline-block;
}

.header-page .header-banner .time-difference .country-block .timer-minute {
  display: inline-block;
}

.header-page .header-banner .time-difference .country-block span {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.header-page .header-banner .time-difference .country-block .colon {
  width: 1px;
}

.header-page .header-banner img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 186px;
  z-index: -1;
}

.header-page .header-banner .caption {
  position: absolute;
  bottom: 30px;
  left: 10px;
  color: #fff;
  z-index: 9;
}

.header-page .header-banner .caption h1 {
  display: block;
  font-size: 38px;
  font-family: 'NanumGothic';
  font-weight: 200;
  margin-bottom: 4px;
  position: relative;
}

.header-page .header-banner .caption h1:before {
  content: "";
  height: 3px;
  width: 27px;
  background: #fff;
  position: absolute;
  top: -19px;
  left: 2px;
}

.header-page .header-banner .caption span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
}

.header-page .header-banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.header-page .header-banner.login-header img {
  height: 93px;
}

.header-page .header-banner.login-header:after {
  display: none;
}

.header-page .category-wrap {
  border-top: 1px solid #98dcff;
}

.header-page .category-wrap .clearfix {
  border-bottom: 1px solid #98dcff;
}

.header-page .category-wrap .clearfix .item {
  height: 60px;
  background: #30b8ff;
  border-right: 1px solid #98dcff;
  text-align: center;
  padding: 0;
  position: relative;
}

.header-page .category-wrap .clearfix .item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.header-page .category-wrap .clearfix .item.active a {
  font-weight: bold;
}

.header-page .category-wrap .clearfix .item:last-child {
  border-right: none;
}

.header-page .category-wrap .clearfix .item.have-sub a {
  display: inline;
  width: auto;
  text-align: center !important;
  position: relative;
  line-height: 60px;
  top: 0;
  padding-right: 10px;
}

.header-page .category-wrap .clearfix .item.have-sub a:after {
  content: "";
  position: absolute;
  background: url(../images/arrow-down-icon.png) no-repeat;
  width: 10px;
  height: 6px;
  top: 7px;
  right: -7px;
}

.header-page .breadcrumb-wrap {
  background: #888888;
  padding: 0 10px;
}

.header-page .breadcrumb-wrap ul {
  white-space: nowrap;
  overflow: auto;
}

.header-page .breadcrumb-wrap ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.header-page .breadcrumb-wrap ul li a {
  display: block;
  color: #fff;
  padding: 10px 16px 10px 0;
  margin-right: 7px;
  line-height: 14px;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
}

.header-page .breadcrumb-wrap ul li a:after {
  content: ">";
  opacity: .5;
  position: absolute;
  right: 0px;
  top: 10px;
}

/* Modal */
.modal-header {
  border-top: 6px solid #0ba5ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 15px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.1);
}

.modal-header.form-post {
  border-top: none;
  box-shadow: none;
  border-bottom: none;
  background: url(../images/question-mark-icon.png) no-repeat 15px 10px;
  position: relative;
  height: 45px;
}

.modal-header.form-post h4 {
  position: absolute;
  top: 15px;
  left: 50px;
  font-size: 18px;
}

.modal-header.form-post .close {
  opacity: .5;
}

.modal-header .modal-title {
  font-size: 18px;
  color: #5b5b5b;
}

.modal-header .modal-title span {
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  padding: 4px 6px;
  color: #f79b38;
  border: 1px solid #f79b38;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 5px;
}

.modal-header .close {
  opacity: 1;
}

.modal-body {
  max-height: 300px;
  overflow-y: auto;
}

.modal-body.form-post {
  padding-bottom: 0px;
}

.modal-body.form-post p {
  font-size: 12px;
}

.modal-body.form-post form {
  margin-top: 15px;
}

.modal-body.form-post form label {
  font-size: 12px;
}

.modal-body.form-post select {
  background: url(../images/caret-gray-icon.png) #f3f3f3 no-repeat 96% 50%;
  box-shadow: none;
}

.modal-body.form-post input,
.modal-body.form-post textarea {
  box-shadow: none;
  background: #f3f3f3;
}

.modal-body.form-post input:focus,
.modal-body.form-post textarea:focus {
  box-shadow: none;
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
}

.modal-body.form-post select:focus {
  border: 1px solid #e3e3e3;
}

.modal-body h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-body .item .col-xs-9,
.modal-body .item .col-xs-4,
.modal-body .item .col-xs-3,
.modal-body .item .col-xs-2 {
  padding: 0px;
  font-size: 10px;
  color: #5b5b5b;
}

.modal-body .item .form-group {
  padding: 0 20px;
  margin-bottom: 5px;
}

.modal-footer {
  padding: 0 15px;
  background-color: #f3f3f3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-footer.form-post {
  border-top: none;
  padding-bottom: 10px;
}

.modal-footer.form-post img {
  display: block;
  margin: 10px auto;
}

.modal-footer.form-post title {
  font-weight: bold;
  display: block;
  text-align: center;
}

.modal-footer.form-post .address {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.modal-footer.form-post .col-xs-6 {
  color: #979797;
  font-family: 'Gotham';
  font-size: 12px;
  font-weight: bold;
}

.modal-footer.form-post .col-xs-6 span {
  font-weight: 900;
}

.modal-footer.form-post .col-xs-6.text-left {
  padding-right: 0;
}

.modal-footer.form-post .col-xs-6.text-right {
  padding-left: 0;
}

.pos{
	position: relative;
}
.pdr{
  padding-right:160px;
}
.pos .korcham_member{
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 9;
}