@charset "utf-8";

/*
 * 거꾸로교실
 * URL: futureclass.net
 * Version: 1.0.0
 * Author: 미래교실네트워크
 * Author URL: http://www.futureclassnet.org
 * Description
 * 사이트 공통 요소 스타일시트입니다.
 * 스타일시트 순서를 바꾸지마세요.
 * 미디어쿼리는 query.css에 담겨있습니다

/**btn
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typo
 * 3.0 - Common
 *  3.1 - Elements
 *  3.2 - Loop
 *  3.3 - Popup & alertㅠㅠ
 *  3.4 - Paging
 * 4.0 - Layout
 *	4.1 - Header
 *	4.2 - Navigations
 *	4.3 - Contain
 *	4.4 - Footer
 * 4.0 - Layout
 */
/**********************************************
 * 1.0 - Reset
 *
 *
**********************************************/
body,
html {
  /* important */
  word-break: break-all;
  min-width: 320px;
  height: 100%;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

dd,
div,
dl,
dt,
h3,
img,
li {
  vertical-align: baseline;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
td,
th {
  font-weight: normal;
  text-align: left;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:active,
a:hover {}

a img,
img {
  border: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

/**********************************************
 * 2.0 - Typo
 *
 *
**********************************************/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font: 14px/160% "Noto Sans KR", "맑은 고딕", "돋움", "굴림", Verdana, Arial;
  word-break: break-all;
  font-weight: normal;
}

a,
a:link {
  text-decoration: none;
  color: #333;
}

/*a:visited {
	color: #333;
}
a:hover {
	color: #f8b62c;
}
a:active {
	color: #f8b62c;
} */
h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

dt {
  font-weight: bold;
}

.active_menu,
.active_tab,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

small {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

.author_name {
  display: inline !important;
  font-weight: bold !important;
  font-size: 14px !important;
  float: left;
}

.author_name small::before {
  content: "|";
  margin: 0 10px;
}

.title,
.title a {
  color: #4ab8eb;
  font-weight: bold;
  font-size: 14px;
}

.prof_name,
.prof_name a,
cite,
cite a {
  font-weight: bold;
  font-style: normal;
  margin: 0 0 0 0;
}

.prof_name {
  font-weight: bold;
  padding: 10px 10px 0 60px;
}

.prof_name small {
  font-weight: normal;
  padding: 0 10px;
  color: #999;
}

.prof_name img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  position: absolute;
  left: 0;
}

.reply_count {
  display: inline-block;
  margin: 0 5px;
  background: #999;
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff !important;
  line-height: 100%;
  font-size: 9px !important;
}

/**********************************************
 * 3.0 - Common
 *
 *
**********************************************/
element.hover_effect,
element:hover {
  rule: properties;
}

.myMenu_myName {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/**********************************************
 * 3.1 - Elements
**********************************************/
.art_tb {
  overflow: auto;
}

.ogtag {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px 0;
}

.ogtag_ttl {
  font-size: 14px;
  font-weight: bold;
}

.ogtag_url {
  font-size: 12px;
  color: #999;
}

.ogtag img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 0;
}

.nomoreIE {
  position: absolute;
  z-index: 9990;
  top: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #c33;
  background: #c33;
  color: #fff;
}

.nomoreIE div {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0 10px 80px;
  position: relative;
  height: 100px;
}

.nomoreIE span {
  font-family: "futureclass";
  font-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  text-align: center;
  height: 100px;
  padding: 40px 0;
}

/* input :: 체크박스/라디오/버튼 */
input:not([type="checkbox"]):not([type="radio"]) {
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 1);
  height: 35px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none !important;
  padding: 0 10px;
}

/* checkbox */
input[type="checkbox"] {
  display: none;
}

table input[type="checkbox"] {
  display: block;
}

td {
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

input[type="checkbox"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 0 0;
  vertical-align: middle;
  background: url("../images/check_radio_sheet.png") left bottom no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked+label span {
  background: url("../images/check_radio_sheet.png") -19px bottom no-repeat;
}

/* radio */
input[type="radio"] {
  display: none;
}

input[type="radio"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 0 0;
  vertical-align: middle;
  background: url("../images/check_radio_sheet.png") -38px bottom no-repeat;
  cursor: pointer;
}

input[type="radio"]:checked+label span {
  background: url("../images/check_radio_sheet.png") -57px bottom no-repeat;
}

input:focus {
  border: 1px solid #f66;
  background: #fff;
}

textarea {
  border: 1px solid #bfbfbf;
  background: rgba(255, 255, 255, 0.8);
  height: 35px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: inset 1px 2px 1px rgba(0, 0, 0, .1);
}

textarea:focus {
  border: 1px solid #f66;
  background: #fff;
}

.btn_more {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  padding: 0;
  background: none;
  border: none;
  margin: -40px 0 0;
}

.btn_more:hover {
  background: none;
  border: none;
}

.btn_more:hover a {
  color: #4ab8ed;
}

.btn_more a {
  color: #666;
}

.btn_more:after {
  font-family: icons;
  content: "\e905";
  font-size: 9px;
}

button {
  text-decoration: none;
  cursor: pointer;
  background: #F8F8F8;
  /* IE6-9 */
  border: 1px solid;
  border-color: #E5E5E5;
  /*text-shadow     : 1px 1px #fff;*/
  padding: 0 10px;
  height: 35px;
}

button:hover {
  background: #f0f0f0;
  /* IE6-9 */
}

.btn_red {
  background: #ff9999;
  background-image: -webkit-linear-gradient(top, #6dc9f5, #4ab8ed);
  background-image: -moz-linear-gradient(top, #6dc9f5, #4ab8ed);
  background-image: -ms-linear-gradient(top, #6dc9f5, #4ab8ed);
  background-image: -o-linear-gradient(top, #6dc9f5, #4ab8ed);
  background-image: linear-gradient(to bottom, #6dc9f5, #4ab8ed);
  border-color: #4ab8ed;
  color: #fff;
  text-shadow: -1px -1px #4ab8ed;
}

.btn_red:hover {
  background: #4ab8ed;
  background-image: -webkit-linear-gradient(top, #4ab8ed, #6dc9f5);
  background-image: -moz-linear-gradient(top, #4ab8ed, #6dc9f5);
  background-image: -ms-linear-gradient(top, #4ab8ed, #6dc9f5);
  background-image: -o-linear-gradient(top, #4ab8ed, #6dc9f5);
  background-image: linear-gradient(to bottom, #4ab8ed, #6dc9f5);
  );
  /* IE6-9 */
}

.btn_light {
  background: #e8e8e8 !important;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: -moz-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: -ms-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: -o-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: linear-gradient(to bottom, #f8f8f8, #e8e8e8) !important;
  /* IE6-9 */
  border-color: #ccc !important;
  color: #666 !important;
  text-shadow: 1px 1px #fff !important;
}

.btn_light:hover {
  background: #e8e8e8 !important;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #f8f8f8) !important;
  background-image: -moz-linear-gradient(top, #e8e8e8, #f8f8f8) !important;
  background-image: -ms-linear-gradient(top, #e8e8e8, #f8f8f8) !important;
  background-image: -o-linear-gradient(top, #e8e8e8, #f8f8f8) !important;
  background-image: linear-gradient(to bottom, #e8e8e8, #f8f8f8) !important;
  /* IE6-9 */
}

.btn_dark {
  background: #999;
  background-image: -webkit-linear-gradient(top, #999, #666);
  background-image: -moz-linear-gradient(top, #999, #666);
  background-image: -ms-linear-gradient(top, #999, #666);
  background-image: -o-linear-gradient(top, #999, #666);
  background-image: linear-gradient(to bottom, #999, #666);
  /* IE6-9 */
  border-color: #666;
  color: #fff;
  text-shadow: -1px -1px #333;
}

.btn_dark:hover {
  background: #999;
  background-image: -webkit-linear-gradient(top, #666, #999);
  background-image: -moz-linear-gradient(top, #666, #999);
  background-image: -ms-linear-gradient(top, #666, #999);
  background-image: -o-linear-gradient(top, #666, #999);
  background-image: linear-gradient(to bottom, #666, #999);
  /* IE6-9 */
  text-shadow: -1px -1px #333;
}

.btn_sky {
  background: #44a7d4;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
}

.btn_sky:hover {
  background: #62CAFA;
}

#btn_recm {
  padding: 5px 10px;
  width: 100px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin: 20px auto;
  display: block;
  min-width: 100px;
}

#btn_recm span {
  display: none;
}

#btn_recm strong {
  color: #fff;
}

#btn_recm strong:before {
  font-family: futureclass;
  content: "♡";
  margin: 0 10px 0 0;
  font-weight: normal;
}

.btn_like,
.btn_liked,
.btn_liked:hover {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(118, 213, 255, 0.7) 0%, rgba(74, 184, 233, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(118, 213, 255, 0.7) 0%, rgba(74, 184, 233, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(118, 213, 255, 0.7) 0%, rgba(74, 184, 233, 0.7) 100%);
  border: 1px solid rgba(74, 184, 233, 0.8);
  text-shadow: -1px -1px #40abdb;
}

.btn_liked strong:before {
  content: "♥" !important;
}

.wrap_edit button {
  font-size: 12px;
  height: 24px;
  padding: 0 4px !important;
  margin: 0 0 0 5px
}

.btn_share {
  position: relative;
  float: right;
}

.btn_share li {
  display: inline-block;
}

.btn_share li button {
  font-size: 12px;
}

.btn_share button:before {
  font-family: icons;
  margin: 0 5px 0 0;
}

.btn_share .btn_scrap_logy_open:before {
  content: "\1f4d2";
}

.btn_share .btn_share_band_open:before {
  content: "\e903";
}

.btn_share .btn_copy_url_open:before {
  content: "\e081";
}

.btn_share #down_url:before {
  content: "\e069";
}

.copy_url {
  margin: 10px 0 0;
  border: 1px dashed #ccc;
  display: block;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}

select {
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 1px;
  -moz-box-shadow: inset 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  height: 35px;
  background-image: url("../images/selectbox.png");
  background-position: calc(100% - 5px) 1px, 0 0;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 30px 0 10px;
  transition: 0.5s all;
}

select::-ms-expand {
  display: none;
}

select:active,
select:focus {
  background-position: calc(100% - 5px) -25px, 0 0;
  border: 2px;
}

/**********************************************
 * 3.2 - Loop
**********************************************/
.search {
  position: relative;
}

.search span {
  display: none;
}

.search button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 1px;
}

.search button:before {
  font-family: "icons";
  content: "\e036";
}

.news_worldIcon {
  background: #f9b32d;
}

.news_mikIcon {
  background: #4ab8e9;
}

.news_mikIcon,
.news_worldIcon {
  border-radius: 10px;
  padding: 3px 5px;
  position: absolute;
  margin: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-nav {
  position: absolute;
  right: 20px;
  top: 20px;
}

.owl-nav button {
  border: 1px solid #eee !important;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
}

.owl-nav button:hover {
  border: 1px solid #00abee !important;
}

.owl-nav button span {
  font-size: 24px;
  line-height: 80%;
  color: #999;
}

.owl-nav:hover button span {
  color: #00abee;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -40px;
  padding: 0;
  position: relative;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #e5e5e5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  text-shadow: 1px 1px #000;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4ab8ed;
}

.wrap_btn {
  text-align: center;
  padding: 20px 0 0;
}

/* TOOLTIP */
.tooltip {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #ddd;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
  line-height: 100%;
  padding: 2px 0 0;
  display: none
}

.tooltip:hover {
  background: #333;
}

#tooltip {
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .5);
  color: #fff;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
  background: -ms-radial-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
  background: linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  position: absolute;
  z-index: 100;
  padding: 15px;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  border-top-color: rgba(0, 0, 0, .7);
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #333;
  border-bottom-color: rgba(0, 0, 0, .6);
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/* toggle */
.switch {
  position: relative;
  z-index: 2;
  height: 27px;
  width: 100px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch label span {
  background: none !important;
  display: none !important;
}

.switch-label {
  position: relative;
  float: left;
  width: 48px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  text-shadow: 1px 1px rgba(255, 255, 255, 1);
  cursor: pointer;
  color: #999;
  z-index: 10;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

.switch-input {
  display: none;
}

.switch-input:checked+.switch-label {
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}

.switch-input:checked,
.switch-input:checked+.switch-label-on~.switch-selection {
  left: 50px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  display: block;
  width: 49px;
  height: 25px;
  border-radius: 3px;
  background-color: #65bd63;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ddd);
  background-image: -moz-linear-gradient(top, #f8f8f8, #ddd);
  background-image: -ms-linear-gradient(top, #f8f8f8, #ddd);
  background-image: -o-linear-gradient(top, #f8f8f8, #ddd);
  background-image: linear-gradient(top, #f8f8f8, #ddd);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch input[type=checkbox] {
  visibility: hidden;
}

.gnb_title {
  height: 300px;
  padding: 70px 0;
  width: 100%;
  background-size: cover !important;
  text-align: center;
  position: relative;
}

.gnb_title h2 {
  text-align: center;
  color: #fff;
  width: 33.33%;
  font-size: 48px;
  padding: 10px 0 15px;
  line-height: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "돋움", "굴림", Verdana, Arial;
  vertical-align: middle;
  height: 70px;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  margin: 0 auto;
  right: 0;
}

/* pager */
.page_nav {
  text-align: center;
  padding: 30px 0;
}

.page_nav a {
  padding: 0 10px;
}

/* tab */
.tab_nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  padding-left: 35px;
}

.tab_nav li {
  display: block;
  float: left;
  padding: 10px 5px 8px;
  background-color: #F4F7F9;
  margin-right: 30px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #777;
  transition: all 250ms ease;
  border-radius: 8px 8px 0 0;
  height: 40px;
}

.tab_nav li:after,
.tab_nav li:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: #F4F7F9;
  transition: all 250ms ease;
  z-index: 99;
}

.tab_nav li:before {
  right: -24px;
  transform: skew(20deg, 0deg);
  box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0;
  border-radius: 0 8px 0 0;
}

.tab_nav li:after {
  left: -24px;
  transform: skew(-20deg, 0deg);
  box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0;
  border-radius: 8px 0 0 0;
}

.tab_nav li:hover,
.tab_nav li:hover:after,
.tab_nav li:hover:before {
  background-color: #fff;
  color: #444;
}

.tab_nav li.active_menu,
.tab_nav li.active_tab {
  z-index: 300 !important;
}

.tab_nav .active_menu a,
.tab_nav .active_tab a,
.tab_nav li.active_menu,
.tab_nav li.active_menu:after,
.tab_nav li.active_menu:before,
.tab_nav li.active_tab,
.tab_nav li.active_tab:after,
.tab_nav li.active_tab:before {
  background-color: #fff;
}

.tab_nav li a {
  position: relative;
  z-index: 200;
}

.tab_nav_under {
  font-size: 13px;
  text-align: right;
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}

.tab_nav_under li {
  display: inline-block;
  z-index: 2;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}

.tab_nav_under li::before {
  content: "|";
  margin: 0 10px;
  font-size: 10px;
  color: #666;
  font-weight: normal;
}

.tab_nav_under li:first-child::before {
  content: none;
}

.tab_nav_under .active_tab a,
.tab_nav_under li.active_tab,
.tab_nav_under li.active_tab:hover a {
  font-weight: bold;
}

/* 검색창 */
#cafe_search,
.page_search {
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}

#cafe h3 {
  float: left;
}

#cafe_search {
  float: right;
  margin: 0 0 20px;
}

#cafe_search input,
.page_search input {
  padding: 0 30px 0 10px !important;
  width: 100%;
}

#cafe_search button,
.page_search button {
  background: none;
  border: none;
  right: 10px;
  height: 35px;
  top: 0;
  padding: 0 !important;
  position: absolute;
}

#cafe_search button:before,
.page_search button:before {
  font-family: futureclass;
  content: "W";
}

#cafe_search span,
.page_search span {
  display: none;
}

/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}

.jcrop-hline,
.jcrop-vline {
  background: #FFF url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}

.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

.jcrop-vline.right {
  right: 0;
}

.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

.jcrop-hline.bottom {
  bottom: 0;
}

.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
}

.jcrop-handle {
  background-color: #333;
  border: 1px #EEE solid;
  font-size: 1px;
  height: 7px;
  width: 7px;
}

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

.jcrop-light .jcrop-hline,
.jcrop-light .jcrop-vline {
  background: #FFF;
  /*opacity   : 0.70 !important;*/
}

.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}

.jcrop-dark .jcrop-hline,
.jcrop-dark .jcrop-vline {
  background: #000;
  opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}

.solid-line .jcrop-hline,
.solid-line .jcrop-vline {
  background: #FFF;
}

.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

.userpic {
  width: 300px;
  height: 300px;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  background: url("../logy/admin/images/default.png") center 0 no-repeat;
  background-size: cover;
  margin: 0 0 0 20px !important;
}

.userpic__preview {
  position: absolute;
}

.themodal-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.crop {
  margin: 25px;
  float: left;
  display: inline-block;
  box-shadow: 0 0 5px #000;
  background-color: #fff;
}

.popup__body {
  margin: 10px 10px 5px;
}

/**********************************************
 *  3.3 - Popup & alert
 *
 *
**********************************************/
/* 공통 */
.popup {
  background-color: white;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  z-index: 99999;
  color: #666;
  border-top: 3px solid #4ab8ed;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.popup h2,
.popup h3 {
  padding: 0 0 10px;
  float: left;
  color: #fff !important;
}

.popup .wrap_btn {
  margin: 20px 0 !important;
  text-align: center !important;
}

.popup .popup_icon_close {
  float: right;
}

.popup .wrap_btn button {
  padding: 5px 10px;
}

.popup_header {
  width: calc(100% + 20px);
  overflow: hidden;
  margin: -10px 0 10px -10px;
  background: url("../images/bg_line_white.gif") 0 100% repeat-x;
  padding: 17px 17px 10px;
  background-color: #4ab8ed;
}

.popup p {
  text-align: center;
}

/* 경고창 */
.popup_alert {
  position: fixed;
  width: 400px;
  margin: 0 auto;
  bottom: 0;
  padding: 50px 50px 0;
  background: #fff;
  left: 38%;
  text-align: center;
  font-size: 14px;
}

.popup_alert button {
  border: none;
  padding: 10px 20px;
  margin: 30px 0 0;
  background: #f66;
  border-radius: 0;
  color: #fff;
}

.bb_popup {
  max-width: 300px;
  width: 300px;
  box-shadow: #ccc 0 0 5px 0;
  border: 1px solid #eee;
  background: #fff;
  z-index: 9000;
}

.bb_popup .loader img {
  width: 70px;
  height: auto;
}

.bb_popup hgroup {
  background: rgba(74, 184, 237, .2);
  position: relative;
}

.permit .bbPop_body button {
  width: 100%;
  margin: 20px 0 0
}

.permit .bbPop_body small {
  line-height: 130%;
  display: block;
  background: #f8f8f8;
  padding: 10px;
  margin: 0 0 10px
}

.permit .bbPop_body small::before {
  font-family: icons;
  content: "\ea0c";
  display: block;
  margin: 20px;
  color: #4ab8ed;
  font-size: 40px;

}

.bb_popup h2 {
  border-bottom: 3px solid #4ab8ed;
  font-size: 14px;
  padding: 10px !important;
}

.b_btn_closePopup {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 50%;
  border: none;
  color: #4ab8ed;
  z-index: 10;
}

.b_btn_closePopup::before {
  content: "\2715";
  color: #4ab8ed;
  font-family: "icons";
  text-shadow: none;
}

.b_btn_closePopup span {
  display: none;
}

.b_btn_popup {
  width: 100%;
  border-radius: 0;
  border: none;
  height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.b_btn_active {
  background: #4ab8ed;
  text-shadow: none;
}

.b_btn_active:hover {
  background: rgba(74, 184, 237, .8);
}

.b_btn_inactive {
  background: #eee;
  text-shadow: -1px -0 #999;
}

.b_btn_inactive:hover {
  background-color: #eee !important;
  background-image: none;
  cursor: default;
}

.bb_popup textarea {
  width: 100%;
  margin: 0;
  border: none;
  resize: vertical;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  height: 80px;
}

.bb_popup select {
  width: 240px;
}

.bbPop_body_txt {
  text-align: center;
  padding: 20px;
}

.bbPop_body_txt strong {
  background: #f8f8f8;
  display: block;
  padding: 10px;
  margin: 10px 0 0;
}

.bbPop_desc {
  text-align: center;
  padding: 30px;
}

.bb_popup select {
  margin: 10px;
  width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 1px;
}

.bb_popup ul {
  padding: 10px;
  max-height: 200px;
  overflow: auto;
}

.bb_popup li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 0 0 15px;
  padding: 0 40px 15px 0;
  position: relative;
  cursor: pointer;
}

#bbPop_sltClass li:hover,
#bbPop_sltTb li:hover {
  color: #00adee;
}

.bb_popup input[type="checkbox"]:checked+label::before,
.bb_popup input[type="radio"]:checked+label::before {
  z-index: 2;
  background-color: #4AB8EB;
}

.bb_popup input[type="checkbox"]+label::before,
.bb_popup input[type="radio"]+label::before {
  font-family: "icons";
  content: "\ea10";
  color: #fff;
  background-color: #e5e5e5;
  height: 18px;
  width: 18px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  left: 0;
  padding: 0;
  font-size: 10px;
  cursor: pointer;
  vertical-align: middle;
}

.bbPop_copyToTbType label {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px 0;

  border-bottom: 1px solid #eee;
  background: rgba(0, 173, 238, .1);
}

.bbPop_copyToTbType label:hover {
  background: rgba(0, 173, 238, .2)
}

.bbPop_copyToTbType input[type="radio"]+label::before {
  background: none !important;
  font-size: 18px !important;
  margin: 0 10px 0 0;
  color: #ccc !important;
}

.bbPop_copyToTbType input[type="radio"]+label:hover::before,
.bbPop_copyToTbType input[type="radio"]:checked+label::before {
  margin: 0 10px 0 0;
  color: #00adee !important;
}

.bbPop_copyToTbType input[type="radio"]+label::before {
  background: none !important;
  margin: 0 10px 0 0;
  color: #333;
}

.bb_popup .prof_name {
  padding: 0;
}

.bb_popup li input[type="radio"]+label::before,
.bb_popup li input[type="checkbox"]+label::before,
[data-section="bbPop_sltMemberAll"] input[type="checkbox"]+label::before {
  position: absolute;
  right: 0 !important;
  top: 10px !important;
  width: 24px !important;
  height: 24px !important;
  left: auto !important;
  font-size: 16px !important;
}

#bbPop_sltTb strong {
  display: block;
}

#bbPop_sltTb img {
  width: 60px;
  height: 45px;
  float: left;
  border-radius: 5px;
  margin: 0 10px 0 0;
}

[data-section="bbPop_sltMemberAll"] {
  position: relative;
  font-weight: bold;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

[data-section="bbPop_sltMemberAll"] span {
  display: none !important;
}

[data-section="bbPop_sltMemberAll"] input[type="checkbox"]+label::before {
  right: 24px !important;
}

[data-section="bbPop_sltMember"] cite {
  margin: 10px 0 0;
  display: block;
}

[data-section="bbPop_sltMember"] img {
  width: 45px;
  height: 45px;
  float: left;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

/* 초대코드 */
#popup_invite_code {
  padding: 20px;
  background: #eee;
  margin: 10px 0 0;
  line-height: 200%;
}

#popup_invite_code strong {
  font-size: 20px;
}

/* 업로드*/
#_Allprogress,
#_progress {
  height: 22px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #f0f0f0;
  margin: 10px;
  border-radius: 20px;
  background: #f8f8f8;
}

._progress {
  background: #f00;
}

#_Allprogress {
  background: #f8f8f8;
}

.bar {
  box-shadow: inset 3px 3px 15px #fff;
  height: 20px;
  border-radius: 20px;
}

#_Allprogress .bar {
  background: rgba(74, 184, 237, 0.5);
}

#_progress .bar {
  background: url("../images/bg_progress_bar.png") #f9f9f9;
}


/* 마이그레이션 팝업 */
#wrap_migra {
  padding: 0;
  text-align: center;
}

#wrap_migra h2 {
  padding: 20px;
  color: #fff;
  font-size: 18px;
}

#wrap_migra .popup_icon_close {
  padding: 20px;
}

#wrap_migra .popup_header {
  background: url("../images/popup_mig_header_bg.gif") center 0 no-repeat;
  padding: 0 0 30px;
}

#wrap_migra section {
  padding: 20px;
  text-align: justify;
}

#wrap_migra section h3 {
  background: #f66;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  margin: 0 0 10px;
}

#wrap_migra .wrap_btn button:nth-child(2) {
  margin: 0 3px;
}

#wrap_migra stong {
  font-size: 14px;
}

#wrap_migra .wrap_btn {
  background: #f8f8f8;
  padding: 20px;
  margin: 20px 0 0;
}

#wrap_migra .wrap_btn button {
  padding: 3px;
  font-size: 13px;
}

/* alert */
.sweet_text {
  color: #333333;
  font-weight: 400;
  size: 12px;
}

.sweet-overlay {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  width: 300px;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -156px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

.sweet-alert h2 {
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background: rgba(74, 184, 235, 0.8);
  border-color: rgba(74, 184, 235, 1);
  color: #fff;
  padding: 0 20px;
}

.sweet-alert button:hover {
  background: rgba(74, 184, 235, 1);
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background: #e8e8e8 !important;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: -moz-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: -ms-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: -o-linear-gradient(top, #f8f8f8, #e8e8e8) !important;
  background-image: linear-gradient(to bottom, #f8f8f8, #e8e8e8) !important;
  border-color: #ccc !important;
  color: #666 !important;
  text-shadow: 1px 1px #fff !important;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 10px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/**********************************************
 *  3.4 - Paging
 *
 *
**********************************************/
.page_nav a {
  display: inline-block;
  padding: 6px 10px 0;
  border: 1px solid #ccc;
  height: 30px;
  min-width: 30px;
  margin: 0 4px;
  line-height: 100%;
  box-shadow: 0 0 3px #ddd;
  box-shadow: inset 0 0 2px #ccc;
  background: rgb(255, 255, 255);
}

.page_nav a:hover {
  font-weight: bold;
  color: #fff !important;
}

.page_nav .active_menu {
  font-weight: bold;
  color: #fff !important;
}

.page_nav a.active_menu,
.page_nav a:hover {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(118, 213, 255, 1) 0%, rgba(74, 184, 233, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(118, 213, 255, 1) 0%, rgba(74, 184, 233, 1) 100%);
  background: linear-gradient(to bottom, rgba(118, 213, 255, 1) 0%, rgba(74, 184, 233, 1) 100%);
  border: 1px solid #40abdb;
  text-shadow: -1px -1px #40abdb;
}

.comment {
  font-size: 10px;
  color: #fff;
  line-height: 100%;
  background: #999;
  display: block;
  height: 14px;
  padding: 2px 5px;
  border-radius: 3px;
  float: left;
  margin: 5px 0 0 5px;
  vertical-align: middle;
}

/**********************************************
 * 4.0 - Layout
 *
 *
**********************************************/
main:not(#tb_main):not(#tbus_iddv):not(#chat_main):not(#wrap_join):not(#wrap_find):not(#wrap_find):not(#wrap_invite) {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.fc main,
main:not(.index) {
  padding: 0;
}

.index main {
  padding: 10px 0 0;
}

main section {
  position: relative;
}

/**********************************************
 * 4.1- Header
 **********************************************/
/* header_top
 	왼쪽 네비*/
[data-section="cmn_headerTop"] {
  background: #f8f8f8;
  border-bottom: #e5e5e5 solid 1px;
  height: 40px;
}

[data-section="cmn_wrap_headerTop"],
[data-section="cmn_headerId_wrap"],
[data-section="cmn_gnb_wrap"],
[data-section="cmn_footerSpon_wrap"],
[data-section="cmn_footerPolicy_wrap"],
[data-section="cmn_footerInfo_wrap"],
footer table {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

[data-section="cmn_wrap_headerTop"] {
  height: 40px;
}

[data-section="cmn_headerOutlink"] ul {
  float: left;
  padding: 8px 0 0;
}

[data-section="cmn_headerOutlink"] li {
  float: left;
}

[data-section="cmn_headerOutlink"] li:first-child::after {
  content: "|";
  font-size: 10px;
  color: #999;
  vertical-align: top;
  margin: 0 10px;
}

/* header_top
 	마이 영역*/
[data-section="cmn_headerMyLink"] {
  float: right;
  position: relative;
}

[data-section="cmn_headerMyLink"]>li {
  float: left;
  padding: 9px 25px 0 15px;
  position: relative;
}

.cmn_memInfo {
  height: 40px;
  width: 200px;
  position: absolute !important;
  right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cmn_memInfo:hover {
  box-shadow: 0 0 2px 0 #eee;
}

.cmn_memInfo::after {
  content: "\2b07";
  font-family: "icons";
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}

.cmn_memInfoPop:hover {
  background: #fff;
  box-shadow: 0 0 10px 0 #ddd;
  right: 0;
}

.cmn_memInfo cite {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cmn_memInfo ul {
  width: 100%;
  z-index: 9999;
  left: 0;
  position: absolute;
  padding: 10px 0 0;
  display: none;
  background: #fff
}

.cmn_memInfo:hover ul {
  display: block;
  z-index: 9999;
}

.cmn_memInfo li {
  padding: 10px 15px;
  border-top: #e5e5e5 dashed 1px;
  background: #f8f8f8;
}

[data-item^="cmn_my"] {
  background: #fff !important;
}

.cmn_memInfo li:hover {
  background: #f0f0f0 !important;
  font-weight: bold;
}

[data-section="cmn_headerMyLink"]>li a::before,
[data-item^="cmn_my"]::before,
[data-section="cmn_headerOutlink"] li a::before,
[data-item="cmn_memInfo_coach"]::before {
  font-family: "icons";
  color: #666;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

[data-item="cmn_myClass"]::before,
[data-item="idx_myClass"]::before {
  content: "\e908";
}

[data-item="cmn_myTb"]::before,
[data-item="idx_myTB"]::before {
  content: "\e903";
}

[data-item="cmn_myBang"]::before,
[data-item="idx_myBang"]::before {
  content: "\e924";
}

[data-item="cmn_join"] a::before {
  content: "\e074";
}

[data-item="cmn_login"] a::before {
  content: "\e086";
}

[data-item="cmn_invite"] button{
  font-weight: bold;
  color: #4ab8eb;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto !important;
}

[data-item="cmn_invite"]:hover {
  background: rgba(74, 184, 235, 1) !important;
}

[data-item="cmn_en"] a::before {
  content: "\e902";
  font-size: 20px;
  padding: 0 0 0 5px;
}

[data-item="cmn_help"] a::before {
  content: "\e90c";
  font-size: 20px;
}

[data-item="cmn_memInfo_coach"]::before {
  content: "\e906";
}

cite.cmn_name {
  font-weight: normal !important;
}

cite.cmn_name span::before {
  content: "|";
  font-size: 10px;
  color: #999;
  vertical-align: top;
  margin: 0 5px;
}

[data-section="cmn_headerId"] {
  text-align: center;
  overflow: hidden;
}

[data-section="cmn_headerId_wrap"] {
  position: relative;
}

[data-section="cmn_headerId"] h1 {
  background: url("../images/common/bi_mik_large.svg") center center no-repeat;
  background-size: auto 50px;
  position: relative;
  z-index: 2;
  height: 90px;
  float: none;
  padding: 20px 0;
}

[data-section="cmn_headerId"] h1 img {
  height: 100%;
  width: 160px;
  margin: 0 auto !important;
}

/* sch */
[data-section="cmn_sch"] {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 10;
  height: 100%;
}

[data-section="cmn_sch"]:hover {
  width: 100%;
  top: -10px;
  left: 0;
  height: calc(100% + 20px);
}

[data-section="cmn_sch"] form {
  height: 100%;
}

[data-section="cmn_headerId_wrap"] {
  position: relative;
}

[data-section="cmn_sch"] input[type="search"] {
  display: none;
  border-radius: 0;
  border: solid #4ab8ed;
  border-width: 3px 3px 0;
}

[data-section="cmn_sch"] button {
  border: none;
  background: none;
  padding: 0 0 0 20px;
}

[data-section="cmn_sch"]:hover input[type="search"] {
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 10px 0;
  height: calc(100% - 20px);
}

[data-section="cmn_sch"]:hover button {
  display: none;
}

[data-section="cmn_sch"] button span {
  display: none;
}

[data-section="cmn_sch"] button::before {
  font-family: "icons";
  content: "\e036";
  color: #4ab8ed;
  font-size: 24px;
}

/* gnb */
[data-section="cmn_gnb_border"] {
  border-top: 3px solid #4ab8ed;
  height: 88px;
  border-bottom: 1px solid #e5e5e5;
  background: url("../images/common/menu_bg.gif") 0 42px repeat-x;
}

.index [data-section="cmn_gnb_border"] {
  height: 46px;
}

[data-section="cmn_gnb"] nav>ul>li {
  float: left;
  padding: 10px 20px;
  position: relative;
  font-weight: bold;
  border: solid #fff;
  border-width: 0 1px 0 1px;
  font-size: 18px;
  cursor: pointer;
  z-index: 99 !important;
}

[data-section="cmn_gnb"] nav>ul>li:not(.active):hover {
  /* url("../images/common/gnb_pointer.svg") center 0 no-repeat*/
  background-color: #4ab8ed;
  border: solid #4ab8ed;
  border-width: 0 1px;
}

[data-section="cmn_gnb"] nav>ul>li:not(.active):last-child:hover {
  background-color: #4ab8ed;
  border: none;
}

[data-section="cmn_gnb"] nav>ul>li:not(.active):hover,
[data-section="cmn_gnb"] nav>ul>li:not(.active):hover>a {
  color: #fff;
}

[data-section="cmn_gnb"] {
  float: left;
}

[data-section="cmn_gnb"] li ul {
  position: absolute;
  display: none;
  z-index: 100;
  background: #333;
  top: 42px;
  left: -1px;
  min-width: 200px;
}

[data-section="cmn_gnb"] li:hover ul {
  display: block;
}

[data-section="cmn_gnb"] li ul li {
  padding: 5px 0 5px 10px;
  font-size: 14px;
  font-weight: bold;
}

[data-section="cmn_gnb"] nav li li {
  float: none;
  padding: 10px 20px;
  margin: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

[data-section="cmn_gnb"] nav li li:hover {
  border-top: 1px solid #649c1c;
  border-bottom: 1px solid #649c1c;
  background-color: rgb(74, 184, 237, .1);
  background: #82bf34;
}

[data-section="cmn_gnb"] nav li li a {
  display: block;
  width: 100%;
  color: #999;
}

[data-section="cmn_gnb"] nav li li:hover a {
  font-weight: bold;
  color: #fff;
}

/* stat */
.cmn_headerStat {
  height: 42px;
  float: right;
  overflow: hidden;
}

.cmn_headerStat ul {
  right: 0;
  text-align: right;
  padding: 15px 0;
  line-height: 100%;
}

.cmn_headerStat li::before {
  font-family: "icons";
  content: "\e904";
  color: #4ab8ed;
  margin: 0 5px 0 0;
  top: 11px;
}

.cmn_headerStat li {
  vertical-align: middle;
  height: 42px;
}

.cmn_headerStat strong::before {
  content: "|";
  font-weight: normal;
  margin: 0 5px;
  color: #e5e5e5;
}

.cmn_headerStat strong {
  font-size: 18px;
  font-family: "montserrat", "Noto Sans KR", "맑은 고딕", "돋움", "굴림", Verdana, Arial;
  color: #000;
}

.head_banner {
  width: 100%;
  overflow: hidden;
  /* margin: 10px 0 0; */
  background: rgba(249, 182, 45, 0.1);
  /* border-bottom:solid rgba(249, 182, 45,0.8); */
  border-width: 1px 0;
  /* border:1px solid rgba(143, 195, 31,0.5); */
  background: rgba(130, 170, 19, 1);
}

.head_bannerWrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: center;

}

.head_banner p {
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: -1px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3)
}

.head_banner p a {
  color: #fff !important;

}

.head_banner p span {
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  /* display: block; */
  font-weight: normal;
  margin: 0 10px 0 0;
}

.head_banner button {
  height: 24px;
  font-family: "montserrat", "Noto Sans KR", "맑은 고딕", "돋움", "굴림", Verdana, Arial;
  width: 48px;
  border-radius: 12px;
  background: #fff;
  border: none;
  font-size: 14px;
  color: rgba(130, 170, 19, 1);
  margin: 0 0 0 15px;
  font-weight: bold;
  line-height: 100%;
}

/**********************************************
 * 4.3 - Contain
**********************************************/
.width800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

#container {
  width: 100%;
  min-width: 320px;
  padding: 30px 0;
  overflow: hidden;
}

#sub_title {
  width: 100%;
  min-width: 320px;
  /*position  : fixed;*/
  z-index: 2;
}

#sub_container,
#sub_title_wrap {
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
}

#sub_container {
  margin: 0;
  padding: 0 0 50px;
  position: relative;
  width: 100%;
}

#sub_container.fullcover {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 -40px;
}

#sub_title_wrap .search {
  float: left;
}

#sub_crumble {
  margin: 0 auto 10px;
  float: right;
  text-align: right;
}

#sub_crumble li {
  display: inline-block;
}

#sub_crumble li:after {
  content: ">";
  margin: 0 10px;
}

#sub_crumble li:last-child {
  font-weight: bold;
}

#sub_crumble li:last-child:after {
  content: "";
  margin: 0;
}

#sub_title {
  margin: 50px 0 20px;
}

#sub_title_wrap {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

#sub_title h2 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -2px;
  float: left;
}

