@charset "UTF-8";
/* Scss Document */
/*
$clBase1: #70cac3;
$clBase2: #5ab3ab;
$clBase3: #4b827e;
$clBase4: #97dad6;
$clBaseOp: rgba(96,191,183,.05);
$clBaseOp01: rgba(96,191,183,.1);
$clBaseOp03: rgba(96,191,183,.3);
$clBaseOp07: rgba(96,191,183,.7);
$clPale: #b6e3e0;
$clDull: #4b827e;
*/
/*----------------------------------------------------------------------------
	Base
----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 62.5%; }

html, body {
  height: 100%; }

@media (min-width: 1521px) {
  #wrap {
    height: 100vh; } }

#mainHead {
  display: block;
  padding: 20px 20px 10px 20px;
  text-align: center; }
  #mainHead .logoWrap {
    margin: 0; }
  @media (max-width: 1024px) {
    #mainHead {
      display: none; } }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, address, img, strong, sub, sup, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

body {
  font-size: 1.35rem;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #333333;
  font-family: "Font Awesome 5 Free", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0;
  padding: 0;
  word-break: break-all;
  display: none; }

a {
  text-decoration: none;
  color: inherit;
  display: block; }

img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin-left: auto;
  margin-right: auto; }

.ofi_img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

a .hover-zoom img {
  transition: all 0.4s ease; }

a, a *, .dataUrl i:before, .searchBtn, .mainBtn, .config i:before, .navDropInner {
  transition: all 0.2s ease; }

strong {
  font-weight: bold; }

.nowrap {
  white-space: nowrap; }

:placeholder-shown {
  color: #999999; }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999; }

::-moz-placeholder {
  color: #999999; }

:-ms-input-placeholder {
  color: #999999; }

input[type="text"], input[type="password"] {
  padding: 8px 12px;
  outline: none; }

input[type="text"], input[type="password"], .bgGray {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 3px;
  border: none; }

button {
  cursor: pointer; }

/*----------------------------------------------------------------------------
	Common
----------------------------------------------------------------------------*/
.flex {
  display: flex; }

.flexReverse {
  flex-direction: row-reverse; }

.flexWrap {
  flex-wrap: wrap; }

.flexClm {
  flex-direction: column; }

.flexRight {
  justify-content: flex-end; }

.flexCenter {
  justify-content: center; }

.flexBetween {
  justify-content: space-between; }

.flexTop {
  align-items: flex-start; }

.flexMiddle {
  align-items: center; }

.flexBottom {
  align-items: flex-end; }

.flexAutoW {
  flex: 1; }

