
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  /*background: #ffffff;*/
  height: 100%;
  background: #F7F7F7;
}

.site {
  /*background: #FFFFFF;*/
  position: relative;
}

body, button, input, select, textarea {
  font-family:"Open Sans", "Noto Sans KR","Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #777777;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family:"Open Sans", "Noto Sans KR", "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #333333;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333333;
  text-decoration: none;
}

h1 {
  line-height: 1.3;
  font-size: 48px;
  font-size: 2.0625rem;
  line-height: 1.21;
  text-align: left;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
h1 span {
  font-weight: bold;
}

h2 {
  line-height: 1.2;
  font-size: 25px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

dfn,
cite,
em,
i {
  font-style: normal;
}

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family:"Noto Sans KR", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 82%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding: 0px;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 0px 0;
}

dt {
  font-weight: 400;
}

dd {
  margin:0;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
  cursor: pointer;
  background: #03c4eb;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
  opacity: 0.8;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}
/*
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
}
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}
*/
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
li {
    list-style: none;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: #03c4eb;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 3.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------
	3.0 Clearings
------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*------------------------------
	3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
  display: none;
}

.clearleft {
  clear: left;
}

.break, h1,
h2,
h3,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
  padding-bottom: 40px;
  padding-top: 40px;
}

#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}
@media screen and (min-width: 940px) {
  #secondary {
    padding-top: 40px;
  }
}

.content-area {
  width: 100%;
  float: none;
}
@media screen and (min-width: 940px) {
  .content-area {
    float: left;
  }
}

.sidebar {
  width: 100%;
  float: none;
}
@media screen and (min-width: 940px) {
  .sidebar {
    width: 25.22523%;
    float: left;
  }
}

.no-sidebar .content-area {
  width: 100%;
}

@media screen and (min-width: 940px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.77477%;
  }

  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }

  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    width: 74.77477%;
  }

  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
}
/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  line-height: 64px;
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 99;
  -webkit-transition: all 1s ease-out;
  /* Safari */
  transition: all .5s ease-out;
}

.no-sticky-header .site-header-wrapper {
  display: block;
  height: 64px;
}
.no-sticky-header .site-header {
  background: transparent;
}

.sticky-header.no-header-transparent .site-header-wrapper {
  display: block;
  height: 96px;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  z-index: 99;
}

.no-sticky-header.header-transparent .site-header #nav-toggle span {
  background-color: #ffffff;
}
.no-sticky-header.header-transparent .site-header #nav-toggle span::before, .no-sticky-header.header-transparent .site-header #nav-toggle span::after {
  background-color: #ffffff;
}
.no-sticky-header.header-transparent .site-header #nav-toggle.nav-is-visible span {
  background-color: transparent;
}

.header-transparent .no-scroll .site-header {
  background: transparent;
  position: fixed;
}
.header-transparent .no-scroll .site-header #nav-toggle span {
  background-color: #ffffff;
}
.header-transparent .no-scroll .site-header #nav-toggle span::before, .header-transparent .no-scroll .site-header #nav-toggle span::after {
  background-color: #ffffff;
}
.header-transparent .no-scroll .site-header #nav-toggle.nav-is-visible span {
  background-color: transparent;
}

@media screen and (min-width: 1140px) {
  .header-transparent .no-scroll .site-header .onepress-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.no-sticky-header.page-template-template-frontpage.header-transparent .site-header {
  background: transparent;
  position: absolute;
}

.site-header.header-fixed {
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
  background: #fff;
  padding:0 85px;
}

.sticky-header #page > .site-header, .sticky-header .header-fixed {
  position: fixed;
}

.sticky-header .header-fixed {
  top: 0px;
  left: 0px;
  padding: 0px 75px;
}

@media screen and (min-width: 769px) {
  .site-header {
    padding:32px 75px 0;
  }
}
@media screen and (min-width: 480px) and (max-width:768px) {
  .site-header {
    padding:0 9px;
  }
  .sticky-header .header-fixed {
    padding: 0px 9px;
  }
}
@media screen and (min-width: 320px) and (max-width:479px) {
  .site-header .header-fixed {
    padding:0px;
  }
  .sticky-header .header-fixed {
    padding: 0px;
  }
  .sticky-header.no-header-transparent .site-header-wrapper {
    height: 64px;
  }
}

.header-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.site-branding {
  float: left;
}

.site-branding .site-title, .site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: "Open Sans", "Noto Sans KR", "Lato", Helvetica, Arial, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}
.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
  text-decoration: none;
}
.site-branding .site-title {
  display: inline-block;
}
.site-branding .site-image-logo {
  display: block;
}
.site-branding .site-logo-div {
  line-height: 64px;
}
.site-branding .site-logo-div img {
  width:180px;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
  line-height: 64px;
}
.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
  margin-top: -5px;
  position: relative;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}

.header-social {
  margin-left: 0px;
  float: right;
}
@media screen and (min-width: 940px) {
  .header-social {
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .header-social {
    display: none;
  }
}
.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-top: -2px;
  color: #03c4eb;
}
@media screen and (min-width: 940px) {
  .header-social a {
    margin-left: 3px;
  }
}
.header-social a:hover {
  color: #000000;
  transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x, .header-social .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-social .fa-stack-1x {
  line-height: inherit;
}
.header-social .fa-stack-2x {
  font-size: 2em;
}
.header-social .fa-inverse {
  color: #FFFFFF;
}

.header-btn {
  float: right;
}

/* Site Navigation */
.onepress-menu, .onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.onepress-menu {
  float: right;
}
.onepress-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 5px;
  z-index: 99;
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li {
  position: relative;
}
.onepress-menu > li:not(:last-child){
  margin-bottom: 50px;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .onepress-menu > li:not(:last-child){
    margin-bottom: 20px;
  }
}
.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul {
  display: block;
}
.onepress-menu a {
  display: block;
  position: relative;
}

.onepress-menu ul {
  min-width: 12em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.onepress-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.onepress-menu li:hover,
.onepress-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.onepress-menu a {
  color: #333333;
  font-family: "Open Sans","Noto Sans KR", "Lato", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}
.onepress-menu a:hover {
  color: #83744d;
}
.onepress-menu ul li {
  line-height: 26px;
}
.onepress-menu ul li a {
  display: inline-block;
  padding: 8px 18px;
  color: #ababab;
  font-size: 1em;
  text-transform: none;
  background: #ffffff;
  letter-spacing: 0;
  padding: 8px 0px;
  font-weight: 400;
}
.onepress-menu ul li a:hover {
  color:  #83744d;
}
.onepress-menu li.onepress-current-item > a {
  color:  #83744d;
}
.onepress-menu ul li.current-menu-item > a {
  color:  #83744d;
}
.onepress-menu > li:last-child > a {
  padding-right: 0px;
}
.onepress-menu > li a.menu-actived {
  color:  #83744d;
}
.onepress-menu .nav-toggle-subarrow {
  display: none;
}

#nav-toggle {
  display: none;
  margin-left: 15px;
}


  .main-navigation {
    position: fixed;
    top: 96px;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
    background: #fff;
    padding:100px 180px;
    overflow: auto;
  }
  @media screen and (min-width: 480px) and (max-width:768px) {
    .main-navigation {
      padding:100px 100px;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 479px) {
    .main-navigation {
      top:64px;
      padding:20px 32px;
      -webkit-overflow-scrolling: touch;
    }
  }
  .main-navigation.active {
    display: block;
  }
  .main-navigation .menu-list-wrap::after {
    content: "";
    display: block;
    clear: both;
  }

  .main-navigation .onepress-menu {
    width: 100% !important;
    display: none;
  }

  .main-navigation .language-wrap a span {
    display: inline-block;
    font-size: .857em;
    margin-right: 10px;
    height:20px;
    letter-spacing: -0.4px;
    color:#000;
    opacity: .2;
  }
  .main-navigation .language-wrap a.active span {
    color:#000;
    border-bottom:1px solid #000;
    opacity: 1;
  }

  .main-navigation .menu-list-wrap {
    margin-top:50px;
  }

  .main-navigation .menu-list-wrap > .onepress-menu > li > a {
    display: inline-block;
    font-size: 1.8em;
    color:#83744d;
	    font-family: 'BuriB', serif;
  }

  @media screen and (min-width: 320px) and (max-width:479px) {
    .main-navigation .menu-list-wrap > .onepress-menu > li > a {
      display: inline-block;
      font-size: 1.286em;
      color:#83744d;
    }
    .main-navigation .menu-list-wrap {
      margin-top:20px;
    }
  }

  .onepress-menu.onepress-menu-mobile {
    display: block !important;
    width: 100%;
    background: transparent;
    z-index: 100;
    overflow: inherit !important;
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 12px 0;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .onepress-menu.onepress-menu-mobile a:hover,
  .onepress-menu.onepress-menu-mobile a:active,
  .onepress-menu.onepress-menu-mobile a:focus
  {
    color:#83744d;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0px;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #FFFFFF;
    display: block;
  }
  .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
    color: #03c4eb;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #83744d;
    font-weight: normal;
    position: absolute;
    width:140px;
    top: 0;
    left: 0px;
    cursor: pointer;
    text-align: right;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }

  #nav-toggle {
    display: block;
  }
/*}*/
#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  width: 50px;
  height: 50px;
    /* line-height: 50px; */
    /* font-size: 12px; */
    /* color: #988866; */
  background: #fff;
  border-radius: 50%;
  margin-top: 7px;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  -moz-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 25px;
  background: #83744d;



}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 25px;
  background: #83744d;
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background:  #83744d;
}

/* Content
------------------------------*/

.page-template-template-frontpage .site-content {
  border-top: 1px solid #e9e9e9;
  margin-top: -1px;
}

.blog .site-content,
.single-post .site-content {
  margin-top: 0;
}

.site-content.no-border {
  border-top: none;
}

.page-header {
  position: absolute;
  top:104px;
  left:85px;
  /*
  padding: 30px 0px;
  border-top: 1px solid #e9e9e9;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9;
  */
}
@media screen and (min-width: 320px) and (max-width:768px) {
  .page-header {
    display:none;
  }

#nav-toggle {
  margin-top: 8px;
  background: none;
  margin-right: -10px;
}


}
.page-header .entry-title, .page-header .page-title {
  margin-bottom: 0px;
  font-size: .857em;
  color:#4a4a4a;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.page-header .entry-title span, .page-header .page-title span {
  color:#009bfa;
  font-weight: 400;
}
.page-header p {
  margin: 6px 0px 0px 0px;
}

/* Footer
------------------------------*/
.site-footer {
  position: relative;
  width:100%;
  background: #fff;
  /*border-top:1px solid #ebebeb;*/
  color: #999;
  font-size: 14px;
}

.site-footer a {
 color: #444;
}
.site-footer .footer-connect {
  padding: 90px 0px;
  padding: 80px 0px;
  padding:  5rem 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .footer-connect .footer-subscribe {
    margin-bottom: 40px;
  }
}
.site-footer .footer-connect .follow-heading {
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
.site-footer .footer-connect input[type="text"]:focus {
  border: none !important;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social a {
  font-size: 30px;
  margin: 0px 13px;
  color: #FFFFFF;
}
.site-footer .footer-social a:hover {
  color: #03c4eb;
}
.site-footer .site-info {
  position: relative;
  text-align: left;
  padding: 0px;
  background:#333333;
   color: #999;
     font-weight: 400;
}
.site-footer .site-info::after {
  content: "";
  display: block;
  clear: both;
}
.site-footer .site-info a {
  color: #dddddd;
}
.site-footer .site-info .container {
  position: initial;
  padding:26px 100px;
}

.site-footer .site-info .container::after {
  content: "";
  display: block;
  clear: both;
}
.site-footer .site-info p {
  font-size: .857em;
  color:#999;
  letter-spacing: -0.4px;
  line-height: 2;
  margin-bottom:0px;

}
.site-footer .site-logo-wrap {
  display: inline-block;
  margin-right: 50px;
}
.site-footer .site-logo-wrap img.site-logo {
  width: 169px;
}
.site-footer .site-footer-menu {
  display: inline-block;
}
.site-footer .site-footer-menu a {
  color:#fff;
  font-size: .857em;
  margin-right: 12px;
  font-weight: 400;

}
.site-footer .site-footer-menu a.blue {
  color:#009bfa;
}
.site-footer .site-company-info {
  margin: 20px 0;
}
.site-footer .btt a {
  border-radius: 0px 20px 0 0;
  color: #999999;
  background: #222222;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  transition: all 0.2s linear 0s;
  width: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
  color: #03c4eb;
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 3px;
}
@media screen and (max-width: 940px) {
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
}

.footer-wrap {
  height:100%;
}
@media screen and (min-width: 480px) and (max-width:768px) {
  .site-footer .site-info .container {
    padding:26px 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .site-footer .site-info .container {
    padding:26px 10px;
  }
  .site-footer .site-logo-wrap {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}

/* Page: Search
------------------------------*/
.search-results .hentry {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}

/* Entry Header
------------------------------*/
.entry-header .entry-title {
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: "Open Sans", "Noto Sans KR","Lato", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (min-width: 940px) {
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.5;
  }
}

.entry-thumbnail {
  margin-bottom: 30px;
}

.single .entry-header .entry-title {
  margin-bottom: 10px;
}

.highlight {
  color: #03c4eb;
}

/* Entry Content
------------------------------*/
.entry-content {
  margin-bottom: 30px;
}
.entry-content blockquote {
  padding: 30px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #03c4eb;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0px;
}

/* Entry Stuff
------------------------------*/
.entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.nav-links {
  display: block; width:100%; margin-top:60px; text-align: center;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a,
.nav-links span
 {
  display: inline-block; width: 33px; height: 33px; line-height: 33px; font-size: 1em; color:#999;
}
.nav-links a:hover,
.nav-links a:focus,
.nav-links a:hover,
.nav-links .current {
  color:#009bfa; border: solid 1px #009bfa;
}
.bypostauthor {
  margin: 0;
}
@media (max-width: 1440px) {
.section-wrap {
    min-height: 850px;
    padding: 140px 30px 100px;
}
}
/* Sticky Post
------------------------------*/
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family:  "Noto Sans KR", "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0px;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}

/* WordPress Gallery
------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Comments
------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment-content.entry-content {
  margin-bottom: 0px;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: transparent #f6f7f9 transparent transparent;
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #03c4eb;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
}
#comments .comment .comment-wrapper a {
  text-decoration: none;
}
#comments .comment .children {
  padding-left: 30px;
}
#comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0px;
}
@media screen and (min-width: 940px) {
  #comments .comment .children {
    padding-left: 90px;
  }
  #comments .comment .children .children {
    padding-left: 90px;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
  }
}
#comments .form-allowed-tags {
  display: none;
}
#comments a {
  text-decoration: none;
}
#comments a:hover {
  text-decoration: underline;
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
  width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .comment-notes {
  display: none;
}
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.full-screen .comments-area {
  max-width: 1110px;
  margin: 0 auto;
}

/* woocommerce
------------------------------*/
.woocommerce div.product form.cart .variations td.label {
  color: #777;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 0.8125rem;

}
.btn:active, .btn:focus {
  outline: none;
}

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.btn-theme-primary {
  background: #03c4eb;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #03c4eb;
  color: #03c4eb;
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #03c4eb;
  border-color: #03c4eb;
}

/* Loading
------------------------------*/
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a {
  color: #777777;
  font-size: 14px;
}
.sidebar .widget a:hover {
  color: #03c4eb;
  text-decoration: underline;
}

/* Search
------------------------------*/
.sidebar .widget .search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding:  0.625rem 0.9375rem;
}
.sidebar .widget .search-form .search-submit {
  padding: 12px 23px 12px;
  width: 93%;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (min-width: 720px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
  }
}
@media screen and (min-width: 940px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1140px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }
}

.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .widget_calendar a {
  color: #03c4eb;
  text-decoration: underline;
}

.news_tit {
    display: flow-root;
    position: relative;
	    padding-bottom: 15px;
}
 .news_tit h1 {
    float: left;
    width: 65%;
}
.news_tit .btn-more {
    float: right;
	margin-top:10px;
   
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 70px 0px;
  padding:  4.375rem 0px;
}

.section-padding-lg {
  padding: 90px 0px;
  padding:  5.625rem 0px;
}

.section-padding-larger {
  padding: 140px 0px;
  padding:  8.75rem 0px;
}

.section-meta {
  background-color: #f8f9f9;
}

.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container {
  position: relative;
  z-index: 5;
}

.section-inverse {
  background: #222222;
}
.section-inverse .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse-extended {
  background: #333333;
}
.section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.section-title-area .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 800;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 3.5px;
  }
}
.section-title-area .section-subtitle {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-subtitle {
    font-size: 14px;
  }
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden;
  /* Loading icon */
}
.hero-slideshow-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.hero-slideshow-wrapper.loaded .container .hero__content .btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.is-customize-preview .slider-spinner {
  display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hero-slideshow-normal .container {
  padding: 10% 0px;
  position: relative;
  z-index: 80;
}

.hero-slideshow-fullscreen .container {
  z-index: 80;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hero__content {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__content a.btn {
  margin: 10px 10px 20px 0px;
  margin:  0.625rem 0.625rem 1.25rem 0px;
}
.hero__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.hero__content .btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.hero__content .btn-secondary-outline:hover {
  background: #FFF;
  color: #333;
}

/* Hero Content Style 2. */
.hero-content-style2 h1 {
  font-weight: 800;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 3px;
}
.hero-content-style2 .hcl2-content {
  padding: 50px 0px;
  padding:  3.125rem 0px;
}
.hero-content-style2 .hcl2-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
    text-align: center;
  }
  .section-wrap {

    padding: 140px 30px 100px;
}
}

/* Hero Text Style1. */
.hero-content-style1 {
  text-align: center;
}
.hero-content-style1 h2 {
  color: #FFFFFF;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 60px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 940px) {
  .hero-content-style1 h2 {
    font-size: 75px;
    letter-spacing: 4px;
  }
}
.hero-content-style1 h2 strong {
  font-weight: 900;
}
.hero-content-style1 p {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  text-align: center;
  font-weight: 100;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 940px) {
  .hero-content-style1 p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) {
  .hero-content-style1 p {
    font-size: 22px;
  }
}
.hero-content-style1 p strong {
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .hero-content-style1 .btn {
    display: inline-block;
  }
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
  outline: none;
}

#hero .btn {
  box-shadow: none;
}
#hero .btn-theme-primary:focus {
  color: #fff;
}

.header-transparent #hero .container .hero__content {
  margin-top: 70px;
}

/* Text Rotator */
.morphext > .animated {
  display: inline-block;
}

/* Section: Features
------------------------------*/
.icon-background-default {
  color: #03c4eb;
}

.feature-item {
  text-align: center;
}
.feature-item .feature-icon {
  color: #fff;
}
.feature-item .fa-5x {
  font-size: 4em;
}
.feature-item:hover .icon-background-default {
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 940px) {
  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

.feature-media {
  text-align: center;
  margin-bottom: 20px;
}

/* Section: About Us
------------------------------*/
.section-about .about-image {
  text-align: center;
}
.section-about .about-image img {
  margin-bottom: 30px;
}

/* Section: Services
------------------------------*/
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 100ms ease-out 0s;
}
@media screen and (max-width: 720px) {
  .section-services .service-item {
    padding: 20px;
  }
}
.section-services .service-item:after {
  content: "";
  display: table;
  clear: both;
  clear: both;
}
.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: #03c4eb;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
}
.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }
}
.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #333333;
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}

/* Section: Counter
------------------------------*/
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  font-family:  "Noto Sans KR", serif, sans-serif;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Section: Parallax
------------------------------*/
#parallax-hero {
  position: relative;
  background: none;
  overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
  background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}

.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}

.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}

/* Section: Team
------------------------------*/
.section-team .team-member {
  padding: 0px 0.5px;
  text-align: center;
}
.section-team .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.team-members.row {
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
}
@media screen and (min-width: 940px) {
  .team-members.row.team-layout-4 .team-member {
    width: 25%;
  }
  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
    clear: left;
  }
  .team-members.row.team-layout-3 .team-member {
    width: 33.33333%;
  }
  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-members.row.team-layout-2 .team-member {
    width: 50%;
  }
  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 720px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .team-members.row .team-member {
    width: 100%;
  }
}

.team-member {
  margin-bottom: 20px;
  float: left;
}
.team-member .member-thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
  bottom: 8px;
  transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
  opacity: 0.7;
  transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: auto;
  right: auto;
  width: 100%;
}
.team-member .member-thumb .member-profile a {
  color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
  color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
  color: #03c4eb;
}
.team-member .member-info {
  margin-top: 0px;
  position: relative;
  z-index: 30;
  text-align: center;
}
.team-member .member-name {
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}
.team-member .member-name:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  bottom: -11px;
  width: 30%;
  height: 1px;
  background: #cccccc;
}
.team-member .member-position {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
}

/* Section: News
------------------------------*/
.all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.section-news .list-article, .archive .list-article, .blog .list-article {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0px;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
  float: left;
  margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 940px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
    width: 100%;
  }
}
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
  float: none;
  overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
  font-size: .857em;
  line-height: 1.5;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
  text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
  margin-bottom: 0px;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}

.page-template-template-blog .section-news .list-article {
  padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
  border-bottom: none;
}

.section-news.section-inverse .list-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
  color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFF;
}

/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
  width: 100%;
}
.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-contact .address-contact span {
  float: left;
  color: #aaaaaa;
}
.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}
.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}
.section-contact textarea {
  max-height: 190px;
}

.wpcf7-form {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
.wpcf7-form label {
  width: 100%;
}

div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}

div.wpcf7-response-output {
  margin: 20px 0px;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
  text-align: center;
}
.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0px;
  font-weight: 400;
}
.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}
.section-videolightbox .video_icon {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 1;
  padding: 10px;
  width: 50px;
  display: inline-block;
}
.section-videolightbox .video_icon i {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
  margin-top: 1px;
  line-height: 1;
}
.section-videolightbox .video_icon:hover {
  background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
  color: #000;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}

.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari */
  transform: scale(1.5, 1.5);
}

.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}

@media screen and (min-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.33333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.66667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.33333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.66667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.33333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.66667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.gallery-justified > a,
.gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:affter {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family:  "Noto Sans KR", Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* WooCommerce support */
.woocommerce-page .site-main .page-title {
  display: none;
}

.woocommerce-result-count {
  font-style: italic;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin-bottom: 1.5em;
}

.woocommerce-ordering select {
  padding: 7px;
  margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
  background-color: #03c4eb;
  padding: 10px 20px;
  padding:  0.625rem 1.25rem;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
  background: #222222;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .quantity .qty {
  padding: 5px;
}

.woocommerce span.onsale {
  padding: inherit;
}

.related.products h2, #tab-description h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 9px 14px;
  font-weight: bold;
}

.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2,
.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2,
.woocommerce .woocommerce-customer-details .col-1,
.woocommerce .woocommerce-customer-details .col-2 {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce .woocommerce-additional-fields h3 {
  margin-top: 20px;
}
.woocommerce .cart_totals th {
  text-align: left;
}
.woocommerce .cart_totals h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin: 0 auto;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #03c4eb;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #03c4eb;
  opacity: .8;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
  color: #858585;
}
@media screen and (min-width: 720px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs i {
  margin: 0px 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #777777;
  font-weight: 600;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  margin-right: 20px;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breadcrumbs span {
    margin-right: 40px;
  }
}
.breadcrumbs span span {
  margin-right: 0;
}
.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 2px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:before {
    right: -23px;
    top: 3px;
  }
}
.breadcrumbs a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:after {
    right: -22px;
    top: 4px;
  }
}