#sub_title nav {
  margin: 10px 0 0;
  overflow: hidden;
}

#sub_title nav li {
  float: left;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

#sub_title nav li a {
  color: #999;
}

/*#sub_title li.active::before,#sub_title nav li:hover::before {
	content       : "\e905";
	font-family   : "icons";
	font-size     : 10px;
	vertical-align: bottom;
	font-weight   : bold;

}*/
#sub_title nav li::after {
  content: "|";
  margin: 0 15px;
  color: #999;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 12px;
}

#sub_title nav li:last-child::after {
  content: "";
  margin: 0;
}

#sub_title nav li.active a,
#sub_title nav li:hover a {
  color: #333;
}

#sub_container section {
  margin: 0 0 50px;
}

#sub_container section:last-child {
  margin: 0;
}

#sub_container h3 {
  margin: 0;
}

/**********************************************
 * 4.4 - footer
**********************************************/
footer {
  border-top: 3px solid #4ab8ed;
  overflow: hidden;
  margin: 50px 0 0;
}

footer nav,
footer p {
  display: block !important;
}

[data-section="cmn_footerSpon"] {
  overflow: hidden;
  background: #f8f8f8;
  padding: 30px 0 15px;
}

[data-section="cmn_footerSpon"] h3 {
  width: 100%;
  text-align: center;

  font-weight: normal;
}