.column2 li {
  width: calc(50% - 0.5px);
  margin-right: 1px; }
  @media (max-width: 1366px) {
    .column2 li {
      width: 100%;
      margin-right: 0; } }
  @media (max-width: 1024px) {
    .column2 li {
      width: calc(25% - 0.8px);
      margin-right: 1px; } }
  @media (max-width: 414px) {
    .column2 li {
      width: calc(50% - 0.5px); } }
  .column2 li:nth-child(2n) {
    margin-right: 0; }
    @media (max-width: 1024px) {
      .column2 li:nth-child(2n) {
        margin-right: 1px; } }
    @media (max-width: 414px) {
      .column2 li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 1024px) {
    .column2 li:nth-child(4n) {
      margin-right: 0; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .flexAutoW {
    flex: 1 0 0%; }

  /* for IE11 */ }
.ffOswald, .sectTitle, .logo {
  font-family: "Oswald"; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

table th, table td {
  line-height: 1.5;
  text-align: left; }

.tblBasic th, .tblBasic td {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 6px 10px; }

.tblBasicPale {
  border-top: 1px solid #f4f4f4; }

.tblBasicPale th, .tblBasicPale td {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  vertical-align: top; }
  @media (max-width: 1024px) {
    .tblBasicPale th, .tblBasicPale td {
      padding: 10px 0; } }

.tblBasicPale th {
  white-space: nowrap; }

@media (max-width: 1024px) {
  .tblBasicPale td {
    padding: 10px 0 10px 10px; } }

.tblCap {
  font-size: 2rem;
  font-weight: bold; }
  .tblCap span {
    font-size: 1.3rem; }

textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  font-size: 1.5rem;
  color: #333;
  -webkit-appearance: none;
  border-radius: 0; }

.horizonTh th {
  white-space: nowrap; }

.w15per {
  width: 15%; }

.clrOrange {
  color: #ff8000; }

/* hover */
.hover-zoom {
  overflow: hidden; }

.hover-zoom img {
  width: 100%;
  max-width: none; }

a:hover .hover-zoom img {
  transform: scale(1.1);
  opacity: .7; }

/* text */
.logoWrap {
  margin: 30px 0 40px 40px; }
  @media (max-width: 1024px) {
    .logoWrap {
      width: 23%;
      min-width: 260px;
      margin: 15px 15px 15px 0;
      padding-left: 30px; } }
  @media (max-width: 414px) {
    .logoWrap {
      width: 100%;
      padding-left: 4%; } }
  .logoWrap > div {
    display: inline-block;
    text-align: center; }
    @media (max-width: 1024px) {
      .logoWrap > div {
        display: flex;
        align-items: center; } }
    .logoWrap > div > span {
      color: #666666;
      font-size: 1.2rem;
      line-height: 1;
      margin-top: 15px;
      display: block; }
      @media (max-width: 1024px) {
        .logoWrap > div > span {
          font-size: 0.8rem;
          margin-top: 7px;
          margin-left: 10px;
          text-align: left; } }
      @media (max-width: 414px) {
        .logoWrap > div > span {
          margin-top: 10px; } }
      @media (max-width: 320px) {
        .logoWrap > div > span {
          display: none; } }
  .logoWrap .logo {
    width: 200px; }
    @media (max-width: 1024px) {
      .logoWrap .logo {
        width: 80px; } }
    @media (max-width: 414px) {
      .logoWrap .logo {
        width: 64px; } }

.txtIndent {
  text-indent: -1em;
  margin-left: 1em; }

/* btn */
.btn {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
  line-height: 1; }

.btnList {
  color: #ff8000;
  border: 1px solid #ff8000;
  background: #FFF; }

.btnList:hover {
  color: #FFF;
  background: #ff8000; }

/* icon */
.icon {
  font-weight: 400;
  position: relative;
  padding-left: 17px;
  height: auto !important;
  font-size: 1.25rem !important;
  margin-top: 0 !important; }

.icon + .icon {
  margin-left: 20px; }

.icon:before {
  position: absolute;
  top: 0;
  left: 0; }

.iconTime:before {
  content: "\f017"; }

.iconGood:before {
  content: "\f004"; }

/*----------------------------------------------------------------------------
	Post
----------------------------------------------------------------------------*/
.postList.column2 .postSummary p {
  font-size: 1.1rem;
  margin-top: 8px;
  height: 30px;
  overflow: hidden; }
.postList li {
  background: #FFF; }
  .postList li .postImg.hover-zoom {
    height: 140px; }
  .postList li a:hover .postSummary {
    background: rgba(255, 146, 0, 0.1); }

.postImg {
  position: relative; }

.reportCat {
  display: block;
  background: rgba(28, 28, 28, 0.64);
  color: #FFF;
  text-align: center;
  padding: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  min-width: 130px;
  font-size: 1.25rem; }
  @media (max-width: 414px) {
    .reportCat {
      font-size: 1.125rem; } }

.postSummary {
  padding: 15px;
  background: #FFF; }

.postTitle {
  font-size: 1.35rem;
  font-weight: bold;
  max-height: 38px;
  overflow: hidden; }
  .postTitle .fa-lock {
    margin-right: 5px; }
    .postTitle .fa-lock:before {
      color: #a68e51; }

.shareBtn {
  margin-left: 10px; }
  .shareBtn > div {
    position: relative; }
    .shareBtn > div > span {
      cursor: pointer;
      display: block;
      line-height: 1;
      padding-top: 3px; }
    .shareBtn > div i:before {
      color: #ff8000;
      font-size: 2rem; }
    .shareBtn > div:hover > i:before {
      opacity: .4; }
    .shareBtn > div .shareBtnInner {
      display: none;
      position: absolute;
      box-shadow: 0 1px 5px 1px rgba(50, 50, 50, 0.2);
      bottom: 22px;
      left: -8px;
      background: #FFF;
      text-align: center;
      padding: 4px 0;
      z-index: 1; }
      .shareBtn > div .shareBtnInner > span {
        display: block;
        padding: 6px 10px; }
      .shareBtn > div .shareBtnInner .fa-facebook-f:before {
        font-size: 1.5rem; }
      .shareBtn > div .shareBtnInner .fa-twitter:before {
        font-size: 1.5rem; }
      .shareBtn > div .shareBtnInner .fa-google-plus-g:before {
        font-size: 1.2rem; }
      .shareBtn > div .shareBtnInner .fa-get-pocket:before {
        font-size: 1.35rem; }

.postStates {
  margin-top: 10px; }

@media (max-width: 414px) {
  .postWriter {
    justify-content: space-between;
    width: 100%;
    margin-top: 10px; } }
.postWriter .writerProf {
  justify-content: flex-end; }
  @media (max-width: 414px) {
    .postWriter .writerProf {
      flex-direction: column;
      align-items: flex-start; } }
.postWriter .writerName {
  font-size: 1.5rem;
  margin-right: 10px; }
  @media (max-width: 414px) {
    .postWriter .writerName {
      margin-right: 0; } }
.postWriter .writerBelong {
  font-size: 1.1rem; }
.postWriter .writerImg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin-left: 10px; }

.postTag {
  background: #ffa040;
  color: #FFF;
  font-weight: bold;
  padding: 5px 8px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px; }
  .postTag.whiteBg {
    border: 1px solid #fa7400;
    color: #fa7400;
    background: none; }

.dataUrl {
  cursor: pointer;
  line-height: 1; }
  .dataUrl i:before {
    color: #ff8000;
    font-size: 2rem; }
  .dataUrl:hover i:before {
    opacity: .4; }

.postMain .postSummary {
  background: #FFF;
  padding: 18px 30px;
  width: 100%; }
  @media (max-width: 414px) {
    .postMain .postSummary {
      padding: 15px; } }
  .postMain .postSummary > p {
    margin-top: 10px;
    line-height: 1.7;
    height: 46px;
    overflow: hidden; }
.postMain .postTitle {
  font-size: 1.75rem;
  max-height: 48px; }
.postMain a:hover .hover-zoom img {
  transform: scale(1.05); }

.postListIndex li {
  width: calc(50% - 0.5px);
  margin-right: 1px; }
  .postListIndex li:nth-child(2n) {
    margin-right: 0; }
  .postListIndex li a {
    height: 380px; }
    @media (max-width: 414px) {
      .postListIndex li a {
        height: 260px; } }
    .postListIndex li a .postSummary {
      padding: 15px; }
      @media (max-width: 414px) {
        .postListIndex li a .postSummary {
          padding: 10px; } }
      .postListIndex li a .postSummary .postTitle {
        font-size: 1.75rem;
        max-height: 48px; }
        @media (max-width: 414px) {
          .postListIndex li a .postSummary .postTitle {
            font-size: 1.5rem;
            max-height: 22px; } }
      .postListIndex li a .postSummary > p {
        font-size: 1.3rem;
        height: 43px; }
        @media (max-width: 414px) {
          .postListIndex li a .postSummary > p {
            font-size: 1.2rem;
            height: 38px;
            margin-top: 5px; } }
      .postListIndex li a .postSummary .favoInput input + label {
        padding: 7px 12px; }
        .postListIndex li a .postSummary .favoInput input + label i {
          font-size: 1.5rem; }
      .postListIndex li a .postSummary .writerName {
        font-size: 1.35rem;
        margin-right: 0; }
      .postListIndex li a .postSummary .writerImg {
        width: 30px;
        height: 30px;
        border-width: 1px; }
  @media (max-width: 414px) {
    .postListIndex li:nth-child(2n) {
      margin-right: 0 !important; } }
.postListIndex:not(.postListMore) li:nth-child(n+5) {
  width: calc(100%/3 - 0.7px);
  margin-right: 1px !important; }
  @media (max-width: 414px) {
    .postListIndex:not(.postListMore) li:nth-child(n+5) {
      width: calc(50% - 0.5px);
      margin-right: 0 !important; } }
  .postListIndex:not(.postListMore) li:nth-child(n+5) a {
    height: 260px; }
    .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary {
      padding: 10px;
      /*
      .postTitle {
      	font-size: $ftsMidMore;
      	max-height: 22px;
      }
      */ }
      .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary > p {
        font-size: 1.2rem;
        height: 36px;
        margin-top: 5px;
        line-height: 1.5; }
      .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary .postStates {
        margin-top: 5px; }
        .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary .postStates .favoInput input + label {
          padding: 5px 9px 4px; }
          .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary .postStates .favoInput input + label i {
            font-size: 1.35rem; }
        .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary .postStates .icon {
          font-size: 1.2rem !important; }
          .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary .postStates .icon + .icon {
            margin-left: 12px !important; }
          .postListIndex:not(.postListMore) li:nth-child(n+5) a .postSummary .postStates .icon.ml20 {
            margin-left: 12px !important; }
.postListIndex:not(.postListMore) li:nth-child(3n+1) {
  margin-right: 0 !important; }

.postListMore li.js-load-post {
  display: none; }

.postSummaryWrap {
  position: absolute;
  bottom: 0; }
  .postSummaryWrap .postSummary {
    position: relative; }
    .postSummaryWrap .postSummary .reportCat {
      top: -24px;
      height: 24px;
      overflow: hidden;
      bottom: auto; }
      @media (max-width: 414px) {
        .postSummaryWrap .postSummary .reportCat {
          top: -22px;
          height: 22px; } }

.postCategory p {
  color: #fa7400;
  font-size: 1.35rem;
  line-height: 1.8;
  margin-bottom: 10px; }
.postCategory li {
  margin-right: 30px; }
  .postCategory li a:hover {
    color: #fa7400; }

.postDate {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px; }

.bgFill {
  position: relative;
  color: #FFF; }
  .bgFill .bgFillHead {
    width: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: bold;
    font-size: 1.2rem; }
  .bgFill .postSummary {
    position: absolute;
    left: 0;
    bottom: 0;
    background: none;
    width: 100%; }
  .bgFill .postTag {
    background: #FFF;
    color: #ff8000; }
  .bgFill .dataUrl i:before {
    color: #FFF; }
  .bgFill .postTitle {
    font-size: 1.5rem;
    max-height: 44px; }

.transOrange {
  position: relative; }
  @media (max-width: 1024px) {
    .transOrange {
      height: 200px; } }

.transOrange:after {
  content: "";
  background: rgba(255, 146, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.mainPost {
  padding: 30px;
  font-size: 1.5rem; }
  @media (max-width: 414px) {
    .mainPost {
      padding: 20px; } }
  .mainPost > .postSummary {
    padding: 0;
    border-bottom: 5px solid #f2f2f2;
    padding-bottom: 40px;
    margin-bottom: 40px;
    line-height: 1.8; }
    .mainPost > .postSummary .postTag {
      margin-bottom: 20px; }
    .mainPost > .postSummary .postTitle {
      font-size: 2.2rem;
      line-height: 1.4;
      margin-bottom: 15px;
      max-height: 100%; }
  .mainPost .postContents {
    line-height: 1.8; }
    .mainPost .postContents .postTitle {
      font-size: 2.2rem;
      margin-bottom: 40px;
      max-height: 100%;
      line-height: 1.5; }
      @media (max-width: 834px) {
        .mainPost .postContents .postTitle {
          margin-bottom: 10px; } }
      .mainPost .postContents .postTitle + .clrOrange {
        line-height: 1.4;
        margin-top: 5px; }
    .mainPost .postContents p {
      line-height: 1.8;
      margin-bottom: 10px; }
    .mainPost .postContents .postImg {
      margin: 40px 0; }
      .mainPost .postContents .postImg + .postLinkFile {
        margin-top: 0; }
    .mainPost .postContents .tblBox {
      margin-bottom: 40px; }
  .mainPost .subTitle {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4; }

.postLinkFile {
  margin-top: 40px; }
  .postLinkFile + .postLinkFile {
    margin-top: 30px; }
  .postLinkFile > div {
    display: inline-block; }
    @media (max-width: 414px) {
      .postLinkFile > div {
        display: block; } }
  .postLinkFile a {
    background: #ffdebd; }
    .postLinkFile a:hover {
      opacity: .7; }
    .postLinkFile a span {
      display: block;
      line-height: 40px;
      padding-left: 15px;
      padding-right: 10px; }
      .postLinkFile a span:first-child {
        position: relative;
        background: #ffa040; }
        .postLinkFile a span:first-child:before {
          content: "";
          position: absolute;
          top: 50%;
          bottom: 50%;
          right: -10px;
          margin-top: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0 20px 10px;
          border-color: transparent transparent transparent #ffa040; }
      .postLinkFile a span:last-child {
        padding-left: 25px;
        padding-right: 15px;
        font-weight: bold;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        @media (max-width: 414px) {
          .postLinkFile a span:last-child {
            width: calc(100% - 37px); } }
      .postLinkFile a span i:before {
        color: #FFF;
        font-size: 1.5rem; }

.postLink {
  line-height: 1.8;
  font-size: 1.5rem;
  margin-top: 40px; }
  .postLink a {
    padding: 15px;
    border: 1px solid #cccccc; }
    .postLink a:hover {
      background: rgba(255, 146, 0, 0.1);
      border: 1px solid #ff8000; }
      .postLink a:hover span {
        color: #ff8000; }
  .postLink .postImg {
    width: 24%;
    margin-right: 3%; }
    @media (max-width: 414px) {
      .postLink .postImg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; } }
  .postLink .subTitle {
    margin-bottom: 5px;
    line-height: 1.4; }

.relationPosts {
  margin-top: 60px; }
  @media (max-width: 414px) {
    .relationPosts {
      margin-bottom: 40px; } }
  .relationPosts .sectTitle {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .relationPosts li {
    width: 49%; }
    @media (max-width: 414px) {
      .relationPosts li {
        width: 100%;
        border: none !important; } }
    .relationPosts li:first-child {
      border-right: 1px solid #f2f2f2; }
    @media (max-width: 414px) {
      .relationPosts li:not(:last-child) {
        margin-bottom: 20px; } }
    .relationPosts li a .postSummary {
      padding: 0 15px; }
      .relationPosts li a .postSummary .postTag {
        font-size: 1.1rem; }
      .relationPosts li a .postSummary p {
        height: 15px !important; }
    .relationPosts li a .postImg {
      width: 30%; }
    .relationPosts li a:hover .postImg {
      opacity: .7; }
    .relationPosts li a:hover .postSummary {
      background: #FFF; }
    .relationPosts li a:hover .postTitle {
      color: #ff8000; }

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 40px 0; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*----------------------------------------------------------------------------
	contents - Questionary
----------------------------------------------------------------------------*/
.faqBox {
  margin-top: 30px; }
  .faqBox li {
    margin-bottom: 40px; }
    .faqBox li dl {
      margin-bottom: 20px; }
      .faqBox li dl dt {
        margin-right: 5px; }
      .faqBox li dl dt, .faqBox li dl dd {
        font-weight: bold;
        line-height: 1.5; }
    .faqBox li textarea {
      margin-left: 35px;
      width: calc(100% - 35px);
      min-height: 80px; }
      @media (max-width: 414px) {
        .faqBox li textarea {
          margin-left: 0;
          min-height: 160px;
          width: 100%; } }
    .faqBox li label:nth-last-child(2) {
      margin-bottom: 5px !important; }

.customInput li:first-child label {
  margin-left: 0; }
.customInput input {
  display: none; }
  .customInput input + label {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    display: block;
    margin-left: 10px;
    line-height: 1.5; }
    @media (max-width: 834px) {
      .customInput input + label {
        margin-left: 0; } }
    .customInput input + label:not(:last-child) {
      margin-bottom: 10px; }
      @media (max-width: 834px) {
        .customInput input + label:not(:last-child) {
          margin-bottom: 20px; } }
    .customInput input + label:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0; }
  .customInput input:checked + label {
    color: #ff8000; }
.customInput input[type=radio] + label:before {
  width: 6px;
  height: 6px;
  margin-top: -8px;
  border: 5px solid #adadad;
  border-radius: 50%; }
.customInput input[type=radio]:checked + label:before {
  border-color: #ff8000; }
.customInput input[type=checkbox] + label:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #adadad;
  top: 0; }
.customInput input[type=checkbox]:checked + label:before {
  color: #ff8000; }
.customInput input[type=checkbox] + label:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  color: #adadad;
  font-weight: 900; }

.favoInput input {
  display: none; }
  .favoInput input + label {
    cursor: pointer;
    display: block;
    line-height: 1;
    color: rgba(255, 146, 0, 0.3);
    background: rgba(255, 146, 0, 0.1);
    padding: 8px 15px;
    border-radius: 30px;
    transition: none; }
    .favoInput input + label i {
      transition: none;
      font-size: 1.75rem; }
  .favoInput input:checked + label {
    color: #fa7400; }

@media (max-width: 834px) {
  .radioBox li {
    width: 100%;
    margin: 5px 0 !important; } }

.btnOrange {
  min-width: 240px;
  text-align: left;
  border: 1px solid #ff8000;
  padding: 15px 40px 15px 20px;
  color: #ff8000;
  font-size: 1.35rem;
  position: relative; }
  .btnOrange:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #ff8000;
    border-right: 1px solid #ff8000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btnOrange:hover {
    background: #ff8000;
    color: #FFF; }
    .btnOrange:hover:before {
      border-color: #FFF; }
  @media (max-width: 414px) {
    .btnOrange {
      width: 100%; } }

/*----------------------------------------------------------------------------
	contents - Editor
----------------------------------------------------------------------------*/
.editorList h2 {
  margin-bottom: 20px;
  color: #fa7400;
  font-size: 1.5rem; }
.editorList #editorLeader {
  border-bottom: 1px solid rgba(255, 146, 0, 0.3);
  margin-bottom: 4%; }
.editorList li {
  width: 48%;
  margin-bottom: 4%; }
  @media (max-width: 1520px) {
    .editorList li {
      width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .editorList li {
      width: 48%;
      margin-bottom: 4%; } }
  @media (max-width: 834px) {
    .editorList li {
      width: 100%;
      margin-bottom: 20px; } }
  .editorList li:nth-child(odd) {
    margin-right: 4%; }
    @media (max-width: 1520px) {
      .editorList li:nth-child(odd) {
        margin-right: 0; } }
    @media (max-width: 1024px) {
      .editorList li:nth-child(odd) {
        margin-right: 4%; } }
    @media (max-width: 834px) {
      .editorList li:nth-child(odd) {
        margin-right: 0; } }
  .editorList li:hover .editorImg {
    opacity: .6; }
  .editorList li:hover .editorName {
    color: #fa7400; }

.editorImg {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%; }
  @media (max-width: 834px) {
    .editorImg {
      width: 70px;
      height: 70px; } }

.config {
  position: absolute;
  background: #e5e5e5;
  color: #333333;
  font-size: 1.75rem;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  left: 88px;
  bottom: 0; }
  .config:hover {
    background: #ffdebd; }
    .config:hover i:before {
      color: #fa7400; }

#selectFile {
  display: none; }

.editorProf {
  margin-left: 15px;
  padding-right: 15px; }
  .editorProf .editorName {
    font-size: 1.5rem;
    line-height: 1.4; }
  .editorProf .editorBelongs {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.6 !important; }

.editorPost {
  text-align: center; }
  .editorPost p {
    background: #ffdebd;
    font-size: 1.35rem;
    padding: 10px;
    line-height: 1; }
    .editorPost p span {
      color: #fa7400;
      font-size: 0.9rem;
      display: block;
      margin-top: 2px; }

.editorWrap > div {
  position: relative; }
.editorWrap .editorImg {
  width: 120px;
  height: 120px;
  margin-right: 25px; }
.editorWrap .editorProf {
  margin-left: 0;
  padding-right: 0; }
  .editorWrap .editorProf .editorName {
    font-size: 2.2rem;
    font-weight: bold; }
  .editorWrap .editorProf .editorBelongs {
    margin-bottom: 10px; }
  .editorWrap .editorProf .editorPosition {
    color: #fa7400;
    font-size: 1.5rem;
    margin-bottom: 0; }
  .editorWrap .editorProf .editorPost {
    background: none;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1;
    margin-left: 15px;
    margin-bottom: 0; }
    .editorWrap .editorProf .editorPost span {
      color: #5c5c5c;
      font-size: 1.2rem;
      margin-top: 0;
      margin-left: 2px; }

/*----------------------------------------------------------------------------
	contents - Text Contents
----------------------------------------------------------------------------*/
.txtCont .mainColumn {
  width: 100%;
  border: none; }

.txtContents {
  line-height: 1.8;
  font-size: 1.5rem;
  margin-top: 30px; }
  .txtContents section:not(:last-child) {
    margin-bottom: 50px; }
  .txtContents h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4; }
  .txtContents p + ul, .txtContents p + ol, .txtContents p + p, .txtContents ul + ul, .txtContents ul + ol, .txtContents ul + p, .txtContents ol + ul, .txtContents ol + ol, .txtContents ol + p {
    margin-top: 20px; }
  .txtContents ul, .txtContents ol {
    padding-left: 1.3em; }
  .txtContents ul {
    list-style: disc; }
  .txtContents li {
    line-height: 1.4; }
    .txtContents li:not(:last-child) {
      margin-bottom: 8px; }
  .txtContents .bdrTitle {
    font-size: 1.75rem;
    border-bottom: 1px solid #ffa040;
    padding-bottom: 8px;
    margin-bottom: 12px; }
  .txtContents .catType {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px !important; }
  @media (max-width: 1520px) {
    .txtContents .catSect {
      margin-top: -50px;
      padding-top: 50px; } }
  .txtContents .catSect:not(:last-child) {
    margin-bottom: 50px; }
  .txtContents .catSect section:not(:last-child) {
    margin-bottom: 30px; }

/*----------------------------------------------------------------------------
	Bread Crumb
----------------------------------------------------------------------------*/
#topicPath {
  text-align: left;
  text-justify: none;
  padding-bottom: 30px;
  overflow: hidden;
  max-width: 600px;
  white-space: nowrap;
  font-size: 1.3rem; }
  @media (max-width: 1024px) {
    #topicPath {
      font-size: 1.1rem;
      max-width: 100%; } }
  #topicPath ol {
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden; }
    #topicPath ol li {
      line-height: 1.2;
      position: relative;
      white-space: nowrap;
      display: inline; }
      #topicPath ol li:not(:last-child) {
        margin-right: 4px; }
        #topicPath ol li:not(:last-child):after {
          content: "";
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 1px #808080;
          border-right: solid 1px #808080;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -4px; }
        #topicPath ol li:not(:last-child) a {
          padding-right: 12px; }
          #topicPath ol li:not(:last-child) a:hover {
            color: #fa7400; }
      #topicPath ol li:after, #topicPath ol li:last-child a {
        color: #ccc; }
      #topicPath ol li a {
        white-space: nowrap;
        display: inline;
        line-height: 1.0; }

/*----------------------------------------------------------------------------
	Nav Common, Modal
----------------------------------------------------------------------------*/
.footNav .navFoot ul li a {
  font-size: 1.35rem;
  line-height: 2.4;
  font-weight: bold; }
.footNav .navFoot ul li a:hover {
  background: rgba(0, 0, 0, 0.1); }
.footNav .navFoot copy {
  font-weight: bold; }

@media (min-width: 1521px) {
  .fat-nav {
    display: none !important; } }
.fat-nav.active {
  z-index: 10005; }
.fat-nav .fat-nav__wrapper {
  height: 100% !important;
  transform: translate(0) !important; }
  .fat-nav .fat-nav__wrapper .navCatWrap {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 60px 20px 20px 20px; }
    .fat-nav .fat-nav__wrapper .navCatWrap ul {
      width: 100%;
      display: block; }
      .fat-nav .fat-nav__wrapper .navCatWrap ul li {
        color: #333333;
        padding: 0;
        text-align: left; }
        .fat-nav .fat-nav__wrapper .navCatWrap ul li a {
          color: #333333; }

.remodal-wrapper {
  padding: 0;
  z-index: 10004; }

.remodal {
  height: 100%;
  width: 100%;
  padding: 5%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 0; }

.remodal-overlay {
  background: #FFF;
  z-index: 10001; }

.remodalInner {
  height: 100%; }

.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px; }
  .closeBtn button {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer; }
    .closeBtn button:before, .closeBtn button:after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 100%;
      margin: -19px 0 0 -1px;
      background: #fa7400; }
    .closeBtn button:before {
      transform: rotate(-45deg); }
    .closeBtn button:after {
      transform: rotate(45deg); }

.remodalBox {
  width: 100%; }
  .remodalBox .modalTitle {
    font-size: 1.75rem;
    margin-bottom: 25px;
    font-weight: bold; }

.searchBox {
  width: 600px;
  margin: 0 auto; }
  @media (max-width: 834px) {
    .searchBox {
      width: 100%; } }
  .searchBox input {
    width: calc(100% - 50px);
    font-size: 1.5rem;
    max-height: 50px;
    padding: 16px 20px;
    border-radius: 30px 0 0 30px; }
  .searchBox .searchBtn {
    background: #ff8000;
    font-size: 2rem;
    width: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    padding-right: 5px;
    border-radius: 0 30px 30px 0; }
    .searchBox .searchBtn:hover {
      background: #ffa040; }

/*----------------------------------------------------------------------------
	Layout
----------------------------------------------------------------------------*/
.container {
  height: auto; }
  @media (max-width: 1520px) {
    .container {
      position: relative; } }
  @media (max-width: 1024px) {
    .container {
      flex-direction: column;
      display: block; } }

header {
  min-width: 350px;
  max-width: 350px;
  background: #f2f2f2;
  position: relative;
  border-right: 1px solid #e0e0e0; }
  @media (max-width: 1520px) {
    header {
      min-width: 280px;
      max-width: 280px; } }
  @media (max-width: 1024px) {
    header {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      position: absolute;
      border: none; } }
  header .footNav {
    margin-top: 40px;
    padding: 0 20px 25px; }
    @media (max-width: 1024px) {
      header .footNav .navFoot {
        display: none; } }
    header .footNav .navFoot ul li:not(:last-child) {
      margin-bottom: 8px; }
    header .footNav .navFoot ul li:last-child {
      margin-bottom: 20px; }
    header .footNav .navFoot ul li a {
      padding: 8px 10px;
      line-height: 1; }
    header .footNav .navFoot ul li a:hover {
      background: rgba(0, 0, 0, 0.1); }
    header .footNav .navFoot copy {
      margin-left: 10px;
      margin-top: 40px;
      display: block; }

.mainColumn {
  width: 68%;
  border-right: 1px solid #f2f2f2; }
  @media (max-width: 1024px) {
    .mainColumn {
      width: 100%; } }
  .mainColumn > .postImg .postTag {
    position: absolute;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
    padding: 13px 40px 15px 15px;
    bottom: 40px;
    left: 0;
    margin-bottom: 0; }
    @media (max-width: 414px) {
      .mainColumn > .postImg .postTag {
        padding-top: 8px;
        padding-bottom: 10px;
        padding-right: 15px;
        bottom: 30px; } }
    .mainColumn > .postImg .postTag:not(.ffOswald) {
      font-weight: bold;
      font-size: 2rem;
      padding-top: 15px; }
      @media (max-width: 414px) {
        .mainColumn > .postImg .postTag:not(.ffOswald) {
          padding-top: 10px; } }

.sideColumn {
  width: 32%;
  display: flex;
  flex-direction: column;
  background: #f2f2f2; }
  @media (max-width: 1024px) {
    .sideColumn {
      width: 100%; } }
  .sideColumn #secNewPosts, .sideColumn #secEtc {
    width: 100%; }

/*----------------------------------------------------------------------------
	Top
----------------------------------------------------------------------------*/
#topCont .sectWrap {
  background: #f2f2f2; }

@media (max-width: 1024px) {
  .sectWrap {
    padding-top: 80px; } }
@media (max-width: 414px) {
  .sectWrap {
    padding-top: 70px; } }
@media (max-width: 414px) {
  .sectWrap > section {
    width: 100% !important; } }

#secNewPosts {
  min-width: 170px;
  width: 16%; }
  @media (max-width: 1024px) {
    #secNewPosts {
      min-width: 239px; } }
  @media (max-width: 414px) {
    #secNewPosts {
      order: 2; }
      #secNewPosts .postList {
        display: flex;
        flex-wrap: wrap;
        background: #f2f2f2; }
      #secNewPosts .postList li {
        width: calc(50% - 0.5px); }
      #secNewPosts .postList li:nth-child(odd) {
        margin-right: 1px; } }

#secRecommended {
  width: 52%; }
  @media (max-width: 1024px) {
    #secRecommended {
      width: calc(100% - 239px); } }
  @media (max-width: 414px) {
    #secRecommended {
      order: 1; } }

#secEtc {
  width: 32%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1366px) {
    #secEtc {
      width: 28%; } }
  @media (max-width: 1024px) {
    #secEtc {
      width: 100%; } }
  @media (max-width: 414px) {
    #secEtc {
      order: 3;
      display: flex;
      flex-direction: column; } }
  @media (max-width: 1024px) {
    #secEtc #secQues {
      order: 1; }
    #secEtc #secActRepo {
      order: 2; }
    #secEtc #secEvents {
      order: 3; } }
  #secEtc #tagList {
    background: #FFF; }
    #secEtc #tagList .tabListInner {
      padding: 20px 20px 8px 20px; }
      #secEtc #tagList .tabListInner li {
        margin: 0 12px 12px 0; }
        #secEtc #tagList .tabListInner li.js-load {
          display: none; }
        #secEtc #tagList .tabListInner li a {
          font-weight: bold;
          background: #ffdebd;
          line-height: 1;
          padding: 5px 10px 5px 12px;
          position: relative; }
          #secEtc #tagList .tabListInner li a:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 0;
            border-color: #FFF transparent transparent transparent; }
          #secEtc #tagList .tabListInner li a:hover {
            background: #ffa040;
            color: #FFF; }

.moreReadBtn a {
  color: #fa7400;
  text-align: center;
  padding: 8px;
  border: 2px solid #ffdebd;
  display: block;
  margin: 15px 0 12px 0; }
  .moreReadBtn a:hover {
    background: #ff8000;
    color: #FFF;
    border-color: #ff8000; }
  .moreReadBtn a i {
    transition: none; }

#moreReadPost {
  padding: 12px 20px; }

.titleBox {
  padding: 12px 16px; }

.sectTitle {
  font-size: 2.2rem;
  line-height: 1; }

#secNewPosts .titleBox {
  color: #FFF;
  background: #ffa040; }

#secRecommended .titleBox {
  color: #FFF;
  background: #ff8000; }

#secEtc .titleBox {
  color: #fa7400;
  background: #ffdebd; }

/*----------------------------------------------------------------------------
	Nav
----------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  header nav {
    display: flex;
    align-items: center; } }

.headNav .logoWrap {
  display: none; }
  @media (max-width: 1024px) {
    .headNav .logoWrap {
      display: block; } }
@media (max-width: 1024px) {
  .headNav {
    position: fixed;
    z-index: 10002;
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    width: 100%;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap; } }
.headNav nav {
  padding: 20px 20px 0 20px; }
  @media (max-width: 1024px) {
    .headNav nav {
      padding-top: 10px; } }
  @media (max-width: 414px) {
    .headNav nav {
      padding-top: 0; } }

@media (max-width: 1024px) {
  .navCatWrap {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.96);
    padding: 30px; } }

@media (max-width: 1024px) {
  .navCat {
    margin-bottom: 0;
    width: 23%; } }
.navCat > li {
  margin-bottom: 15px; }
  .navCat > li > a {
    position: relative; }
    .navCat > li > a:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-top: 1px solid #fa7400;
      border-right: 1px solid #fa7400;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.navCat li a, .navCat li p {
  font-size: 1.75rem !important;
  line-height: 1.4;
  padding: 6px 35px 8px 10px;
  background: rgba(255, 146, 0, 0.05);
  font-weight: bold; }
  .navCat li a:hover, .navCat li p:hover {
    background: rgba(255, 146, 0, 0.3); }
.navCat li > ul > li > a {
  position: relative; }
  .navCat li > ul > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.navCat li ul {
  margin-top: 15px; }
  .navCat li ul li {
    margin-bottom: 10px; }
    .navCat li ul li a, .navCat li ul li p {
      font-size: 1.3rem !important;
      background: rgba(96, 96, 96, 0.06); }
      .navCat li ul li a:hover, .navCat li ul li p:hover {
        background: rgba(96, 96, 96, 0.2); }
    .navCat li ul li ul {
      margin-bottom: 15px; }
      .navCat li ul li ul li {
        margin-bottom: 0; }
        .navCat li ul li ul li a {
          font-weight: normal !important;
          background: none;
          padding: 5px 10px 7px 20px;
          position: relative; }
          .navCat li ul li ul li a:hover {
            background: rgba(96, 96, 96, 0.2); }
          .navCat li ul li ul li a:before {
            content: "";
            position: absolute;
            top: 13px;
            left: 8px;
            width: 4px;
            height: 4px;
            border-top: 1px solid #333333;
            border-right: 1px solid #333333;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.navCat .parentNav p {
  position: relative; }
  .navCat .parentNav p:before, .navCat .parentNav p:after {
    content: "";
    position: absolute;
    background: #808080; }
  .navCat .parentNav p:before {
    width: 11px;
    height: 1px;
    right: 12px;
    top: 50%; }
  .navCat .parentNav p:after {
    width: 1px;
    height: 11px;
    right: 17px;
    top: 50%;
    margin-top: -5px;
    animation: r2 .2s linear forwards; }
@keyframes r2 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(0deg); } }
  .navCat .parentNav p.active {
    background: rgba(96, 96, 96, 0.2); }
    .navCat .parentNav p.active:after {
      animation: r3 .2s linear forwards; }
@keyframes r3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }
.navCat .childNav {
  display: none; }
.navCat .open {
  display: block; }

@media (max-width: 1024px) {
  .navShare {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; } }
@media (max-width: 834px) {
  .navShare {
    position: absolute;
    right: calc(4% + 60px);
    top: 15px;
    height: auto; } }
@media (max-width: 414px) {
  .navShare {
    display: block;
    right: 65px;
    top: 8px; } }
.navShare a {
  font-size: 2rem;
  color: #ff8000;
  line-height: 2.4;
  display: inline-block;
  line-height: 1.5;
  margin-top: 30px;
  padding: 10px; }
  @media (max-width: 1024px) {
    .navShare a {
      margin-top: 0;
      padding: 0 27px 10px 27px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 834px) {
    .navShare a {
      line-height: 50px;
      padding: 0 15px;
      display: block; } }
  @media (max-width: 414px) {
    .navShare a {
      padding: 0 10px; } }
  .navShare a i {
    text-align: center;
    min-width: 25px;
    margin-right: 0; }
.navShare a:hover {
  background: rgba(255, 146, 0, 0.1); }

#favoritesCont #navFavorites a,
.catMypage #navMyPage a {
  background: rgba(255, 146, 0, 0.1); }

footer {
  border-top: 1px solid #f2f2f2;
  display: none; }
  @media (max-width: 1024px) {
    footer {
      display: block; } }
  footer .footNav {
    padding: 15px 20px; }
    @media (max-width: 414px) {
      footer .footNav {
        padding: 0; } }
    footer .footNav .navFoot {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 414px) {
        footer .footNav .navFoot {
          flex-direction: column; } }
      @media (max-width: 1024px) {
        footer .footNav .navFoot ul {
          display: flex; } }
      @media (max-width: 414px) {
        footer .footNav .navFoot ul {
          flex-wrap: wrap;
          width: 100%; } }
      @media (max-width: 414px) {
        footer .footNav .navFoot ul li {
          width: 100%;
          margin-bottom: 1px; } }
      footer .footNav .navFoot ul li:not(:first-child) {
        margin-left: 20px; }
        @media (max-width: 414px) {
          footer .footNav .navFoot ul li:not(:first-child) {
            margin-left: 0; } }
      footer .footNav .navFoot ul li a {
        line-height: 24px; }
        @media (max-width: 414px) {
          footer .footNav .navFoot ul li a {
            background: #f2f2f2;
            line-height: 1;
            padding: 15px 20px; } }
      footer .footNav .navFoot ul li a:hover {
        background: rgba(0, 0, 0, 0.1); }
      @media (max-width: 414px) {
        footer .footNav .navFoot copy {
          width: 100%;
          text-align: right;
          padding: 15px 20px;
          font-size: 1.2rem; } }

.memberRegistWrap {
  background: #ffae5c; }
  .memberRegistWrap .registWrap {
    padding: 12px; }
    @media (max-width: 1520px) {
      .memberRegistWrap .registWrap {
        height: 100%; } }
    @media (max-width: 1024px) {
      .memberRegistWrap .registWrap {
        padding-top: 7px;
        padding-bottom: 7px; } }
    .memberRegistWrap .registWrap p {
      color: #FFF;
      font-weight: bold;
      font-size: 1.75rem; }
    .memberRegistWrap .registWrap a {
      font-weight: bold;
      border: 5px solid #ff8000;
      background: #FFF;
      color: #333333;
      padding: 2px 15px;
      line-height: 1;
      font-size: 1.35rem; }
      .memberRegistWrap .registWrap a:hover {
        color: #fa7400; }

.inputBox {
  width: 480px;
  margin: 0 auto;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    .inputBox {
      width: 100%; } }
  .inputBox input {
    background: #f2f2f2;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    max-height: 50px;
    padding: 16px 20px;
    border-radius: 30px;
    display: block;
    margin-bottom: 20px; }
  .inputBox p {
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.8; }
    @media (max-width: 1024px) {
      .inputBox p.txtLeft {
        text-align: left; } }

.nameList {
  flex-wrap: wrap; }
  .nameList input {
    width: calc((100% - 200px)/2); }
    @media (max-width: 1366px) {
      .nameList input {
        width: 100%;
        margin-left: 0 !important; } }
    @media (max-width: 1366px) {
      .nameList input:not(:first-child) {
        margin-top: 10px; } }
    .nameList input:nth-child(2) {
      width: 160px; }
      @media (max-width: 1366px) {
        .nameList input:nth-child(2) {
          width: 100%; } }

.hamburger {
  z-index: 10003;
  display: none; }
  @media (max-width: 834px) {
    .hamburger {
      display: block;
      right: 28px;
      left: auto;
      top: 15px;
      background: #FFF;
      padding-top: 16px;
      right: 4%; } }
  @media (max-width: 414px) {
    .hamburger {
      top: 8px;
      right: 8px; } }
  .hamburger.active {
    background: none !important;
    z-index: 10006; }
    .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
      background-color: #ff8000; }
  .hamburger .hamburger__icon {
    background-color: #ff8000; }
    .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
      background-color: #ff8000; }

.headMenuTop {
  display: none; }
  @media (max-width: 1024px) {
    .headMenuTop {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 834px) {
    .headMenuTop {
      display: none; } }
  .headMenuTop a {
    font-size: 2rem;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 15px;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center; }
    .headMenuTop a:hover {
      background: #FFF; }

@media (max-width: 1024px) {
  .navDrop {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .navDrop.openMenu > div .navDropBtn {
      background: #FFF; } }
@media (max-width: 1024px) {
  .navDrop > div {
    height: 100%; } }
.navDrop > div .navDropBtn {
  display: none; }
  @media (max-width: 1024px) {
    .navDrop > div .navDropBtn {
      cursor: pointer;
      font-size: 2rem;
      padding-left: 27px;
      padding-right: 45px;
      padding-bottom: 15px;
      position: relative;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .navDrop > div .navDropBtn:hover {
        background: #FFF; }
      .navDrop > div .navDropBtn:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 28px;
        width: 6px;
        height: 6px;
        margin-top: -10px;
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); } }
  @media (max-width: 834px) {
    .navDrop > div .navDropBtn {
      display: none; } }
@media (max-width: 414px) {
  .navDrop {
    display: none; } }
.navDrop .navDropInner {
  /*display: block !important;*/ }
  @media (min-width: 1521px) {
    .navDrop .navDropInner {
      display: block !important;
      height: 100% !important;
      overflow: visible !important; } }
  @media (max-width: 1024px) {
    .navDrop .navDropInner {
      width: 100%;
      height: auto;
      visibility: hidden;
      opacity: 0;
      overflow-y: scroll;
      position: fixed;
      left: 0;
      top: 70px;
      z-index: 2; }
      .navDrop .navDropInner.active {
        visibility: visible;
        opacity: 1;
        top: 80px; } }

/*----------------------------------------------------------------------------
	Log out
----------------------------------------------------------------------------*/
.linkSignup {
  text-align: center;
  background: #ffdebd;
  padding: 25px;
  margin-top: 30px; }

.mainBtn {
  border-radius: 30px;
  background: #ff8000;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  min-width: 200px;
  margin-top: 10px;
  padding: 8px 10px;
  text-align: center; }
  .mainBtn:hover {
    opacity: .7; }
  @media (max-width: 1024px) {
    .mainBtn {
      min-width: 100% !important; } }

.subBtn {
  background: #e0e0e0;
  color: #666666;
  min-width: 160px; }
  @media (max-width: 1024px) {
    .subBtn.ml20 {
      margin-left: 0 !important;
      margin-top: 20px; } }

.inputSet .mainBtn {
  width: 200px;
  min-width: 200px; }
  @media (max-width: 834px) {
    .inputSet .mainBtn {
      width: 100%;
      min-width: 100%; } }
@media (max-width: 834px) {
  .inputSet .subBtn {
    margin-top: 20px;
    margin-bottom: 20px; } }
.inputSet textarea {
  min-height: 160px; }
.inputSet td {
  vertical-align: middle; }
  .inputSet td span {
    font-size: 1.35rem; }

/*----------------------------------------------------------------------------
	Unique
----------------------------------------------------------------------------*/
/*
.catAbout #tagList, .catActivity #secActRepo {
	display: none;
}
*/
/*----------------------------------------------------------------------------
	High Priority
----------------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.pd15 {
  padding: 15px !important; }

.w100 {
  width: 100% !important; }

.wmin200 {
  min-width: 200px; }
  @media (max-width: 834px) {
    .wmin200 {
      width: 100%;
      min-width: 100%; } }

/*----------------------------------------------------------------------------
	Media Query
----------------------------------------------------------------------------*/
.lgDisplay, .mdDisplay, .smDisplay, .smxDisplay, .xsDisplay {
  display: none; }

@media screen and (min-width: 1521px) {
  .lgDisplay {
    display: block; } }
@media screen and (max-width: 1520px) and (min-width: 1041px) {
  .mdDisplay {
    display: block; } }
@media screen and (max-width: 1040px) and (min-width: 835px) {
  .smDisplay {
    display: block; } }
@media screen and (max-width: 834px) {
  .smxHidden {
    display: none; } }
@media screen and (max-width: 834px) and (min-width: 415px) {
  .smxDisplay {
    display: block; } }
@media screen and (max-width: 414px) {
  .xsDisplay {
    display: block; }

  .xsHidden {
    display: none; } }