/* Coursel and slider */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 .g-item {
  display: block;
}
.owl-carousel .owl-buttons > div {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: 0px;
  padding: 4px 10px 5px;
  transform: translateY(-50%);
}
.owl-carousel .owl-buttons > div:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.owl-carousel .owl-buttons .owl-prev {
  left: 15px;
}
.owl-carousel .owl-buttons .owl-prev .lg-icon::before {
  content: "\e094";
}
.owl-carousel .owl-buttons .owl-next {
  right: 15px;
}
.owl-carousel .owl-buttons .owl-next .lg-icon::before {
  content: "\e095";
}

/* bootstrap override */
body { min-width:320px; }
.container {
    width: 100% !important;
}
.container::after {
  content:"";
  display: block;
  clear: both;
}

.bg_white { background:#fff; }

.footer-wrap { position:relative; }

.btn-sns { position: absolute; top:0px; right:0px; }
.btn-sns a { display: inline-block; width:26px; height:26px; text-align: center; }
.btn-sns a img { height:20px; vertical-align: middle;  }
.btn-site-link { position: absolute; bottom:0px; right:0px; }

@media screen and (min-width: 480px) and (max-width:768px) {
  .btn-sns, .btn-site-link {
    position: relative;
    top:auto;
    right:auto;
    bottom:auto;
  }
  .btn-sns {
    margin-top:40px;
  }
  .btn-site-link {
    margin-top:20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .btn-sns, .btn-site-link {
    position: relative;
    top:auto;
    right:auto;
    bottom:auto;
  }
  .btn-sns {
    margin-top:40px;
  }
  .btn-site-link {
    margin-top:20px;
  }
}

.sel_wrap { display: inline-block; position:relative; }
.sel_wrap:not(:first-child) { margin-left:20px; }
.sel_wrap button { position:relative; width:120px; padding:0px; color:#999; border: none; border-bottom: 1px solid #d0d0d0; text-align: left; box-shadow: none; background:none; }
.sel_wrap.opened .scroll_wrap { display:inline-block; max-height:500px; padding:0 10px; overflow: auto; background:#fff; border-left:1px solid #ebebeb; border-top:1px solid #ebebeb; border-right:1px solid #ebebeb; }
.sel_wrap.opened button::after { background-position: top 0px left -9px; }
.sel_wrap button::after { display:inline-block; position:absolute; top:10px; right:0px; content:""; width:9px; height:4px;  background-image:url(assets/images/select_arrow.png); background-size: 18px 4px; background-repeat: no-repeat; }
.sel_wrap .scroll_wrap { display: none; position:absolute; bottom:24px; left:0px; }
.sel_wrap .scroll_wrap ul { margin: 0px; }
.sel_wrap .scroll_wrap li { padding:2px 0px; margin: 0px; }
.sel_wrap .scroll_wrap li a { color:#999; }
.sel_wrap .scroll_wrap li a:active,
.sel_wrap .scroll_wrap li a:focus,
.sel_wrap .scroll_wrap li a:hover { color:#009bfa; }

.content-inside { padding:100px 180px; }
#content-inside::after {
  content:"";
  display: block;
  clear: both;
}
@media screen and (min-width: 480px) and (max-width:768px) {
  .content-inside {
    padding:90px 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .content-inside {
    padding:90px 32px;
  }
}
.news-wrap .section-wrap {
  min-height: 400px;
  background-color: rgba(255, 255, 255, 0.95);
}
.btn-more {
  max-width: 1080px;
  text-align: right;
  margin: 0 auto;
  padding-bottom: 20px;
}
.btn-more a {
  display: inline-block;
  width:20px;
  height:20px;
}

#content-inside .news-content-wrap {
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  max-width: 1080px;
  margin:0 auto;
}

#content-inside .news-content-wrap .blog_title {
  display: table;
  width:100%;
  height:80px;
  font-size: 1em;
  color:#000;
  border-bottom:1px solid #ebebeb;
  margin:0px;
}
#content-inside .news-content-wrap .blog_title span {
  display: table-cell;
  vertical-align: middle;
}
#content-inside .news-content-wrap .blog_title span.title {
  font-size: 1.286em;
  color: #222;
  text-align: left;
  padding-right:30px;
}
#content-inside .news-content-wrap .blog_title span.date {
  font-size: 1em;
  color:#999;
  text-align: right;
}
#content-inside .news-content-wrap .blog_content {
  padding:40px 0;
  font-size: 1.143em;
  color:#4a4a4a;
  line-height: 24px;
  border-bottom:1px solid #ebebeb;
}
#content-inside .news-content-wrap .blog_extra {

}
#content-inside .news-content-wrap .blog_extra a {
  display: table;
  width:100%;
  height:80px;
  font-size: 1em;
  color:#000;
  margin:0px;
  vertical-align: middle;
}
#content-inside .news-content-wrap .blog_extra a:not(:last-child) {
  border-bottom:1px solid #ebebeb;
}
#content-inside .news-content-wrap .blog_extra a span {
  display: table-cell;
  vertical-align: middle;
}
#content-inside .news-content-wrap .blog_extra a span.lab {
  width: 80px;
  font-size: 1em;
  color:#999;
  text-align: left;
  padding-right:30px;
}
#content-inside .news-content-wrap .blog_extra a span.title {
  color: #222;
  text-align: left;
  padding-right:30px;
}
#content-inside .news-content-wrap .blog_extra a span.date {
  color:#999;
  text-align: right;
}

.no-padding { padding:0px !important; }
.container .bg_gray { background-color:#f7f7f7; }

.btn-list-wrap {
  max-width: 1080px;
  margin:0 auto;
  margin-top:80px;
  margin-bottom:80px;
  text-align: center;
}
.btn-list-wrap a {
  display: inline-block;
  width:100px;
  height:100px;
  line-height: 100px;
  font-size: 1.143em;
  text-align: center;
  color:#fff;
  background: #009bfa;
  border-radius:50px;
}
.section p {
  font-size: 1.143em;
  line-height:1.5;
  letter-spacing: -1px;
  color:#4a4a4a;
  margin-bottom:80px;
}
.headline-wrap h1 {
  font-size: 2.286em;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.38;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .headline-wrap h1 {
    font-size: 1.714em;
  }
}
.history-wrap {
  position:relative;
  text-align: left;
}
.history-wrap table {
  font-size: 1em;
  border:0px;
}
.history-wrap table td {
  position: relative;
  border: 0px;
  line-height: 1.57;
  letter-spacing: -0.9px;
  font-size: 1.143em;
  vertical-align: top;
  padding:0 16px 30px;
}
.history-wrap table th {
  width:180px;
  border: 0px;
  line-height: 1.57;
  font-size: 1.143em;
  font-weight: 600;
  color:#000;
  vertical-align: top;
  letter-spacing: -0.1px;
  text-align: right;
  padding: 0 16px 0 0;
  border-right:1px solid #ebebeb;
}
@media screen and (min-width: 480px) and (max-width:768px) {
  .history-wrap table th {
    width:120px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .history-wrap table th {
    width:55px;
  }
}
.history-wrap table td em.month {
  position: absolute;
  top:0px;
  left:16px;
  font-weight: 600;
  color:#000;
}
.history-wrap table td p {
  color:#4a4a4a;
  padding-left:44px;
  margin:0 0 10px;
  font-size: 1em;
}
#float-menu {
	position: absolute;
	width: 40px;
	left: 0px;
	top: 0px;
	color: #000;
  text-align: center;
  z-index: 100;
}
#history-menu {
  display: none;
  margin-bottom: 50px;
}
#history-menu a {
  font-size: 1.286em;
}
#history-menu a:active,
#history-menu a:hover,
#history-menu a:focus,
{
  color:#009bfa;
  text-decoration: underline;
}
#history-menu a.active {
  color:#009bfa;
  text-decoration: underline;
}

#history-menu span {
  margin:0 20px;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  #float-menu {
    display: none;
  }
  #history-menu {
    display: block;
  }
}
#float-menu a {
  display: block;
  font-size: 1.286em;
}
#float-menu a:active,
#float-menu a:hover,
#float-menu a:focus,
{
  color:#009bfa;
  text-decoration: underline;
}
#float-menu a.active {
  color:#009bfa;
  text-decoration: underline;
}
.history-detail {
  margin-bottom: 0px;
}
.history-detail th {
  position: relative;
}
.history-detail .point {
  position: absolute;
  top:8px;
  right:-4px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#009bfa;
}
.headline-wrap p {
  font-size: 1.143em;
  line-height:1.5;
  letter-spacing: -1px;
  color:#4a4a4a;
  margin-bottom:80px;
  font-family: "Noto Sans KR","Open Sans", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 320px) and (max-width:768px) {
  .headline-wrap p {
    margin-bottom:50px;
  }
}
@media screen and (min-width: 320px) and (max-width:479px) {
  .headline-wrap p {
    font-size: 1em;
  }
}

.headline-wrap .btn-circle-wrap a {
  display: inline-block;
  width:148px;
  height:148px;
  border-radius:100%;
  color:#fff;
  padding:50px 20px 0;
  margin:0 24px 24px 0;
  vertical-align:middle;
}
.headline-wrap .btn-circle-wrap a span {
  display: block;
  min-height:42px;
  line-height:1.22;
  font-size: 1.286em;
  vertical-align: middle;
}

.headline-wrap .btn-circle-wrap a.blue {
  background-color: #009bfa;
  background-image: url(assets/images/btn_arrow_gray.png);
  background-repeat: no-repeat;
  background-position: top 67px right 20px;
  background-size: 7px 14px;
}
.headline-wrap .btn-circle-wrap a:hover,
.headline-wrap .btn-circle-wrap a:active,
.headline-wrap .btn-circle-wrap a:focus
 {
  background-color: #0660B6;
  background-image: url(assets/images/btn_arrow_white.png);
  background-repeat: no-repeat;
  background-position: top 67px right 20px;
  background-size: 7px 14px;
}
@media screen and (min-width: 320px) and (max-width:768px) {
  .headline-wrap .btn-circle-wrap a {
    display: inline-block;
    width:108px;
    height:108px;
    border-radius:100%;
    color:#fff;
    padding:36px 10px 34px;
    margin:0 18px 18px 0;
    vertical-align:middle;
  }
  .headline-wrap .btn-circle-wrap a span {
    line-height:1.22;
    font-size: 1.128em;
  }
  .headline-wrap .btn-circle-wrap a.blue {
    background-position: top 47px right 20px;
    background-size: 7px 14px;
  }
  .headline-wrap .btn-circle-wrap a.darkblue {
    background-position: top 47px right 20px;
    background-size: 7px 14px;
  }
}

#sub-head-history {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/intro/bg_history_01.png);
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
}
#sub-head-award {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/intro/bg_award_01.jpg);
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
}
#sub-head-participation {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/participation/bg_participation_01.jpg);
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
}
#sub-head-management {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/intro/bg_management_01.jpg);
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
}
#sub-head-society {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/intro/bg_society_02.jpg);
  background-position: bottom 0px;
  background-repeat: no-repeat;
}
#sub-head-culture {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/intro/bg_culture_01.jpg);
  background-position: bottom 0px right 40%;
  background-repeat: no-repeat;
}
#sub-head-mission {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/intro/bg_mission_01.jpg);
  background-repeat: no-repeat;
}
#sub-head-bigdata {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/business/bg_bigdata_01.jpg);
  background-position: bottom 0px right 40%;
  background-repeat: no-repeat;
}
#sub-head-marketing {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/business/bg_marketing_01.jpg);
  background-position: bottom 0px right 40%;
  background-repeat: no-repeat;
}
#sub-head-royalty {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/business/bg_royalty_01.jpg);
  background-position: bottom 0px right 40%;
  background-repeat: no-repeat;
}
#sub-head-lpay {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/business/bg_lpay_01.jpg);
  background-position: bottom 0px right 40%;
  background-repeat: no-repeat;
}
#sub-head-recruit {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(assets/images/recruit/bg_recruit_01.png);
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
}
.sub-head-wrap {
  height:850px;
  position:relative;
}
.sub-head-wrap .headline-wrap {
  top: 40%;
  transform: translateY(-50%);
  position: relative;
  max-width: 1080px;
  margin:0 auto;
}

.sub-head-wrap {
  padding:0px 100px 0px;
}
@media screen and (min-width: 480px) and (max-width:768px) {
	.sub-head-wrap {
		padding:0px 100px 0px;
	}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
	.sub-head-wrap {
		padding:0px 32px 0px;
	}
}

@media screen and (min-width: 320px) and (max-width: 479px) {
	.sub-head-wrap {
    height:560px;
  }
}






@media screen and (min-width: 320px) and (max-width: 479px) {
  #sub-head-history {
    background-size:100%;
    background-attachment: fixed;
    background-image: url(assets/images/intro/bg_history_01_m.png);
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
  }
  #sub-head-award {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/intro/bg_award_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-participation {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/participation/bg_participation_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-management {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/intro/bg_management_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-society {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/intro/bg_society_02_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-culture {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/intro/bg_culture_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-mission {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/intro/bg_mission_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-bigdata {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/business/bg_bigdata_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-marketing {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/business/bg_marketing_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-royalty {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/business/bg_royalty_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-lpay {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/business/bg_lpay_01_m.png);
    background-repeat: no-repeat;
  }
  #sub-head-recruit {
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-image: url(assets/images/recruit/bg_recruit_01_m.png);
    background-repeat: no-repeat;
  }
}

.section-align-left {
	padding:0 180px;
	text-align:left;
}
@media screen and (min-width: 480px) and (max-width:768px) {
	.section-align-left {
		padding:0 100px;
	}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
	.section-align-left {
		padding:0 32px;
	}
}
.management-wrap h2 {
  font-size: 2.286em;
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
  padding-top:50px;
}
.management-info {
  margin-bottom: 70px;
}