[data-section="cmn_footerSpon"] ul {
  text-align: center;
  margin: 20px 0 0;
}

#kyobo img {
  height: 35px;
}

#nts img {
  height: 35px;
}

#seoul img {
  height: 35px;
}

[data-section="cmn_footerSpon"] li {
  display: inline-block;
  margin: 0 10px;
}

[data-section="cmn_footerSpon"] li img {
  height: 20px;
  width: auto;
  margin: 0 0 10px 20px;
  /*-webkit-filter: grayscale(100%);*/
  /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%);*/
}

[data-section="cmn_footerSpon"] li img:hover {
  /* -webkit-filter: grayscale(0);*/
  /* Safari 6.0 - 9.0 */
  /* filter: grayscale(0);*/
}

[data-section="cmn_footerPolicy"] {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

[data-section="cmn_footerPolicy"] nav {
  padding: 0;
}

[data-section="cmn_footerPolicy"] ul {
  float: left;
}

[data-section="cmn_footerPolicy"] li {
  float: left;
  margin: 0 20px 0 0;
  padding: 20px 0;
}

[data-section="cmn_footerPolicy"] li a {
  /*color: #fff;*/
}

[data-section="cmn_footerPolicy"] p {
  float: right;
  background: none;
  width: auto;
  padding: 15px 0 0;
}

[data-section="cmn_footerPolicy"] p img {
  height: 30px;
  width: auto;
}

[data-section="cmn_footerInfo"] {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
}

[data-section="cmn_footerInfo_wrap"] {
  overflow: hidden;
  padding: 20px 0 0;
}

[data-section="cmn_footerContact"] {
  float: left;
  width: 50%;
}

[data-section="cmn_footerContact"]>li {
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0 0 5px;
}

[data-section="cmn_footerContact"] span {
  font-weight: bold;
  float: left;
  width: 50px;
  margin: 0 0 10px;
}

[data-section="cmn_footerContact"] li:before {
  font-family: "icons";
  float: left;
  width: 18px;
  text-align: center;
  margin: 0 10px 0 0;
}

[data-section="cmn_footerAwards"] {
  float: right;
  margin: 5px 0 0;
}

[data-section="cmn_footerAwards"] li {
  float: left;
  margin: 0 0 0 30px;
}

[data-section="cmn_footerAwards"] li img {
  height: 77px;
  width: auto;
}

[data-section="cmn_footerInfo"]>p {
  text-align: center !important;
  border-top: 1px solid #e5e5e5;
  padding: 20px 10px;
  width: 100%;
  overflow: hidden;
  background: #333;
  color: #fff;
}

/**********************************************
 * 1.0 - 게시판
 *
 *
**********************************************/
.cmt_baeum,
.cmt_didim {
  position: relative;
  display: inline;
}

.baeum_unitIndex {
  background: #f8f8f8;
  line-height: 100%;
  font-weight: normal;
  font-size: 11px;
  padding: 8px 10px;
  margin: 5px 0 0
}

.baeum_unitIndex a:first-child::before {
  content: ":";
  margin: 0 5px
}

.baeum_unitIndex em {
  font-style: normal;
  display: inline-block;
}

.baeum_unitIndex a:first-child::after {
  content: "-";
  margin: 0 5px
}

.cmt_baeum dt {
  margin: 10px 0 0 !important;
}

.cmt_baeum ul.tag li {
  display: inline;
}

.cmt_baeum ul.tag li a {
  display: inline;
  width: auto;
}

.cmt_baeum_thumb .cmt_baeum_desc {
  display: none;
}

.cmt_baeum_desc {
  background: #fff !important;
  color: #666;
}

.cmt_baeum_desc a {
  overflow: hidden;
  padding: 10px;
  color: #666;
  border: 1px solid #e5e5e5;
}

.cmt_didim {
  position: relative;
}

.cmt_didim dd {
  overflow: hidden;
}

.cmt_didim small {
  font-size: 14px;
  display: block;
}

.cmt_baeum dd:not(.cmt_baeum_desc) a,
.cmt_baeum dt a,
.cmt_baeum dt small,
.cmt_baeum ul.tag,
.cmt_didim a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
}

.cmt_didim button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  padding: 0 5px !important;
  border-radius: 5px;
  height: 24px !important;
}

.cmt_didim button:before {
  content: "\e938";
  font-family: "icons";
  margin: 0 5px 0 0;
}

.cmt_didim dt {
  margin: 5px 0;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
}

.cmt_didim:hover dt a {
  color: #4ab8ed;
}

.cmt_didim dt span {
  display: block;
  background: #000;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin: 0 5px 0 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.cmt_didim_react div {
  float: right;
}

.post_count,
.post_like,
.post_reply {
  display: i margin: 0 0 0 10px;
}

.cmt_baeum date,
.cmt_didim date {
  float: left;
  font-size: 12px;
  color: #999;
}

.post_count::before,
.post_like::before,
.post_reply::before {
  font-family: "icons";
  color: #4ab8ed;
  margin: 0 3px 0 0;
}

.post_count span,
.post_like span,
.post_reply span {
  display: none;
}

.cmt_baeum .post_like:before,
.cmt_didim .post_like:before {
  content: "\6a";
}

.cmt_baeum .post_count:before,
.cmt_didim .post_count:before {
  content: "\e9cf";
  font-size: 16px;
}

.cmt_baeum .post_reply:before,
.cmt_didim .post_reply:before {
  content: "\e939";
}