.management-info caption {
    padding:0;
    color: #000;
    text-align: left;
    font-size: 1.286em;
    letter-spacing: -1.1px;
    caption-side: top;
    margin-bottom: 12px;
}
.management-info th,
.management-info td
{
  text-align: center;
  height:80px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.management-info td
{
  font-size: 1.286em;
  color: #000;
}
.management-info thead th {
  background: #fbfbfb;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
	.management-wrap h2 {
		font-size: 1.714em;
	}
  .management-info caption {
    font-size: 1.143em;
  }
  .management-info th,
  .management-info td
  {
    font-size: .857em;
  }
}
.management-info td a {
  color:#009bfa;
  text-decoration: underline;
}
.menu-tab {
  margin-bottom: 16px;
  overflow-x: auto;
  white-space: nowrap;
}
.menu-tab a {
  font-size: 1.286em;
  color: #000;
}
.menu-tab a:not(:last-child) {
  margin: 0 40px 16px 0;
}
.menu-tab a.active,
.menu-tab a:active,
.menu-tab a:hover,
.menu-tab a:focus {
  color: #009bfa;
  text-decoration: underline;
}

.content-tab .management-info {
  display: none;
}

.content-tab .management-info.active {
  display: table;
}
.awards-wrap dl {
  position: relative;
  margin:0px;
}
.awards-wrap dl dt {
  display: inline-block;
  position: absolute;
  top:-20px;
  left:0px;
  font-size: 2.714em;
  color:#000;
}

.awards-wrap dl dd {
  display: block;
  margin:0 0 0 135px;
  padding:55px 0;
  border-top:1px solid #ebebeb;
}
.awards-wrap dl dd ul {
  margin:0px;
}
.awards-wrap dl dd li {
  display: inline-block;
  margin:0 60px 0;
  width: 180px;
  min-height:300px;
  vertical-align: middle;
}
.awards-wrap dl dd li .date {
  font-size: 1.286em;
  color:#4a4a4a;
}
.awards-wrap dl dd li .logo {
  width:140px;
  height:140px;
  margin:10px 0 16px;
  box-shadow: 5px 7px 17px 0 rgba(0, 0, 0, 0.17);
}
.awards-wrap dl dd li .name {
  font-size: 1em;
  letter-spacing: -0.9px;
  line-height: 1.38;
  color:#000;
}
.awards-wrap dl dd li .name em.gray {
  font-size: .857em;
  line-height: 1.38;
  color:#999;
}
@media screen and (min-width: 480px) and (max-width:1024px) {
  .awards-wrap dl dd li {
    margin:0 20px;
    width: 120px;
  }
  .awards-wrap dl dd li .logo {
    width:120px;
    height:120px;
  }
  .awards-wrap dl dd li .name {
    width:120px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
	.awards-wrap dl dt {
		position: relative;
	}
  .awards-wrap dl dd {
    display: block;
    margin:0px;
    padding:55px 0;
    border:none;
  }
  .awards-wrap dl dd li {
    margin:0 20px;
    width: 120px;
  }
  .awards-wrap dl dd li .logo {
    width:120px;
    height:120px;
  }
  .awards-wrap dl dd li .name {
    width:120px;
  }
}
.icon {
    display: inline-block;
}

.blind, #match-media:before {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.btn-group {
    display: inline-block;
    padding-left: 1px;
    font-size: 0;
    word-spacing: 0;
    vertical-align: middle;
}
.inquiry-box button {
    min-width: 0;
    font-size: 13px;
}
.btn-gim {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.section-wrap {
  min-height: 850px;
  padding:140px 100px 140px;
}
.section-wrap .section-detail p {
 /* line-height: 1.5;
  letter-spacing: -1px;
  font-size: 1.157em;
  color:#4a4a4a;*/
      font-weight: 400;
    color: #888;
}
.section-wrap::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 480px) and (max-width:768px) {
	.section-wrap {
		padding:140px 30px 140px;
	}
	.news_tit {
    display: flow-root;
    position: relative;
    padding-bottom: 5px;
}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
	.section-wrap {
  /*  min-height: 640px;*/
	/*	padding:80px 32px;*/


padding:80px 17px;


	}




  .section-wrap.min-height-440 {
    min-height: 440px;
		padding:80px 32px;
	}
  .section-wrap .section-detail p {
    /*font-size: 1em;*/
  }
.news_tit {
    display: flow-root;
    position: relative;
    padding-bottom: 5px;
}
.btn-more {
       padding-bottom: 20px;
}
}
.normal-msg {
  width:100%;
  margin-bottom: 80px;
}
.normal-msg.flt-right {
  max-width: 400px;
  float:right;
}
.normal-msg h2 {
  font-size: 2.286em;
  letter-spacing: -2px;
}
@media screen and (min-width: 320px) and (max-width:768px) {
  .normal-msg {
    margin-bottom: 50px;
  }
	.normal-msg.flt-right {
		float:none;
	}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .normal-msg h2 {
    font-size: 1.714em;
  }
}
.society-detail dl {
  width:400px;
  margin:0px auto;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 320px) and (max-width: 479px) {
	.society-detail dl {
    width:290px;
	}
}

.society-detail dt {
  background: #009bfa;
  color:rgba(255,255,255,.6);
  font-size: 1em;
  font-weight: 400;
  padding:15px;
  margin:0px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.society-detail dt em {
  color:#fff;
  font-size: 1.286em;
}
.society-detail dd {
  border:1px solid #d0d0d0;
  padding:15px;
  margin:0px;
}
.society-detail dd span {
  display: table-cell;
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.14;
  letter-spacing: -0.5px;
}
.society-detail dd > div {
  display: table;
  margin: 0 auto;
  border-spacing: 10px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .society-detail dd {
    padding:10px;
  }
	.society-detail dd span {
    width: 80px;
    height: 80px;
    padding:5px;

	}
}

.society-detail span.arrow {
  display:block;
  width:32px;
  height:50px;
  content:"";
  padding:15px;
  margin:0 auto;
  background-color:transparent;
  background-image:url(assets/images/snb_btn_down.png);
  background-size: 16px 10px;
  background-position: 10px 20px;
  background-repeat: no-repeat;
}
.btn_more {
    display: inline-block;
    padding: 25px 25px 25px 0;
}
.btn_more .go_txt {
    display: block;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 50px;
}
.btn_more .txt_point {
    display: inline-block;
    position: relative;
    width: 50px;
    margin-left: 2px;
    color: #fff;
    text-align: center;
    background: #009bfa;
    border-radius: 100%;
}
.btn_more .txt_point .btn_play {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
}
.section-wrap .section-detail {
  margin:0 auto;
  max-width: 1440px;
  position: relative;
}



.section-wrap .section-detail::after {
  content:"";
  display: block;
  clear: both;
}
.section-wrap .section-detail.txt-left > div {
  float:left;
  width:50%;
}
.section-wrap .section-detail.txt-right > div {
  float:right;
  width:50%;
}
.section-wrap .section-detail.txt-right .normal-msg {
  padding-left: 60px;
}
.section-detail .store-img {
  overflow: hidden;
}
.section-detail .store-msg {
  width:40% !important;
}
.section-detail .store-img {
  width:60% !important;
}
@media screen and (min-width: 320px) and (max-width:768px) {
	.section-wrap .section-detail.txt-left > div {
		float:none;
    width:100% !important;
	}
  .section-wrap .section-detail.txt-right > div {
		float:none;
    width:100% !important;
	}
  .section-wrap .section-detail .normal-msg {
    width:100%;
    max-width: none;
  }
  .section-wrap .section-detail.txt-right .normal-msg {
    padding-left: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width:1024px) {
  .section-detail .store-img {
    display: block;
    width:100%;
    overflow: hidden;
  }
}
.photo-wrap img {
  max-width:290px;
  margin:25px 25px 0px 0px;
}

@media screen and (min-width: 320px) and (max-width:768px) {
  .photo-wrap img {
    max-width:258px;
    margin:10px 10px 0px 0px;
  }
}

.normal-img > img {
  width:100%;
}
.mission-wrap .normal-img {
  text-align: center;
}
.mission-wrap .normal-img #img-mission-01 {
  max-width:403px;
}
.mission-wrap .normal-img #img-mission-02 {
  max-width:401px;
}
.mission-wrap .list-msg dl {
  position: relative;
}
.mission-wrap .list-msg dl:not(:last-child) {
  margin-bottom: 40px;
}
.mission-wrap dt {
  font-size: 1.714em;
  font-weight: 400;
  color: #999;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  padding-left:48px;
}
.mission-wrap dt span.dot {
  display: inline-block;
  position: absolute;
  top:0px;
  left:0px;
  width: 36px;
  height: 36px;
  background: #009bfa;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.mission-wrap dd {
  color: #4a4a4a;
  font-size: 1.143em;
  letter-spacing: -1px;
  margin:0px 20px 20px 48px;

}
.mission-wrap dt em {
  margin-right:10px;
  letter-spacing: -1.5px;
}
.mission-wrap dt em.blue {
  color:#009bfa;
}
@media screen and (min-width: 320px) and (max-width:479px) {
  .mission-wrap dt {
    font-size: 1.286em;
  }
  .mission-wrap dt em {
    margin-right:0px;
    display: block;
  }
  .mission-wrap dd {
    font-size: 1em;
  }
}

.business-wrap dl dt {
  font-size: 1.426em;
  color:#000;
  font-weight: 400;
}
.business-wrap dd {
  display: block;
  margin:0px;
}
.business-wrap dd::after {
  content:"";
  display: block;
  clear: both;
}
.business-wrap .process-circle {
  display: table;
  float:left;
  width:180px;
  height:180px;
  background:#f5f5f5;
  border-radius:50%;
  text-align: center;
  vertical-align: middle;
  margin:0 10px 10px 0;
}

.business-wrap .process-circle span {
  display: table-cell;
  font-size: 1.143em;
  color:#4a4a4a;
  vertical-align: middle;
  line-height: 1.157;
}
.business-wrap .process-circle span em {
  display: block;
  margin-bottom: 10px;
  font-size: 1.426em;
  color:#999;
}
@media screen and (min-width: 320px) and (max-width:768px) {
  .business-wrap .process-circle {
    width:120px;
    height:120px;
  }
  .business-wrap .process-circle span {
    font-size: 1em;
  }
  .business-wrap .process-circle span em {
    font-size: 1.286em;
  }
}
.law-wrap .law-detail::after {
  content: "";
  display: block;
  clear: both;
}
.law-wrap .law-detail > div {
  width:50%;
  float:left;
}
.law-wrap .law-detail dt {
  font-size: 1.426em;
  color:#000;
  line-height: 1.2;
  letter-spacing: -1.3px;
  font-weight: 400;
}
.law-wrap .law-detail dl:not(:last-child) {
  margin-bottom: 100px;
}
.law-wrap .law-detail dd {
  font-size: 1em;
  margin:0px;
}
.law-wrap .law-detail dd table,
.law-wrap .law-detail dd table th,
.law-wrap .law-detail dd table td {
  border:0px;
}
.law-wrap .law-detail dd table th {
  color:#999;
  font-weight: 400;
  vertical-align: top;
}
.law-wrap .law-detail dd p {
  position: relative;
  color:#4a4a4a;
  font-size: 1em;
  padding-left:15px;
}
.law-wrap .law-detail dd p::before {
  position: absolute;
  top:0px;
  left:0px;
  content:"	\2022";
}
@media screen and (min-width: 320px) and (max-width:768px) {
  .law-wrap .law-detail > div {
    width:100%;
    float:none;
  }
  .law-wrap .law-detail dl {
    margin-bottom: 60px;
  }
}
.law-wrap .declare-msg h2 {
  font-size: 2.286em;
  margin-bottom: 200px;
  letter-spacing: -1.3px;
}
.law-wrap .declare-msg p {
  position: relative;
  font-size: 1.426em;
  color:#4a4a4a;
  letter-spacing: -1.3px;
  margin-bottom: 35px;
  padding-left: 60px;
}
.law-wrap .declare-msg p em {
  color:#009bfa;
}
.law-wrap .declare-msg p::before {
  position: absolute;
  top:0px;
  left:0px;
  content:"í•˜ë‚˜.";
  color:#009bfa;
}
@media screen and (min-width: 320px) and (max-width:479px) {
  .law-wrap .declare-msg h2 {
    font-size: 1.714em;
    margin-bottom:40px;
  }
  .law-wrap .declare-msg p {
    font-size: 1em;
    padding-left:0px;
  }
  .law-wrap .declare-msg p::before {
    position: relative;
    display: block;
  }
}
.list-organization dl { text-align: left; }
.list-organization dl::after { display: block; content:""; clear: both; }
.list-organization dl { position:relative; float:left; width:180px; min-height:250px; margin:0 67px 0 0; text-align: center; vertical-align: top; }
.list-organization dl:not(:last-child)::after { display:inline; position:absolute; top:45px; left:180px; width:67px; height:1px; content: ""; background:#979797; }
.list-organization dt { display: table; width:180px; height:90px; margin-bottom:10px; border: 1px solid #000; font-size: 1.429em; color:#000; font-weight:400; }
.list-organization dt p { display:table-cell; line-height: 1.2em; vertical-align: middle; font-size: 1em !important; line-height: 1.2em !important; color: #000 !important; }
.list-organization dt em { font-size:.7em; color:#999; }
.list-organization dd { margin:0; }
.list-organization dd p { position:relative; padding-left: 10px; margin:0px; text-align: left; }
.list-organization dd p::before { display: inline; content:"Â·"; position:absolute; top:0px; left:0px; }

.royalty-wrap .list-aff .logo-aff {
  display: inline-block;
  width:100px;
  height:100px;
  margin: 0 80px 20px 0;
  text-align: center;
}

.royalty-wrap .list-aff .logo-aff img {
  max-height:100px;
}

@media screen and (max-width: 768px) {
  .list-organization dl { display: block; position:relative; float: none; min-height:90px; margin:0 auto; margin-bottom: 60px; }
  .list-organization dl:not(:last-child)::after { content:none; }
  .list-organization dl:not(:first-child)::after { display:inline; position:absolute; top:-40px; left:90px; width:1px; height:20px; content: ""; background:#979797; }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  .royalty-wrap .list-aff .logo-aff {
    margin: 0 40px 60px 0;
  }
}
@media screen and (min-width: 480px) and (max-width:1024px) {
  .royalty-wrap .list-aff .logo-aff {
    margin: 0 40px 60px 0;
  }
}

@media screen and (min-width: 320px) and (max-width:479px) {
  .royalty-wrap .list-aff .logo-aff {
    margin: 0 10px 20px 0;
  }
}
input[type="radio"] {position:relative;top:0px;margin:0; padding:0;-webkit-appearance: none;width:30px;height:30px;cursor:pointer;outline:none;background:url(/n_img/radio_off.png) no-repeat 0 0 / 100%;}
input[type="radio"]:checked{width:30px;height:30px;background:url(/n_img/radio_on.png) no-repeat 0 0;}
input[type="checkbox"]{position:relative;top:-1px;margin:0;padding:0;width:20px;height:20px;outline:none;-webkit-appearance: none;background:url(/n_img/check_off.png) no-repeat 0 0 / 20px;-webkit-appearance: none;outline:none;border-radius:0px;border:none;}
input[type="checkbox"]:checked{width:20px;height:20px;background:url(/n_img/check_on.png) no-repeat 0 0;-webkit-appearance: none;outline:none;border-radius:0px;}

.sub-head-wrap .arrow-down {
  position: absolute;
  bottom:25px;
  left:48%;
  display: inline-block;
  width:30px;
  height:30px;
  font-size: 0px;
  color:transparent;
  background: url(assets/images/arrow_nav.png);
  background-size: 30px 30px;
  opacity: .75;

}
.checkbox {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    /*margin-right: 15px;*/
    padding: 1px;
}
.checkbox input[type="checkbox"]:checked + label:before {
    content: '\e81e';
}
.checkbox input[type="checkbox"] + label:before {
    content: '\e81f';
}
.checkbox label:before {
    display: inline-block;
    width: 1.2em;
    font: 16px/1.3 'n-font';
    color: inherit;
    vertical-align: middle;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    visibility: hidden;
}
input[type="checkbox"], input[type="radio"], td, select {
    vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

.bg_culture_01 {
  background-image:url(assets/images/intro/img_culture_01.jpg);
  background-position: bottom -200px center;
  background-size: cover;
  background-repeat: no-repeat;
 }
.bg_bigdata_01 {
  background-image:url(assets/images/business/bg_bigdata_02.png);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
  }
.bg_bigdata_02 {
  background-image:url(assets/images/business/bg_bigdata_03.jpg);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_marketing_01 {
  background-image:url(assets/images/business/bg_marketing_02.png);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_marketing_02 {
  background-image:url(assets/images/business/bg_marketing_03.png);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_marketing_03 {
  background-image:url(assets/images/business/bg_marketing_04.png);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_royalty_01 {
  background-image:url(assets/images/business/bg_royalty_02.png);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_royalty_02 {
  background-image:url(assets/images/business/bg_royalty_03.png);
  background-position: bottom 0px left 30%;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg_royalty_03 {
  background-image:url(assets/images/business/bg_royalty_04.jpg);
  background-position: bottom 0px right 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg_lpay_02 {
  background-image:url(assets/images/business/bg_lpay_02.jpg);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_society_01 {
  background-image:url(assets/images/intro/bg_society_02.jpg);
  background-position: bottom 0px right -400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_lpay_01 {
  background-image:url(assets/images/business/bg_lpay_03.png);
  background-position: bottom 0px center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg_lpay_03 {
  background-image:url(assets/images/business/bg_lpay_04.png);
  background-position: bottom 0px center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .bg_lpay_01 {
    background-image:url(assets/images/business/bg_lpay_03_m.png);
    background-position: bottom 0px center;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .bg_lpay_03 {
    background-image:url(assets/images/business/bg_lpay_04_m.png);
    background-position: bottom 0px center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.align-center { text-align:center; }
.content-tab > div {
  display: none;
}
.content-tab > div.active {
  display: block;
}
.lpoint-card-list::after {
  content: "";
  display: block;
  clear: both;
}
.lpoint-card-list .lpoint-card-info {
  float: left;
  width:348px;
  padding-top:80px;
  margin-right: 30px;
}
.lpoint-card-list .lpoint-card-info:last-child {
  margin-right: 0px;
}
.lpoint-card-list .lpoint-card-info .lpoint-card-desc {
  color:#4a4a4a;
  font-size: 1em;
  line-height: 1.43;
  letter-spacing: -0.9px;
}

@media screen and (min-width: 320px) and (max-width:1024px) {
  .lpoint-card-list .lpoint-card-info {
    float: left;
    width:285px;
    padding-top:64px;
    margin-right: 10px;
  }
}

.slide-msg .frame {
  position:relative;
  padding:0px;
}
.slide-msg.bg_phone .frame:before {
  content:"";
  position:absolute;
  left:40px;
  right:0;
  top:0;
  margin:0 auto;
  width:278px;
  height:528px;
  overflow:hidden;
  z-index:40;
  background-image: url(assets/images/img_phone.png);
  background-repeat: no-repeat;
  background-position: top 0px left 0px;
  background-size: 278px;
}
.slide-msg .frame .item-list {
  margin:0 auto;
  width:100%;
  z-index:50;
}
.slide-msg .frame .item-list .graph img {
  margin: 0 auto;
  max-width:568px;
}
.slide-msg .frame .item-list .poster {
  text-align: center;
}
.slide-msg .frame .item-list .poster img {
  width:42%;
  max-width:391px;
  display: inline-block !important;
  margin:0 2%;
}
.slide-msg .frame .item-list .phone img {
  margin: 0 auto;
  max-width:377px;
}
.slide-msg .frame .swipe {
  position:absolute;
  top:40%;
  cursor: pointer;
}
.slide-msg .frame .swipe.p {
  left:-20px;
  width:19px;
  height:36px;
  z-index: 60;
  background-image: url(assets/images/btn_pagenation.png);
  background-repeat: no-repeat;
  background-position: top 0px left 0px;
  background-size: 38px;
  font-size: 0em;
  color: transparent;
  text-align:left;
}
.slide-msg .frame .swipe.n {
  right:-20px;
  width:19px;
  height:36px;
  z-index: 60;
  background-image: url(assets/images/btn_pagenation.png);
  background-repeat: no-repeat;
  background-position: top 0px left -19px;
  background-size: 38px;
  font-size: 0em;
  color: transparent;
  text-align:right;
}
@media screen and (min-width: 320px) and (max-width:768px) {
  .slide-msg .frame .swipe.p,
  .slide-msg .frame .swipe.n {
    display: none;
  }
}
.slide-msg .frame .swipe > button {
  margin:0;
  padding:20px;
  background:none;
  box-sizing:border-box;
}

.benefit-msg {
  position: relative;
}
.benefit-msg::after {
  content:"";
  display: block;
  clear: both;
}
.benefit-msg span.line-gray {
  display: block;
  height:2px;
  width:20px;
  margin:40px 0 25px;
  background: #999;
}
.benefit-msg .list-benefit {
  float: left;
}
.benefit-msg .label-benefit {
  float: left;
  min-width:150px;
  width:15%;
  font-size: 2.426em;
  color:#000;
  line-height: 1.42;
  letter-spacing: 0.2px;
  text-align: left;
}
.benefit-msg .list-benefit ul li {
  display: inline-block;
  width:130px;
  text-align: center;
  margin-right: 30px;
}
.benefit-msg .list-benefit ul li img {
  width:118px;
}
.benefit-msg .list-benefit ul li p {
  font-size: 0.857em;
}
.benefit-msg .list-benefit ul li p em {
  font-size: 1.33em;
}

em.black { color:#000; }
em.blue { color:#009bfa; }

.normal-msg.lpay-wave {
  position: relative;
}
.normal-msg.lpay-wave img {
  position:absolute;
  top:0px;
  right:-40px;
  max-width:159px;
}

@media screen and (min-width: 320px) and (max-width:768px) {
  .benefit-msg .list-benefit ul li {
    display: inline-block;
    width:130px;
    text-align: center;
    margin-right: 5px;
  }

  .normal-msg.lpay-wave img {
    position:absolute;
    top:80px;
    right:0px;
    width:159px;
  }
}

.recruit-wrap dl dt {
  font-size: 1.426em;
  color:#000;
  font-weight: 400;
}
.recruit-wrap dd {
  display: block;
  margin:0px;
}
.recruit-wrap dd::after {
  content:"";
  display: block;
  clear: both;
}
.recruit-wrap dd .process-circle-wrap {
  width:740px;
  margin:0 auto;
}
.recruit-wrap dd .process-circle-wrap::after {
  content:"";
  display: block;
  clear: both;
}
.recruit-wrap .process-circle {
  display: table;
  position: relative;
  float:left;
  width:180px;
  height:180px;
  background:#f5f5f5;
  border-radius:50%;
  text-align: center;
  vertical-align: middle;
  margin:20px 100px 20px 0;
}
.recruit-wrap .process-circle:not(:nth-child(3n))::after {
  content:"";
  display: inline-block;
  position: absolute;
  top:84px;
  right:-50px;
  width:7px;
  height:15px;
  background: url(assets/images/arrow_process.png) top 0px left 0px no-repeat;
  background-size:7px 15px;
}
.recruit-wrap .process-circle:nth-child(3n) {
  margin:20px 0px 20px 0;
}
.recruit-wrap .process-circle span {
  display: table-cell;
  font-size: 1em;
  color:#4a4a4a;
  vertical-align: middle;
  line-height: 1.157;
}
.recruit-wrap .process-circle span em {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25em;
  color:#999;
}
.recruit-wrap .process-circle.blue{
  background:#009bfa;
  color:#fff;
}
.recruit-wrap .process-circle.blue span {
  color:#fff;
}
.recruit-wrap .process-circle.blue span em {
  color:#fff;
}
.recruit-wrap .recruit-detail h2 {
    font-size: 2.286em;
    letter-spacing: -2px;
}
.recruit-wrap .recruit-detail dt {
  font-size: 1.429em;
  color:#000;
  line-height: 1.2;
  letter-spacing: -1.3px;
  font-weight: 400;
  margin-top:80px;
}
.recruit-wrap .recruit-detail dd {
  margin:0px;
  font-size: 1.143em;
  letter-spacing: -1px;
}
.recruit-wrap .recruit-detail dd.process {
  padding:40px 0px;
  border-top:1px solid #000;
  border-bottom:1px solid #d0d0d0;
}
.recruit-wrap .recruit-detail dd.process .process-wrap {
  margin:0 auto;
}
.recruit-wrap .recruit-detail dd p {
  position: relative;
  color:#4a4a4a;
  font-size: 1em;
}
.recruit-wrap .recruit-detail dd p .desc {
  display: block;
  padding:10px 14px 0;
  font-size: 0.875em;
}
.recruit-wrap .recruit-detail dd a {
  color:#009bfa;
  text-decoration: underline;
}
.recruit-wrap .recruit-detail dd a.download {
  display: inline-block;
  margin:30px 0;
}
.recruit-wrap .recruit-detail dd table,
.recruit-wrap .recruit-detail dd table th,
.recruit-wrap .recruit-detail dd table td {
  border:0px;
  padding:0;
}
.recruit-wrap .recruit-detail dd table th {
  color:#000;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: normal;
  width:150px;
}
.recruit-wrap .recruit-detail dd table p {
  padding-left:10px;
}
.recruit-wrap .recruit-detail dd table p::before {
  position: absolute;
  content:"	\2022";
  top:0px;
  left:0px;

}
.recruit-wrap .recruit-detail dd.list ul::after {
  content:"";
  display: block;
  clear: both;
}
.recruit-wrap .recruit-detail dd.list {
  font-size: 1em;
}
.recruit-wrap .recruit-detail dd.list li {
  display:inline-block;
  width:47.8%;
  padding:40px 0 10px;
  margin:0px;
  font-size:0;
  line-height:0;
  vertical-align:top;
  border-top:1px solid #000;
  box-sizing: border-box;
}
.recruit-wrap .recruit-detail dd.list li:nth-child(odd) {
  margin-right:4%;
}
.recruit-wrap .recruit-detail dd.list li table {
  font-size: 14px;
  line-height: 1.25;
}
.recruit-wrap .recruit-detail dd.list li p {
  font-size: 16px;
  line-height: 1.25;
}
.recruit-wrap .recruit-detail dd.list li p em {
  font-size: .857em;
  color:#999;
}

@media screen and (min-width: 781px) and (max-width:960px) {
  .recruit-wrap dd .process-circle-wrap {
    width:100%;
    margin:0 auto;
  }
  .recruit-wrap .process-circle {
    width:140px;
    height:140px;
    margin:20px 80px 20px 0;
  }
  .recruit-wrap .process-circle span {
    font-size: 1em;
  }
  .recruit-wrap .process-circle span em {
    font-size: 1.286em;
  }
  .recruit-wrap .process-circle:not(:nth-child(3n))::after {
    top:64px;
    right:-44px;
  }
  .recruit-wrap .recruit-detail dd.list li {
    display:block;
    width:100%;
  }
}
@media screen and (max-width:780px) {
  .recruit-wrap dd .process-circle-wrap {
    width:100%;
    margin:0 auto;
  }
  .recruit-wrap .recruit-detail dd.list li {
    display:block;
    width:100%;
  }
  .recruit-wrap .recruit-detail dd table th {
    width:100px;
  }
}
@media screen and (min-width: 680px) and (max-width:780px) {

  .recruit-wrap .process-circle {
    width:120px;
    height:120px;
    margin:20px 54px 20px 0;
  }
  .recruit-wrap .process-circle span {
    font-size: 1em;
  }
  .recruit-wrap .process-circle span em {
    font-size: 1.286em;
  }
  .recruit-wrap .process-circle:not(:nth-child(3n))::after {
    top:54px;
    right:-34px;
  }
  .recruit-wrap .recruit-detail dd.list li {
    display:block;
    width:100%;
  }
}
@media screen and (min-width: 510px) and (max-width:680px){
  .recruit-wrap .process-circle {
    width:120px;
    height:120px;
    margin:20px 0px;
  }
  .recruit-wrap .process-circle:nth-child(odd){
    margin:20px 56px 20px 0;
  }
  .recruit-wrap .process-circle:nth-child(even)::after {
    display: none;
  }
  .recruit-wrap .process-circle:nth-child(odd)::after{
    content:"";
    display: inline-block;
    position: absolute;
    top:54px;
    right:-34px;
    width:7px;
    height:15px;
    background: url(assets/images/arrow_process.png) top 0px left 0px no-repeat;
    background-size: 7px 15px;
  }
}
@media screen and (min-width: 320px) and (max-width:509px){
  .recruit-wrap .process-circle {
    width:120px;
    height:120px;
    margin:20px 0px;
  }
  .recruit-wrap .process-circle:nth-child(odd){
    margin:20px 8% 20px 0;
  }
  .recruit-wrap .process-circle:nth-child(even)::after {
    display: none;
  }
  .recruit-wrap .process-circle:nth-child(odd)::after{
    content:"";
    display: inline-block;
    position: absolute;
    top:54px;
    right:-18px;
    width:7px;
    height:15px;
    background: url(assets/images/arrow_process.png) top 0px left 0px no-repeat;
    background-size: 7px 15px;
  }
  .recruit-wrap .recruit-detail dd {
    font-size: 1em;
    letter-spacing: -1px;
  }
  .recruit-wrap .recruit-detail dd table th,
  .recruit-wrap .recruit-detail dd table td {
    display: block;
    padding-top: 10px;
  }
  .recruit-wrap .recruit-detail dd p {
    font-size: 14px;
  }
  .recruit-wrap .recruit-detail dd p .desc {
    font-size: 1em;
  }
  .recruit-wrap .recruit-detail dd.list li table p {
    font-size:14px;
  }
}

#img-culture-stat { max-width: 374px; }
#img-culture-smart { max-width: 531px; }
#img-bigdata-analystic { max-width: 330px; }
#img-bigdata-gcrm { max-width: 240px; }
#img-bigdata-right { max-width: 394px; }
#img-marketing-store { max-width:780px; }
#img-lpay-wave { max-width:411px; }

@media screen and (min-width: 320px) and (max-width:480px) {
  #img-marketing-store { max-width:480px; }
}

input[type="text"], input[type="password"], input[type="tel"],input[type="number"]{padding:0px;height:22px;border:none;background:#fff;color:#666;font-size:14px;line-height:24px;width:100%;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;outline:none;font-size:13px;color:#333;font-weight: 400;}

.inner_box input[type="radio"] {position:relative;top:0px;margin:0; padding:0;-webkit-appearance: none;width:20px;height:20px;cursor:pointer;outline:none;background:url(/n_img/radio_off.png) no-repeat 0 0 / 100%;}
.inner_box input[type="radio"]:checked{width:20px;height:20px;background:url(/n_img/radio_on.png) no-repeat 0 0;}

/* btn_bg */
.btn_ty1{border:1px solid #e7e7e7;}
.btn_ty1 a{color:#999 !important;transition: background-color 1s ease;}
.btn_ty1 a:hover{color:#666 !important;background:#ebebeb;}
/* 
.grdbtn01 a{
	background: #8D7F5B;
	background: -webkit-linear-gradient(left, #7C745F , #8D7F5B);
	background: -o-linear-gradient(right, #7C745F, #8D7F5B); 
	background: -moz-linear-gradient(right, #7C745F, #8D7F5B);
	background: linear-gradient(to right, #7C745F ,#8D7F5B);
}
*/


.grdbtn01 a{
	background: #D2232A;
	background: -webkit-linear-gradient(left, #D2232A ,#D2232A);
	background: -o-linear-gradient(right, #D2232A, #D2232A); 
	background: -moz-linear-gradient(right, #D2232A, #D2232A);
	background: linear-gradient(to right,#D2232A ,#D2232A);
}



.grdbtn01 a:before{
	display:block;position:absolute;left:0px;top:0px;width:100%;height:100%;opacity:0;
	background: -webkit-linear-gradient(left, #8D7F5B ,#7C745F);
	background: -o-linear-gradient(right, #8D7F5B, #7C745F);
	background: -moz-linear-gradient(right, #8D7F5B, #7C745F);
	background: linear-gradient(to right, #8D7F5B,#7C745F);
	transition: opacity 2s ease;
}
.grdbtn01 a:hover:before {
	opacity: 1;
}

/* input_box */
.input_box{padding:10px 20px;border:1px solid #e8e8e8;    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;}
.input_box input{font-size:14px;}

@media screen and (min-width:768px) {

 .sb_tit{margin-bottom:60px;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;}
 .sb_tit strong{display:block;text-align:center;font-size:50px;font-weight:300;margin-bottom:20px; color: #000;font-family: 'Noto Sans KR', serif;}
 .sb_tit span{    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 350;
    color: #666;}

/* 로그인 */
.login_wrap{width:640px;background:#fff;margin:0 auto;}
.line_box{position:relative;}
.line_box .line{width:1px;height:60px;position:absolute;left:50%;top:-40px;background:#ddd;z-index:1000;}



.login_wrap .login_input_box{padding:80px 70px 100px;}
.login_wrap .login_input_box ul{padding-bottom:20px;}
.login_wrap .login_input_box ul li{margin-bottom:10px;}
.login_wrap .lg_btn{position:relative;margin-bottom:50px;}
.login_wrap .lg_btn .login_btn{position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;}
.login_wrap .lg_btn a{display:block;height:60px;line-height:60px;color:#fff;font-size:18px;text-align:center; font-weight: 400;}
.login_wrap .lg_btn a:before{content:"로그인";}
.login_wrap .find_btn a:before{content:"아이디 찾기";}


.login_wrap .pw_btn a:before {
    content: "비밀번호 찾기";
}


.login_wrap .lg_btn .btnn {
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
}




.login_wrap .lg_btn .find_btn{position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;}


.login_wrap .sns_btn li{border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;overflow:hidden;}
.login_wrap .sns_btn li a{position:relative;display:block;padding-left:60px;color:#fff;font-size:16px;font-weight: 400;text-align:center;line-height:50px;transition: opacity 1s ease;}
.login_wrap .sns_btn li a span{display:block;position:absolute;left:0px;top:0px;width:60px;height:50px;}
.login_wrap .sns_btn li a:hover{opacity:0.8;}

.login_wrap .mem_btn{padding-top:20px;border-top:1px solid #e8e8e8;text-align:center;}
.login_wrap .mem_btn a{margin:0px;font-size:14px;padding:0 14px;border-right:1px solid #f6f6f6;border-left:1px solid #ebebeb;color:#666;    font-weight: 400;}
.login_wrap .mem_btn a.first{border-left:none;}
.login_wrap .mem_btn a.last{border-right:none;}




/* 회원가입 */
.join_wrap{width:100%;max-width:1440px;margin:0 auto;background:#fff;}
.join_wrap .inner{padding:80px 40px 100px;min-height: 700px;}
.join_wrap .inner .step_num_info{position:relative;width:700px;height:67px;margin:0 auto 100px;}
.join_wrap .inner .step_num_info div{position:absolute;top:0px;color:#77777b;z-index:10;}
.join_wrap .inner .step_num_info div span{display:block;height:39px;margin:0 auto 10px;}
.join_wrap .inner .step_num_info .sn_line{position:absolute;left:0px;top:19.5px;width:100%;height:1px;background:url(/n_img/step_vline.png) repeat-x left 0;}
.join_wrap .inner .step_num_info div.num1{left:0px;}
.join_wrap .inner .step_num_info div.num1 .icon{background:#fff url(/n_img/step_01.png) no-repeat center 0;}
.join_wrap .inner .step_num_info div.num2{left:50%;
	-webkit-transform:translateX(-50%); /*  크롬 */
	-moz-transform:translateX(-50%); /* FireFox */
	-o-transform:translateX(-50%); /* Opera */
	transform:translateX(-50%);
}
.join_wrap .inner .step_num_info div.num2 .icon{background:#fff url(/n_img/step_02.png) no-repeat center 0;}
.join_wrap .inner .step_num_info div.num3{right:0px;}
.join_wrap .inner .step_num_info div.num3 .icon{background:#fff url(/n_img/step_03.png) no-repeat center 0;}
.join_wrap .inner .step_num_info div.on{color:#000; font-weight: 400;}
.join_wrap .inner .step_num_info div.on .icon{background:#fff url(/n_img/step_ok.png) no-repeat center 0;}

.join_privacy_box{}
.join_privacy_box > dl{margin-bottom:90px;}
.join_privacy_box > dl.pri_mb{margin-bottom:80px;}
.join_privacy_box > dl > dt{position:relative;margin-bottom:25px;}
.join_privacy_box > dl > dt strong{font-size:34px;font-weight:300;}
.join_privacy_box > dl > dt .ck_box{position:absolute;right:0px;bottom:0px;}
.join_privacy_box > dl > dt .ck_box label{margin-left:8px;font-size:16px;color:#888;    font-weight: 400;}
.join_privacy_box > dl > dd{height:300px;    background: #FCFCFC;
    border: 1px solid #e5e5e5;overflow-y:auto;margin:0;    font-weight: 350;
    color: #888;}
.join_privacy_box > dl > dd .txt_box{margin:25px;color:#888;line-height:26px;}
.join_privacy_box > dl > dd .privacy_txt{padding:0px;}
.join_privacy_box > dl > dd .privacy_txt p br{display:none;}
.join_privacy_box > dl > dd .agree_txt{padding:0px;}

.join_privacy_box .all_ck_box{margin-bottom:40px;text-align:center;}
.join_privacy_box .all_ck_box label{font-size:16px;margin-left:8px;color:#888;    font-weight: 400;}

.join_btn{padding-top:60px;border-top:1px solid #e8e8e8;}
.join_btn .btn_wrap{    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 430px;
    margin: 0 auto 40px;}

.join_btn .btn_wrap.cc{    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 208px;
    margin: 0 auto 40px;}

.join_btn .btn_wrap.ty2{width:220px;}
.join_btn .btn_wrap .btnn{width:208px;float:left;position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;}
.join_btn .btn_wrap .btnn a{    display: block;
    height: 58px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;}
.join_btn .btn_wrap .btnn.grdbtn01{width:208px;margin-left:10px;}
.join_btn .btn_wrap .btnn.grdbtn01 a{color:#fff;height:60px;}
/*
.join_btn .btn_wrap .btnn.grdbtn01 a:before{content:"다음";}
*/
.join_btn .btn_wrap .btnn.write_btn a:before{content:"신청하기";}

/* 회원정보입력 */
.join_write > dl{margin-bottom:30px;}
.join_write dl.last{margin-bottom:0px;}
.join_write dl dt{position:relative;margin-bottom:25px;font-size:30px;font-weight:300;}
.join_write dl dt span{display:block;font-size:18px;color:#888;margin-top:5px;line-height:26px;}
.join_write dl dt span.stxt{position:absolute;right:0px;bottom:0px;font-size:14px;margin-top:0px;line-height:22px;}
.join_write dl dd ul{border-top:2px solid #77777b;}
.join_write dl dd ul li{position:relative;min-height:45px;padding:20px 0 20px 230px;border-bottom:1px solid #e8e8e8;}
.join_write dl dd ul li .inner_box{overflow:hidden;font-weight: 400;}
.join_write dl dd ul li .label{display:block;position:absolute;left:0px;top:0px;width:190px;height:100%;vertical-align:middle;background:#fff;}
.join_write dl dd ul li .label em{position:absolute;left:40px;top:50%;transform: translate(0, -50%);font-size:16px;color:#555;line-height:22px;font-weight: 400;}
.join_write dl dd ul li .label em span{display:block;font-size:14px;color:#888;}
.join_write dl dd ul li .input_box{float:left;width:298px;    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;}
.join_write dl dd ul li .input_box.cc{float:left;width:100%;}

.join_write dl dd ul li .ck_info{float:left;margin-left:15px;line-height:44px;color:#aaa;font-size:14px;}
.join_write dl dd ul li .ck_info.on{padding-left:30px;background:url(/n_img/id_on.png) no-repeat left center;color:#000;}
.join_write dl dd ul li .ck_info.off{padding-left:30px;background:url(/n_img/id_off.png) no-repeat left center;color:#e6596d;}

.join_write dl dd ul li .ck_box{padding-top:10px;}
.join_write dl dd ul li .ck_box label{margin-left:8px;font-size:14px;color:#888;}
.join_write dl dd ul li .ck_box label strong{color:#666;font-weight:400;    margin-right: 15px;}

.join_write dl dd ul li .address_box .add_btn{float:left;width:120px;height:44px;margin-left:10px;background:#8C7E5B;color:#fff;    font-size: 14px;
    font-weight: 400;border-radius:2px;-webkit-border-radius:2px;-o-border-radius:2px;-moz-border-radius:2px;overflow:hidden;text-align:center;line-height:44px;}
.join_write dl dd ul li .address_box .input_box{width:100%;max-width:560px;}
.join_write dl dd ul li .address_box .box2{margin:10px 0;}
.join_write dl dd ul li .address_box .box1 .input_box{width:120px;}

.join_write dl dd ul li .select_mb{margin-top:10px;}
.join_write dl dd ul li .select_mb.first{margin-top:0px;}
.join_write dl dd ul li .select_box{float:left;}
.join_write dl dd ul li .select_box.ty1{width:160px;margin-right:10px;}
.join_write dl dd ul li .select_box.ty2{width:260px;}
.join_write dl dd ul li .select_box.ty3{width:340px;}
.join_write dl dd ul li .plus_btn{float:left;width:30px;margin-left:10px;height:44px;background:url(../images/icon/select_plus_icon.png) no-repeat center center;}
.join_write dl dd ul li .delete_btn{float:left;width:20px;margin-left:10px;height:44px;background:url(../images/icon/select_delete.png) no-repeat center center;}
.join_write dl dd ul li .stxt{display:block;padding-top:15px;font-size:14px;color:#888;}

.join_write dl dd.sns_join{padding:70px 100px;background:#f8f8f8;border-top:1px solid #e8e8e8;overflow:hidden;}
.join_write dl dd.sns_join .naver_btn{float:left;line-height:45px;}
.join_write dl dd.sns_join .naver_btn strong{float:left;margin-right:25px;color:#555;font-size:20px;font-weight:400;}
.join_write dl dd.sns_join .naver_btn a{float:left;width:196px;border:2px solid #00c73c;background:#fff;color:#00c63c;    font-size: 14px;
    font-weight: 400;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;overflow:hidden;text-align:center;}
.join_write dl dd.sns_join .naver_btn a em{padding-left:23px;background:url(../images/icon/join_naver_icon.png) no-repeat left center;}

.join_write dl dd.sns_join .kakao_btn{float:right;line-height:45px;}
.join_write dl dd.sns_join .kakao_btn strong{float:left;margin-right:25px;color:#555;font-size:20px;font-weight:400;}
.join_write dl dd.sns_join .kakao_btn a{float:left;width:196px;border:2px solid #ffbf13;background:#fff;color:#ffbf13;    font-size: 14px;
    font-weight: 400;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;overflow:hidden;text-align:center;}
.join_write dl dd.sns_join .kakao_btn a em{padding-left:28px;background:url(../images/icon/join_kakao_icon.png) no-repeat left center;}
.join_write dl dd.sns_join a{transition: opacity 1s ease;}
.join_write dl dd.sns_join a:hover{opacity:0.7;}

.join_write dl dd ul li .double_select{overflow:hidden;}
.join_write dl dd ul li .double_select .select_box{float:left;margin-right:10px;width:250px;}
.join_write dl dd ul li .double_select .select_box.last{margin-right:0px;}

.join_finish{text-align:center;}
.join_finish .tit{font-size:34px;margin-bottom:15px;line-height:48px;font-weight: 300;}
.join_finish .tit strong{color:#8C7E5B;font-weight: 400;}
.join_finish span{font-size:20px;font-weight:300;color:#666;}

.join_write .stxt_type{color:#888;}

.join_btn.finish{border-top:none;}
.join_btn.finish .grdbtn01 a:before{content:"로그인" !important;}

.join_write dl dd ul li .date_box .input_box{position:relative;}
.join_write dl dd ul li .date_box .input_box .cal_wrap{position:absolute;right:20px;top:10px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont{display:none;position:absolute;left:-240px;top:35px;width:280px;background:red;z-index:3000;box-shadow:10px 10px 30px 1px #ccc;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .bg_arrow{position:absolute;right:20px;top:-6px;display:block;width:12px;height:6px;background:url(../images/bg/cal_bg_arrow.png) no-repeat 0 0;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month{position:relative;background:#5c81c0;padding:16px 0;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month strong{display:block;text-align:center;font-size:16px;color:#fff;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month a{position:absolute;display:block;width:11px;height:20px;top:50%;margin-top:-10px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month a.prev{background:url(../images/btn/cal_month_prev.png) no-repeat 0 0;left:20px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month a.next{background:url(../images/btn/cal_month_next.png) no-repeat 0 0;right:20px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb{padding:25px;background:#fff;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table{width:100%;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table thead th{text-align:center;font-size:14px;font-weight:400;padding:7px 0;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td a{display:block;padding:7px 0;text-align:center;font-size:14px;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td span{display:block;padding:7px 0;text-align:center;font-size:14px;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;color:#ddd;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td a.excess{color:#a8bee5;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td a:hover{background:#5c81c0;color:#fff;}

.join_write dl dd ul li .area_box{/*margin-right:40px;*/border:1px solid #e8e8e8;padding:15px;    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;}
.join_write dl dd ul li .area_box textarea{border:none;outline:none;width:100%;padding:0px;margin:0px;resize:none;height:150px;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;font-size:14px;line-height:22px;}

.join_write dl dd .txt_box{margin-bottom:80px;color:#888;line-height:26px;height:240px;overflow-y:scroll;background: #FCFCFC;
    border: 1px solid #e5e5e5;padding:30px;    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;}
.join_write dl dd .txt_box .privacy_txt{padding:0px !important;}

.join_write dl dd .all_ck_box{margin-bottom:40px;text-align:center;}
.join_write dl dd .all_ck_box label{font-size:16px;margin-left:8px;color:#888;font-weight:400}

.login_wrap .find_btn_txt {
    padding-top: 15px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}
}
.agree_txt li{

    margin-bottom: 0.9375rem;
    margin-top: 0;
	    font-weight: 350;
    color: #888;
	    line-height: 1.7;

}

@media screen and (max-width:768px) {
.sb_tit{margin-bottom:40px;}
.sb_tit strong{display:block;text-align:center;font-size:30px;font-weight:normal;margin-bottom:20px;font-family: 'Noto Sans KR', serif;}
.sb_tit span{display:block;text-align:center;font-size:15px;font-weight:350;color:#666;}

/* 로그인 */
.login_wrap{background:#fff;margin:0 0px;}
.line_box{position:relative;}
.line_box .line{width:1px;height:40px;position:absolute;left:50%;top:-20px;background:#ddd;z-index:1000;}

.login_wrap .login_input_box{padding:40px 13px 50px;}
.login_wrap .login_input_box ul{padding-bottom:10px;}
.login_wrap .login_input_box ul li{margin-bottom:10px;}
.login_wrap .lg_btn{margin-bottom:30px;}
.login_wrap .lg_btn .btn{position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;}


.login_wrap .lg_btn .find_btn{position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;}



.login_wrap .lg_btn a{display:block;height:45px;line-height:45px;color:#fff;font-size:16px;text-align:center; font-weight: 400;}

.login_wrap .sns_btn li{border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;overflow:hidden;}
.login_wrap .sns_btn li a{position:relative;display:block;padding-left:60px;color:#fff;font-size:14px; font-weight: 400;text-align:center;line-height:50px;transition: opacity 1s ease;}
.login_wrap .sns_btn li a span{display:block;position:absolute;left:0px;top:0px;width:60px;height:50px;}
.login_wrap .sns_btn li a:hover{opacity:0.8;}

.login_wrap .mem_btn{text-align:center;padding-top:15px;border-top:1px solid #e8e8e8;}
.login_wrap .mem_btn a{margin:0px;font-size:13px;padding:0 10px;border-right:1px solid #f6f6f6;border-left:1px solid #ebebeb;color:#666; font-weight: 400;}
.login_wrap .mem_btn a.first{border-left:none;}
.login_wrap .mem_btn a.last{border-right:none;}



.login_wrap .lg_btn .login_btn{position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;}


.login_wrap .lg_btn .btnn {
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
}




/* 아이디 찾기 */
.login_wrap .find_btn_txt{padding-top:15px;color:#aaa;font-size:13px;text-align:center;}
.login_wrap .find_info{margin-top:30px;padding:30px 0;background:#f0f0f0;}
.login_wrap .find_info dt{color:#555;font-size:14px;margin-bottom:15px;text-align:center;}
.login_wrap .find_info dt span{padding-left:22px;background:url(../images/icon/find_info_icon.png) no-repeat left center;}
.login_wrap .find_info dd{text-align:center;font-size:13px;line-height:22px;color:#888;}
.login_wrap .find_info dd a{font-weight:bold;color:#5c81c0;}

/* 아이디 찾기 결과 */
.login_wrap .find_ok_icon{margin-bottom:20px;text-align:center;}
.login_wrap .find_ok_txt{margin-bottom:20px;font-size:20px;text-align:center;font-weight:300;line-height:30px;}
.login_wrap .find_ok_txt em{font-weight:400;color:#5c81c0;}
.login_wrap .find_ok_txt span{display:block;padding-top:10px;font-size:16px;color:#aaa;line-height:24px;}
.login_wrap .pw_btn{margin-bottom:30px;}

/* 비밀번호 찾기 결과 */
.pw_ok_btn{padding-top:20px;border-top:1px solid #e8e8e8;}
.pw_ok_btn .btn_wrap{overflow:hidden;}
.pw_ok_btn .btn_wrap .btn{width:48%;float:left;position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;margin:0 1%;}
.pw_ok_btn .btn_wrap .btn a{display:block;height:43px;line-height:45px;font-size:16px;text-align:center;font-weight:bold;border:1px solid #e7e7e7;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;}
.pw_ok_btn .btn_wrap .btn.grdbtn01 a{color:#fff;height:45px;}

/* 회원가입 */
.join_wrap{margin:0 0px;background:#fff;}
.join_wrap .inner{padding:40px 20px 50px;}
.join_wrap .inner .step_num_info{position:relative;height:67px;margin:0 15px 30px;}
.join_wrap .inner .step_num_info div{position:absolute;top:0px;color:#77777b;z-index:10;font-size:13px;}
.join_wrap .inner .step_num_info div span{display:block;height:34px;margin:0 auto 10px;}
.join_wrap .inner .step_num_info .sn_line{position:absolute;left:0px;top:17px;width:100%;height:1px;background:url(/n_img/step_vline.png) repeat-x left 0;}
.join_wrap .inner .step_num_info div.num1{left:0px;}
.join_wrap .inner .step_num_info div.num1 .icon{background:#fff url(/n_img/step_01.png) no-repeat center 0 / 34px;}
.join_wrap .inner .step_num_info div.num2{left:50%;
	-webkit-transform:translateX(-50%); /*  크롬 */
	-moz-transform:translateX(-50%); /* FireFox */
	-o-transform:translateX(-50%); /* Opera */
	transform:translateX(-50%);
}
.join_wrap .inner .step_num_info div.num2 .icon{background:#fff url(/n_img/step_02.png) no-repeat center 0 / 34px;}
.join_wrap .inner .step_num_info div.num3{right:0px;}
.join_wrap .inner .step_num_info div.num3 .icon{background:#fff url(/n_img/step_03.png) no-repeat center 0 / 34px;}
.join_wrap .inner .step_num_info div.on{color:#000; font-weight: 400;}
.join_wrap .inner .step_num_info div.on .icon{background:#fff url(/n_img/step_ok.png) no-repeat center 0 / 34px;}

.join_privacy_box{}
.join_privacy_box > dl{margin-bottom:50px;}
.join_privacy_box > dl.pri_mb{margin-bottom:40px;}
.join_privacy_box > dl > dt{position:relative;margin-bottom:15px;}
.join_privacy_box > dl > dt strong{font-size:20px;font-weight:400;}
.join_privacy_box > dl > dt .ck_box{position:absolute;right:0px;bottom:0px;}
.join_privacy_box > dl > dt .ck_box label{margin-left:4px;font-size:14px;color:#888;    font-weight: 400;}
.join_privacy_box > dl > dd{height:200px;

background: #FCFCFC;
    border: 1px solid #e5e5e5;

overflow-y:auto;webkit-overflow-scrolling:touch;margin: 0 0px 0px;}
.join_privacy_box > dl > dd .txt_box{margin:15px;color:#888;line-height:22px;font-size:13px;}
.join_privacy_box > dl > dd .privacy_txt{padding:0px;}
.join_privacy_box > dl > dd .privacy_txt p br{display:none;}
.join_privacy_box > dl > dd .agree_txt{padding:0px;}

.join_privacy_box .all_ck_box{margin-bottom:25px;text-align:center;}
.join_privacy_box .all_ck_box label{font-size:16px;margin-left:8px;color:#888;font-weight:400;}

.join_btn{padding-top:30px;border-top:1px solid #e8e8e8;}
.join_btn .btn_wrap{    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;}
.join_btn .btn_wrap .btnn {
    width: 38%;
    /* float: left; */
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
    margin: 0 1%;
    display: inline-block;
}
.join_btn .btn_wrap .btnn.cc{width:48%;float:none;position:relative;border-radius:30px;-webkit-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;overflow:hidden;margin:0 auto;}

.join_btn .btn_wrap .btnn a{    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    border: 0px solid #e7e7e7;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;}
.join_btn .btn_wrap .btnn.grdbtn01 a{color:#fff;height:33px;border:none;}

.join_btn .btn_wrap.ty2 .btn{width:100%;margin:0;}

/* 회원정보입력 */
.join_write dl{margin-bottom:40px;}
.join_write dl.last{margin-bottom:0px;}
.join_write dl.mnone{display:none;}
.join_write dl dt{margin-bottom:15px;font-size:22px;font-weight:300;}
.join_write dl dt span{display:block;font-size:18px;color:#888;margin-top:5px;line-height:26px;}
.join_write dl dd ul{border-top:2px solid #77777b;}
.join_write dl dd ul li{position:relative;min-height:45px;padding:20px 0 20px 200px;border-bottom:1px solid #e8e8e8;}
.join_write dl dd ul li .inner_box{overflow:hidden;}
.join_write dl dd ul li .label{display:block;position:absolute;left:0px;top:0px;width:180px;height:100%;vertical-align:middle;background:#fff;}
.join_write dl dd ul li .label em{position:absolute;left:30px;top:50%;transform: translate(0, -50%);font-size:18px;color:#555;line-height:22px;}
.join_write dl dd ul li .label em span{display:block;font-size:14px;color:#888;}
.join_write dl dd ul li .input_box{width:298px;}
.join_write dl dd ul li .ck_info{line-height:44px;color:#aaa;font-size:14px;}
.join_write dl dd ul li .ck_info.on{padding-left:30px;background:url/n_img/id_on.png) no-repeat left center;color:#7eca58;}
.join_write dl dd ul li .ck_info.off{padding-left:30px;background:url(/n_img/id_off.png) no-repeat left center;color:#e6596d;}

.join_write dl dd ul li .ck_box{position:relative;padding:15px 15px 0 30px;line-height:22px;}
.join_write dl dd ul li .ck_box label{font-size:14px;color:#888;margin-right: 15px;}
.join_write dl dd ul li .ck_box label strong{color:#666;font-weight:400;}
.join_write dl dd ul li .ck_box label strong.cc{color:#666;font-weight:400;margin-left: 25px;}
.join_write dl dd ul li .ck_box input{position:absolute;left:0px;top:15px;}

.join_write dl dd ul li .ck_box input.cc{
    position: absolute;
    left: 70px;
    top: 15px;
}

.join_write dl dd ul li .address_box .add_btn{float:left;width:80px;height:44px;margin-left:10px;background:#8C7E5B;color:#fff;font-size:14px;font-weight:400;border-radius:0px;-webkit-border-radius:0px;-o-border-radius:0px;-moz-border-radius:6px;overflow:hidden;text-align:center;line-height:44px;}
.join_write dl dd ul li .address_box .input_box{width:80%;max-width:560px;}
.join_write dl dd ul li .address_box .box2{margin:10px 0;}
.join_write dl dd ul li .address_box .box1 .input_box{float:left;width:80px;}

.join_write dl dd ul li .select_mb{margin-top:10px;}
.join_write dl dd ul li .select_mb.first{margin-top:0px;}
.join_write dl dd ul li .select_box{float:left;}
.join_write dl dd ul li .select_box.ty1{width:120px;margin-right:10px;}
.join_write dl dd ul li .select_box.ty2{width:180px;}
.join_write dl dd ul li .select_box.ty3{width:auto;}
.join_write dl dd ul li .plus_btn{float:left;width:24px;margin-left:10px;height:44px;background:url(../images/icon/select_plus_icon.png) no-repeat center center / 24px;}
.join_write dl dd ul li .delete_btn{float:left;width:14px;margin-left:10px;height:44px;background:url(../images/icon/select_delete.png) no-repeat center center / 14px;}
.join_write dl dd ul li .stxt{display:block;padding-top:15px;font-size:14px;color:#888;line-height:22px;}

.join_write dl dd.sns_join{padding:70px;background:#f8f8f8;border-top:1px solid #e8e8e8;overflow:hidden;}
.join_write dl dd.sns_join .naver_btn{float:left;line-height:45px;}
.join_write dl dd.sns_join .naver_btn strong{display:block;margin-right:25px;color:#555;font-size:16px;font-weight:400;text-align:center;}
.join_write dl dd.sns_join .naver_btn a{display:block;width:176px;border:2px solid #00c73c;background:#fff;color:#00c63c;font-size:16px;font-weight:400;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;overflow:hidden;text-align:center;}
.join_write dl dd.sns_join .naver_btn a em{padding-left:23px;background:url(../images/icon/join_naver_icon.png) no-repeat left center;}

.join_write dl dd.sns_join .kakao_btn{float:right;line-height:45px;}
.join_write dl dd.sns_join .kakao_btn strong{display:block;margin-right:25px;color:#555;font-size:16px;font-weight:400;text-align:center;}
.join_write dl dd.sns_join .kakao_btn a{display:block;width:176px;border:2px solid #ffbf13;background:#fff;color:#ffbf13;font-size:16px;font-weight:400;border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;overflow:hidden;text-align:center;}
.join_write dl dd.sns_join .kakao_btn a em{padding-left:28px;background:url(../images/icon/join_kakao_icon.png) no-repeat left center;}
.join_write dl dd.sns_join a{transition: opacity 1s ease;}
.join_write dl dd.sns_join a:hover{opacity:0.7;}

.join_write .fnone{float:none !important;}

.join_finish{text-align:center;}
.join_finish .tit{font-size:22px;margin-bottom:15px;line-height:32px;font-weight: 300;}
.join_finish .tit strong{color:#8C7E5B;font-weight: 400;}
.join_finish span{font-size:16px;font-weight:300;color:#666;}

.join_btn.finish{border-top:none;}

.join_write dl dd ul li .date_box .input_box{position:relative;}
.join_write dl dd ul li .date_box .input_box .cal_wrap{position:absolute;right:20px;top:13px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_on{display:block;width:18px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_on img{width:100%;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont{display:none;position:absolute;left:-220px;top:35px;width:280px;background:red;z-index:3000;box-shadow:10px 10px 30px 1px #ccc;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .bg_arrow{position:absolute;right:40px;top:-6px;display:block;width:12px;height:6px;background:url(../images/bg/cal_bg_arrow.png) no-repeat 0 0;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month{position:relative;background:#5c81c0;padding:16px 0;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month strong{display:block;text-align:center;font-size:16px;color:#fff;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month a{position:absolute;display:block;width:11px;height:20px;top:50%;margin-top:-10px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month a.prev{background:url(../images/btn/cal_month_prev.png) no-repeat 0 0;left:20px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_month a.next{background:url(../images/btn/cal_month_next.png) no-repeat 0 0;right:20px;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb{padding:25px;background:#fff;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table{width:100%;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table thead th{text-align:center;font-size:14px;font-weight:400;padding:7px 0;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td a{display:block;padding:7px 0;text-align:center;font-size:14px;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td span{display:block;padding:7px 0;text-align:center;font-size:14px;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;color:#ddd;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td a.excess{color:#a8bee5;}
.join_write dl dd ul li .date_box .input_box .cal_wrap .cal_cont .cal_tb table tbody td a:hover{background:#5c81c0;color:#fff;}

.join_write dl dd ul li .area_box{border:1px solid #e8e8e8;padding:15px;}
.join_write dl dd ul li .area_box textarea{border:none;outline:none;width:100%;padding:0px;margin:0px;resize:none;height:80px;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;font-size:14px;line-height:22px;}

.join_write dl dd .txt_box{margin-bottom:40px;color:#888;line-height:26px;height:140px;overflow-y:scroll;background:#f5f5f5;padding:30px;}
.join_write dl dd .txt_box .privacy_txt{padding:0px !important;}

.join_write dl dd .all_ck_box{margin-bottom:40px;text-align:center;}
.join_write dl dd .all_ck_box label{font-size:14px;margin-left:8px;color:#888;}

.join_write dl dd ul li .double_select{overflow:hidden;}
.join_write dl dd ul li .double_select .select_box{width:100%;margin-bottom:10px;}
.join_write dl dd ul li .double_select .select_box.last{margin-bottom:0px;}

.join_write .stxt_type{color:#888;font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;}













}

.inputItem.iNumber {

    padding: 10px 20px;

}
.inputItem.iNumber select{width:90px}
.inputItem select {
    overflow: visible;
    display: inline-block;
    width: 180px;
    height: 45px;
    color: #333;
    padding: 5px 10px;
    border: 0;
        font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 2px solid #323236;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/n_img/select_arrow.gif) no-repeat 100% 50%;
    box-sizing: border-box;
	font-weight: 400;
}


.inputItem select option{
	 font-weight: 400;
}


.inputItem input {
    width: 140px;
    height: 45px;
    line-height: 24px;
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dee1e4;
    font-family: "Open Sans","Noto Sans KR","Lato",  Helvetica, Arial, sans-serif;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 10px 20px;
	    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
}

.inputItem .insert {
    display: inline-block;
    margin: 10px 10px;
    vertical-align: middle;
}

@media screen and (max-width:768px){

.inputItem .iNumber{
    width: calc(100% - 0px);
}
.inputItem .iNumber select, .inputItem .iNumber input {
    width: calc((100% - 30px) / 3);
}
.inputItem .insert {
    font-size: 13px;
}

 .inputItem .iEmail .insert, .inputItem .insert {
    margin: 10px 2px;
}

	.join_write dl dt span{font-size:14px;line-height:24px;}

	.join_write dl dd ul li{position:relative;min-height:45px;padding:15px 0px 10px;border-bottom:1px solid #e8e8e8;}
	.join_write dl dd ul li .inner_box{overflow:hidden;}
	.join_write dl dd ul li .label{display:block;position:relative;left:auto;top:auto;width:100%;margin-bottom:10px;background:#none;background:none;}
	.join_write dl dd ul li .label em{position:relative;left:auto;top:auto;font-size:18px;color:#555;line-height:22px;}
	.join_write dl dd ul li .label em br{display:none;}
	.join_write dl dd ul li .label em span{display:inline;margin-left:5px;font-size:14px;color:#888;}
	.join_write dl dd ul li .input_box{width:auto;}
	.join_write dl dd ul li .ck_info{display:block;padding-top:10px;line-height:24px;}

	.join_write dl dd.sns_join{padding:20px 0px;}
	.join_write dl dd.sns_join strong{margin-right:0px !important;}
	.join_write dl dd.sns_join .naver_btn{float:none;line-height:40px;margin-bottom:20px;}
	.join_write dl dd.sns_join .naver_btn a{margin:0 auto;}
	.join_write dl dd.sns_join .kakao_btn{float:none;line-height:40px;}
	.join_write dl dd.sns_join .kakao_btn a{margin:0 auto;}

	.mypage_cont .mypg_sec dd .wr_list li {position:relative;min-height:45px;padding:15px 10px;border-bottom:1px solid #e8e8e8;}
	.mypage_cont .mypg_sec dd .wr_list li .inner_box{overflow:hidden;}
	.mypage_cont .mypg_sec dd .wr_list li .label{display:block;position:relative;left:auto;top:auto;width:100%;margin-bottom:10px;background:#none;background:none;}
	.mypage_cont .mypg_sec dd .wr_list li .label em{position:relative;left:auto;top:auto;font-size:18px;color:#555;line-height:22px;}
	.mypage_cont .mypg_sec dd .wr_list li .label em br{display:none;}
	.mypage_cont .mypg_sec dd .wr_list li .label em span{display:inline;margin-left:5px;font-size:14px;color:#888;}
	.mypage_cont .mypg_sec dd .wr_list li .input_box{width:auto;}
	.mypage_cont .mypg_sec dd .wr_list li .ck_info{display:block;padding-top:10px;line-height:24px;}
	.mypage_cont .mypg_sec dd .wr_list li .ck_box{position:relative;padding:15px 15px 0 30px;line-height:22px;}
	.mypage_cont .mypg_sec dd .wr_list li .ck_box{position:relative;padding:15px 15px 0 30px;line-height:22px;}
	.mypage_cont .mypg_sec dd .wr_list li .ck_box label{font-size:14px;color:#888;}
	.mypage_cont .mypg_sec dd .wr_list li .ck_box label strong{color:#666;}
	.mypage_cont .mypg_sec dd .wr_list li .ck_box input{position:absolute;left:0px;top:15px;}

	.mypage_cont .mypg_sec dd.sns_join{padding:20px 0px;}
	.mypage_cont .mypg_sec dd.sns_join strong{margin-right:0px !important;}
	.mypage_cont .mypg_sec dd.sns_join .naver_btn{float:none;line-height:40px;margin-bottom:20px;}
	.mypage_cont .mypg_sec dd.sns_join .naver_btn a{margin:0 auto;}
	.mypage_cont .mypg_sec dd.sns_join .kakao_btn{float:none;line-height:40px;}
	.mypage_cont .mypg_sec dd.sns_join .kakao_btn a{margin:0 auto;}


}



/* primary tab */
.primary-tab {
  position: relative;
  display: block;
  margin: 10px 0;
  font-size: 13px; 
      padding-top: 20px;
  
  }

.primary-tab.tabs {
  margin: 0;
  padding-right: 1px;
      padding: 50px 90px 0px;
  
  }

.primary-tab.tab-3 li {
  width: 33.333%; }

.primary-tab.tab-4 li {
  width: 25%; }

.primary-tab.tab-5 li {
  width: 20%; }

.primary-tab.tab-6 li {
  width: 16.667%; }

.primary-tab li {
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  text-decoration: none; }
  .primary-tab li.is-current {
    z-index: 2; }

.primary-tab a {
  display: block;
  margin-right: -1px;
  padding: 0.8em 0;
  border: 1px solid #fff;
  border-bottom-color:#e8e8e8;
  background-color: #fff;
  color: #727272;
  text-align: center; 
     font-weight: 400;
  
  }

.primary-tab li.is-current a,
.primary-tab a:focus, .primary-tab a:hover {
  display: block;
  margin-right: -1px;
  padding: 0.8em 0;
  border: 1px solid #fff;
  border-bottom-color:#222;
  background-color: #fff;
  color: #222;
  text-align: center; 
     font-weight: 400;
  }

@media (min-width: 48em) {
  .primary-tab {
    padding-right: 1px;
    margin: 0;
    font-size: 14px; }
  .primary-tab .select-selector {
    zoom: 1;
    display: block;
    overflow: visible;
    position: static;
    padding: 0;
    z-index: 10; }
    .primary-tab .select-selector:before {
      content: '';
      display: block; }
    .primary-tab .select-selector:after {
      content: '';
      display: table;
      clear: both; }
    .primary-tab .select-selector:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background-color: #999;
      z-index: 1; }
  .primary-tab a {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; } 
	
	
	
	
	}
@media screen and (max-width:780px) {
.primary-tab.tabs {
    margin: 0;
    padding-right: 1px;
    padding: 30px 20px 30px;
}

}


.t-wrap {
    position: relative;
    /* max-width: 1400px; */
    max-width: 1000px;
    margin: 0 auto;
    /* padding: 0 15px; */
    padding-top: 20px;
}
.l-m-full {
    padding-top: 0px;
}

	.product-header {
  text-align: center; 
      margin-bottom: 30px;
  
  }
  .product-header h1 {
    height: 42px;
    color: #222;
    font-size: 1.214em;
    line-height: 2.6; }


.product-sorting {
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #ddd;
}
.col-m-12 {
    width: 100%;
	float: none;
}
.t_wrap:before, .l-x-large:before, .l-wide:before, .row:before, .gnb:before, .footer:before, .clearfix:before, .func:before, .primary-tab:before, .list-table .gift-row-list:before, .pagination:before, .ui-helper-clearfix:before, .article-section:before, .curation-list:before, .prize:before, .product-list:before, .infographic-frame:before, .now-list:before, .life-gift:before, .life-product:before, .communitea-list:before, .life-title .by-line:before, .reservation-payment-info:before, .common-section:before, .shop-item:before, .ab-header:before, .order-state:before, .order-state-list:before, .order-state-list li:before, .wallet:before, .my-ab:before, .mp-qna:before, .cs-wrap .mobile:before, .cs-head:before, .cs-detail .won-list:before, .ms-q:before, .ms-a:before, .membership:before, .membership .coupon-head:before, .tealeaf:before, .tealeaf .item-box ul:before, .beauty:before, .sitemap-list:before {
    content: '';
    display: block;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "n-font";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.product-sorting .selectbox.input--wide {
    width: 100%;
}
.product-sorting .selectbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index: 10;
    height: 40px;
    /* border: 1px solid #ccc; */
    background: #fff;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
}
.product-sorting .selectbox {
    border-color: transparent;
}
.product-sorting .selectbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index: 10;
    height: 40px;
    border: 0px solid #ccc;
    background: #fff;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
}
.product-sorting .selectbox .selector {
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12px 40px 0 0px;
    height: 100%;
    margin: 0;
    color: #333;
    line-height: 1.1;
    font-weight: normal;
    vertical-align: middle;
    font-family: 'Lato','Noto Sans KR',sans-serif;
    /* font-weight: 900; */
}
.product-sorting .selectbox .selector-text {
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    font-family: 'Lato','Noto Sans KR',sans-serif;

}
.selectbox .icon-arr-down {
    bottom: 12px;
}
.selectbox .icon-arr-up, .selectbox .icon-arr-down {
    position: absolute;
    right: 12px;
}
.icon-arr-down:before {
    content: '\e80c';
}
.selectbox .icon-arr-up {
    display: none;
    bottom: 13px;
}
.selectbox .icon-arr-up, .selectbox .icon-arr-down {
    position: absolute;
    right: 12px;
}
.selectbox.is-active .icon-arr-up, .selectbox.is-current .icon-arr-up {
    display: inline-block;
    color: #888;
}
.selectbox .icon-arr-up {
    display: none;
    bottom: 13px;
}
.icon-arr-up:before {
    content: '\e80b';
}


.selectbox .selectbox-option {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 101;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #555;
    border-top-color: #ccc;
    background-color: #fff;
    color: #888;
    outline: 0;
    -webkit-box-shadow: "0px 1px 1px rgba(0,0,0,0.2)";
    -moz-box-shadow: "0px 1px 1px rgba(0,0,0,0.2)";
    box-shadow: "0px 1px 1px rgba(0,0,0,0.2)";
}


.product-sorting .selectbox .selectbox-option {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 101;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ccc;
    /* border-top-color: #ccc; */
    background-color: #fff;
    color: #888;
    outline: 0;
    width: 100%;
    -webkit-box-shadow: "0px 1px 1px rgba(0,0,0,0.2)";
    -moz-box-shadow: "0px 1px 1px rgba(0,0,0,0.2)";
    box-shadow: "0px 1px 1px rgba(0,0,0,0.2)";
}
.selectbox .selectbox-option li {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}
.product-sorting .selectbox .selectbox-option a, .product-sorting .selectbox .selectbox-option label {
    display: block;
    padding: 10px 10px 10px 15px;
    color: inherit;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'Lato','Noto Sans KR',sans-serif;

}

.product-sorting .selectbox .selectbox-option .is-active{
 
    color: #000;
}

@media (min-width: 64em){
.is-for-small {
    display: none !important;
}
}
.selectbox.is-active .icon-arr-down, .selectbox.is-current .icon-arr-down {
    display: none;
}

.order-tabs {
  zoom: 1;
  position: relative;
  margin: 40px 0;
}

.order-tabs:before {
  content: '';
  display: block;
}

.order-tabs:after {
  content: '';
  display: table;
  clear: both;
}

.order-tabs:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 1;
  background-color: #000;
}

.order-tabs li {
  float: left;
  width: 11.11%;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid;
}
.order-tabs li:last-child{


  width: 11.12%;

}
.order-tabs li .tab {
  display: block;
  font-size: 13px;
  padding: 10px 0 12px 0;
  margin-left: 0px;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  background-color: #f0f0f0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  border-left: 0px;
      font-weight: 400;
}

.order-tabs li .tab:hover {
  background: #fbfbfb;
}

.order-tabs li:first-child .tab {
  margin-left: 0;
  border-left: 1px solid #e4e4e4;
}

.order-tabs li.is-current:before {
  display: none;
}

.order-tabs li.is-current .tab {
       color: #000;
    font-family: 'Lato','Noto Sans KR',sans-serif;
    font-weight: 400;
    padding-top: 10px;
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
    background-color: #FFF;
    margin-left: 0;
    z-index: 3;
}
.order-tabs li.is-current {
    border-bottom: 0px solid;
}
.order-state {
  position: relative;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  .order-state .h {
    color: #222;
    font-size: 1.4em;
    font-weight: bold;
    padding: 1.154em 1.154em 0; }
  .order-state-list {
    padding: 4% 0; }
    .order-state-list li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      float: left;
      width: 50%;
      height: 100%;
      padding: 0;
      margin: 0 auto;
      font-size: 12px;
      text-align: center;
      vertical-align: top; }
      .order-state-list li:before {
        content: '\e80e';
        position: absolute;
        top: 10px;
        left: -50%;
        width: 100%;
        height: auto;
        text-align: center;
        color: #ccc;
        font-family: "n-font"; }
      .order-state-list li:first-child:before {
        display: none; }
      .order-state-list li.is-active .icon {
        color: #fff;
        background-color: #74824c; }
      .order-state-list li.is-active .desc {
        color: #74824c; }
    .order-state-list .icon {
      display: block;
      width: 35px;
      height: 35px;
      margin: 0 auto;
      color: #fff;
      font-size: 1.4em;
      line-height: 35px;
      border-radius: 100%;
      background-color: #ccc; }
      .order-state-list .icon:before {
        width: 100%; }
    .order-state-list .icon-order-receive:before,
    .order-state-list .icon-delivery-done:before,
    .order-state-list .icon-cancel-done:before,
    .order-state-list .icon-order-cancel:before,
    .order-state-list .icon-exchange:before,
    .order-state-list .icon-return-application:before {
      margin-left: 2px; }
    .order-state-list .desc {
      display: block;
      color: #999;
      margin-top: .5em;
      margin-bottom: .3em; }
      .order-state-list .desc br {
        display: none; }
    .order-state-list .time {
      display: block;
      font-size: .85em;
      color: #999; }
    .order-state-list .em {
      color: #999;
      font-weight: bold; }
    .order-state-list .icon-arr-right {
      display: none;
      position: absolute;
      top: 20px;
      left: 0;
      color: #ccc;
      font-size: 20px; }
  .order-state.state-3 li {
    width: 33.333%; }
  .order-state.state-4 li {
    width: 25%; }
  .order-state.state-5 li {
    width: 20%; }
  @media (min-width: 30em) {
    .order-state-list li {
      padding: 0 15px; }
      .order-state-list li:before {
        top: 14px;
        left: -10px;
        width: 15px;
        height: 25px;
        font-size: 16px; }
    .order-state-list .icon {
      width: 50px;
      height: 50px;
      font-size: 2em;
      line-height: 1.9; } }
  @media (min-width: 48em) {
    .order-state .h {
      float: left;
      padding-top: 3.763%;
      padding-left: 4.839%; }
    .order-state-list {
      width: 240px;
      margin: 0 auto;
      padding: 3.25% 0; }
      .order-state-list li {
        font-size: 13px; }
        .order-state-list li .icon {
          width: 70px;
          height: 70px;
          font-size: 2.8em;
          line-height: 1.85; }
        .order-state-list li:before {
          top: 17px;
          left: -14px;
          font-size: 24px; }
    .order-state.state-3 .order-state-list {
      width: 360px; }
    .order-state.state-4 .order-state-list {
      width: 480px; }
    .order-state.state-5 .order-state-list {
      width: 580px; } }
  @media (min-width: 64em) {
    .order-state-list {
      width: 300px; }
      .order-state-list li {
        font-size: 14px; }
      .order-state-list .icon {
        font-size: 2.5em; }
    .order-state.state-3 .order-state-list {
      width: 450px; }
    .order-state.state-4 .order-state-list {
      width: 600px; }
    .order-state.state-5 .order-state-list {
      width: 100%; } }

.list-summary {
  height: 30px;
  margin-bottom: 8px; }
  .list-summary p {
    margin: 0;
    line-height: 30px; 
	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;
    font-weight: 400;
	}

/* mypage index
-------------------------------------- */
.mypage-order {
  position: relative; }

.mypage-order .order-state {
  padding-bottom: 50px; }
  .mypage-order .order-state-list .icon {
    color: #333;
    font-size: 2em;
    line-height: 1.2;
    background-color: transparent; }



.inquiry-box {
    padding: 15px;
    background-color: #f6f6f6;
}

@media (min-width: 48em){
.inquiry-box {
    margin: 0 0 20px;
    padding: 20px;
}
.inquiry .btn-group {
    width: 239px;
}

}
@media (min-width: 25.875em){
.inquiry-box {
    margin: -5px 0 15px;
}
}

.inquiry-pad {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

@media (min-width: 37.5em){
.inquiry-pad {
    text-align: center;
}
.inquiry .btn-group {
    display: inline-block;
    width: 177px;
}
.inquiry .input-groupv {
    display: inline-block;
    margin: 0 3px;
}
.inquiry .input-date {
    padding-left: 0.8em;
    padding-right: 0.8em;
}
}
.btn-group .btnn {
    min-width: 0;
    font-size: 11px;
    margin: 0 0 0 -1px;
    border-color: #ccc;
}
.inquiry .set-period {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
}

.inquiry-box button {
    min-width: 0;
    font-size: 12px;
}



  .mypage-order .order-state-list .desc {
    display: inline-block;
    color: #333;
    font-weight: normal; }
  .mypage-order .order-state-info {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 13px;
    border-top: 1px solid #e5e5e5;
    text-align: center; }
    .mypage-order .order-state-info li {
      display: inline-block;
      margin: 0 1em; }
    .mypage-order .order-state-info strong {
      color: #999; }
    .mypage-order .order-state-info em {
      color: #f1663b; }

@media (min-width: 25.875em) {
  .mypage-order .order-state-list .icon {
    font-size: 3em; } }

@media (min-width: 48em) {
  .mypage-order .h {
    position: absolute;
    top: 45px;
    left: 45px;
    font-size: 1.286em; }
  .mypage-order .order-state {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 150px; }
    .mypage-order .order-state-list .icon {
      font-size: 4em;
      line-height: 1.3; }
    .mypage-order .order-state-info {
      bottom: 30px;
      left: 45px;
      width: 120px;
      padding: 0;
      border-top: 0 none;
      text-align: left; }
      .mypage-order .order-state-info li {
        display: block;
        margin: 4px 0; } }

@media (max-width: 42.49em) {
  .mypage-order .order-state-list li:before {
    top: 12px;
    margin: auto;
    bottom: 0; }
  .mypage-order .order-state-list .em {
    display: block; }
  .mypage-order .order-state-list em {
    position: static; } }

.mypage-info {
  margin-top: 8.036%; }
  .mypage-info .h {
    display: none; }
  .mypage-info-menu li {
    border-bottom: 1px solid #e5e5e5; }
  .mypage-info-menu .info-anchor {
    position: relative;
    display: block;
    position: relative;
    padding: 10px 12px; }
    .mypage-info-menu .info-anchor:hover {
      text-decoration: none; }
  .mypage-info-menu .icon {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    height: 100%;
    vertical-align: middle;
    margin-top: 20px;
    color: #555;
    font-size: 3em; }
  .mypage-info-menu strong {
    display: block;
    color: #333;
    font-size: 14px;
	 font-weight: 400;
    margin-bottom: .5em; }
  .mypage-info-menu .more {
    display: block;
    font-size: 12px;
	 font-weight: 400;
	}
    .mypage-info-menu .more .icon-arr-right {
   margin-top: 0px;
    vertical-align: top;
  }
  @media (min-width: 42.5em) {
    .mypage-info .h {
      display: block;
      padding-bottom: 5px; }
    .mypage-info-menu {
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #ccc;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .mypage-info-menu li {
        display: table-cell;
        border-left: 1px solid #e5e5e5;
        border-bottom: 0 none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        .mypage-info-menu li:first-child {
          border-left: 0 none; }
      .mypage-info-menu .info-anchor {
        padding: 5.357% 8.036%; } 
		
	
		
		
		
		}

.wallet {
  position: relative;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ccc; }

.wallet-section .h {
  color: #333;
  font-weight: bold;
  font-size: 14px; }

.wallet-row {
  box-sizing: border-box;
  padding: 20px 15px; }
  .wallet-row .h {
    margin-bottom: 0.5em; }
  .wallet-row .h2 {
    font-size: 1em; }
    .wallet-row .h2 i {
      vertical-align: top;
      margin-top: 1px;
      font-size: 10px; }
  .wallet-row p {
    margin: 0; }
  .wallet-row .date {
    margin-top: 1.5em;
    font-size: 13px; }
    .wallet-row .date .label {
      display: inline-block;
      position: relative;
      color: #333;
      font-weight: bold;
      margin-right: 5px;
      width: 62px; }
      .wallet-row .date .label:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 12px;
        margin-top: -6px;
        background-color: #ccc; }

.wallet-cell {
  position: relative;
  padding-left: 80px;
  min-height: 40px; }
  .mypage .wallet-cell .icon-label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px; }
  .mypage .wallet-cell .icon-point {
    font-size: 56px;
    color: #758246;
    text-align: center; }
  .wallet-cell .user strong {
    color: #222; }
  .wallet-cell .user .vvip {
    color: #758246; }
  .wallet-cell .user .vip {
    color: #c88939; }
  .wallet-cell .user em {
    color: #555; }
  .wallet-cell .num {
    display: block;
    font-size: 1.385em;
    line-height: 1.2; }
    .wallet-cell .num i {
      font-weight: bold;
      font-size: 1.278em; }
  .wallet-cell .noti {
    display: block;
    margin-top: .5em; }
  .wallet-cell .func {
    margin-top: 0.8em;
    text-align: left; }

.wallet-membership {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .wallet-membership .wallet-row {
    display: inline-block;
    text-align: left; }

.wallet-point {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .wallet-point .wallet-row {
    border-top: 1px solid #e5e5e5; }
  .wallet-point .wallet-cell {
    display: inline-block;
    text-align: left; }

.wallet .point-beauty .num {
  color: #87a2c4; }

.wallet .point-leaf .num {
  color: #74824c; }

@media (min-width: 48em) {
  .wallet-cell {
    padding-left: 75px; }
    .wallet-cell .date .label {
      width: 60px; }
  .wallet-row {
    min-height: 136px;
    padding: 45px 15px 15px; }
    .wallet-row .h {
      margin-bottom: 2.5em; }
    .wallet-row .date {
      margin-top: 2.5em; }
    .wallet-row.point-beauty {
      border-top: 0 none; }
  .wallet-membership {
    float: left;
    width: 43.011%;
    border-top: 0; }
    .wallet-membership .wallet-row {
      display: block; }
  .wallet-point {
    float: left;
    width: 56.989%;
    border-left: 1px solid #e5e5e5;
    padding-left: 0;
    padding-right: 0; }
    .wallet-point .wallet-cell {
      display: block; }
    .wallet-point .func {
      position: absolute;
      top: 50%;
      right: 25px;
      margin-top: -15px; }
    .wallet-point .point-leaf .func {
      top: 50%; }
  .wallet-section .h {
    font-size: 1.3em; }}

@media (min-width: 64em) {
  .wallet-row {
    padding: 40px 0 30px 35px; }
    .wallet-row .h {
     font-size: 25px; }
  .wallet-cell {
    padding-left: 90px;
    min-height: 60px; }
    .mypage .wallet-cell .icon-label {
      width: 75px;
      height: 75px;
      margin-top: -37.5px; }
    .mypage .wallet-cell .icon-point {
      font-size: 68px; }
    .wallet-cell .num {
      font-size: 1.643em;
      letter-spacing: -0.02em; }
      .wallet-cell .num i {
        margin-right: -5px;
        font-size: 1.304em; }
  .wallet-membership .wallet-row {
    padding-left: 50px;
    padding-top: 25px; } }

.wallet-coupon {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4em; }

.wallet-coupon-list {
  margin-left: -20px; }
  .wallet-coupon-list li {
    outline: 0 none;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.wallet-coupon-empty {
  width: 100%; }
  .wallet-coupon-empty .coupon-empty {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 35px; }
    .wallet-coupon-empty .coupon-empty .icon {
      font-size: 3.5em; }
    .wallet-coupon-empty .coupon-empty p {
      margin-top: 0; }

.wallet-coupon .h {
  margin-bottom: 1em; 
      font-size: 14px;
	      font-weight: 400;
  }

.wallet-coupon .coupon-title {
  height: 25px;
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #333;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal; }
  .wallet-coupon .coupon-title else {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block; }

.wallet-coupon .slick-arrow {
  width: 20px;
  height: 20px;
  margin-top: -20px; }
  .wallet-coupon .slick-arrow:before {
    font-size: 20px; }
  .wallet-coupon .slick-arrow.slick-prev {
    left: 0px; }
  .wallet-coupon .slick-arrow.slick-next {
    right: -20px; }

@media (min-width: 48em) {
  .wallet-coupon {
    padding: 25px 0px;
    margin-bottom: 55px; }
  .wallet-coupon-list {
    margin-left: -40px; }
    .wallet-coupon-list li {
      padding-left: 40px; }
  .wallet-coupon .slick-arrow {
    width: 25px;
    height: 30px;
    margin-top: -35px; }
    .wallet-coupon .slick-arrow:before {
      font-size: 25px; }
    .wallet-coupon .slick-arrow.slick-next {
      right: -40px; } }

.mypage-gift {
  position: relative; }
  .mypage-gift .shop-section-inner {
    padding-bottom: 40px; }

.mypage .t_wrap {
  max-width: 930px; }

.mypage .primary-tab {
  margin-bottom: 20px; }
  .mypage .primary-tab.mypage-tabs {
    margin-bottom: 40px; }
    @media (min-width: 37.5em) {
      .mypage .primary-tab.mypage-tabs {
        margin-bottom: 20px; } }

.mypage .lnb-header .switch-select {
  display: none; }

.mypage .lnb-header .h {
  display: block;
  height: 42px;
  font-size: 17px;
  line-height: 2.6; }

.mypage .icon-label {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: 1px;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.mypage .icon-label-vvip {
  background-image: url(../images/a/label_vvip.png); }

.mypage .icon-label-vip {
  background-image: url(../images/a/label_vip.png); }

.mypage .icon-label-m {
  background-image: url(../images/a/label_m.png); }

.mypage .icon-label-leaf {
  background-image: url(../images/a/label_leaf.png); }

.mypage .icon-label-beauty {
  background-image: url(../images/a/label_beauty.png); }

.mypage .icon-label-coupon {
  background-image: url(../images/a/label_coupon.png); }

.mypage .list-info {
  margin-bottom: 10px; }
  .mypage .list-info strong {
    color: #333; }

.mypage .fileuploader {
  display: inline-block;
  cursor: pointer; }

.mypage .inquiry-opt {
  max-width: 360px;
  margin: 0 auto 10px;
  color: #555; }
  .mypage .inquiry-opt .checkbox {
    margin-right: 10px; }
    .mypage .inquiry-opt .checkbox label:before {
      background-color: #f6f6f6;
      margin-right: 5px;
      text-align: center; }
  @media (min-width: 37.5em) {
    .mypage .inquiry-opt {
      max-width: 540px;
      margin-bottom: 15px; }
      .mypage .inquiry-opt .checkbox {
        margin-right: 15px; } }
  @media (min-width: 48em) {
    .mypage .inquiry-opt {
      max-width: 630px; } }

.mypage .btn--small {
  padding: 4px 9px; }

@media (min-width: 42.5em) {
  .mypage .btn--small {
    padding: 4px 13px;
   /* border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-radius: 3px; */
	
	
	} }


.notice-item .h {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Lato','Noto Sans KR',sans-serif;
    margin-bottom: 1em;
}

.notice-item .exchange-list .item {
  position: relative;
  padding-left: 150px;
}

.notice-item .exchange-list .item + .item {
  margin-top: 20px;
}

.notice-item .exchange-list .tl {
position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-weight: 400;
       font-family: 'Lato','Noto Sans KR',sans-serif;
    font-size: 13px;
    line-height: 18px;
}


.notice-item .dot-list{

       font-family: 'Lato','Noto Sans KR',sans-serif;
    font-size: 13px;
	    font-weight: 400;

}

.notice-more {
  zoom: 1;
  margin: 0 -15px;
}

.notice-more:before {
  content: '';
  display: block;
}

.notice-more:after {
  content: '';
  display: table;
  clear: both;
}


.notice-section {
  margin-top: 50px;
}

.notice-set {
  background-color: #f7f7f7;
  border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
}

.notice-item {
  padding: 30px 40px;
  border-top: 1px dashed #ddd;
}

.notice-item:first-child {
  border-top: 0;
}
.notice-more .more {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  text-decoration: none;
}

.notice-more .more span {
  display: block;
  padding: 11px;
  border-left: 1px solid #ddd;
      font-size: 13px;
}

.notice-more .more .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  font-size: 8px;
}

@media (max-width: 63.99em) {
  .notice-set {
    margin-bottom: 50px;
  }
}

@media (max-width: 47.99em) {
  .notice-set {
    display: none;
  }
}
.inquiry .input-wrap {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.input-wrap {
    overflow: hidden;
    position: relative;
}
@media (min-width: 48em) {
  .notice-more {
    display: none;
  }
  .inquiry .input-wrap {
    width: 140px;
}
.inquiry	[type="text"] {
    height: 40px;
}
}

	
.deliver-step {
  zoom: 1;
  text-align: center;
}

.deliver-step:before {
  content: '';
  display: block;
}

.deliver-step:after {
  content: '';
  display: table;
  clear: both;
}

.deliver-step .tl {
  display: block;
  margin-top: 1em;
  color: #222;
   	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;
	font-size:13px;
	 font-weight: 400;
}

.deliver-step .date,
.deliver-step .p {
  margin-top: 0.3em;
  margin-bottom: 0;
     margin-top: 0.3em;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}

.deliver-step .date {
  display: none;
}

.deliver-step .icon {
  text-align: center;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #ddd;
}

.deliver-step .icon:before {
    font-size: 30px;
    margin-top: 20px;
}

.deliver-step .item {
  position: relative;
  display: inline-block;
  width: 15.66667%;
  text-align: center;
  vertical-align: top;
  color: #888;
}

.deliver-step .item:before {
  content: '';
  position: absolute;
  top: 35px;
  left: -10px;
  font-size: 16px;
  font-family: "n-font";
  content: '\e80e';
}

.deliver-step .item:first-child:before {
  display: none;
}

.deliver-step .item.is-current .tl {
  color: #b61c21;
}

.deliver-step .item.is-current .date {
  display: block;
}

.deliver-step .item.is-current .icon {
  color: #FFF;
  background-color: #b61c21;
  border-color: #b61c21;
}

.deliver-step .item.is-active .tl {
  color: #79746e;
}

.deliver-step .item.is-active .date {
  display: block;
}

.deliver-step .item.is-active .icon {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.deliver-step-list .item {
  width: 19%;
}

.deliver-step-list .item .icon {
  border: 0;
}

.icon-message:before {
    content: '\e842';
}

.icon-payment:before {
    content: '\e839';
}

.icon-product:before {
    content: '\e836';
}

.icon-delivery-completed:before {
    content:'\e837';
}
.icon-confirm:before {
    content: '\e81D';
}

.order-step-head {
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
}

.order-step-head .item-head {
  padding: 8px 15px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f7f7f7;
}

.order-step-head .item-cont {
  padding: 20px 15px;
}

.order-step-head .range-list dl {
  position: relative;
  margin: 5px 0;
  font-size: 1.1em;
}

.order-step-head .range-list dt {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  color: #827e79;
  }

.order-step-head .range-list dd {
  padding-left: 80px;
}

.order-step-head .range-list dd strong {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 13px;
}

.icon-delivery:before {
    content: '\e838';
}
.mypage-order .deliver-step .icon {
    text-align: center;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto;
}
.mypage-order .deliver-step .tl {
  display: inline-block;
  margin-top: 1em;
  color: #222;
   font-weight: 400;
	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;
}
.mypage-order .deliver-step .tl {
    display: inline-block;
    margin-top: 1em;
    color: #222;
    font-weight: 400;
	    font-size: 13px;
	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;
}
@media (min-width: 48em) {
  .mypage .lnb-header .switch-select {
    display: block; }
  .mypage .lnb-header .h {
    height: auto;
    font-size: 32px;
    line-height: 1.5; }
	
	.mypage-order .deliver-step .icon {
    width: 70px;
    height: 70px;
    font-size: 2.8em;
    line-height: 1.25;
}
	
	}



.order-list {
  font-size: 1.1em;
  border: 1px solid #e4e4e4;
 

}

.order-list .item {
  zoom: 1;
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.order-list .item:before {
  content: '';
  display: block;
}

.order-list .item:after {
  content: '';
  display: table;
  clear: both;
}

.order-list .item:last-child {
  border-bottom: 0;
}

.order-list .item-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 15px 0;
      font-size: 13px;
}

.order-list .item-col {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 1%;
}

.order-list .item-head {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
}

.order-list .item-head .item-inner {
  color: #827e79;
/*padding:5px 0;*/
    font-weight: 400;
}
.order-list .item-head .item-inner .checkbox label {
    display: inline-block;
    padding: 0;
    line-height: 1.3;
    font-size: 11px;
    font-family: 'Lato','Noto Sans KR',sans-serif;
    cursor: pointer;
    white-space: nowrap;
}
.order-list .item-head .item-col {
  text-align: center !important;
}

.order-list .item-cont .t-amount {
  font-size: 1em;
}

.order-list .item-cont .tt-date {
    font-size: 1em;
}

.order-list .item-cont .t-amount b {
  color: #333;

}

.order-list .item-cont .t-comment .td-cont a,
.order-list .item-cont .t-comment .d-comment {
  word-break: break-all;
}

.order-list .item-cont .t-volume .td-cont {
  color: #333;
    font-weight: 400;
}

.order-list .item-cont .t-volume .td-cont.txt_left {
    color: #333;
	text-align:left;
}


.order-list .item-cont .t-price .m-price {
  color: #333;
}

.order-list .item-cont .t-price .m-price b {

}

.order-list .item-cont .t-price .m-price u {
  color: #999;
  text-decoration: line-through;
}

.order-list .item-cont .t-title {
  text-align: left;
}

.order-list .item-cont .ct-title {
  text-align: left;
}

.order-list .item-cont .t-title .td-cont a {
  text-decoration: none;
      font-weight: 400;
}

.order-list .item-cont .t-title .td-cont .m-title {
  font-size: 12px;
  color: #333;
     /*  margin-left: 20px; */
	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;

}

.order-list .item-cont .ct-title .td-cont .m-title {
  font-size: 12px;
  color: #333;
  font-weight: 400;
   /*  margin-left: 20px; */
 	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;

}



.order-list .item-cont .t-title .td-cont .c-title {
  font-size: 12px;
  color: #827e79;
   /*  margin-left: 20px; */
	      letter-spacing: 0.23px;
	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;

}


.order-list .item-cont .ct-title .td-cont .c-title {
  font-size: 12px;
  color: #827e79;
  font-weight: bold;
    /*  margin-left: 20px; */
	      letter-spacing: 0.23px;
	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;

}


.order-list .item-cont .t-title .td-cont .c-title a{
  font-size: 12px;
  color: #827e79;


}
.order-list .item-cont .ct-title .td-cont .c-title a{
  font-size: 12px;
  color: #827e79;


}



.order-list .item-cont .t-title .td-cont .m-capacity {
  display: block;
   /*  margin-left: 20px; */
	 font-size: 12px;
	 color: #827e79;
	     letter-spacing: 0.23px;
		 font-weight: 400;
	font-family: "Lato",'Noto Sans KR','맑은 고딕', Open Sans, Helvetica, Arial,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;

}

.order-list .item-cont .t-title .td-cont .old-list li {
  position: relative;
  padding-right: 100px;
}

.order-list .item-cont .t-title .td-cont .old-list li .m-price {
  position: absolute;
  right: 0;
  top: 0;
}

.order-list .item-cont .t-thumb {
  zoom: 1;
}

.order-list .item-cont .t-thumb:before {
  content: '';
  display: block;
}

.order-list .item-cont .t-thumb:after {
  content: '';
  display: table;
  clear: both;
}

.order-list .item-cont .t-thumb .td-thumb {
  float: left;
}

.order-list .item-cont .t-thumb .td-cont {
  white-space: nowrap;
}

.order-list .item-cont .t-thumb .td-cont-cell {
  display: inline-block;
  min-width: 100%;
  vertical-align: middle;
  white-space: normal;
}

.order-list .item-cont .t-thumb .td-cont:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.order-list .item-cont .t-step .td-cont {
  color: #333;
  font-weight: 400;

}

.order-list .item-soldout,
.order-list .item-stopsale {
  position: relative;
}

.order-list .item-soldout:before,
.order-list .item-stopsale:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
}

.order-list .item-soldout .t-care:before,
.order-list .item-stopsale .t-care:before {
  display: none;
}

.order-list .item-not {
  text-align: center;
}

.order-list .item-not .item-inner {
  padding: 100px 0 !important;
}

.order-list .item-not .icon {
  color: #827e79;
  font-size: 30px;
}

@media (max-width: 56.24em) {
  .order-list {

  }

.mypage-info-menu .icon {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    height: 100%;
    vertical-align: middle;
    margin-top: 8px;
    color: #555;
    font-size: 3em;
}



  .order-list .item {
    padding: 0 10px;
  }

  .order-list .item-head {
    letter-spacing: -1.5px;
  }


.order-list .item:last-child {
    /* border-bottom: 0; */
   /* border-bottom: 1px solid #e4e4e4;*/
}

  .order-list.order-list-total,
  .order-list.order-list-accept,
  .order-list.order-list-old,
  .order-list.order-list-oldview,
  .order-list.order-list-coupon,
  .order-list.order-list-comment,
  .order-list.order-list-experience,
  .order-list.order-list-address,
  .order-list.order-list-cart,
  .order-list.order-list-order {
    border: 0;
  }

  .order-list.order-list-total .item,
  .order-list.order-list-accept .item,
  .order-list.order-list-old .item,
  .order-list.order-list-oldview .item,
  .order-list.order-list-coupon .item,
  .order-list.order-list-comment .item,
  .order-list.order-list-experience .item,
  .order-list.order-list-address .item,
  .order-list.order-list-cart .item,
  .order-list.order-list-order .item {
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    border: 1px solid #e4e4e4;
  }

  .order-list.order-list-total .item-inner,
  .order-list.order-list-accept .item-inner,
  .order-list.order-list-old .item-inner,
  .order-list.order-list-oldview .item-inner,
  .order-list.order-list-coupon .item-inner,
  .order-list.order-list-comment .item-inner,
  .order-list.order-list-experience .item-inner,
  .order-list.order-list-address .item-inner,
  .order-list.order-list-cart .item-inner,
  .order-list.order-list-order .item-inner {
    display: block;
    table-layout: auto;
    width: auto;
    padding: 0;
  }

.dpart_content {
    padding: 0px 0px 40px 0px;
}


.mpart_content {
    padding: 0px 0px 0px 0px;
}


  .order-list.order-list-total .item-col,
  .order-list.order-list-accept .item-col,
  .order-list.order-list-old .item-col,
  .order-list.order-list-oldview .item-col,
  .order-list.order-list-coupon .item-col,
  .order-list.order-list-comment .item-col,
  .order-list.order-list-experience .item-col,
  .order-list.order-list-address .item-col,
  .order-list.order-list-cart .item-col,
  .order-list.order-list-order .item-col {
    display: block;
    height: auto;
    margin: 0;
  }

  .order-list.order-list-total .item-head,
  .order-list.order-list-accept .item-head,
  .order-list.order-list-old .item-head,
  .order-list.order-list-oldview .item-head,
  .order-list.order-list-coupon .item-head,
  .order-list.order-list-comment .item-head,
  .order-list.order-list-experience .item-head,
  .order-list.order-list-address .item-head,
  .order-list.order-list-cart .item-head,
  .order-list.order-list-order .item-head {
    display: none;
  }

  .order-list.order-list-total .item-cont .td-label,
  .order-list.order-list-accept .item-cont .td-label,
  .order-list.order-list-old .item-cont .td-label,
  .order-list.order-list-oldview .item-cont .td-label,
  .order-list.order-list-coupon .item-cont .td-label,
  .order-list.order-list-comment .item-cont .td-label,
  .order-list.order-list-experience .item-cont .td-label,
  .order-list.order-list-address .item-cont .td-label,
  .order-list.order-list-cart .item-cont .td-label,
  .order-list.order-list-order .item-cont .td-label {
    position: absolute;
    left: 15px;
    color: #827e79;
    font-weight: 400;
  }


.list-summary {
 /* display: none; */
}

  .order-list.order-list-total .item-cont .t-thumb,
  .order-list.order-list-accept .item-cont .t-thumb,
  .order-list.order-list-old .item-cont .t-thumb,
  .order-list.order-list-oldview .item-cont .t-thumb,
  .order-list.order-list-coupon .item-cont .t-thumb,
  .order-list.order-list-comment .item-cont .t-thumb,
  .order-list.order-list-experience .item-cont .t-thumb,
  .order-list.order-list-address .item-cont .t-thumb,
  .order-list.order-list-cart .item-cont .t-thumb,
  .order-list.order-list-order .item-cont .t-thumb {
    padding: 0 15px 0 0;
  }

  .order-list.order-list-total .item-cont .t-thumb .td-thumb,
  .order-list.order-list-accept .item-cont .t-thumb .td-thumb,
  .order-list.order-list-old .item-cont .t-thumb .td-thumb,
  .order-list.order-list-oldview .item-cont .t-thumb .td-thumb,
  .order-list.order-list-coupon .item-cont .t-thumb .td-thumb,
  .order-list.order-list-comment .item-cont .t-thumb .td-thumb,
  .order-list.order-list-experience .item-cont .t-thumb .td-thumb,
  .order-list.order-list-address .item-cont .t-thumb .td-thumb,
  .order-list.order-list-cart .item-cont .t-thumb .td-thumb,
  .order-list.order-list-order .item-cont .t-thumb .td-thumb {
    width: 130px;
  }

  .order-list.order-list-total .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-accept .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-old .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-oldview .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-coupon .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-comment .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-experience .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-address .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-cart .item-cont .t-thumb .td-thumb img,
  .order-list.order-list-order .item-cont .t-thumb .td-thumb img {
    width: 130px;
  }

  .order-list.order-list-total .item-cont .t-thumb .td-cont,
  .order-list.order-list-accept .item-cont .t-thumb .td-cont,
  .order-list.order-list-old .item-cont .t-thumb .td-cont,
  .order-list.order-list-oldview .item-cont .t-thumb .td-cont,
  .order-list.order-list-coupon .item-cont .t-thumb .td-cont,
  .order-list.order-list-comment .item-cont .t-thumb .td-cont,
  .order-list.order-list-experience .item-cont .t-thumb .td-cont,
  .order-list.order-list-address .item-cont .t-thumb .td-cont,
  .order-list.order-list-cart .item-cont .t-thumb .td-cont,
  .order-list.order-list-order .item-cont .t-thumb .td-cont {
    padding-left: 130px;
    height: 130px;
  }

  .order-list.order-list-total .item-cont .t-thumb .td-cont a,
  .order-list.order-list-accept .item-cont .t-thumb .td-cont a,
  .order-list.order-list-old .item-cont .t-thumb .td-cont a,
  .order-list.order-list-oldview .item-cont .t-thumb .td-cont a,
  .order-list.order-list-coupon .item-cont .t-thumb .td-cont a,
  .order-list.order-list-comment .item-cont .t-thumb .td-cont a,
  .order-list.order-list-experience .item-cont .t-thumb .td-cont a,
  .order-list.order-list-address .item-cont .t-thumb .td-cont a,
  .order-list.order-list-cart .item-cont .t-thumb .td-cont a,
  .order-list.order-list-order .item-cont .t-thumb .td-cont a {
    font-size: 1.1em;
  }

  .order-list.order-list-total .item-cont .d-comment,
  .order-list.order-list-accept .item-cont .d-comment,
  .order-list.order-list-old .item-cont .d-comment,
  .order-list.order-list-oldview .item-cont .d-comment,
  .order-list.order-list-coupon .item-cont .d-comment,
  .order-list.order-list-comment .item-cont .d-comment,
  .order-list.order-list-experience .item-cont .d-comment,
  .order-list.order-list-address .item-cont .d-comment,
  .order-list.order-list-cart .item-cont .d-comment,
  .order-list.order-list-order .item-cont .d-comment {
    display: block;
  }

  .order-list.order-list-total .item-cont .d-star,
  .order-list.order-list-accept .item-cont .d-star,
  .order-list.order-list-old .item-cont .d-star,
  .order-list.order-list-oldview .item-cont .d-star,
  .order-list.order-list-coupon .item-cont .d-star,
  .order-list.order-list-comment .item-cont .d-star,
  .order-list.order-list-experience .item-cont .d-star,
  .order-list.order-list-address .item-cont .d-star,
  .order-list.order-list-cart .item-cont .d-star,
  .order-list.order-list-order .item-cont .d-star {
    margin-bottom: 7px;
  }

  .order-list.order-list-total .item-cont .d-star .icon,
  .order-list.order-list-accept .item-cont .d-star .icon,
  .order-list.order-list-old .item-cont .d-star .icon,
  .order-list.order-list-oldview .item-cont .d-star .icon,
  .order-list.order-list-coupon .item-cont .d-star .icon,
  .order-list.order-list-comment .item-cont .d-star .icon,
  .order-list.order-list-experience .item-cont .d-star .icon,
  .order-list.order-list-address .item-cont .d-star .icon,
  .order-list.order-list-cart .item-cont .d-star .icon,
  .order-list.order-list-order .item-cont .d-star .icon {
    color: #333;
    font-size: 15px;
  }

  .order-list.order-list-total .item-cont .d-star .icon:before,
  .order-list.order-list-accept .item-cont .d-star .icon:before,
  .order-list.order-list-old .item-cont .d-star .icon:before,
  .order-list.order-list-oldview .item-cont .d-star .icon:before,
  .order-list.order-list-coupon .item-cont .d-star .icon:before,
  .order-list.order-list-comment .item-cont .d-star .icon:before,
  .order-list.order-list-experience .item-cont .d-star .icon:before,
  .order-list.order-list-address .item-cont .d-star .icon:before,
  .order-list.order-list-cart .item-cont .d-star .icon:before,
  .order-list.order-list-order .item-cont .d-star .icon:before {
    margin: 0;
  }

  .order-list.order-list-total .item-gift,
  .order-list.order-list-accept .item-gift,
  .order-list.order-list-old .item-gift,
  .order-list.order-list-oldview .item-gift,
  .order-list.order-list-coupon .item-gift,
  .order-list.order-list-comment .item-gift,
  .order-list.order-list-experience .item-gift,
  .order-list.order-list-address .item-gift,
  .order-list.order-list-cart .item-gift,
  .order-list.order-list-order .item-gift {
    font-size: 0.9em;
    padding: 15px 20px;
    border-top: 1px solid #e4e4e4;
    background-color: #f7f7f7;
  }

  .order-list.order-list-total .item-gift .icon,
  .order-list.order-list-accept .item-gift .icon,
  .order-list.order-list-old .item-gift .icon,
  .order-list.order-list-oldview .item-gift .icon,
  .order-list.order-list-coupon .item-gift .icon,
  .order-list.order-list-comment .item-gift .icon,
  .order-list.order-list-experience .item-gift .icon,
  .order-list.order-list-address .item-gift .icon,
  .order-list.order-list-cart .item-gift .icon,
  .order-list.order-list-order .item-gift .icon {
    display: none;
  }

  .order-list.order-list-total .t-date {
    text-align: left;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #e4e4e4;
  }


.order-list.order-list-total .c-date {
    text-align: right;
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #e4e4e4;
}


  .order-list.order-list-total .t-no {
    position: absolute;
    top: 10px;
    left: 105px;
    padding-left: 20px;
    text-align: left;
  }

  .order-list.order-list-total .t-no:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #cbcbcb;
  }

  .order-list.order-list-total .t-no a {
    text-decoration: none;
  }

  .order-list.order-list-total .t-amount,
  .order-list.order-list-total .t-way,
  .order-list.order-list-total .t-step {
    text-align: right;
    padding: 5px 15px;
    background-color: #f7f7f7;
  }


.order-list.order-list-total .c-title{
    text-align: right;
    padding: 7px 7px;
    background-color: #fff;
	color: #333;
}

.order-list.order-list-cart .q-title {
    text-align: left;
    padding: 7px 7px;
    background-color: #fff;
    color: #333;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

.order-list.order-list-total .c-date{
    text-align: right;
    padding: 7px 7px;
    background-color: #f7f7f7;
}



  .order-list.order-list-total .t-amount {
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #e4e4e4;

  }

  .order-list.order-list-total .t-step {
    padding-bottom: 13px;
  }

  .order-list.order-list-accept .t-price,
  .order-list.order-list-accept .t-volume,
  .order-list.order-list-accept .t-amount {
    text-align: right;
    padding: 5px 15px;
    background-color: #f7f7f7;
  }

  .order-list.order-list-accept .t-price {
    padding-top: 13px;
    border-top: 1px solid #e4e4e4;
  }

  .order-list.order-list-accept .t-amount {
    padding-bottom: 13px;
  }

  .order-list.order-list-accept .t-amount .td-cont b {
    font-size: 1.2em;
  }

  .order-list.order-list-accept .t-amount .td-label {
    margin-top: 4px;
  }

  .order-list.order-list-old .t-date,
  .order-list.order-list-old .t-number,
  .order-list.order-list-old .t-price,
  .order-list.order-list-old .t-step {
    text-align: right;
    padding: 5px 15px;
    background-color: #f7f7f7;
  }

  .order-list.order-list-old .t-date {
    padding-top: 13px;
  }

  .order-list.order-list-old .t-date br {
    display: none;
  }

  .order-list.order-list-old .t-number {
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
  }

  .order-list.order-list-old .t-title .td-cont {
    padding: 10px 15px;
  }

  .order-list.order-list-old .t-step {
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }

  .order-list.order-list-old .t-step .td-cont b {
    font-size: 1.2em;
  }

  .order-list.order-list-old .t-step .td-label {
    margin-top: 4px;
  }

  .order-list.order-list-old .t-etc {
    text-align: center;
    padding: 13px 0;
  }

  .order-list.order-list-oldview .t-code,
  .order-list.order-list-oldview .t-option,
  .order-list.order-list-oldview .t-coupon,
  .order-list.order-list-oldview .t-price,
  .order-list.order-list-oldview .t-volume,
  .order-list.order-list-oldview .t-amount,
  .order-list.order-list-oldview .t-step {
    text-align: right;
    padding: 5px 15px;
    background-color: #f7f7f7;
  }

  .order-list.order-list-oldview .t-code {
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
  }

  .order-list.order-list-oldview .t-title .td-cont {
    padding: 10px 15px;
  }

  .order-list.order-list-oldview .t-option {
    padding-top: 13px;
    border-top: 1px solid #e4e4e4;
  }

  .order-list.order-list-oldview .t-amount .td-cont b {
    font-size: 1.2em;
  }

  .order-list.order-list-oldview .t-amount .td-label {
    margin-top: 4px;
  }

  .order-list.order-list-oldview .t-step {
    padding-bottom: 13px;
  }

  .order-list.order-list-coupon .t-benefit,
  .order-list.order-list-coupon .t-terms,
  .order-list.order-list-coupon .t-date,
  .order-list.order-list-coupon .t-step {
    background-color: #FFF;
    text-align: left;
    padding: 5px 15px 5px 100px;
  }

  .order-list.order-list-coupon .t-benefit {
    padding-top: 13px;
  }

  .order-list.order-list-coupon .t-step {
    padding-bottom: 13px;
  }

  .order-list.order-list-coupon .t-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
  }

  .order-list.order-list-coupon .t-title .td-cont {
    color: #827e79;
    padding: 12px 15px;
    font-weight: 400;
  }

  .order-list.order-list-gift .t-date {
    width: 23%;
  }

  .order-list.order-list-gift .t-phrase {
    width: 18%;
  }

  .order-list.order-list-gift .t-sort {
    display: none;
  }

  .order-list.order-list-gift .t-point {
    width: 28%;
    text-align: right !important;
  }

  .order-list.order-list-gift .t-point .td-cont {
    padding: 0 20px 0 0;
  }

  .order-list.order-list-gift .t-extinct {
    width: 23%;
  }

  .order-list.order-list-comment .t-no {
    padding: 10px 15px 3px 15px;
    text-align: left;
    background-color: #f7f7f7;
  }

  .order-list.order-list-comment .t-title {
    padding: 3px 15px 10px 15px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f7f7f7;
  }

  .order-list.order-list-comment .t-comment {
    padding: 12px 15px;
    text-align: left;
  }

  .order-list.order-list-comment .t-date {
    display: none;
  }

  .order-list.order-list-comment .t-care {
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
  }

  .order-list.order-list-experience .t-experience {
    padding: 10px 15px 3px 15px;
    text-align: left;
    background-color: #f7f7f7;
  }

  .order-list.order-list-experience .t-experience .td-cont:before {
    content: '[';
  }

  .order-list.order-list-experience .t-experience .td-cont:after {
    content: ']';
  }

  .order-list.order-list-experience .t-program {
    padding: 3px 15px 10px 15px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f7f7f7;
  }

  .order-list.order-list-experience .t-comment {
    padding: 12px 15px;
    text-align: left;
  }

  .order-list.order-list-experience .t-date {
    display: none;
  }

  .order-list.order-list-experience .t-care {
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
  }

  .order-list.order-list-address .t-checkbox {
    position: absolute;
    padding: 10px 15px;
  }

  .order-list.order-list-address .t-phrase {
    padding: 10px 15px 10px 50px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f7f7f7;
  }

  .order-list.order-list-address .t-name {
    padding: 10px 15px 5px 15px;
    text-align: left;
  }

  .order-list.order-list-address .t-address {
    padding: 5px 15px;
    text-align: left;
  }

  .order-list.order-list-address .t-tel {
    padding: 5px 15px 10px 15px;
    text-align: left;
  }

  .order-list.order-list-address .t-tel .d-tel:before {
    content: '/ ';
  }

  .order-list.order-list-address .t-care {
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
  }

  .order-list.order-list-cart .t-checkbox {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #e4e4e4;
  }

  .order-list.order-list-cart .t-price,
  .order-list.order-list-cart .t-volume,
  .order-list.order-list-cart .tt-date,
  .order-list.order-list-cart .t-amount {
    text-align: right;
    padding: 5px 15px;
    background-color: #f7f7f7;
	color: #333;
  }


  .order-list.order-list-cart .mo-title {
    text-align: right;
    padding: 5px 15px;
    background-color: #f7f7f7;
	color: #333;
  }


  .order-list.order-list-cart .t-price {
    padding-top: 7px;
	padding-bottom: 7px;
    border-top: 1px solid #e4e4e4;
  }

  .order-list.order-list-cart .t-price .td-label {
    top: 50%;
    margin-top: -10px;
  }

  .order-list.order-list-cart .t-volume .td-label {
    margin-top: 0px;
  }

  .order-list.order-list-cart .t-volume .spinner {
    display: inline-block;
    max-width: 80px;
  }

  .order-list.order-list-cart .t-amount {
    padding-bottom: 7px;
  }


  .order-list.order-list-cart .tt-date {
    padding-bottom: 7px;
	border-bottom: 1px solid #e4e4e4;
  }



  .order-list.order-list-cart .t-amount .td-cont b {
    font-size: 13px;
  }

  .order-list.order-list-cart .t-care {
    position: static;
  }

  .order-list.order-list-cart .t-care .d-de {
    display: none;
  }

  .order-list.order-list-cart .t-care .d-mo {
    position: absolute;
    right: 0;
        top: 6px;
    font-size: 18px;
    z-index: 10;
  }

  .order-list.order-list-cart .item-soldout:after,
  .order-list.order-list-cart .item-stopsale:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    color: #fff;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    background-color: #79746e;
  }

  .order-list.order-list-cart .item-soldout:after {
    content: '일시품절';
  }

  .order-list.order-list-cart .item-stopsale:after {
    content: '판매중단';
  }

  .order-list.order-list-order .t-price,
  .order-list.order-list-order .t-volume,
  .order-list.order-list-order .t-amount {
    text-align: right;
    padding: 5px 15px;
    background-color: #f7f7f7;
  }

  .order-list.order-list-order .t-price {
    padding-top: 13px;
    border-top: 1px solid #e4e4e4;
  }

  .order-list.order-list-order .t-price .td-label {
    top: 50%;
    margin-top: -8px;
  }

  .order-list.order-list-order .t-amount {
    padding-bottom: 13px;
  }

  .order-list.order-list-order .t-amount .td-cont b {
    font-size: 1.2em;
  }

  .order-list.order-list-listen .t-listen,
  .order-list.order-list-listen .t-date {
    display: none;
  }

  .order-list.order-list-listen .t-title {
    overflow: hidden;
    width: 72.22222%;
    padding-right: 15px;
  }


  .order-list.order-list-listen .mo-title {
    overflow: hidden;
    width: 72.22222%;
    padding-right: 15px;
  }

  .order-list.order-list-listen .t-title a {
    display: inline-block;
    overflow: hidden;
    height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
  }


  .order-list.order-list-listen .mo-title a {
    display: inline-block;
    overflow: hidden;
    height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
  }



  .order-list.order-list-listen .t-comment {
    width: 24.07407%;
  }
}

@media (min-width: 56.25em) {
  .order-list {
    /* buy-list *****************/
    /* buy-accept *****************/
    /* buy-old *****************/
    /* buy-old-view *****************/
    /* coupon-list *****************/
    /* gift-list *****************/
    /* comment-list *****************/
    /* experience-list *****************/
    /* address-list *****************/
    /* cart-list *****************/
    /* order-list *****************/
    /* listen-list *****************/
  }

  .order-list .item-cont .td-label {
    display: none;
  }

  .order-list .item-cont .t-price .td-cont,
  .order-list .item-cont .t-amount .td-cont {
   /* padding-right: 20px; */
   font-weight: 400;
  }

  .order-list .item-cont .t-thumb .td-thumb {
    width: 110px;
  }

  .order-list .item-cont .t-thumb .td-thumb img {
    width: 110px;
	vertical-align: middle;
  }

  .order-list .item-cont .t-thumb .td-cont {
    padding-left: 110px;
    height: 110px;
  }

  .order-list .item-gift {
    position: relative;
    padding: 10px 0 10px 35px;
    border-top: 1px solid #f1f1f1;
  }

  .order-list .item-gift .icon {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 18px;
    color: #898681;
  }

  .order-list.order-list-total .t-date {
    width: 9%;
  }

.order-list.order-list-total .c-date {
    width: 9%;
}


  .order-list.order-list-total .t-no {
    width: 10%;
  }

  .order-list.order-list-total .t-title {
    width: 32%;
    text-align: left;
  }

.order-list.order-list-total .c-title {
    width: 32%;
    text-align: left;
}


  .order-list.order-list-total .t-amount {
    width: 14%;
    text-align:center;
  }

  .order-list.order-list-total .t-way {
    width: 13%;
	    font-weight: 400;
  }

  .order-list.order-list-total .t-step {
    width: 10%;
  }

  .order-list.order-list-accept .t-title {
    width: 40%;
    text-align: left;
  }

    .order-list.order-list-accept .c-title {
    width: 40%;
    text-align: left;
  }

  .order-list.order-list-accept .mo-title {
    width: 40%;
    text-align: left;
  }
  .order-list.order-list-accept .t-price {
    width: 23%;
    text-align: right;
  }

  .order-list.order-list-accept .t-price .td-cont {
       /* padding-right: 20px; */
    text-align: center;
  }

  .order-list.order-list-accept .t-volume {
    width: 13%;
  }

  .order-list.order-list-accept .t-amount {
    width: 16%;
 
    text-align: center;
  }

  .order-list.order-list-accept .t-amount .td-cont {
       /* padding-right: 20px; */
    text-align: center;
  }

  .order-list.order-list-accept .item-gift {
    margin-left: 110px;
  }

  .order-list.order-list-old .t-date {
    width: 8%;
  }

  .order-list.order-list-old .t-number {
    width: 15%;
  }

  .order-list.order-list-old .t-title {
    width: 45%;
    text-align: left;
  }

  .order-list.order-list-old .mo-title {
    width: 45%;
    text-align: left;
  }


  .order-list.order-list-old .t-step {
    width: 11%;
  }

  .order-list.order-list-old .t-etc {
    width: 11%;
  }

  .order-list.order-list-old .item-head .t-title {
    width: 33%;
  }

  .order-list.order-list-old .item-head .mo-title {
    width: 33%;
  }


  .order-list.order-list-old .item-head .t-price {
    width: 10%;
  }

  .order-list.order-list-oldview .t-code {
    width: 11%;
  }

  .order-list.order-list-oldview .t-title {
    width: 25%;
    text-align: left;
  }

  .order-list.order-list-oldview .mo-title {
    width: 25%;
    text-align: left;
  }


  .order-list.order-list-oldview .t-option {
    width: 6%;
  }

  .order-list.order-list-oldview .t-coupon {
    width: 6%;
  }

  .order-list.order-list-oldview .t-price {
    width: 11%;
    text-align: right;
  }

  .order-list.order-list-oldview .t-price .td-cont {
    padding-right: 20px;
  }

  .order-list.order-list-oldview .t-volume {
    width: 6%;
  }

  .order-list.order-list-oldview .t-amount {
    width: 11%;
    text-align: right;
  }

  .order-list.order-list-oldview .t-amount .td-cont {
    padding-right: 20px;
  }

  .order-list.order-list-oldview .t-step {
    width: 8%;
  }

  .order-list.order-list-coupon .t-title {
    width: 25%;
    text-align: left;
  }

  .order-list.order-list-coupon .mo-title {
    width: 25%;
    text-align: left;
  }

  .order-list.order-list-coupon .t-benefit {
    width: 18%;
  }

  .order-list.order-list-coupon .t-terms {
    width: 18%;
    text-align: left;
  }

  .order-list.order-list-coupon .t-date {
    width: 16%;
  }

  .order-list.order-list-coupon .t-step {
    width: 13%;
  }

  .order-list.order-list-gift .t-date {
    width: 17%;
  }

  .order-list.order-list-gift .t-phrase {
    width: 15%;
  }

  .order-list.order-list-gift .t-sort {
    width: 23%;
  }

  .order-list.order-list-gift .t-point {
    width: 18%;
    text-align: right !important;
  }

  .order-list.order-list-gift .t-point .td-cont {
    padding: 0 30px 0 0;
  }

  .order-list.order-list-gift .t-extinct {
    width: 17%;
  }

  .order-list.order-list-comment .t-no {
    width: 13%;
  }

  .order-list.order-list-comment .t-no .d-date {
    display: block;
    color: #999;
  }

  .order-list.order-list-comment .t-title {
    width: 23%;
    text-align: left;
  }


  .order-list.order-list-comment .ct-title {
    width: 33%;
    text-align: left;
  }



  .order-list.order-list-comment .mo-title {
    width: 23%;
    text-align: left;
  }

  .order-list.order-list-comment .t-title .td-cont {
    padding-left: 10px;
  }

  .order-list.order-list-comment .t-title .d-capacity {
    color: #999;
  }

  .order-list.order-list-comment .t-comment {
    width: 30%;
    text-align: left;
  }

  .order-list.order-list-comment .t-comment .td-cont {
    padding-left: 10px;
  }

  .order-list.order-list-comment .t-date {
    width: 13%;
  }

  .order-list.order-list-comment .t-care {
    width: 11%;
  }

  .order-list.order-list-comment .t-care .td-cont .btn {
    width: 78px;
    margin: 2px 0;
  }

  .order-list.order-list-experience .t-experience {
    width: 15%;
    text-align: left;
  }

  .order-list.order-list-experience .t-experience .td-cont {
    padding-left: 10px;
  }

  .order-list.order-list-experience .t-program {
    width: 20%;
    text-align: left;
  }

  .order-list.order-list-experience .t-program .td-cont {
    padding-left: 10px;
  }

  .order-list.order-list-experience .t-comment {
    width: 31%;
    text-align: left;
  }

  .order-list.order-list-experience .t-comment .td-cont {
    padding-left: 10px;
  }

  .order-list.order-list-experience .t-date {
    width: 13%;
  }

  .order-list.order-list-experience .t-care {
    width: 11%;
  }

  .order-list.order-list-experience .t-care .td-cont .btn {
    width: 75px;
    margin: 2px 0;
  }

  .order-list.order-list-address .t-checkbox {
    width: 3%;
  }

  .order-list.order-list-address .t-checkbox .checkbox {
    margin-right: 0;
  }

  .order-list.order-list-address .t-phrase {
    width: 13%;
  }

  .order-list.order-list-address .t-name {
    width: 11%;
  }

  .order-list.order-list-address .t-address {
    width: 35%;
    text-align: left;
  }

  .order-list.order-list-address .t-address .td-cont {
    padding: 0 10px;
  }

  .order-list.order-list-address .t-address .d-zipcode {
    display: block;
  }

  .order-list.order-list-address .t-tel {
    width: 13%;
  }

  .order-list.order-list-address .t-tel .d-tel {
    display: block;
  }

  .order-list.order-list-address .t-care {
    width: 13%;
  }

  .order-list.order-list-address .t-care .td-cont .btn {
    width: 75px;
    margin: 2px 0;
  }

  .order-list.order-list-cart .t-checkbox {
    width: 3%;
  }

  .order-list.order-list-cart .t-title {
    width: 26%;
    text-align: left;
  }

.order-list.order-list-cart .q-title {
    width: 26%;
    text-align: left;
	font-weight:400;
}


  .order-list.order-list-cart .m-title {
   /* width: 26%;*/
    text-align: left;
  }

  .order-list.order-list-cart .mo-title {
    width: 26%;
    text-align: left;
  }


  .order-list.order-list-cart .t-price {
    width: 18%;
    text-align: right;
  }

  .order-list.order-list-cart .t-price .td-cont {
    /*padding-right: 30px;*/
	text-align:center;
  }

  .order-list.order-list-cart .t-volume {
    width: 10%;
  }

  .order-list.order-list-cart .t-amount {
    width: 13%;
    text-align:center;
  }

.order-list.order-list-cart .tt-date {
    width: 13%;
    text-align: center;
}


  .order-list.order-list-cart .t-amount .td-cont {
    /*padding-right: 30px;*/
  }

  .order-list.order-list-cart .t-care {
    width: 8%;
  }

  .order-list.order-list-cart .t-care  {
    width: 75px;
    margin:22px 0 3px 0;
  }
  .order-list.order-list-cart .t-care .btn {
 font-weight: 400;
    margin:2px 0;
	  }


  .order-list.order-list-cart .t-care .d-mo {
    display: none;
  }

  .order-list.order-list-cart .item-soldout .t-care,
  .order-list.order-list-cart .item-stopsale .t-care {
    z-index: 10;
  }

  .order-list.order-list-cart .item-gift {
    margin-left: 140px;
  }

  .order-list.order-list-order .t-title {
    width: 40%;
    text-align: left;
  }


  .order-list.order-list-order .m-title {
    width: 40%;
    text-align: left;
  }

  .order-list.order-list-order .mo-title {
    width: 40%;
    text-align: left;
  }


  .order-list.order-list-order .t-price {
    width: 23%;
    text-align: center;
  }

  .order-list.order-list-order .t-price .td-cont {
    /*padding-right: 20px;*/
  }

  .order-list.order-list-order .t-volume {
    width: 13%;
  }

  .order-list.order-list-order .t-amount {
    width: 16%;
    text-align: center;
  }

  .order-list.order-list-order .t-amount .td-cont {
    /*padding-right: 20px;*/
  }

  .order-list.order-list-order .item-gift {
    margin-left: 110px;
  }

  .order-list.order-list-listen .t-listen {
    width: 16%;
  }

  .order-list.order-list-listen .t-title {
    width: auto;
  }

  .order-list.order-list-listen .m-title {
    width: auto;
  }

  .order-list.order-list-listen .mo-title {
    width: auto;
  }


  .order-list.order-list-listen .t-title .td-cont {
    padding-left: 40px;
  }


 .order-list.order-list-listen .m-title .td-cont {
    padding-left: 40px;
  }

   .order-list.order-list-listen .mo-title .td-cont {
    padding-left: 40px;
  }

  .order-list.order-list-listen .t-comment {
    width: 13%;
  }

  .order-list.order-list-listen .t-comment .td-cont {
    font-size: 0.86em;
  }

  .order-list.order-list-listen .t-date {
    width: 13%;
  }
}

.order-total {
  font-size: 1.1em;
  border: 1px solid #e4e4e4;
  background-color: #F8F8F8;
  margin-top: -1px;
}

.order-total-bill {
  color: #333;
  font-size: 13px;
}

.order-total-bill .item {
  font-size: 1.1em;
}


.order-total-bill .item dt, dd {
    line-height: 1.42857143;

}



.order-total-bill .icon {
  font-size: 12px;
  margin: 0 5px;
  color: #666;
}

.order-total-pay {
  border-top: 1px solid #E4E4E4;
}

.order-total-pay .total-price strong {
  margin-left: .5em;
}

.order-total-pay .total-point {
  margin-top: .5em;
}

@media (max-width: 56.24em) {
  .order-total {
    padding: 0 15px;
  }

  .order-total-item {
    padding: 15px 0;
  }

  .order-total-bill .item {
    position: relative;
    text-align: right;
    margin: 5px 0;
  }




  .order-total-bill .icon {
    display: none;
  }

  .order-total-bill dt {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    color: #827e79;
    font-weight: 400;

  }

  .order-total-bill dd {

	    display: block;
  }



  .order-total-pay {
    text-align: center;
  }

  .order-total-pay .total-price {
    color: #444;
    font-size: 1.3em;
  }
}

@media (min-width: 56.25em) {
  .order-total {
    padding: 0 40px;
    text-align: center;
  }

  .order-total-item {
    padding: 20px 0;
  }

  .order-total-item .item,
  .order-total-item dt,
  .order-total-item dd {
    display: inline-block;
  }

  .order-total-bill .icon {
    display: inline-block;
  }

  .order-total-bill .minus {
    display: none;
  }

   .order-total-bill .plus {
    display: none;
  }

  .order-total-pay .total-price {
    font-size: 17px;
  }

  .order-total-pay .total-price em {
    font-weight: 600;
  }

}

.t_wrap:before, .l-x-large:before, .l-wide:before, .row:before, .gnb:before, .footer:before, .clearfix:before, .func:before, .primary-tab:before, .list-table .gift-row-list:before, .pagination:before, .ui-helper-clearfix:before, .article-section:before, .curation-list:before, .prize:before, .product-list:before, .infographic-frame:before, .now-list:before, .life-gift:before, .life-product:before, .communitea-list:before, .life-title .by-line:before, .reservation-payment-info:before, .common-section:before, .shop-item:before, .ab-header:before, .order-state:before, .order-state-list:before, .order-state-list li:before, .wallet:before, .my-ab:before, .mp-qna:before, .cs-wrap .mobile:before, .cs-head:before, .cs-detail .won-list:before, .ms-q:before, .ms-a:before, .membership:before, .membership .coupon-head:before, .tealeaf:before, .tealeaf .item-box ul:before, .beauty:before, .sitemap-list:before {
    content: '';
    display: block;
}

.col-m-1, .col-1, .col-t-1, .col-m-2, .col-2, .col-t-2, .col-m-3, .col-3, .col-t-3, .col-m-4, .col-4, .col-t-4, .col-m-5, .col-5, .col-t-5, .col-m-6, .col-6, .col-t-6, .col-m-7, .col-7, .col-t-7, .col-m-8, .col-8, .col-t-8, .col-m-9, .col-9, .col-t-9, .col-m-10, .col-10, .col-t-10, .col-m-11, .col-11, .col-t-11, .col-m-12, .col-12, .col-t-12 {
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.row:before, .row:after, .container:before, .container:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .pull-right:before, .pull-right:after, .pull-left:before, .pull-left:after, .inner:before, .inner:after {
    display: table;
    content: " ";
    clear: both;
	}
.list-summary p {
    margin: 0;
    line-height: 30px;
    font-family: 'Lato','Noto Sans KR',sans-serif;
    /* font-weight: 400; */
    font-size: 13px;
}
.col-m-8 {
    width: 66.667%;
}
.func {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.btn--small {
    position: relative;
    height: 30px;
    min-width: 0;
    padding: 4px 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
}
.btn--small:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.tt-wrap, .row, .clearfix {
    zoom: 1;
}
.t-wrap, .row, .clearfix {
    zoom: 1;
}
.list-summary {
    height: 30px;
    margin-bottom: 8px;
}
:after, :before {
    box-sizing: border-box;
}
@media (min-width: 48em) {
  .order-history,
  .order-h {
    display: none;
  }

  .order-section {
    margin: 40px 0;
  }

  .order-func {
    margin: 40px 0;
  }

  .order-func .btn {
    width: 160px;
  }
}
.t-r {
    text-align: right;
}
.col-m-4 {
    width: 33.333%;
}

.order-func {
  zoom: 1;
  text-align: center;
}

.order-func:before {
  content: '';
  display: block;
}

.order-func:after {
  content: '';
  display: table;
  clear: both;
}

.order-func .btn {
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
    height: 60px;
	    font-weight: 400;
    font-size: 16px;

}

@media (max-width: 56.24em) {

  .order-contents {
    margin-top: 20px;
  }
}

@media (max-width: 47.99em) {
  .order-header {
    display: none;
  }

  .member-header {
    display: none;
  }


  .order-section {
    margin: 20px 0;
  }

  .order-section:first-child {
    margin-top: 0;
  }

  .order-func {
    margin: 20px 0;
  }

  .order-func .btn {
    width: 100%;
	    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
  }

  .order-func .btn + .item {
    margin-top: 6px;
  }

  .notice-section {
  margin-bottom: 0px;
}

  .order-func .item {
    zoom: 1;
    display: block;
  }

  .order-func .item:before {
    content: '';
    display: block;
  }

  .order-func .item:after {
    content: '';
    display: table;
    clear: both;
  }

  .order-func .item + .item {
    margin-top: 2px;
  }

  .order-func .item + .btn {
    margin-top: 2px;
  }

  .order-func .item .btn {
    width: 49.77%;
    float: left;
  }

  .order-func .item .btn-c {

    float: none;
  }


  .order-func .item .col--right {
    padding-left: 1px;
}

  .order-func .item .btn + .btn {
    float: left;
  }
}
.mypage .h + .array-range {
    margin-top: -30px;
    margin-bottom: 0;
}
.order-h {
  color: #FFF;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 20px;
  padding: 9px 0;
  background: #000;
}


.cart_qnt-box {
    position: relative;
    z-index: 10;
    /* float: left; */
    display: inline-block;
   /* width: 36px;
    height: 30px;*/

	width: 36px;
    /*height: 32px;*/
    /*margin: 0 0.15em;*/
    padding: 0 30px;
    line-height: 1;
    vertical-align: middle;
	    border: 1px solid #e0e0e0;
/*border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
}



.cart_qnt-box .qnt-down, .cart_qnt-box .qnt-up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding: 2px 0;
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
	    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	
	
	}

.cart_qnt-box .qnt-down{

   border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.cart_qnt-box .qnt-up {
      border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



  .qnt-down:focus, .qnt-up:focus {
    color: #4D4B48;

	}

  .qnt-down:hover, .qnt-up:hover {
    color: #fff;
	background-color:#222;
	}

  .qnt-down[disabled], .qnt-up[disabled] {
    background-color: #f2f2f2;
    pointer-events: none; }

.cart_qnt-box .qnt-down {
  left: 0; 
   border-right: 1px solid #e0e0e0;

  }

.cart_qnt-box .qnt-up {
  right: 0;
  border-left: 1px solid #e0e0e0;

  }

.cart_qnt-box .input-qnt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #555;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield; }
  .input-qnt[disabled] {
    background-color: #fafafa;
    color: #999;
    pointer-events: none; }


.btn-s {
    font-size: 11px;
    line-height: 15px;
    padding: 7px 15px;

	min-width:0px;
/* border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;*/
}


.btn-e {
    font-size: 11px;
    line-height: 15px;
    padding: 7px 15px;
    height: 30px;
    width: 98px;
    min-width: 0px;
/* border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;*/
	    margin: 4px 0.15em;
  color:#727272;
}

.td-cont button{

 background-color: #fff;

}
.mypage .h + .array-range {
    margin-top: -30px;
    margin-bottom: 0;
	    font-weight: 400;
}
.array-range {
    text-align: right;
    float: right;
    margin: 10px 0;
	    font-size: 12px;
}
.icon-arr-right:before {
    content: '\e80e';
}

.common em.em {
    color:#79746e;
   /* font-weight: 700; */
}
.common em {
    /* color: #7b3d06; */
}
em {
    color: #000;
}
i, em, address {
    font-style: normal;
}
.icon-qna:before {
    content: '\e827';
}
.icon-heart:before {
    content: '\e819';
}
.icon-user:before {
    content: '\e82d';
}

.common-section .h {
    /*padding: 0 0 .5em 0;*/


	padding:20px 0px 10px 0px;
    color: #222;
    font-size: 14px;
}
.mypage h2 {
   font-family: 'Lato','Noto Sans KR',sans-serif;
}

.inquiry .input-date {
    width: 100%;
}

@media (min-width: 64em){
.common {
    font-size: 14px;
}
}
@media (min-width: 48em){
.common-section .h {
    font-size: 14px;
	    margin-bottom: 10px;
		    font-weight: 400;
}
.inquiry	[type="text"] {
    height: 40px;
}
.inquiry .input-date {
    padding-left: 1em;
    padding-right: 1em;
}
}
@media (max-width: 42.49em){
.mypage-order .deliver-step .tl {
    display: inline-block;
    margin-top: 1em;
    color: #222;
    font-weight: 400;
    font-size: 12px;
      font-family: 'Lato','Noto Sans KR',sans-serif;
}
.mypage-order .deliver-step .em {
    display: block;
    font-size: 12px;
}
}

.order-step-head .deliver-step .icon:before {
    font-size: 30px;
    margin-top: 30px;
}


@media (max-width: 56.24em){
.mypage-order .deliver-step .item.is-active .icon {
    color: #333;
    font-size: 3em;
    line-height: 1.2;
    background-color: transparent;
}
.mypage-order .deliver-step .icon {
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: none;
    border: none;
}
.mypage-info-menu .icon {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    bottom: 0;
    height: 100%;
    vertical-align: middle;
    margin-top: 8px;
    color: #555;
    font-size: 1.5em;
}
  .order-tabs {
    display: none;
  }

}

.btn-group {
    display: inline-block;
    padding-left: 1px;
    font-size: 0;
    word-spacing: 0;
    vertical-align: middle;
}
.inquiry-box button {
    min-width: 0;
    font-size: 13px;
}
.btn-gim {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
@media (max-width: 37.49em){


.mypage-order .deliver-step .item.is-active .icon {
    color: #333;
    font-size: 2em;
    line-height: 1.2;
    background-color: transparent;
}
.mypage-order .deliver-step .icon {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: none;
    border: none;
}
.deliver-step .icon:before {
    font-size: 20px;
    margin-top: 30px;
}
.deliver-step .item {
    margin-bottom: 20px;
}

.mypage-order .order-state-info li {
 font-size:12px;
}
.order-step-head .item-cont .deliver-step {
    display: none;
}
}

.Tpaging{margin-top:40px;text-align: center;line-height: 20px; font-size: 12px;}
.notice-item .deliver-step .icon:before {
    font-size: 30px;
    margin-top: 30px;
}

.Tpaging span {
    font-size: inherit;
}
.deliver-step .icon {
    text-align: center;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #ddd;
}
@media (min-width: 900px) {
.is-for-small {
    display: none !important;
}
}
.Tpaging > a{display:inline-block;width:24px;height:13px;background: url("/n_img/paging_ico.png") 0 0 no-repeat;text-indent: -999em;    color: #444;
    outline: none;}
.Tpaging .prev{background-position: -25px -4px;}
.Tpaging .next{background-position: -52px -4px;}
.Tpaging .prev2{background-position: 0 -4px;}
.Tpaging .next2{background-position: -76px -4px;}
.Tpaging .num{margin-top:-4px;margin-top:-3px\9;display:inline-block;line-height: 20px;vertical-align: top;}
.Tpaging .num a{display: inline-block;padding:0 5px;vertical-align: top;    font-size: 12px;}
.Tpaging .num a.on{font-weight:700;color:#000}
.deliver-step .item {
    position: relative;
    display: inline-block;
    width: 15.66667%;
    text-align: center;
    vertical-align: top;
    color: #888;
}

.site-footer .site-info p {


    letter-spacing: 0;
 font-weight: 400;
}

.site-footer .site-info p.cc {
   /* font-weight: 700;*/
}

.footer-right {
  float: right;
  /*width: 35.714%;*/ position: absolute;
    top:57px;
    right: 0px;
	 font-size: 13px;
	 font-weight: 400;
	}
.footer-cs b {
    font-weight: normal;
    font-size: 13px;
	 font-weight: 400;
}
.footer-cs strong {
    display: block;
    margin: .1em 0 .2em;
    color: #ccc;
    font-size: 2.3em;
	 font-weight: 400;
}

@media (max-width: 1200px) {

.section-wrap {
    padding: 140px 30px 100px;
}
.join_wrap .inner {
    padding: 80px 30px 100px;
}



}
select {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}



@media (max-width: 800px) {

.section-wrap {
    padding: 140px 10px 100px;
}
.join_wrap .inner {
    padding: 60px 10px 100px;
}
.deliver-step .date, .deliver-step .p {
display:none;
}
.footer-right {
display:none;
}


}




.steps_nav {width:100%; margin-bottom: 54px;}
.steps {display: table; font-size: 0; line-height: 1; width:100%;}
.steps > li {display: table-cell; width:32.8%; text-align: center; border-bottom: 3px solid #ccc; position: relative; margin-right:0.8%; padding: 24px 0; vertical-align: top;}
.steps > li:after{font-family:'n-font'; content:'\e80e'; display: block; position: absolute; top: 50%; right:-10px; margin-top: -10px; color: #ccc; width: 20px; height: 20px; font-size: 20px;}
.steps > li:last-child {margin-right:0;}
.steps > li:last-child:after {display: none;}
.steps > li span:first-child {font-size:20px; font-weight: 400; padding-right: 16px;}
.steps > li span {color: #ccc; font-size:17px; line-height: 1.3; font-weight: 400;}
.steps > li.active {border-color: #8B7E5B;}
.steps > li.active span {color:#8B7E5B;}
.steps_title {font-size:20px; font-weight: 400; color:#8B7E5B; margin-bottom: 16px;}

@media (max-width: 768px) {


 .steps_nav {margin-bottom: 30px;}
    .steps > li:after {width: 16px; height: 16px; font-size: 16px; margin-top: -8px;}
    .steps > li span:first-child {font-size:19px; font-weight: 400;}
    .steps > li span {font-size: 14px;}
    .steps_title {font-size: 18px;margin-bottom: 10px;}


}

@media (max-width: 700px) {


    .steps > li span {display: block;}
    .steps > li span:first-child {padding-right:0;}
}


@media (max-width: 600px) {


 .steps > li {padding: 10px;}
 .steps_title {font-size: 16px;}

}


@media (max-width: 480px) {




}


@media (max-width: 380px) {



}