.cmt_didim_thumbImg {
  position: relative;
  padding-top: 56.25%;
  display: block;
  background: #000;
  border-radius: 4px;
}

.cmt_baeum_desc,
.cmt_baeum_thumbImg {
  position: relative;
  padding-top: 75%;
  display: block;
  background: #000;
  border-radius: 4px;
}

.cmt_baeum_desc a,
.cmt_baeum_thumbImg img,
.cmt_didim_thumbImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  display: block;
}

.cmt_didim_thumbImg img {
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid #333;
}

.cmt_baeum_thumbImg img {
  object-fit: cover;
  border: 1px solid #e5e5e5;
  opacity: 0.8;
}

.cmt_baeum:hover .cmt_baeum_thumbImg img,
.cmt_didim:hover .cmt_didim_thumbImg img {
  border: 1px solid #000;
  opacity: 1;
}

.cmt_baeum:hover .cmt_baeum_desc a,
.cmt_baeum:hover .cmt_baeum_thumbImg img {
  border: 1px solid #c4c4c4;
  color: #333;
}

.cmt_baeum_auth,
.cmt_didim_auth {

  position: absolute;
  width: 100%;
  padding: 25px 10px 10px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 20;
}

.cmt_baeum_auth {
  bottom: 30px;
  top: auto !important;
}

.cmt_didim_auth {
  border-radius: 0 0 4px 4px;
  bottom: auto !important;

}

.cmt_baeum:hover .cmt_baeum_auth,
.cmt_didim:hover .cmt_didim_auth {
  opacity: 0.5;
}

.fc_videoSub {
  background: #000;
  opacity: 0.7;
  color: #fff;
  font-size: 11px;
  line-height: 180%;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
}

.cmt_name span {
  font-weight: normal;
}

.cmt_name span::before {
  margin: 0 5px;
  content: "|";
}

.cmt_baeum_auth a,
.cmt_didim_auth a {
  color: #fff;
  display: block;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cmt_didim_thumb .cmt_didim_desc {
  display: none;
}

.cmt_didim_desc {
  top: 0;
  position: relative;
  padding: 0 0 75%;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  top: 0;
}

.cmt_didim_desc a {
  position: absolute;
  object-fit: cover;
  width: 100%;
  margin: 0 0 5px;
  height: calc(100% - 10px);
  display: block;
  padding: 10px;
  overflow: hidden;
}

.cmt_didim_thumb .cmt_didim_desc {
  display: none;
}

.cmt_bang dt {
  font-size: 16px;
  margin: 0 0 5px;
}

.cmt_bang dd,
.cmt_bang dt {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cmt_bangImg {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin: 0 0 10px;
}

.cmt_bangImg img {
  position: absolute;
  object-fit: cover;
  overflow: hidden;
  top: 0;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 50%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
}

.cmt_bang:hover img {
  border: 1px solid #4ab8ed;
}

.cmt_bang:hover dt a {
  color: #4ab8ed;
}

/**********************************************
 * 1.1 - Common
**********************************************/
.list_search {
  width: 100% !important;
  overflow: hidden;
}

.list_search form {
  float: right;
}

.board {
  position: relative;
}

#lib_view article {}

.board button {
  padding: 0 10px;
}

#post_inc_movie,
.contentWrap,
.post_inc_movie {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top   : 25px;*/
  height: 0;
  clear: both;
  margin: 0 0 40px;
}

#post_inc_movie span,
.contentWrap span,
.post_inc_movie span {
  cursor: pointer;
}

.contentWrap {
  padding-top: 0;
  margin: 0 0 30px;
}

#post_inc_movie iframe,
#post_inc_movie img,
#post_inc_movie video,
.contentWrap iframe,
.contentWrap img,
.contentWrap video,
.post_inc_movie iframe,
.post_inc_movie img,
.post_inc_movie video {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
}

#post_inc_movie video,
.contentWrap video,
.post_inc_movie video {
  background: #000;
}

.contentWrap iframe,
.contentWrap img,
.contentWrap video {
  top: 20px;
}

#post_inc_movie img,
.contentWrap img,
.post_inc_movie img {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 100%;
}

#didim_inc_movie span:before,
#post_inc_movie span:before,
.contentWrap span:before,
.post_inc_movie span:before {
  position: absolute;
  text-align: center;
  content: "▶";
  z-index: 100;
  display: block;
  color: #fff;
  background: #4ab8ed;
  left: 0;
  right: 0;
  top: calc(50% - 50px);
  margin: 50px auto 0;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 20px 0 0 5px;
}

/**********************************************
 * 1.1 - Layout
**********************************************/
.board_priv a,
.board_priv:before {
  color: #999 !important;
}

.board_priv>a:before {
  font-family: icons;
  content: "\e007";
  /* margin: 0 0 0 5px; */
}

.board h4 {
  padding: 0 0 10px;
}

ul.tag {
  /*border-top: dashed 1px #ccc;*/
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  float: left;
  /*margin    : 10px 0 0;*/
}

ul.tag li:first-child:before {
  font-family: icons;
  content: "\e911";
  margin: 0 10px 0 0;
}

ul.tag li {
  display: inline-block;
  color: #999;
}

ul.tag li a {
  color: #999;
}

ul.tag li a:after {
  content: ",";
  margin: 0 5px 0 0;
}

ul.tag li:last-child a:after {
  content: "";
}

/**********************************************
 * 1.1 - List > Type :: blog
**********************************************/
#section_reply,
.board article,
.board_list_blog,
.board_list_board {
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
}

.board_list_blog {
  padding-top: 55px;
}

.board_list_blog>ul {
  border-bottom: 1px solid #ccc;
}

.board_list_blog>ul>li {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.board_list_blog h4 {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 16px;
}

.board_list_blog li img {
  float: left;
  margin: 0 10px 0 0;
  width: 120px;
  height: auto;
  max-height: 100px;
}

.board_list_info {
  /*float: right;*/
  color: #999;
  white-space: nowrap;
}

.board_list_info span {}

.board_list_info span:after {
  content: "|";
  color: #ddd;
  font-size: 10px;
  margin: 0 5px;
}

.board_list_info span:last-child:after {
  content: "";
}

.board_list_blog p {
  padding: 10px 0;
  color: #666;
}

.board_list_blog p small {
  margin: 0 0 0 10px;
  display: block;
}

/**********************************************
 * 1.2 - List > Type :: board
**********************************************/
#btnGoCreatePost {
  position: absolute;
  left: 0;
  margin: 10px 0 0;
}

.board_list_board table {
  border: #ccc solid;
  border-width: 2px 0 1px;
}

.board_list_board th {
  font-weight: bold;
}

.board_list_board td,
.board_list_board th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.table_no {
  width: 50px;
  font-size: 12px;
}

.table_name {
  width: 90px;
}

.table_read {
  width: 50px;
  font-size: 12px;
  display: none;
}

.table_date {
  width: 120px;
  white-space: nowrap;
}

.table_title {
  text-align: left !important;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.table_title a {}

/**********************************************
 * 1.1 - List > Type :: album
**********************************************/
.board_list_album {
  overflow: hidden;
  padding: 30px 0 0;
}

.board_list_album ul {
  width: calc(100% + 30px);
  margin: 0 -30px 0 0;
}

.board_list_album li {
  float: left;
  margin: 0 30px 30px 0;
  width: calc(25% - 30px);
  position: relative;
}

.board_list_album li img {
  width: 100%;
}

.board_list_album li small {
  display: block;
}

.board_list_album li h3 {
  font-size: 16px;
  position: absolute;
  margin: -67px 0 0;
  padding: 30px 10px 10px;
  width: 100%;
  color: #fff;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, transparen, rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, transparen, rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, transparen, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(to bottom, transparen, rgba(0, 0, 0, 0.7));
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}

.board_list_album li:hover h3 {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.board_list_album li p {
  text-align: justify;
  color: #999;
}

.board_list_album li small {
  color: #999;
}

/**********************************************
 * 2.0 - View
**********************************************/
#unit_sbj {
  background: #f5f5f5 url("../images/logy_class_view_icon.png") 20px 50% no-repeat;
  padding: 30px 10px 30px 80px;
  /*border      : solid #ccc;*/
  border-width: 1px 0;
  line-height: 200%;
  overflow: hidden;
}

.board article h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  /*margin       : 0 0 10px;*/
}

#board_atc_info_attb {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 30px 0;
  margin: 0 0 10px;
}

#board_atc_info {
  /*margin : 0 0 10px;*/
  padding: 10px 0 10px;
}

#board_atc_info_cate {
  background: #f1f1f1;
  padding: 5px 10px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: normal;
}

#board_atc_info_file {
  color: #999;
  margin: 0 10px 0 0;
}

#board_atc_info_file li {
  display: inline-block;
  margin: 0 0 0 5px;
}

#board_atc_info_file:before {
  content: "\e001";
  font-family: "icons";
}

#board_atc_info_file li:after {
  content: ",";
}

#board_atc_info_file li:last-child:after {
  content: "";
}

#board_atc_info_file li a {
  color: #999;
}

#board_atc_info_attb {}

.fc_newsList ul {
  width: calc(100% + 20px);
  margin: 20px -20px 20px 0;
  overflow: hidden;
}

.fc_newsList li {
  float: left;
  width: calc((100% / 4) - 20px);
  margin: 0 20px 0 0;
}

.fc_newsList li img {
  width: 100%;
  height: auto;
}

#board_atc_info_file {
  font-size: 12px;
  float: right;
}

#board_atc_info_post {
  /*margin: 30px 10px 0;*/
}

[data-section="video_relate_baeum"] dl:hover {
  border: 1px solid #999;
}

[data-section="video_relate_baeum"] .fc_videoThumbImg a {
  width: 100%;
  display: block;
  padding-top: 56.25%;
  position: relative;
}

[data-section="video_relate_baeum"] .fc_videoSum {
  padding-bottom: 0 !important;
  overflow: hidden;
  width: 100%;
  display: block;
  padding-top: 56.25%;
  position: relative;
  z-index: 1;
}

[data-section="video_relate_baeum"] .fc_videoSum a {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/**********************************************
 * 2.1 - View > 댓글
**********************************************/
#section_reply {
  padding: 30px 0;
  overflow: hidden;
  width: 100%;
}

#section_reply h4 {
  padding: 0 0 10px;
}

#section_reply img {
  border-radius: 50%;
  border: 1px solid #ccc;
  height: 35px;
  width: 35px;
  float: left;
  margin: 0 10px 0 0;
}

#section_reply ul {
  overflow: hidden;
}

#section_reply li {
  /*overflow: hidden;*/
  width: 100%;
  float: left;
  line-height: 190%;
  position: relative;
}

#section_reply li cite {
  color: #8cc320;
  display: inline-flex;
  margin: 5px 10px 5px 0;
  width: calc(100% - 160px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#section_reply>ul>li {
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}

#section_reply li ul {
  overflow: hidden;
  width: 100%;
  margin: 25px 0 0;
  background: #f5f5f5;
}

#section_reply li ul li {
  padding: 15px;
  border-top: 1px dashed #ccc;
}

#section_reply .wrap_edit {
  position: absolute;
  text-align: right;
  top: 10px;
  right: 0;
}

#section_reply .wrap_edit button {
  background: none;
  border: none;
  color: #999;

}

#section_reply .wrap_edit button:before {
  font-family: icons;
  margin: 0 0 0 5px;
}

#section_reply .re_reply_open:before {
  content: "\e910";
}

#section_reply .popup_reply_del_open:before {
  content: "\2715";
}

#section_reply .edit_reply_open:before {
  content: "\e90f";
  font-size: 12px;
}

#section_reply button span {
  display: none;
}

#section_reply label {
  width: 100%;
  display: block;
  padding: 0 0 0 45px;
}

#section_reply small {
  padding: 0 0 0 45px;
}

.fold_reply {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}

.reply_write {
  padding: 10px 0 0;
}

#logy_post_editor iframe {
  background: #fff;
  border: 1px solid #ccc;
}

#logy_post_editor_mo {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
}

.reply_write textarea {
  border: 1px solid #bfbfbf;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 85px);
  height: 100px;
  vertical-align: middle;
  resize: none;
}

.reply_write button {
  height: 100px !important;
  padding: 10px;
}

.reply_layer {
  width: 500px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
}

.reply_layer textarea {
  height: 70px;
  width: calc(100% - 105px);
  border: 1px solid #bfbfbf;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 10px;
  vertical-align: middle;
}

.reply_layer button {
  height: 70px;
  width: 100px;
}

.reply_layer h4 {
  margin: 0 0 10px;
}

.reply_layer .popup_icon_close {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  padding: 1px;
  margin: -30px 0 0;
  vertical-align: text-top;
  color: #666 !important;
  font-size: 13px;
  background: none;
  border: none;
}

.reply_layer .popup_icon_close span {
  display: none;
}

.reply_layer .popup_icon_close:before {
  font-family: icons;
  content: "\2715";
}

#section_relate {
  background: #f5f5f5;
  overflow: hidden;
  padding: 20px;
}

#section_relate h3 {
  padding: 0 0 10px;
}

#section_relate ul {
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
}

#section_relate li {
  margin: 0 0 0 20px;
  text-align: center;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  width: calc(100% - 20px);
}

#section_relate li img {
  height: auto;
  border: 1px solid #ccc;
  width: 100%;
}

#section_relate li p {}

#section_relate .owl-controls {
  top: -40px;
}

/**********************************************
*   3.4 - View
**********************************************/
[data-section="fc_view"] {
  overflow: hidden;
}

[data-section="fc_view"] article hgroup {
  padding: 20px 0;
}

[data-button="fc_btn_arrowLeft"] {
  float: left;
  vertical-align: middle;
  padding: 10px 20px 0 0;
}

[data-button="fc_btn_arrowLeft"] span {
  display: none;
}

[data-button="fc_btn_arrowLeft"]::before {
  content: "\e935";
  font-size: 30px;
  color: #999;
}

[data-section="video_subject"] {
  position: inherit !important;
  margin: 0 10px 0 0 !important;
}

[data-section="video_title"] {
  display: block;
  padding-top: 6px;
}

.video_unit {
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin: 20px 30px 0 50px;
  background: #f8f8f8
}

.video_unit>p {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
}

.video_unit>p::before {
  content: "대표단원";
  border-radius: 30px;
  padding: 3px 7px;
  border: 1px solid #4ab3ed;
  font-weight: normal;
  font-size: 12px;
  color: #4ab3ed;
  background: #fff;
  vertical-align: text-bottom;
  margin: 0 10px 0 0
}

.video_unit>p small {
  margin: 0 0 0 10px
}

.video_unit div {
  padding: 10px 0 10px;
  border-top: 1px solid #e5e5e5;

}

.video_unit div>p {
  padding: 0 0 10px;
  float: left
}

.video_unit div>span {
  float: right;
  margin: -6px 0 0
}

.video_unit div>span span {
  display: none
}

.video_unit ul {
  background: #ffffff;
  padding: 5px 0;
  overflow: hidden;
  width: 100%
}

.video_unit ul li {
  padding: 5px 15px
}

[data-section="video_date"] {
  display: block;
  font-size: 12px;
  line-height: 150%;
  padding: 0 0 0 50px
}

[data-section="video_author"] {
  background: #f8f8f8;
  width: 100%;
  text-align: right;
  box-shadow: inset 0 1px 3px 0 #ccc;
  overflow: hidden;
  padding: 10px 20px;
  margin: 0 0 10px;
}

[data-section="video_author"] img {
  width: 42px;
  height: 42px;
  float: right;
  border-radius: 50%;
  margin: 0 0 0 10px;
}

[data-section="video_author"] cite {
  display: block;
}

[data-section="video_player"] {
  width: 100%;
  max-width: 800px;
  max-height: 240px;
  height: 100%;
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 40%;
}

[data-section="video_player"] img {
  width: 100%;
  height: 100%;
}

[data-section="video_player"] iframe,
[data-section="video_player"] img,
[data-section="video_player"] video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-type="video_option"] {
  margin-bottom: 10px;
}

[data-type="video_option"]::before {
  font-family: icons;
  margin: 0 10px 0 0;
}

[data-section="video_link"],
[data-section="video_file"] {
  background: #f8f8f8;
  padding: 10px;
}

[data-section="video_link"]::before {
  content: "\e916";
}

[data-section="video_file"]::before {
  content: "\e001";
}

[data-section="video_tag"] {
  overflow: hidden;
}

[data-section="video_tag"] li {
  float: left;
  background: #e1f7fe;
  padding: 2px 7px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}

[data-section="video_tag"] li:hover {
  background: #00adee;
}

[data-section="video_tag"] li a {
  color: #00adee;
}

[data-section="video_tag"] li:hover a {
  color: #fff;
}

[data-section="video_share"] {
  overflow: hidden;
  text-align: right;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px;
  max-width: 800px;
  margin: 0 auto;
}

[data-section="video_player"]+[data-section="video_share"] {
  max-width: 100%;
  padding: 0 20px 20px;
}

[data-section="video_react"] {
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 0;
}

[data-section="video_react"] li {
  display: inline;
  margin: 0 0 0 30px;
}

.fc_videoReact_read {
  float: left;
  margin: 0 !important;
}

.fc_videoReact_watch {
  float: left;
}

/* 관련 */
[data-section="video_relate"] .fc_videoList {
  width: calc(100% + 20px);
  margin: 0 -20px 20px 0;
  clear: both;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}

[data-section="video_relate"] .fc_videoList .page_nav {
  width: 100%;
  overflow: hidden;
}

.fc_videoSum {
  padding: 10px;
  overflow: hidden;
}

.fc_videoSum a {
  color: #999;
}

[data-section="video_relate_didim"] h5 {
  margin: 0 0 10px;
  font-size: 14px;
}

[data-section="video_relate_didim"] {
  width: calc(100% - 20px);
}

[data-section="video_relate"] .fc_videoProf {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 댓글 */
[data-section="video_reply"] {
  overflow: hidden;
  width: 100%;
  padding: 0 !important
}

[data-section="video_relate"] {
  padding: 0 !important
}

[data-section="video_react"]+[data-section="video_reply"] {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

[data-section="video_reply"] hgroup {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 0 0 10px;
}

[data-section="video_reply"] h4 {
  float: left;
}

[data-section="video_reply"] small {
  padding: 0 0 0 5px;
  font-weight: bold;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 8px 0 0;
  vertical-align: bottom;
  white-space: nowrap;
}

[data-section="video_reply_list"] li {
  position: relative;
}

[data-section="video_reply_list"]>li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.video_reply_prof img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 50%;
}

.video_reply_prof small {
  font-weight: normal;
  font-size: 14px;
}

.video_reply_prof small::before {
  content: "|";
  margin: 0 5px 0 5px;
}


[data-section="video_reply"] time {
  font-size: 12px;
  color: #999;
}

[data-section="video_reply"] p {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
}

[data-section="video_reply_null"] {
  border: none !important;
  padding: 30px 0 !important;
  text-align: center;
}

[data-section="video_reply"] p img {
  max-width: 100%;
  display: block;
  margin: 10px 0 0;
}

[data-section="video_reply"] li li {
  background: #f8f8f8;
  padding: 20px;
  margin-top: 10px;
}

[data-section="video_reply"] .videoEdit li {
  background: #fff;
  padding: 10px;
  margin-top: 0;
  cursor: pointer;
}

.video_reply_atTag {
  background: #00adee;
  margin: 0 5px;
  color: #fff;
  padding: 0 5px;
  font-weight: bold;
}

.video_reply_write {
  margin: 20px 0 0;
}

.video_reply_write p {
  width: calc(100% - 80px);
  border-radius: 0;
  background: #f8f8f8;
  height: 70px;
  float: left;
  padding: 15px 20px;
  margin: 0 0 0;
  max-height: 500px;
  resize: none;
  overflow: auto;
  border: 1px solid #eee;
}

.fc_btn_submitReply,
.fc_btn_submitReply:hover {
  width: 80px;
  font-size: 12px;
  margin: 0 0 0;
  height: 70px;
  background: #fff;
  float: right;
  border: 1px solid #eee;
}

.fc_btn_submitReply:hover,
.fc_btn_submitReply:hover::before {
  color: #00adee;
}

.video_reply_write button::before {
  color: #999;
}

.fc_btn_submitReply {
  border-radius: 0 3px 3px 0;
}

.fc_btn_submitReply::before {
  content: "\e937";
}

.fc_btn_submitFile {
  float: left;
  width: 100%;
}
.fc_btn_submitFile button {
  padding: 0
}
.fc_btn_submitFile::before {
  content: "\e001";
  margin: 0 3px 0 0;
  font-size: 14px;
  font-family: icons
}.fc_btn_submitFile span {
  display: none;
}
.fc_btn_submitFile i::before {  content: "\2715";
  margin: 0 5px 0 0;
  font-size: 10px;
  color: #999;
  font-style: normal;
  font-family: icons}
[data-section="video_reply_write_form"] {
  max-width: 500px;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

[data-section="video_reply_write_form"] .video_reply_write p,
[data-section="video_reply_write_form"] .fc_btn_submitReply {
  height: 100px;
}

[data-section="video_reply_write_form"] .bbPop_body {
  padding: 0 20px;
  margin: 0 0 20px;
  overflow: hidden;
}

[data-item="video_reply_attached"] {
  padding: 10px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

[data-item="video_reply_attached"] .b_btn_closePopup {
  left: 10px;
  top: 20px;
  background: rgba(255, 255, 255, .5);
}

[data-item="video_reply_attached"] .b_btn_closePopup::before {
  color: #000;
}

[data-item="video_reply_attached"] img {
  max-height: 200px;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

/**********************************************
 * 3.0 - Write
**********************************************/
#post_write {
  width: 100%;
  /*border-top: 2px solid #ccc;*/
  padding: 20px 0 0;
}

#post_write label {
  float: left;
  width: 80px;
  padding: 0;
}

#post_summary,
#post_ttl {
  width: calc(100% - 80px);
  margin: 0;
}

div>p+#div_secondary_select {
  /*margin  : -20px 10px 10px 140px;*/
  position: relative;
}

div>p+#div_secondary_select select {
  margin: 0 0 0 10px;
}

#post_write p {
  overflow: hidden;
  width: 100%;
}

#logy_post_editor {
  border-radius: 5px;
  padding: 0;
  margin: 10px 0;
  position: relative;
}

.editor_photo {
  z-index: 9999;
  text-align: center;
  float: right;
  width: 50px;
  height: 35px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
}

#logy_post_editor .btn {
  padding: 0;
  margin: 0 !important;
  height: 35px;
}

#logy_post_editor .btn span {
  display: none;
}

#logy_post_editor .btn-success::before {
  font-family: futureclass;
  content: "6";
  color: #666;
  margin: 5px 0 0 25px;
  display: block;
  height: 35px;
  text-shadow: 1px 1px;
}

.editor_photo input {
  width: 300px !important;
  padding: 0 !important;
  position: absolute;
  opacity: 0;
  font-size: 12px;
  margin: 10px 0 0 -50px !important;
}

#post_view_list img,
#s_class_list img {
  float: left;
  width: 100px;
  height: 80px;
  margin: 0 10px 0 0;
}

/* File API */
#dnd {
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, .05);
  text-align: center;
  border: 1px solid #eee;
  margin: 30px 0;
}

.true img {
  width: 100px;
  height: auto;
}

.btn {
  cursor: pointer;
  *zoom: 1;
  *display: inline;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  vertical-align: middle;
  display: block;
  font-size: 14px;
}

#tbus_write_attaches {
  width: 100%;
  padding: 10px 10px 0;
  overflow: hidden;
  border: 1px solid #bfbfbf;
  border-width: 1px 1px 1px;
  background: rgba(0, 0, 0, .05);
}

#tbus_write_attaches li {
  width: 51px;
  height: 51px;
  margin: 0 10px 10px 0;
  text-align: center;
  word-break: break-all;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  position: relative;
}

.tbus_tempfile_del {
  position: absolute;
  padding: 5px;
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-family: futureclass;
  float: right;
  display: block;
  font-size: 14px;
  opacity: 0.5;
  text-align: right;
}

.tbus_tempfile_del:hover {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  opacity: 1;
}

#tbus_write_attaches img {
  width: 50px;
  height: 50px;
  /*position: absolute; */
  left: 10px;
}

.btn_album:before {
  font-family: futureclass;
  content: "d";
  color: #6CF;
}

.tb_i_board .btn {
  float: left;
}

.tb_i_board .btn span {
  display: none;
}

.btn input {
  top: -10px;
  right: -40px;
  z-index: 2;
  position: absolute;
  opacity: 0;
  font-size: 50px;
  cursor: pointer;
}

.btn-success {
  margin: 20px 0 0;
}

.btn-success:before {
  font-family: futureclass;
  content: "d";
  color: #6CF;
  margin: 0 10px 0 0;
}

.b-upload .js-files:after {
  clear: both;
  content: "";
  display: block;
}

.b-upload__dnd_hover {
  color: #fff;
  background-color: orange;
}

.b-upload__files {
  overflow: hidden;
}

.b-thumb {
  display: inline-block;
  margin: 20px 5px 0;
  padding: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, .4);
  background-color: #fff;
}

.b-thumb__del {
  top: -6px;
  right: -1px;
  color: #FF0000;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
  position: absolute;
  font-size: 20px;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.b-thumb:hover .b-thumb__del {
  opacity: 1;
}

.b-thumb__preview {
  width: 80px;
  height: 80px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

.b-thumb__preview__pic {
  width: 100%;
  height: 100%;
  background: url("uploader/file-icon.png") 50% 50% no-repeat;
}

#post_write .btn-success {
  margin: 20px 0;
}

#post_write .btn input {
  width: 100%;
  left: 0;
}

#tag input {
  width: 100%;
}

#tag ul {
  margin: 10px 0 0;
}

#tag li {
  display: inline-block;
  margin: 0 0 0 10px;
}

#tag li:after {
  content: ".";
}

#tag li:last-child:after {
  content: "";
}

#tag button {
  background: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 0;
  padding: 0;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

#tag button span {
  display: none;
}

#tag button:before {
  font-family: icons;
  content: "\2715";
  font-size: 4px;
  color: #999;
  text-align: center;
}

/**********************************************
 * Queries
 *
 *
**********************************************/
@media only screen and (min-width: 941px) {
  [data-section="cmn_gnb"] li.active {
    background: url("../images/common/gnb_pointer.svg") center 0 no-repeat #f8f8f8;
    position: inherit;
    cursor: default;
  }

  [data-section="cmn_gnb"] li.active ul {
    display: block;
    z-index: 10;
  }

  [data-section="cmn_gnb"] li.active,
  [data-section="cmn_gnb"] li.active>a {
    /*color:#fff;*/
  }

  [data-section="cmn_gnb"] li.active ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-width: auto;
    background: #f8f8f8;
    position: absolute;
  }

  [data-section="cmn_gnb"] li.active ul li:hover {
    background: none;
    font-weight: bold;
  }

  [data-section="cmn_gnb"] li.active ul li.active a,
  [data-section="cmn_gnb"] li.active ul li:hover a {
    font-weight: bold;
    color: #333;
  }

  [data-section="cmn_gnb"] li.active ul li {
    float: left;
    border: none;
  }
}

[data-section="video_reply"] .videoEdit {
  right: -10px !important
}

/**********************************************
 * 1.0 - Layout
 *
 *
**********************************************/
#myMenu_mybang {
  display: none;
}

@media only screen and (max-width: 1440px) {

  /* 커뮤니티 */
  #post_write {
    width: calc(100% - 220px);
  }
}

@media only screen and (max-width: 1240px) {
  #post_write {
    width: 100%;
  }

  [data-section="cmn_wrap_headerTop"],
  [data-section="cmn_headerId_wrap"],
  [data-section="cmn_gnb_wrap"],
  [data-section="cmn_footerSpon_wrap"],
  [data-section="cmn_footerPolicy_wrap"],
  [data-section="cmn_footerInfo_wrap"],
  footer table,
  main:not(#tb_main):not(#tbus_iddv):not([data-section="fc_view"]):not(#chat_main):not(#wrap_join):not(#wrap_find):not(#wrap_invite) {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  [data-section="cmn_footerPolicy_wrap"] {
    padding: 0 !important;
  }

  #sub_container,
  #sub_title {
    padding: 0 10px
  }

  #bang main,
  #en main,
  .fc main {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  #sub_nav {
    padding: 15px 20px;
  }

  .board_list_album ul {
    width: calc(100% + 20px);
    margin: 0 -20px 0 0;
  }

  .board_list_album li {
    margin: 0 20px 30px 0;
    width: calc((100% / 3) - 20px);
  }
}

@media only screen and (max-width: 1040px) {
  [data-section="cmn_sch"] {
    right: 20px;
  }
}

@media only screen and (max-width: 940px) {

  [data-section="cmn_wrap_headerTop"],
  [data-section="cmn_headerId_wrap"],
  [data-section="cmn_gnb_wrap"],
  [data-section="cmn_footerSpon_wrap"],
  [data-section="cmn_footerPolicy_wrap"],
  footer table {
    max-width: 100%;
    padding: 0 10px;
  }

  #sub_title_wrap {
    padding: 0;
  }

  [data-section="cmn_wrap_headerTop"] {
    padding: 0;
  }

  [data-section="cmn_gnb_wrap"] {
    padding: 0;
  }

  main {
    padding: 10px 10px 0;
  }

  [data-section="cmn_gnb_border"],
  [data-section="cmn_gnb_wrap"] {
    overflow: visible;
    height: 47px;
  }

  [data-section="cmn_gnb"] nav {
    position: relative;
    width: 100%;
    max-width: 180px;
    float: left;
    height: 43px;
  }

  [data-section="cmn_gnb"] nav::before {
    font-family: "icons";
    content: "\e92f";
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: #4ab8ed;
    cursor: pointer;
    vertical-align: middle;
    margin: 12px 0 0;
    display: block;
    position: absolute;
    z-index: 1000;
  }

  [data-section="cmn_gnb"] nav:hover>ul {
    display: block;
  }

  [data-section="cmn_sch"] {
    right: 10px;
  }

  [data-section="cmn_headerId_wrap"] {
    width: calc(100% - 10px);
  }

  [data-section="cmn_gnb"] nav>ul {
    position: absolute;
    display: none;
    box-shadow: 0 1px 10px 0 #999;
    z-index: 100;
    background: #fff;
    border-bottom: 3px solid #4ab8ed;
    top: 0;
    left: -10px;
    z-index: 9;
    min-width: 200px;
    padding: 43px 0 0;
    z-index: 999;
    height: 100vh;
  }

  [data-section="cmn_gnb"] nav>ul::before {
    content: "메뉴";
    position: absolute;
    left: 45px;
    top: 10px;
    font-size: 18px;
    color: #4ab8ed;
    font-weight: bold;
  }

  [data-section="cmn_gnb"] nav>ul>li:first-child {
    border-top: 1px solid #4ab8ed;
  }

  [data-section="cmn_gnb"] nav>ul>li {
    float: none;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  [data-section="cmn_gnb"] nav>ul>li a {
    display: block;
    padding: 0 0 0 10px;
  }

  [data-section="cmn_gnb"] nav>ul>li:hover {
    padding: 10px 0 0;
  }

  [data-section="cmn_gnb"] nav>ul>li:hover,
  [data-section="cmn_gnb"] nav>ul>li.active {
    border-top: 1px solid #4ab8ed;
    border-bottom: 1px solid #4ab8ed;
    background: #4ab8ed;
  }

  [data-section="cmn_gnb"] nav>ul>li.active>a {
    font-weight: bold;
    color: #fff;
  }

  [data-section="cmn_gnb"] nav>ul>li:last-child:hover {
    padding: 10px 0;
  }

  [data-section="cmn_gnb"] li ul {
    position: relative;
    display: none;
    z-index: 100;
    background: #fff;
    border-bottom: none;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
  }

  [data-section="cmn_gnb"] li:hover ul {
    display: block;
    margin: 10px 0 0;
  }

  [data-section="cmn_gnb"] li ul li {
    padding: 5px 0 5px 10px;
  }

  [data-section="cmn_gnb"] nav li li {
    float: none;
    padding: 10px 0;
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  [data-section="cmn_gnb"] nav li li:hover {
    border-top: 1px solid #4ab8ed;
    border-bottom: 1px solid #4ab8ed;
    background-color: rgb(74, 184, 237, .1);
  }

  [data-section="cmn_gnb"] nav li li:hover a {
    font-weight: bold;
    color: #4ab8ed;
  }
}

@media only screen and (max-width: 860px) {
  [data-section="cmn_footerContact"] {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  [data-section="cmn_footerAwards"] {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px 0 0;
    margin: 20px 0;
    border-top: 1px solid #e5e5e5;
    float: none;
  }

  [data-section="cmn_footerAwards"] li {
    float: none;
    display: inline;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 840px) {

  /* 레이아웃 */
  #container {
    padding: 0;
    min-width: 320px;
  }

  #sub_nav li.active:after,
  #sub_nav li:hover:after {
    width: calc(100% - 30px);
  }

  #sub_title {
    padding: 30px 0 0;
    margin: 0;
    position: relative;
  }

  #sub_title h2 {
    font-size: 24px;
    padding: 0 0 20px;
  }

  #sub_container {
    padding: 0;
    margin: 20px auto 0;
  }

  #sub_container.fullcover {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 -40px;
  }

  #btnGoCreatePost {
    right: 10px;
  }

  #unit_sbj {
    background-image: none;
    padding: 10px;
  }

  #h2_lssninfo {}

  [data-section="video_desc"] img {
    max-width: 100%;
    height: auto !important;
  }

  #section_relate {
    padding: 10px;
  }

  #sub_nav ul {
    height: 20px;
  }

  #sub_nav li {
    padding: 0 15px;
    float: left;
    /*width    : 25%;*/
    font-size: 12px;
  }

  #sub_nav li:first-child {
    border: none;
    padding: 0 10px;
  }

  .gnb_title h2 {
    width: 50%;
    height: 50px;
    font-size: 30px;
    top: calc(50% - 30px);
  }

  .lib_movie dl button {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  [data-section="cmn_headerId"] h1 img {
    width: 100px;
  }

  [data-section="fc_view"] article hgroup {
    padding: 20px 0;
  }

  [data-section="cmn_headerId"] h1 {
    background-size: auto 40px;
    height: 60px;
    padding: 10px 0;
  }

  [data-section="cmn_sch"] {
    right: 10px;
    top: 15px;
  }

  main {
    padding: 10px 10px 0;
  }

  [data-section="cmn_footerSpon"] h3 {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    font-weight: bold;
  }

  [data-section="cmn_footerSpon"] ul {
    width: 100%;
    text-align: center;
  }

  [data-section="cmn_footerSpon"] li {
    margin: 10px 10px 0 0;
    float: none;
    display: inline;
    text-align: center;
  }

  [data-section="cmn_footerSpon"] li img {
    margin: 0 0 20px 20px;
  }
}

@media only screen and (max-width: 660px) {
  .head_banner p {
    font-size: 16px;
  }

  .head_banner p span {
    font-size: 14px;
  }

  [data-section="cmn_headerOutlink"] span {
    display: none;
  }

  [data-section="cmn_footerAwards"] li img {
    height: auto;
    width: 90%;
  }

  .table_date {
    display: none;
  }

  [data-section="video_reply"] small {
    max-width: 140px;
  }
}

@media only screen and (max-width: 550px) {
  .head_banner p {
    font-size: 18px;
  }

  .head_banner p span {
    display: none
  }
}

@media only screen and (max-width: 550px) {

  [data-section="cmn_footerContact"],
  [data-section="cmn_footerInfo"]>p {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 140%;
  }

  [data-section="cmn_footerPolicy"] p {
    padding: 20px 0 0;
  }

  [data-section="cmn_footerPolicy"] p img {
    height: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #sub_nav {
    padding: 15px 0;
  }

  #sub_title h2 {
    font-size: 20px;
  }

  #sub_crumble {
    margin: -35px auto 10px;
    float: right;
    font-size: 12px;
    text-align: right;
    display: none;
  }

  #sub_nav li {
    padding: 0 10px;
    font-size: 12px;
  }

  #sub_nav li:first-child {
    border: none;
    /*padding: 0;*/
  }

  #sub_title nav li::after {
    margin: 0 10px;
    color: #999;
  }

  .board_list_album ul {
    width: calc(100% + 10px);
    margin: 0 -10px 0 0;
  }

  .board_list_album li {
    margin: 0 10px 30px 0;
    width: calc((100% / 2) - 10px);
  }

  .btn_share span {
    display: none;
  }

  .btn_share button:before {
    margin: 0 10px;
  }

  .btn_share button {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 424px) {
  .gnb_title h2 {
    width: 80%;
    height: 50px;
    font-size: 24px;
    top: calc(50% - 30px);
  }

  .board_list_album ul {
    width: 100%;
    margin: 0;
  }

  .board_list_album li {
    margin: 0 10px 30px 0;
    width: calc(100%);
  }

  .reply_layer {
    width: 300px;
  }

  #sub_nav li {
    padding: 0 9px;
  }

  #sub_nav li:first-child {
    padding: 0 9px;
  }
}

@media only screen and (max-width: 320px) {
  #sub_nav li {
    padding: 0 5px;
    font-size: 11px;
  }

  #sub_nav li:first-child {
    padding: 0 5px;
  }
}

/* 수업경험기록*/
.mainPop {
  width: 100%;
  max-width: 300px;
  position: absolute;
  left: 10px;
  top: 100px;
  margin: auto;
  height: fit-content;
  z-index: 9999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
}

.mainPop img {
  display: block;
  width: 100%;
}
.mainPop + pre {
width: 100%;
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f8f8f8;
  padding: 20px;
}
.mainPop>button {
  background: #4ba8eb;
  color: #fff;
  width: 50% !important;
  height: 40px !important;
  font-size: 14px;
  border: none;
float: left;
}
.mainPop .mainPopClose {
  background: #ddd!important;
  color: #000!important;
}
.applyDidim {
  max-width: 580px;
  background-color: #fff;
  border: 1px solid #ccc
}

.applyDidim li p {
  padding: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 100px)
}

p.flexWrap {
  flex-wrap: wrap;
}

.applyDidim ul {
  max-height: fit-content !important;
  padding: 0;
}

.applyDidim li {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 0;
  margin: 0;
  cursor: default;
}

.applyDidim li:last-child {
  border: none
}

.applyDidim li>label {
  min-width: 110px;
  text-align: center;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  float: left;
  border-right: 1px solid #eee
}

.applyDidim p input {
  max-width: 100%;
  border: none !important;
}

.applyDidim p span {
  position: relative;
  display: block;
  margin: 0 0 5px
}

.applyDidim p label {
  padding: 0 20px 0 25px;
}

.applyDidim.bb_popup li input[type="radio"]+label::before {
  margin: 0 20px 0 0;
  left: 0 !important;
  top: 3px !important;
  right: auto !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 12px !important;
}
.applyDidim input::placeholder {
  color: #ccc
}

.applyDidim select {
  width: 50%;
  margin: 0 10px 0 0;
  float: left;
}

li.col_1 {
  justify-content: center;
  padding: 10px;
  margin: 10px 0 0;
  flex-direction: column;
}
li.flexSubject {}
.col_1 label {
  width: 100%;
  padding: 10px;
  background: #f8f8f8;
  border-right: none !important;
}

.col_1 p>div,
.col_1 p>textarea {
  min-height: 100px;
}
.applyDidim li input[type="number"] {
  width: 25px;
  padding: 0 0 0 5px;
}
