@charset "UTF-8";
/*
	Author	: Somi Park, hyojeong yang
	Date	: 2022-05-24
	Project	: CBT 에듀 요양보호사 CBT 모의시스템
*/
/*$gr50-spot : #f5f6f1 !default;*/
@import url("slick.css");
@import url("fullcalendar_daygrid.css");
@import url("fullcalendar.css");
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 100;
  src: url("../font/scdream1.woff2") format("woff2"), url("../font/scdream1.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 200;
  src: url("../font/scdream2.woff2") format("woff2"), url("../font/scdream2.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 300;
  src: url("../font/scdream3.woff2") format("woff2"), url("../font/scdream3.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 400;
  src: url("../font/scdream4.woff2") format("woff2"), url("../font/scdream4.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 500;
  src: url("../font/scdream5.woff2") format("woff2"), url("../font/scdream5.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 600;
  src: url("../font/scdream6.woff2") format("woff2"), url("../font/scdream6.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 700;
  src: url("../font/scdream7.woff2") format("woff2"), url("../font/scdream7.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 800;
  src: url("../font/scdream8.woff2") format("woff2"), url("../font/scdream8.woff") format("woff");
}
@font-face {
  font-family: "scdream";
  font-style: normal;
  font-weight: 900;
  src: url("../font/scdream9.woff2") format("woff2"), url("../font/scdream9.woff") format("woff");
}
html, body {
  height: 100%;
}

html {
  border: 0;
  outline: 0;
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "scdream", "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  background-color: transparent;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  width: 100%;
}

body.noscroll {
  overflow: hidden;
}

::-moz-selection {
  color: #fff;
  background-color: #273640;
}

::selection {
  color: #fff;
  background-color: #273640;
}

::-moz-selection {
  color: #fff;
  background-color: #273640;
}

html, body, nav, section, article, figure, figcaption,
h1, h2, h3, h4, h5, h6,
menu, ul, ol, dl, li, dt, dd,
p, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.1em;
}

img {
  margin: 0;
  border: none;
}

ul, ol, dl, li {
  list-style: none;
}

cite, em, address {
  font-style: normal;
}

em {
  font-weight: 600;
  color: #477b72;
}
em.spot {
  color: #008653;
}
em.spot2 {
  color: #293f3a;
}

em b,
strong {
  font-weight: 600;
}

i {
  font-style: normal;
}

iframe {
  border: none;
  outline: 0;
}

a > span {
  cursor: pointer;
}

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

a:hover,
a:focus {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table caption {
  height: 0;
  font-size: 0.1em;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

fieldset legend {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

button,
input:not([type=checkbox]),
input:not([type=radio]),
textarea,
select {
  font-family: "scdream", "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-size: 1.8rem;
  color: #333;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  vertical-align: middle;
}
button + select,
input:not([type=checkbox]) + select,
input:not([type=radio]) + select,
textarea + select,
select + select {
  margin-left: 8px;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

select {
  border: 1px solid #aaa;
  box-sizing: border-box;
  height: 56px;
  padding: 0 35px 0 20px;
  max-width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url("../../images/user/common/select_arr.svg") center right no-repeat;
}

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

/*.selectbox {
    position: relative;
    z-index: 0;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align:middle;
	font-size:0;
}
.selectbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: $bk transparent transparent transparent;
}
.selectbox select {
	display:block;
    width: 100%;
    font-size:1.8rem;
}
.selectbox select::-ms-expand {
    display: none
}
.selectbox select:disabled {
    opacity: 0.5
}
@media screen and (min-width:0\0){ 
	select {
		background:none;
		border-radius:0 0 0 10px;
		padding-right:0;
	} 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select {
		background:none;
		border-radius:0 0 0 10px;
		padding-right:0;
	} 
}*/
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=time] {
  vertical-align: middle;
  padding: 0 15px;
  height: 56px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 360px;
  box-sizing: border-box;
  transition: all 0.3s;
}

input[type=time] {
  width: 200px;
}

input[type=number] {
  padding: 0;
  text-align: center;
}

input[type=file],
input[type=file]:hover {
  padding: 0;
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input[readonly]:not(.datepicker),
input[readonly]:not(.datepicker):hover,
input[readonly]:not(.datepicker):focus,
input[disabled]:not(.datepicker),
input[disabled]:not(.datepicker):hover,
input[disabled]:not(.datepicker):focus {
  background: #f9f9f9;
  border: 1px solid #ccc;
  font-weight: 300;
  box-shadow: none;
}

input:hover,
textarea:hover {
  border: 1px solid #555;
}

input[type=file]:hover {
  border: none;
}

input:focus,
textarea:focus {
  border: 1px solid #555;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: transparent;
  border-color: #ccc;
  display: block;
}

textarea[disabled=disabled] {
  border: none;
}

textarea:focus[disabled=disabled] {
  box-shadow: none;
}

/*checkbox, radio */
.checkradio {
  display: inline-block;
  position: relative;
  font-size: 0;
  margin-right: 40px;
  min-width: 30px;
  min-height: 30px;
  vertical-align: middle;
}
.checkradio:only-child, .checkradio:last-child {
  margin-right: 0;
}
.checkradio input[type=checkbox],
.checkradio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkradio input[type=checkbox] + label,
.checkradio input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 1.6rem;
  vertical-align: middle;
  min-height: 30px;
  min-width: 30px;
  line-height: 1.3;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 40px;
}
.checkradio input[type=checkbox] + label:before,
.checkradio input[type=radio] + label:before {
  content: " ";
  position: relative;
  margin-left: -40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #333;
}
.checkradio input[type=checkbox] + label:after,
.checkradio input[type=radio] + label:after {
  content: " ";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 0px;
  height: 0px;
  background: #333;
  -webkit-transform: translate(-50, -50);
  -ms-transform: translate(-50, -50);
  -o-transform: translate(-50, -50);
   -transform: translate(-50, -50);
  transform: translate(-50, -50);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
   -transition: all 0.3s;
  transition: all 0.3s;
}
.checkradio input[type=checkbox] + label.txt-hide,
.checkradio input[type=radio] + label.txt-hide {
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 1.5;
  clip: rect(0 0 0 0);
  white-space: normal;
  text-indent: 0;
}
.checkradio input[type=checkbox] + label.txt-hide:before,
.checkradio input[type=radio] + label.txt-hide:before {
  margin-right: 0;
}
.checkradio input[type=checkbox] + label + input[type=text],
.checkradio input[type=radio] + label + input[type=text] {
  margin-left: 10px;
}
.checkradio input[type=checkbox]:checked + label:after,
.checkradio input[type=radio]:checked + label:after {
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
}
.checkradio input[type=checkbox]:focus + label,
.checkradio input[type=radio]:focus + label {
  outline: 2px solid #333;
  box-sizing: border-box;
}
.checkradio input[type=checkbox]:disabled + label,
.checkradio input[type=radio]:disabled + label {
  color: #777;
}
.checkradio input[type=checkbox]:disabled + label:before,
.checkradio input[type=radio]:disabled + label:before {
  border-color: #ccc;
}
.checkradio input[type=checkbox]:disabled + label:after,
.checkradio input[type=radio]:disabled + label:after {
  background-color: #ccc;
}
.checkradio input[type=radio] + label:before, .checkradio input[type=radio] + label:after {
  border-radius: 50%;
}

.write-type td > .checkradio-custom-area,
.checkradio-custom-area {
  font-size: 0;
  margin-bottom: -10px;
}

.checkradio-custom-area .checkradio,
.write-type td .checkradio-custom-area .checkradio {
  margin-right: 10px;
  margin-bottom: 10px;
}

.checkradio-custom-area .checkradio input[type=checkbox] + label:before,
.checkradio-custom-area .checkradio input[type=radio] + label:before,
.checkradio-custom-area .checkradio input[type=checkbox] + label:after,
.checkradio-custom-area .checkradio input[type=radio] + label:after {
  display: none;
}

.checkradio-custom-area .checkradio input[type=checkbox] + label,
.checkradio-custom-area .checkradio input[type=radio] + label {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #293f3a;
  color: #293f3a;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  min-width: 150px;
  text-align: center;
  font-weight: 700;
}

.checkradio-custom-area .checkradio input[type=checkbox]:checked + label,
.checkradio-custom-area .checkradio input[type=radio]:checked + label {
  background-color: #477b72;
  border-color: #477b72;
  color: #fff;
}

pre {
  white-space: pre-wrap;
}

/* layout */
.wrap {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box;
}

/* common */
.p0 {
  width: 70px !important;
}

.p1 {
  width: 10% !important;
}

.p2 {
  width: 20% !important;
}

.p3 {
  width: 30% !important;
}

.p4 {
  width: 40% !important;
}

.p5 {
  width: 50% !important;
}

.p6 {
  width: 60% !important;
}

.p7 {
  width: 70% !important;
}

.p8 {
  width: 80% !important;
}

.p9 {
  width: 90% !important;
}

.p10 {
  width: 100% !important;
}

.dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.dim.open {
  display: block !important;
  opacity: 0.5;
}

.dim2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}

.dim2.open {
  display: block !important;
  opacity: 0.5;
}

.accessibility {
  position: relative;
}

.accessibility a {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  overflow: hidden;
  font-weight: 500;
  z-index: 99999;
}

.accessibility a:focus {
  z-index: 999;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #008653;
  color: #fff;
  overflow: hidden;
  outline: 0;
  font-size: 1.4rem;
  text-align: center;
}

.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fr + * {
  clear: both;
}

.clear {
  clear: both;
}

.hidden {
  position: absolute;
  top: -99999px;
  left: -99999px;
  font-size: 1px;
  color: #fff;
  opacity: 0;
}

.m-block {
  display: none;
}

.m-none {
  display: block;
}

.block {
  display: block;
}

.inlin-block {
  display: inline-block;
}

.fc-rd {
  color: #ff4800 !important;
}
.fc-gn {
  color: #477b72 !important;
}
.fc-gr {
  color: #4BA621 !important;
}
.fc-or {
  color: #f58220 !important;
}
.fc-bk {
  color: #333 !important;
}
.fc-gr {
  color: #777 !important;
}
.fc-wh {
  color: #fff !important;
}

.fc-gr {
  color: #777 !important;
}

.fc-wh {
  color: #fff !important;
}

.fs-lg {
  font-size: 2rem;
}
.fs-sm {
  font-size: 1.6rem;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.txt-hide {
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  padding: 0;
  border: 0;
  text-indent: -99999px;
}

button .txt-hide {
  position: static;
  display: inline-block;
  text-indent: -99999px;
}

.time {
  font-size: 1.6rem;
  color: #777;
}

/* -------------------------------------------------
    BTN
------------------------------------------------- */
/* btn */
.btn-cont {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 100px;
  font-size: 0;
}
.btn-cont .al {
  text-align: left;
}
.btn-cont .ar {
  text-align: right;
}
.btn-cont [class^=btn] {
  margin: 5px 4px;
}
.btn-cont [class^=btn]:first-child {
  margin-left: 0;
}
.btn-cont [class^=btn]:last-child {
  margin-right: 0;
}
.btn-cont .btn {
  min-width: 190px;
}

.btn,
.btn-sm,
.btn-lg {
  font-weight: 500;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
  border-radius: 10px;
}
.btn.width,
.btn-sm.width,
.btn-lg.width {
  min-width: 180px;
}

.btn {
  padding: 0 50px;
  height: 56px;
  line-height: 54px;
  font-size: 2rem;
}

.btn-sm {
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  font-size: 1.6rem;
  min-width: 80px;
}
.btn-sm .fs-sm {
  font-size: 1.5rem;
  font-weight: 400;
}

.btn-lg {
  padding: 0 60px;
  min-width: 200px;
  font-size: 2.4rem;
  height: 70px;
  line-height: 68px;
}

/* btn : default */
.btn,
.btn-sm,
.btn-lg {
  background-color: #fff;
  border: 1px solid #008653;
  color: #293f3a;
}

.btn:hover, .btn:focus,
.btn-sm:hover, .btn-sm:focus,
.btn-lg:hover, .btn-lg:focus {
  border-color: #006d43;
  color: #1f302c;
  /*	background-color:lighten($gn300, 90%);*/
}

/* btn : spot */
.btn.spot,
.btn-sm.spot,
.btn-lg.spot {
  background-color: #293f3a;
  border: 1px solid #293f3a;
  color: #fff;
}

.btn.spot:hover, .btn.spot:focus,
.btn-sm.spot:hover, .btn-sm.spot:focus,
.btn-lg.spot:hover, .btn-lg.spot:focus {
  border-color: #1f302c;
  background-color: #1f302c;
}

/* btn : spot2 */
.btn.spot2,
.btn-sm.spot2,
.btn-lg.spot2 {
  background-color: #477b72;
  border: 1px solid #477b72;
  color: #fff;
}

.btn.spot2:hover,
.btn.spot2:focus,
.btn-sm.spot2:hover,
.btn-sm.spot2:focus,
.btn-lg.spot2:hover,
.btn-lg.spot2:focus {
  border-color: #3e6b63;
  background-color: #3e6b63;
}

/* btn : spot3 */
.btn.spot3,
.btn-sm.spot3,
.btn-lg.spot3 {
  background-color: #efc591;
  border: 1px solid #efc591;
  color: #293f3a;
}

.btn.spot3:hover,
.btn.spot3:focus,
.btn-sm.spot3:hover,
.btn-sm.spot3:focus,
.btn-lg.spot3:hover,
.btn-lg.spot3:focus {
  border-color: #ecb97b;
  background-color: #ecb97b;
}

/* btn : spot4 */
.btn.spot4,
.btn-sm.spot4,
.btn-lg.spot4 {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

.btn.spot4:hover,
.btn.spot4:focus,
.btn-sm.spot4:hover,
.btn-sm.spot4:focus,
.btn-lg.spot4:hover,
.btn-lg.spot4:focus {
  border-color: #262626;
  background-color: #262626;
}

/* btn : spot4 */
.btn.spot5,
.btn-sm.spot5,
.btn-lg.spot5 {
  background-color: #f3f3f1;
  border: 1px solid #f3f3f1;
  color: #333;
}

.btn.spot5:hover,
.btn.spot5:focus,
.btn-sm.spot5:hover,
.btn-sm.spot5:focus,
.btn-lg.spot5:hover,
.btn-lg.spot5:focus {
  border-color: #e7e7e3;
  background-color: #e7e7e3;
}

/* btn : cancle */
a.btn.cancle,
.btn-sm.cancle,
.btn-lg.cancle {
  color: #fff;
  background-color: #bbb;
  border: 1px solid #bbb;
}

a.btn.cancle:hover,
.btn-sm.cancle:hover,
.btn-lg.cancle:hover,
a.btn.cancle:focus,
.btn-sm.cancle:focus,
.btn-lg.cancle:focus {
  background: #aaa;
  border: 1px solid #aaa;
}

/* .btn-line */
.btn-line {
  display: inline-block;
  font-size: 1.6rem;
  border-bottom: 1px solid #333;
  font-weight: 600;
}
.btn-line.spot {
  color: #ff4800;
  border-color: #ff4800;
}
.btn-line.spot2 {
  color: #008653;
  border-color: #008653;
}

.btn-cont .btn-line {
  margin-right: 10px;
  margin-left: 10px;
}

/* btn : del */
a.btn.del,
.btn-sm.del,
.btn-lg.del {
  color: #333;
  background-color: #ccc;
  border: 1px solid #ccc;
}

a.btn.del:hover,
a.btn.del:focus,
.btn-sm.del:hover,
.btn-sm.del:focus,
.btn-lg.del:hover,
.btn-lg.del:focus {
  background: #ccc;
  border: 1px solid #bbb;
}

a.btn.del:before,
.btn-sm.del:before,
.btn-lg.del:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background: url("../../images/user/common/ico_stripe.png") -80px -60px no-repeat;
  margin-right: 4px;
  vertical-align: middle;
}

.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}

.btn-close:before,
.btn-close:after {
  content: " ";
  position: absolute;
  background-color: #333;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -21px;
  width: 42px;
  height: 2px;
}

.btn-close:before {
  transform: rotate(-45deg);
}

.btn-close:after {
  transform: rotate(-135deg);
}

.btn-close.wh:before,
.btn-close.wh:after {
  background-color: #fff;
}

.btn-close-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.btn-close-r:before,
.btn-close-r:after {
  content: " ";
  position: absolute;
  background-color: #333;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -12px;
  width: 24px;
  height: 2px;
}

.btn-close-r:before {
  transform: rotate(-45deg);
}

.btn-close-r:after {
  transform: rotate(-135deg);
}

/* label */
.label {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ecf5f4;
  color: #293f3a;
  padding: 0 20px;
}
.label.spot {
  background-color: #293f3a;
  color: #fff;
}
.label.spot2 {
  background-color: #477b72;
  color: #fff;
}
.label.spot3 {
  background-color: #008653;
  color: #fff;
}
.label.spot4 {
  background-color: #ff4800;
  color: #fff;
}
.label.spot5 {
  background-color: #333;
  color: #fff;
}

/* -------------------------------------------------
    ICON
------------------------------------------------- */
[class^=ico-] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 7px;
  width: 24px;
  height: 24px;
}

[class^=ico-].sm {
  width: 18px;
  height: 18px;
}

[class^=ico-].back {
  margin-left: 7px;
}

.ico-new {
  background-image: url("../../images/user/common/ico_new.svg");
  vertical-align: middle;
  margin-right: 0;
}

.btn [class^=ico-] {
  margin-top: -8px;
}

.btn-sm [class^=ico-] {
  margin-top: -7px;
}

.btn .ico-new {
  margin-left: 7px;
}

.ico-file {
  background-image: url("../../images/user/common/ico_file.svg");
}

.ico-rock {
  background-image: url("../../images/user/common/ico_rock.svg");
}

td .ico-rock {
  margin-top: -5px;
}

.ico-print {
  background-image: url("../../images/user/common/ico_print.svg");
}
.ico-print.wh {
  background-image: url("../../images/user/common/ico_print_wh.svg");
}

.ico-dot {
  width: 4px;
  height: 4px;
  background-color: #777;
  border-radius: 50%;
  margin: 0 7px;
}

.ico-user {
  background-image: url("../../images/user/common/ico_user.svg");
}

.ico-login {
  background-image: url("../../images/user/common/ico_login.svg");
}

.ico-logout {
  background-image: url("../../images/user/common/ico_logout.svg");
}

.ico-tel-wh {
  background-image: url("../../images/user/common/ico_tel_wh.svg");
}

.ico-view-wh {
  background-image: url("../../images/user/common/ico_view_wh.svg");
}

.ico-menu-wh {
  background-image: url("../../images/user/common/ico_menu_wh.svg");
}

/* -------------------------------------------------
	 COMMON ANIMATION
------------------------------------------------- */
/* fadein */
@-webkit-keyframes fadein {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/* width */
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* height */
@-webkit-keyframes height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* transformX */
@-webkit-keyframes height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* -------------------------------------------------
	 COMMON element
------------------------------------------------- */
/* paging */
.paging {
  display: block;
  margin: 40px auto;
  padding: 2px 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.paging li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.paging a {
  position: relative;
  display: block;
  color: #777;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.8rem;
}
.paging a:hover, .paging a:focus {
  color: #333;
}
.paging .pv {
  margin-right: 20px;
}
.paging .fw {
  margin-left: 20px;
}
.paging .txt-hide {
  position: static;
  text-indent: -9999px;
  color: #fff;
  font-size: 0;
}

.paging li.ppv a span:before,
.paging li.ffw a span:before,
.paging li.ppv a span:after,
.paging li.ffw a span:after,
.paging li.pv a span:before,
.paging li.fw a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  top: 50%;
  left: 50%;
  transform-origin: left top;
}

.paging li.pv a span:before,
.paging li.ppv a span:before,
.paging li.ppv a span:after {
  transform: rotate(-45deg);
}

.paging li.fw a span:before,
.paging li.ffw a span:before,
.paging li.ffw a span:after {
  transform: rotate(135deg);
}

.paging li.pv a span:before {
  margin-left: -8px;
}

.paging li.fw a span:before {
  margin-left: 8px;
}

.paging li.ppv a span:before {
  margin-left: -15px;
}

.paging li.ppv a span:after {
  margin-left: -5px;
}

.paging li.ffw a span:before {
  margin-left: 5px;
}

.paging li.ffw a span:after {
  margin-left: 15px;
}

.paging li.disabled a,
.paging li.disabled a:hover,
.paging li.disabled a:focus {
  background-position: 0 0;
}

.paging li a:hover,
.paging li a:focus {
  color: #333;
}

.paging li.ppv a:hover span:before, .paging li.ppv a:focus:before,
.paging li.ffw a:hover span:before, .paging li.ffw a:focus:before,
.paging li.ppv a:hover span:after, .paging li.ppv a:focus:after,
.paging li.ffw a:hover span:after, .paging li.ffw a:focus:after,
.paging li.pv a:hover span:before, .paging li.pv a:focus:before,
.paging li.fw a:hover span:before, .paging li.fw a:focus:before {
  border-color: #333;
}

.paging li.is-active a,
.paging li.is-active a:hover,
.paging li.is-active a:focus {
  color: #fff;
  background-color: #333;
}

/* tabs */
.tabs-normal .tabs-cont {
  display: none;
}

/* tabs-nav */
.tabs-nav {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 auto 80px;
  text-align: center;
  width: 100%;
}
.tabs-nav li {
  position: relative;
  display: table-cell;
  border: 1px solid #ccc;
  border-bottom-color: #626262;
}
.tabs-nav a {
  position: relative;
  display: block;
  height: 70px;
  line-height: 68px;
  font-size: 24px;
  padding: 0 10px;
  color: #777;
  background-color: #f9f9f9;
}
.tabs-nav .ui-tabs-active a,
.tabs-nav a.is-active {
  font-weight: 600;
  color: #293f3a;
  background: #fff;
}
.tabs-nav .ui-tabs-active a:after,
.tabs-nav a.is-active:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -2px;
  height: 100%;
  border: 1px solid #293f3a;
  border-bottom: 2px solid #fff;
}

.pop-body .tabs-nav {
  width: 100%;
}

.pop-body .tabs-nav li {
  min-width: 0;
}

.pop-body .tabs-nav a {
  height: 68px;
  line-height: 68px;
}

.ui-tabs-panel {
  display: none;
}

/*tabs-nav-sm*/
.tabs-nav-sm {
  font-size: 0;
  margin-bottom: 30px;
  text-align: center;
}

.tabs-nav-sm li {
  display: inline-block;
  vertical-align: middle;
}

.tabs-nav-sm li:after {
  content: " ";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #ccc;
  vertical-align: middle;
}

.tabs-nav-sm li:last-child:after {
  display: none;
}

.tabs-nav-sm a {
  position: relative;
  display: inline-block;
  padding-left: 55px;
  padding-right: 40px;
  font-size: 2.2rem;
  color: #777;
  vertical-align: middle;
}

.tabs-nav-sm a:hover {
  color: #333;
}

.tabs-nav-sm a.is-active {
  font-weight: 500;
}

.tabs-nav-sm a:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -1px;
  width: 7px;
  height: 7px;
  background: #777;
  border-radius: 50%;
}

.tabs-nav-sm a.is-active {
  color: #333;
}
.tabs-nav-sm a.is-active:after {
  background: #333;
}

.tabs-nav-sm a.on.is-active:before {
  background: #333;
}

/* bullet */
.bullet,
.bullet-tit,
.bullet-dash,
.bullet-none {
  margin-bottom: 20px;
}
.bullet:last-child,
.bullet-tit:last-child,
.bullet-dash:last-child,
.bullet-none:last-child {
  margin-bottom: 0;
}
.bullet > li,
.bullet-tit > li,
.bullet-dash > li,
.bullet-none > li {
  position: relative;
  padding-left: 15px;
}
.bullet > li ~ li,
.bullet-tit > li ~ li,
.bullet-dash > li ~ li,
.bullet-none > li ~ li {
  margin-top: 10px;
}
.bullet > li:before,
.bullet-tit > li:before,
.bullet-dash > li:before,
.bullet-none > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
}

.bullet-none li {
  padding-left: 0;
}

.bullet > li:before,
.bullet-tit > li:before {
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #333;
}

.bullet-dash > li {
  padding-left: 20px;
}
.bullet-dash > li:before {
  top: 10px;
  width: 10px;
  height: 2px;
  background-color: #333;
}

.bullet-tit > li {
  padding-left: 120px;
}
.bullet-tit > li cite {
  position: absolute;
  left: 20px;
  font-weight: 600;
}

.tit-list li {
  position: relative;
  padding-left: 120px;
  min-height: 1.5;
}
.tit-list li ~ li {
  margin-top: 20px;
}
.tit-list cite {
  position: absolute;
  left: 0;
  top: 0;
  width: 105px;
  font-weight: 600;
}
.tit-list cite:after {
  content: " ";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #555;
  top: 4px;
  right: 0;
}

/* box */
.bg-box,
.border-box {
  margin-bottom: 60px;
  padding: 50px;
  box-sizing: border-box;
}
.bg-box:last-child,
.border-box:last-child {
  margin-bottom: 0;
}
.bg-box .btn-cont,
.border-box .btn-cont {
  margin-top: 50px;
}
.bg-box.ac .btn-cont,
.border-box.ac .btn-cont {
  text-align: center;
}
.bg-box div[class$=type],
.border-box div[class$=type] {
  margin: 50px;
}
.bg-box div[class$=type]:first-child,
.border-box div[class$=type]:first-child {
  margin-top: 0;
}
.bg-box div[class$=type]:last-child,
.border-box div[class$=type]:last-child {
  margin-bottom: 0;
}
.bg-box > *:first-child,
.border-box > *:first-child {
  margin-top: 0;
}
.bg-box > *:last-child,
.border-box > *:last-child {
  margin-bottom: 0;
}
.bg-box .bg-box + .form-cont,
.border-box .bg-box + .form-cont {
  margin-top: 60px;
}

.bg-box {
  background-color: #f3f3f1;
}
.bg-box.spot {
  background-color: #ecf5f4;
}
.bg-box.spot2 {
  background-color: #fdf9f4;
}

.border-box {
  border: 1px solid #ccc;
}

.form-cont + .bg-box, .form-cont + .border-box,
form + .bg-box,
form + .border-box {
  margin-top: 60px;
}

.box-tit {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.box-tit-lg {
  display: block;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.box-txt {
  margin-bottom: 20px;
  font-size: 20px;
}

.box-txt-lg {
  font-size: 32px;
}

.box-log {
  margin: 0 auto 40px;
  max-width: 300px;
}
.box-log img {
  width: 100%;
}

hr.solid {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}
hr.dashed {
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 30px 0;
}

/* area */
.fnc-area {
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 17px;
}
.fnc-area .fnc-l,
.fnc-area .fnc-r {
  display: table-cell;
  vertical-align: middle;
}
.fnc-area .fnc-l > *,
.fnc-area .fnc-l > *,
.fnc-area .fnc-r > *,
.fnc-area .fnc-r > * {
  margin-top: 3px;
  margin-bottom: 3px;
}
.fnc-area .fnc-l {
  margin-right: 5px;
}
.fnc-area .fnc-l > * {
  margin-right: 5px;
}
.fnc-area .fnc-r {
  text-align: right;
}
.fnc-area .fnc-r > * {
  margin-left: 5px;
}

.tit-area {
  margin-bottom: 20px;
}
.tit-area .tit:only-child,
.tit-area .tit-lg .tit-sm:only-child {
  margin-bottom: 0;
}
.tit-area p {
  margin-top: 10px;
}

.tit {
  margin-bottom: 20px;
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
}
.tit span {
  font-size: 2.4rem;
  font-weight: 400;
}

.tit-lg {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 600;
}

.tit-sm {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
}

/* sch */
.sch-area {
  margin-bottom: 50px;
  z-index: 1;
}
.sch-area > * {
  display: inline-block;
  vertical-align: middle;
}
.sch-area .btn {
  height: 60px;
  line-height: 60px;
  margin-left: 8px;
}

.sch {
  background-color: #ecf5f4;
  border-radius: 2em;
  padding: 0;
  height: 60px;
}
.sch input {
  width: 240px;
  border: none;
  height: 100%;
  background-color: transparent;
}
.sch .btn-sch {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-indent: -9999px;
  padding: 0 20px;
  box-sizing: border-box;
  background: url("../../images/user/common/ico_sch.svg") center center no-repeat;
}

/* total-count */
.total-count {
  margin-bottom: 20px;
}

.fnc-area .total-count {
  margin-bottom: 0;
}

.sch-area + .total-count {
  line-height: 60px;
}

/* step */
.step {
  font-size: 0;
  text-align: center;
  display: table;
  text-align: center;
  width: 100%;
  margin: 60px auto;
}
.step:first-child {
  margin-top: 0;
}
.step li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  /*width:200px;*/
  font-size: 1.8rem;
}
.step li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}
.step li:first-child:before, .step li:last-child:before {
  width: 50%;
}
.step li:first-child:before {
  left: auto;
  right: 0;
}
.step li span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 100px;
  padding-left: 25px;
  background-color: #f3f3f1;
  border-radius: 10px 0 0 10px;
  color: #ccc;
  box-sizing: border-box;
  padding-top: 15px;
}
.step li span strong {
  display: block;
  font-size: 2.8rem;
}
.step li span:before {
  content: " ";
  position: absolute;
  right: -50px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #f3f3f1;
  border-style: solid;
}
.step li:last-child span {
  width: 200px;
  padding-left: 0;
  border-radius: 10px;
}
.step li:last-child span:before {
  display: none;
}
.step li p {
  margin-top: 20px;
  font-size: 3rem;
  word-break: keep-all;
  line-height: 1.2;
  color: #ccc;
  font-weight: 600;
}
.step li.is-active span, .step li.is-current span {
  background-color: #008653;
  color: #fff;
}
.step li.is-active span:before, .step li.is-current span:before {
  border-color: transparent transparent transparent #008653;
}
.step li.is-current span {
  -webkit-animation: forwards;
          animation: forwards;
}
.step li.is-current span strong {
  -webkit-animation: fadein 2s infinite;
          animation: fadein 2s infinite;
}
.step li.is-current p {
  color: #333;
}

/* popup */
.popup {
  position: fixed;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #8190a5;
  max-width: 800px;
  width: 100%;
  left: 50%;
  top: 100px;
  padding: 50px;
  margin-left: -400px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popup .pop-header {
  position: relative;
}
.popup .pop-header h1 {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  padding-right: 36px;
}
.popup .pop-body {
  display: block;
  margin: 50px 0;
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: auto;
  font-size: 1.8rem;
  text-align: left;
  overflow-y: auto;
  max-height: calc(90vh - 400px);
}
.popup .pop-body figure {
  margin-bottom: 50px;
}
.popup .pop-body *:last-child {
  margin-bottom: 0;
}
.popup .pop-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.popup .pop-body .bg-box {
  padding: 20px;
}
.popup .pop-bnn img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.popup .pop-footer {
  margin-top: auto;
}
.popup .btn-cont {
  padding: 0;
  margin: 20px 0;
}

.today-close {
  background: #f5f5f5;
  padding: 10px 50px;
  border-top: 1px solid #eee;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.pop-close {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  top: 50px;
  right: 50px;
  /*background:rgba(255,255,255,.3);*/
}
.pop-close:before, .pop-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -1px;
}
.pop-close:before {
  transform: rotate(45deg);
}
.pop-close:after {
  transform: rotate(-45deg);
}

.popup-lg {
  display: none;
  position: fixed;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #aaa;
  max-width: 1000px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.popup-lg .pop-header {
  position: relative;
  display: flex;
  height: 80px;
  border-bottom: 1px solid #333;
  background: #f3f3f1;
  padding: 0 70px 0 30px;
  z-index: 1;
}
.popup-lg .pop-header h1 {
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  box-sizing: border-box;
  overflow: hidden;
}
.popup-lg .pop-header .pop-header-fnc {
  display: flex;
  align-items: center;
  height: 100%;
}
.popup-lg .pop-body {
  display: block;
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 1.8rem;
  text-align: left;
  overflow-y: auto;
  max-height: calc(90vh - 80px);
  padding: 30px;
}
.popup-lg .pop-body img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.popup-lg .pop-close {
  top: 25px;
  right: 30px;
  z-index: 2;
}

/* mn-popup-area */
.mn-popup-area {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  z-index: 100;
}

.mn-popup-area .popup {
  position: relative;
  top: 0;
  left: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1.769em;
}

.pop-notice {
  width: 500px;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.pop-notice .pop-close {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
}

.pop-notice .btn-cont {
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

.pop-notice .noti-contents {
  padding: 50px 40px;
}

.pop-notice .noti-contents {
  font-size: 16px;
}

.pop-notice .noti-contents h1,
.pop-notice .noti-contents h2,
.pop-notice .noti-contents h3,
.pop-notice .noti-contents h4,
.pop-notice .noti-contents h5,
.pop-notice .noti-contents h6 {
  line-height: 1.4em;
}

.pop-notice .noti-contents p {
  margin: 5px 0;
  line-height: 1.7em;
  word-break: break-all;
}

.pop-notice .noti-contents ol li {
  list-style-type: decimal;
}

.pop-notice .noti-contents ul li {
  list-style-type: disc;
}

.pop-notice .noti-contents a {
  color: blue;
  text-decoration: underline;
}

.pop-notice img {
  display: block;
}

.pop-notice > p {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 10px 20px;
  color: #555;
  font-size: 1.3rem;
  color: #000;
}

/* login */
.form-cont {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 10px;
}
.form-cont:last-child {
  margin-bottom: 0;
}
.form-cont input[type=text],
.form-cont input[type=password],
.form-cont input[type=number],
.form-cont input[type=email],
.form-cont input[type=tel] {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 1.8rem;
}
.form-cont .btn-cont {
  margin-bottom: 50px;
  margin-top: 20px;
}
.form-cont .btn-cont:last-child {
  margin-bottom: 10px;
}
.form-cont .btn-cont a:only-child,
.form-cont .btn-cont button:only-child {
  width: 100%;
}
.form-cont .btn-cont .btn-login,
.form-cont .btn-cont .btn-confirm {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  box-sizing: border-box;
  font-weight: 600;
  background-color: #008653;
  border-radius: 10px;
}
.form-cont > p {
  margin-bottom: 30px;
}
.form-cont .form-row ~ label {
  display: block;
  margin-top: 15px;
}
.form-cont .border-top {
  border-top: 1px dashed #ccc;
}
.form-cont .form-wrap {
  padding-top: 20px;
}
.form-cont .form-row {
  position: relative;
}
.form-cont .form-row ~ .form-row {
  margin-top: 20px;
}
.form-cont .form-label {
  position: absolute;
  left: 30px;
  top: 0;
  color: #777;
  z-index: 1;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-cont input:valid + .form-label,
.form-cont .focused .form-label {
  transform: translateY(-10px);
  font-size: 1.6rem;
  color: #477b72;
  height: auto;
  line-height: normal;
  padding: 0 3px;
  background-color: #fff;
  z-index: 2;
}
.form-cont .form-input {
  position: relative;
  width: 100%;
  height: 70px;
  border: 1px solid #555;
  transition: box-shadow 150ms ease-out;
}
.form-cont .form-input:focus {
  border-color: #477b72;
  color: #477b72;
  outline: none;
  box-shadow: none;
}
.form-cont .form-label {
  color: #777;
  font-size: 1.5rem;
}

.error {
  display: block;
  color: #ff4800;
  font-size: 1.4rem;
  margin-top: 5px;
}

.caution {
  padding-top: 5px;
  color: #f58220;
}

.btn-onepass {
  position: relative;
  padding-left: 80px;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #1C2674;
  border-radius: 10px;
  font-weight: 600;
  max-width: 440px;
  margin: 0 auto;
}
.btn-onepass:before {
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 20px;
  top: 50%;
  margin-top: -30px;
  font-weight: 600;
  background: url("../../images/user/common/ico_onepass.svg") no-repeat;
  background-size: 100% auto;
}

.btn-onepass-sm {
  position: relative;
  display: block;
  font-size: 2rem;
  height: 60px;
  line-height: 60px;
  color: #fff;
  box-sizing: border-box;
  background-color: #1C2674;
  /*border-radius:10px;*/
  font-weight: 600;
  /*max-width:280px;*/
  width: 380px;
  margin: 0 auto;
}
.btn-onepass-sm:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 15px;
  background: url("../../images/user/common/ico_onepass.svg") no-repeat;
  background-size: 100% auto;
  vertical-align: -4px;
  margin-right: 5px;
}

.btn-onepass-sm2 {
  position: relative;
  display: block;
  padding-left: 50px;
  font-size: 2rem;
  height: 60px;
  line-height: 60px;
  color: #fff;
  box-sizing: border-box;
  background-color: #1C2674;
  border-radius: 10px;
  font-weight: 600;
  /*max-width:280px;*/
  width: 260px;
  margin: 5px;
}
.btn-onepass-sm2:before {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  font-weight: 600;
  background: url("../../images/user/common/ico_onepass.svg") no-repeat;
  background-size: 100% auto;
}

/* popup-login */
.popup-login {
  display: none;
  position: fixed;
  box-sizing: border-box;
  width: 800px;
  margin-left: -400px;
  left: 50%;
  top: 5vh;
  background-color: #fff;
  z-index: 100;
  padding: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.popup-login .pop-header {
  position: relative;
  padding: 50px 0 0;
  height: 150px;
  box-sizing: border-box;
  display: block;
}

.popup-login .pop-header h1 {
  font-size: 4rem;
  text-align: center;
  height: 80px;
  line-height: 80px;
}

.popup-login .pop-body {
  display: block;
  padding: 0 60px 80px;
  box-sizing: border-box;
  max-height: calc(90vh - 160px);
  overflow-y: auto;
}

.popup-login .pop-close {
  top: 20px;
  right: 40px;
}

.btn-lnk-area {
  margin-top: 10px;
  font-size: 0;
  text-align: center;
}
.btn-lnk-area a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 1.8rem;
}
.btn-lnk-area a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #ccc;
  vertical-align: middle;
}
.btn-lnk-area a:last-child:after {
  display: none;
}
.btn-lnk-area a:hover, .btn-lnk-area a:focus {
  color: #008653;
}

.pass-login {
  font-size: 0;
  text-align: center;
}

.pass-login a {
  vertical-align: top;
  line-height: 1.28;
}

.pass-login a:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 15px;
  width: 243px;
  height: 53px;
}

.pass-login .pass:after {
  background-image: url("../../images/home/common/pass.svg");
}

.sns-login {
  margin-right: -60px;
  margin-left: -60px;
  margin-bottom: -40px;
  background-color: #f3f5f8;
  padding: 25px 60px;
  text-align: center;
}

.sns-login a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 70px;
  font-size: 1.4rem;
  margin: 0 20px;
  line-height: 1.28;
}

.sns-login a:hover,
.sns-login a:focus {
  text-decoration: underline;
}

.sns-login a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: top center;
}

.sns-login .naver:after {
  background-image: url("../../images/home/common/naver.svg");
}

.sns-login .kakaotalk:after {
  background-image: url("../../images/home/common/kakaotalk.svg");
}

.sns-login .google:after {
  background-image: url("../../images/home/common/google.svg");
}

.sns-login .pass:after {
  background-image: url("../../images/home/common/pass2.svg");
}

.term-nav {
  border: 3px solid #ccc;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px;
  margin-bottom: 50px;
}

.term-nav li a {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
}

.term-nav li a:hover {
  background: #f5f5f5;
}

.term-nav li p {
  display: inline;
}

.terms {
  font-size: 15px;
  margin-bottom: 50px;
}
.terms:last-child {
  margin-bottom: 0;
}
.terms section {
  margin-bottom: 80px;
}
.terms section > *:last-child {
  margin-bottom: 0;
}
.terms article {
  margin-bottom: 40px;
}
.terms article > *:last-child {
  margin-bottom: 0;
}
.terms article[id] {
  margin-top: -60px;
  padding-top: 100px;
}
.terms h3 {
  display: block;
  margin-bottom: 20px;
}
.terms h4 {
  display: block;
  margin-bottom: 15px;
}
.terms p, .terms ul, .terms ol {
  margin-bottom: 10px;
}
.terms p:last-child, .terms ul:last-child, .terms ol:last-child {
  margin-bottom: 0;
}
.terms li {
  margin-bottom: 10px;
}
.terms ul ul,
.terms ul ol,
.terms ol ul,
.terms ol ol {
  padding-left: 20px;
  margin-top: 5px;
}
.terms .info-type {
  margin-top: 20px;
  margin-bottom: 30px;
}
.terms .info-type th, .terms .info-type td {
  padding: 15px;
}

.terms-box {
  margin-bottom: 20px;
  height: 300px;
  padding: 30px;
  border-color: #ccc;
  overflow-y: auto;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.terms-box section {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 40px;
}
.terms-box section:last-child {
  margin-bottom: 0;
}

.terms-nav {
  margin-bottom: 40px;
}
.terms-nav a {
  font-weight: 600;
  color: #477b72;
}
.terms-nav a:hover {
  text-decoration: underline;
}

/*.terms h4 { margin-bottom:15px; }
.terms h4 ~ h4 { margin-top:40px; }
.terms p { margin-bottom:10px; }
.terms ul { margin-bottom:10px; }
.terms ul li { margin-bottom:5px; }
.terms ul li ul { margin-top:5px;padding-left:25px; font-size:17px; }*/
.terms textarea:-moz-read-only {
  height: 200px;
  padding: 30px;
  border-color: #ccc;
}
.terms textarea:read-only {
  height: 200px;
  padding: 30px;
  border-color: #ccc;
}

.term .use1_list {
  margin-bottom: 50px;
  position: relative;
}

.term .use1_list .btn-sm {
  position: absolute;
  top: -10px;
  right: 0;
}

.term .use1_list h4 {
  margin-bottom: 20px;
}

.term .use1_list .info-type {
  margin-top: 10px;
}

.term .use1_list .info-type table {
  table-layout: auto;
}

.term .use1_list .info-type td {
  text-align: center;
  border-right: 1px solid #eee;
  vertical-align: middle;
}

.term .use1_list .info-type td:last-of-type {
  border-right: 0;
}

.terms .empas {
  background: #ffffcc;
}

.terms .indent > li {
  padding-left: 25px;
}

.terms .indent > li cite {
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  vertical-align: text-bottom;
}

.terms-agree {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: left;
  vertical-align: middle;
}
.terms-agree:last-child {
  margin-bottom: 10px;
}

.terms-agree .checkradio input[type=checkbox] + label {
  font-weight: 600;
  font-size: 18px;
}

/* -------------------------------------------------
    JQUERY-UI
------------------------------------------------- */
/* jquery-plugin checkboxradio : ui-checkboxradio */
.ui-checkboxradio-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 40px;
}

.ui-checkboxradio-label:only-child,
.ui-checkboxradio-label:last-child {
  margin-right: 0;
}

.ui-checkboxradio-icon-space {
  display: inline-block;
  width: 10px;
  height: 30px;
  vertical-align: middle;
}

.ui-checkboxradio-label.ui-state-focus:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #000;
  border-radius: 4px;
}

.ui-checkboxradio-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #777;
  background: #fff;
  box-sizing: border-box;
  vertical-align: middle;
}

.ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon {
  border-color: #777;
}

.ui-checkboxradio-label .ui-checkboxradio-icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background: #333;
  width: 18px;
  height: 18px;
  transform: scale(0);
  transition: all 0.3s;
}

.ui-checkboxradio-label.ui-state-active .ui-checkboxradio-icon:after {
  transform: scale(1);
}

.ui-checkboxradio-radio-label .ui-checkboxradio-icon,
.ui-checkboxradio-radio-label.ui-state-active .ui-checkboxradio-icon:after {
  border-radius: 50%;
}

.ui-checkboxradio-label.ui-state-focus:after {
  border-radius: 2em;
}

/* jquery-plugin tab : ui-tabs */
/* -------------------------------------------------
    SORT
------------------------------------------------- */
.sort {
  margin-bottom: 40px;
  font-size: 0;
  margin-left: -10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.sort a,
.sort button,
.sort .ui-checkboxradio-label {
  display: inline-block;
  font-size: 2.4rem;
  color: #777;
  width: 260px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3em;
  text-align: center;
  margin: 0 0 10px 10px;
  transition: box-shadow 0.3s;
  font-weight: 500;
  padding: 0 20px;
  word-break: keep-all;
  -webkit-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
   -transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.sort a:not(.is-active):hover, .sort a:not(.is-active) :focus,
.sort button:not(.is-active):hover,
.sort button:not(.is-active) :focus,
.sort .ui-checkboxradio-label:not(.is-active):hover,
.sort .ui-checkboxradio-label:not(.is-active) :focus {
  border-color: #777;
  background-color: #f3f3f1;
}
.sort .is-active,
.sort .ui-checkboxradio-label.ui-state-active {
  color: #477b72;
  border-color: #477b72;
}
.sort .ui-checkboxradio-icon,
.sort .ui-checkboxradio-icon-space {
  display: none;
}
.sort .ui-checkboxradio-icon:after {
  display: none;
}

/* jquery-plugin : accordion */
.accordion {
  border-top: 2px solid #333;
  margin-top: 15px;
}
.accordion .is-active .accordion-txt-area {
  display: block;
}

.accordion-tit-area {
  position: relative;
  font-size: 0;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
.accordion-tit-area cite {
  display: inline-block;
  box-sizing: border-box;
  width: 280px;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  vertical-align: middle;
}

.accoridon-tit {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 300px);
  font-size: 2rem;
  font-weight: 500;
  box-sizing: border-box;
}

.btn-accordion-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}

.accordion-txt-area {
  display: none;
  background-color: #f2f9f6;
  padding: 50px;
  border-bottom: 1px solid #ccc;
}
.accordion-txt-area .q-list {
  padding-left: 10px;
}

.ui-accordion-header {
  padding: 20px 70px 20px 70px;
  line-height: 22px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  /*background:url($url-img + 'common/acco_q.png') 20px 15px no-repeat;*/
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
}

.ui-accordion-header:before {
  content: "Q";
  font-size: 2.4rem;
  color: #009a74;
  position: absolute;
  left: 30px;
  font-weight: 500;
  font-family: "Open Sans";
}

.ui-accordion-header cite {
  color: #777;
  display: inline-block;
  width: 40px;
}

.ui-accordion-header-active {
  border-bottom: 1px solid #dcdcdc;
  color: #009a74;
}

.ui-accordion-header:hover,
.ui-accordion-header:focus {
  outline: 0;
}

.ui-accordion-header-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0.5;
}

.ui-accordion-header-icon:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-225deg);
}

.ui-accordion-header-active .ui-accordion-header-icon {
  transform: rotate(180deg);
  opacity: 1;
}

.ui-accordion-content {
  padding: 30px 70px;
  border-bottom: 1px solid #dcdcdc;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
  background: #fbfbfb;
  letter-spacing: 0;
}

.ui-accordion-content b,
.ui-accordion-content strong {
  font-weight: 600;
}

/* jquery-plugin :select-menu */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}

.ui-selectmenu-menu ul {
  background: #fff;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
  max-height: 400px;
}

.ui-selectmenu-menu .ui-menu li {
  cursor: pointer;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  width: auto;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  top: 50%;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  transform: rotate(-135deg);
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0 40px 0 10px;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.ui-selectmenu-menu ul {
  border: 1px solid #ccc;
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
  padding: 5px 10px;
}

.ui-selectmenu-menu .ui-state-active {
  color: #000;
  background: #f1f1f1;
}

.ui-selectmenu-menu .ui-state-hover,
.ui-selectmenu-menu .ui-state-focus {
  background: #f9f9f9;
}

/* jquery-plugin :  datepicker */
.datepicker-box {
  position: relative;
  display: inline-block;
}

.datepicker-box.block {
  display: block;
}

.datepicker-box + .dash {
  margin: 0 20px 0 -30px !important;
}

input[type=text].datepicker {
  display: inline-block !important;
  width: 190px !important;
  margin-right: 20px;
}

/*.datepicker + .ui-datepicker-trigger {
    position:relative;
    vertical-align:middle;
}*/
.ui-datepicker-trigger {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0;
}

.ui-datepicker-trigger img {
  display: block;
  width: 100%;
}

.ui-datepicker {
  background-color: #fff;
  margin-top: -2px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px 10px;
  display: none;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0 70px 0 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  background-repeat: no-repeat;
  cursor: pointer;
  background: #333;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-prev {
  right: 40px;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.ui-datepicker .ui-datepicker-next span {
  /*left:auto;
  right:50%;
  margin-right:-1px;*/
  transform: rotate(135deg);
}

.ui-datepicker .ui-datepicker-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
  text-align: left;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 80px;
  vertical-align: middle;
  height: 30px;
  font-size: 1.5rem;
  padding-left: 10px;
  padding-right: 30px;
}

.ui-datepicker select.ui-datepicker-year {
  margin-right: 5px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9rem;
  border-collapse: collapse;
  margin: 10px 0 0.2em;
  text-align: center;
}

.ui-datepicker th {
  padding: 0.3em 0.3em;
  color: #333;
  text-align: center;
  /*height:14px;*/
  font-size: 1.4rem;
  font-weight: bold;
  border: 0;
}

.ui-datepicker th.ui-datepicker-week-end span[title=Sunday] {
  color: #ff4800;
}

.ui-datepicker td:first-child a {
  color: #ff4800;
}

.ui-datepicker tr:first-child td {
  border-top: 0;
}

.ui-datepicker td {
  text-align: center;
  padding: 0.2em 0;
  border: 0;
  height: 14px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-decoration: none;
  border-bottom: 0;
  margin: 0 auto;
  color: #333;
  font-size: 1.4rem;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.due {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 1.5rem;
  color: #333;
  position: relative;
  top: 3px;
}

.ui-datepicker .ui-state-highlight {
  background: #ccc;
  color: #000;
  border-radius: 50%;
}

.ui-datepicker .highlight2 {
  background: #6a6f8d;
  color: #fff;
  border-radius: 50%;
}

.ui-datepicker .highlight3 {
  background: #fff;
  border: 2px solid #ffb100;
  line-height: 16px;
  box-sizing: border-box;
  color: #000;
}

/* jquery-plugin dialog */
.ui-widget-overlay {
  position: fixed;
  width: 100%;
  height: 500%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  z-index: 99999;
}

.ui-dialog {
  position: absolute;
  padding-bottom: 40px;
  background: #fff;
  top: 140px;
  z-index: 999;
  overflow: auto;
  max-width: calc(100% - 50px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  height: 150px;
  padding: 50px 20px 20px;
  box-sizing: border-box;
}

.ui-dialog .ui-dialog-title {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}

/*.ui-dialog .ui-dialog-titlebar-close {
    position:absolute;
    width:30px;
    height:30px;
    overflow:hidden;
    top:0;
    right:10px;
    text-indent:-999px;
}
.ui-dialog .ui-dialog-titlebar-close  {
    position: absolute;
	top:20px;
	right:20px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
    content: "";
    position: absolute;
    width: 140%;
    height: 2px;
    background: $bk;
	top:50%;
	left:50%;
	margin-left:-70%;
	margin-top:-1px;
}*/
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.3);
}

.ui-dialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -1px;
}

.ui-dialog .ui-dialog-titlebar-close:before {
  transform: rotate(45deg);
}

.ui-dialog .ui-dialog-titlebar-close:after {
  transform: rotate(-45deg);
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0 40px;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin-top: 30px;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: inline-block;
  padding: 0 15px;
  height: 60px;
  line-height: 58px;
  font-size: 1.8rem;
  min-width: 80px;
  border-radius: 2em;
  margin: 0 3px;
  border: 1px solid #333;
  padding: 0 50px;
  height: 60px;
  line-height: 58px;
  font-size: 2rem;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .spot {
  background-color: #008653;
  border-color: #008653;
  color: #fff;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* ui-autocomplete */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 9999;
  max-height: 300px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ui-autocomplete.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
  padding: 7px 0;
  line-height: 1.8em;
}

.ui-autocomplete .ui-menu-item { /*padding:5px 10px;*/
  line-height: 1.8em;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item:focus {
  background: #f5f5f5;
}

.ui-autocomplete .ui-menu-item > div {
  padding: 5px 10px;
}

.ui-autocomplete .ui-menu-item .ui-state-hover,
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active {
  display: block;
  background: #333;
  color: #fff;
  border: none;
}

/*.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: $gn100;
    font-weight: normal;
    color: #ffffff;
}*/
.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}

/* -------------------------------------------------
    fullcalendar - plug in
------------------------------------------------- */
.fc-day-header span {
  display: block;
  padding: 20px 0;
  background-color: #f3f3f1;
}

.fc-row .fc-content-skeleton .fc-event-container {
  padding: 0 20px;
}

.fc-row .fc-content-skeleton .fc-day-number {
  display: block;
  padding: 20px 20px 10px;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: none;
}

.fc-sun span {
  color: red !important;
}

.fc-sat span {
  color: #008653 !important;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  padding: 10px 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.4;
  border-radius: 3em;
  border: none;
  text-align: center;
  width: 100%;
}
.fc-event:not(.disabled) {
  cursor: pointer;
}
.fc-event.close {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 10px 15px;
  border-radius: 0 10px 0 10px;
}

.fc-event,
.fc-event:hover,
.fc-event:focus {
  background: #ccc;
  color: #293f3a;
}

.fc-event.close {
  background-color: #ff4800;
  color: #fff;
}

.fc-event.spot {
  background-color: #008653;
  color: #fff;
}

.fc-event.spot2 {
  background-color: #293f3a;
  color: #fff;
}

/* v5 */
/* -------------------------------------------------
    TABLE
------------------------------------------------- */
/* table */
.scroll-x {
  overflow-x: auto;
}

.scroll-x table {
  width: 100%;
}

table th,
table td {
  font-size: 2rem;
}
table th {
  font-weight: 600;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  table th {
    background-clip: padding-box;
  }
}
.table-tit {
  display: block;
  color: #333;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 2.4rem;
}

div[class$=type] {
  position: relative;
  clear: both;
  overflow-x: auto;
}
div[class$=type] table {
  width: 100%;
  clear: both;
  border-top: 2px solid #333;
}
div[class$=type].view-type table {
  border-top: none;
}
div[class$=type] + * {
  margin-top: 100px;
}
div[class$=type] + .btn-cont, div[class$=type] + .paging, div[class$=type] + .bullet {
  margin-top: 40px;
}
div[class$=type] + .bg-box, div[class$=type] + .border-box, div[class$=type] + .msg {
  margin-top: 20px;
}
div[class$=type] .form-tit {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
div[class$=type] * ~ .form-tit {
  margin-left: 20px;
}

.table-fnc-area {
  position: absolute;
  right: -10px;
  top: -20px;
  z-index: 100;
}

/* table : info-type */
.info-type th,
.info-type td {
  padding: 26px 40px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.info-type th:first-child,
.info-type td:first-child {
  border-left: none;
}
.info-type th {
  background: #ecf5f4;
}
.info-type th.spot {
  background-color: #f3f3f1;
}
.info-type thead th {
  text-align: center;
}
.info-type th.ac,
.info-type td.ac,
.info-type tr.ac th,
.info-type tr.ac td {
  padding: 14px 0;
  text-align: center;
}
.info-type tr.ac th.al {
  padding-left: 20px;
  text-align: left;
}
.info-type tr.strong td {
  font-weight: 600;
  font-size: 1.5rem;
  color: #333;
}
.info-type td a:hover,
.info-type td a em {
  text-decoration: underline;
}
.info-type + table {
  margin-top: 10px;
}
.info-type th strong {
  font-size: 1.5rem;
  font-weight: 600;
}
.info-type tbody + tbody tr:first-child th,
.info-type tbody + tbody tr:first-child td {
  border-top: 2px solid #ccc;
}

/* table : list-type */
.tbl-tit,
.btn-list-toggle {
  display: block;
  /*	max-width:100%;*/
  width: auto;
  color: #333;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 2rem;
  /*	&:hover,
  	&:focus {
  		color:$gn200;
  	}*/
}

.list-type th,
.list-type td {
  padding: 23px 0;
  /*min-height: 83px;*/
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.list-type thead th {
  background-color: #f3f3f1;
}
.list-type tbody td {
  padding-left: 2px;
  padding-right: 2px;
}
.list-type tbody td.al > a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  width: auto;
  color: #333;
  box-sizing: border-box;
  font-weight: 500;
  margin-bottom: -7px;
}
.list-type tbody td.al > a:hover {
  color: #477b72;
}
.list-type tbody td.al > a + .msg {
  margin-top: 5px;
}
.list-type tbody td.new > a {
  position: relative;
  padding-right: 20px;
}
.list-type tbody td.new > a:after {
  content: " ";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff4800;
  border-radius: 50%;
  -webkit-animation: fadein 2s infinite;
          animation: fadein 2s infinite;
}
.list-type .info {
  margin-top: 10px;
  font-size: 0;
}
.list-type .info dt,
.list-type .info dd {
  display: inline-block;
  font-size: 1.6rem;
}
.list-type .info dt {
  margin-right: 10px;
  font-weight: 600;
}
.list-type .info dd {
  margin-right: 40px;
}
.list-type .info dd:last-child {
  margin-right: 0;
}
.list-type .btn-cont {
  margin-top: -12px;
  margin-bottom: -12px;
  text-align: center;
}
.list-type .btn-cont + * {
  display: block;
  margin-top: 10px;
}
.list-type .bg {
  padding: 40px 90px;
  text-align: left;
  background-color: #f3f3f1;
  color: #555;
}

/* write-type */
.required {
  display: inline-block;
  margin-left: 2px;
  width: 7px;
  height: 7px;
  -webkit-animation: fadein 2s infinite;
          animation: fadein 2s infinite;
  color: #ff4800;
}

.msg {
  font-size: 1.5rem;
  color: #333;
}
.msg u {
  color: #477b72;
  font-weight: 600;
}

.msg-contens {
  padding: 20px 0;
}

.write-type th,
.write-type td {
  border-bottom: 1px solid #ccc;
  text-align: left;
  height: 80px;
  vertical-align: middle;
  box-sizing: border-box;
}
.write-type th {
  position: relative;
  padding: 5px 20px 5px 40px;
}
.write-type th.spot {
  background-color: #f3f3f1;
}
.write-type td {
  padding: 5px 40px;
}
.write-type td > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
.write-type td > :not(.block), .write-type td > :not(.datepicker-box) {
  margin-right: 5px;
}
.write-type td > :last-child {
  margin-right: 0;
}
.write-type td .checkradio {
  margin-right: 40px;
}
.write-type td > .label-txt,
.write-type td .label-txt {
  margin-left: 10px;
}
.write-type td > hr {
  margin: 12px 0;
}
.write-type td > .label-area,
.write-type td .label-area {
  display: inline-block;
  margin-right: 40px !important;
  white-space: nowrap;
}
.write-type td .label-tit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: 500;
}
.write-type input.q0 {
  width: 100px;
}
.write-type input[type=number].q0 {
  width: 100px;
}
.write-type input.q1 {
  width: calc((100% - 30px) / 4);
}
.write-type input.q2 {
  width: calc((100% - 10px) / 2);
}
.write-type input.q3 {
  width: calc((100% - 30px) / 3 * 2);
}
.write-type input.q4 {
  width: 100%;
}

.time-box {
  display: inline-block;
  border: 1px solid #ccc;
}
.time-box input {
  text-align: center;
  border: none;
  width: 50px;
  padding: 0 5px;
}

/* table : view-type */
.view-type img {
  max-width: 100%;
}
.view-type thead th {
  padding: 60px 40px 40px;
  font-size: 3.6rem;
  font-weight: 500;
}
.view-type thead .info {
  margin-top: 50px;
  margin-bottom: 0;
}
.view-type tbody {
  border-top: 2px solid #333;
}
.view-type tbody td {
  padding: 60px;
  border-bottom: 1px solid #ccc;
}
.view-type .info {
  margin-bottom: 50px;
  line-height: 1em;
}
.view-type .info dt,
.view-type .info dd {
  display: inline-block;
  font-size: 1.8rem;
}
.view-type .info dt {
  position: relative;
  color: #777;
  margin-right: 15px;
}
.view-type .info dd {
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
.view-type .info dd:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.view-type .info dd:last-child {
  margin-right: 0;
  padding-right: 0;
}
.view-type .info dd:last-child:after {
  display: none;
}
.view-type .sns {
  text-align: right;
  margin-top: -10px;
  margin-right: -30px;
  margin-bottom: 50px;
}
.view-type .file {
  margin: -30px -20px;
}

.file .ico-file {
  margin-right: 20px;
  margin-top: 2px;
  vertical-align: top;
}
.file li ~ li {
  margin-top: 25px;
}
.file a {
  vertical-align: middle;
  display: inline-block;
}
.file a:hover, .file a:focus {
  text-decoration: underline;
}

.view-list {
  border-top: 1px solid #333;
  border-bottom: 1px solid #ccc;
  margin-top: 60px;
}
.view-list li {
  padding: 20px 0;
  font-size: 0;
}
.view-list li ~ li {
  border-top: 1px solid #ccc;
}
.view-list cite {
  background: #ecf5f4;
  width: 80px;
  text-align: center;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 20px;
  line-height: 32px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 10px;
  font-weight: 500;
  color: #293f3a;
}
.view-list a {
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  max-width: calc(100% - 200px);
  width: auto;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
}
.view-list a:hover,
.view-list a:focus {
  border-bottom: 1px solid #333;
}
.view-list span.date {
  float: right;
  display: block;
  color: #777;
  font-size: 1.6rem;
  line-height: 34px;
  width: 100px;
  text-align: right;
}

/*board reset*/
#boardContents h1,
#boardContents h2,
#boardContents h3,
#boardContents h4,
#boardContents h5,
#boardContents h6 {
  margin: initial;
  padding: initial;
  line-height: 1.8em;
}

#boardContents h1 {
  font-size: 2em;
}

#boardContents h2 {
  font-size: 1.5em;
}

#boardContents h3 {
  font-size: 1.17em;
}

#boardContents h4 {
  font-size: 1em;
}

#boardContents h5 {
  font-size: 0.83em;
}

#boardContents h6 {
  font-size: 0.67em;
}

#boardContents ol,
#boardContents ol li {
  list-style: decimal;
}

#boardContents ul,
#boardContents ul li {
  list-style: disc;
}

#boardContents img {
  max-width: 100%;
  margin: 0 auto;
}

/* 만족도조사 */
.safi-area {
  position: relative;
  margin-top: 150px;
  border: 1px solid #ccc;
  background-color: #f3f3f1;
  padding: 50px 60px;
  box-sizing: border-box;
}
.safi-area:before {
  content: " ";
  position: absolute;
  left: 35px;
  top: -35px;
  width: 95px;
  height: 95px;
  background-size: 100% 100%;
  background: url("../../images/user/common/ico_safi.svg");
}
.safi-area .checkradio-area {
  display: table;
  table-layout: fixed;
  width: calc(100% - 130px);
  margin-right: 130px;
}
.safi-area .checkradio {
  display: table-cell;
  margin-right: 0;
  vertical-align: top;
  white-space: nowrap;
}
.safi-area p {
  font-size: 2rem;
  margin-bottom: 30px;
  padding-left: 80px;
}
.safi-area .btn-cont {
  position: absolute;
  margin: 0;
  right: 60px;
  bottom: 30px;
}

/* -------------------------------------------------
    SITE-HEADER
------------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #ddd;
  transition: height 0.5s;
}
.site-header.bg-none {
  background-color: transparent;
}
.site-header.is-sticky {
  background: #fff;
  height: 80px;
}
.site-header.is-sticky .wrap {
  padding-bottom: 20px;
}
.site-header.is-sticky .logo a {
  width: 176px;
  height: 60px;
  margin-bottom: -10px;
}
.site-header.is-sticky .util {
  padding-bottom: 10px;
}
.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.site-header .util {
  flex: 1;
  font-size: 0;
  text-align: right;
}
.site-header .util a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  margin-left: 40px;
}
.site-header .util a:first-child {
  margin-left: 0;
}
.site-header .util i {
  margin-top: -5px;
}
.site-header .logo:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.site-header .logo a {
  display: inline-block;
  width: 233px;
  height: 80px;
  background-image: url("../../images/user/logo/logo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  vertical-align: middle;
  text-indent: -9999px;
}
.site-header .header-area {
  position: relative;
}

.btn-nav-open,
.btn-nav-close {
  position: absolute;
  top: 46px;
  right: 0;
  width: 30px;
  height: 30px;
}
.btn-nav-open:hover, .btn-nav-open:focus,
.btn-nav-close:hover,
.btn-nav-close:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-nav-open:before, .btn-nav-open:after,
.btn-nav-open span:before,
.btn-nav-close:before,
.btn-nav-close:after,
.btn-nav-close span:before {
  content: " ";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #293f3a;
  top: 50%;
  right: 50%;
  margin-top: -2px;
  margin-right: -15px;
  border-radius: 2em;
  background-color: #333;
}

.btn-nav-open:before {
  margin-top: -14px;
}
.btn-nav-open:after {
  width: 20px;
}
.btn-nav-open span:before {
  margin-top: 10px;
}

.btn-nav-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
   -transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-nav-close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
   -transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.btn-nav-close span:before {
  display: none;
}

.site-gnb > ul {
  font-size: 0;
  text-align: right;
  padding-right: 50px;
}
.site-gnb > ul > li {
  position: relative;
  display: inline-block;
  width: 160px;
  vertical-align: top;
  text-align: center;
}
.site-gnb > ul > li > a {
  display: block;
  height: 123px;
  line-height: 123px;
  font-size: 2rem;
  font-weight: 600;
}
.site-gnb > ul > li > a:hover, .site-gnb > ul > li > a:focus {
  color: #477b72;
}
.site-gnb > ul > li.is-active ul {
  display: block;
}
.site-gnb > ul ul {
  position: relative;
  display: none;
  margin-top: -1px;
  width: 200px;
  margin-left: -20px;
  background: #477b72;
  font-size: 1.6rem;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-gnb > ul ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.site-gnb > ul ul a:hover, .site-gnb > ul ul a:hover {
  text-decoration: underline;
}

.site-nav-area {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.site-nav-area.is-active {
  display: block;
}
.site-nav-area .nav-util,
.site-nav-area .btn-login {
  display: none;
}

.site-nav {
  padding-bottom: 50px;
}
.site-nav > ul {
  margin: 0 auto;
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
.site-nav > ul > li {
  position: relative;
  display: table-cell;
  border-left: 1px solid #ccc;
}
.site-nav > ul > li:first-child {
  border-left: none;
}
.site-nav > ul > li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 123px;
  background: #fff;
  z-index: 2;
}
.site-nav > ul > li > a {
  position: relative;
  display: block;
  height: 123px;
  line-height: 123px;
  font-size: 2rem;
  font-weight: 600;
  width: calc(100% + 1px);
  margin-left: -1px;
}
.site-nav > ul > li > a:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
}
.site-nav > ul ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-nav > ul ul a {
  display: block;
  height: 50px;
  line-height: 50px;
}
.site-nav > ul ul a:hover, .site-nav > ul ul a:hover {
  text-decoration: underline;
}

/* --------------------------------------------    
	.site-body	
------------------------------------------------- */
.site-body {
  padding-bottom: 100px;
  min-height: calc(100% - 280px);
}

/* -------------------------------------------------    
	.site-footer
------------------------------------------------- */
.site-footer {
  background-color: #333;
  color: rgba(255, 255, 255, 0.5);
}

.footer-etc strong {
  font-weight: 600;
}

.footer-menu {
  overflow: hidden;
  font-size: 0;
  padding: 20px 0;
  margin-bottom: 10px;
}
.footer-menu a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 20px 25px 20px 0;
  margin-right: 25px;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 400;
}
.footer-menu a::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #777;
}
.footer-menu a:last-child {
  padding-right: 0;
}
.footer-menu a:last-child::after {
  display: none;
}

.footer-etc .cs {
  position: absolute;
  right: 0;
  top: 35px;
  clear: both;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
.footer-etc .cs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 15px;
}
.footer-etc .cs strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

.footer-info {
  position: relative;
  padding-left: 260px;
  padding-bottom: 100px;
  font-size: 1.6rem;
}
.footer-info figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 206px;
  opacity: 0.5;
}
.footer-info img {
  display: block;
  max-width: 100%;
  height: 100%;
  filter: gray;
}
.footer-info address span {
  display: inline-block;
}
.footer-info address span:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.footer-info address span:last-of-type:after {
  display: none;
}
.footer-info > p {
  margin-top: 30px;
}

/* -------------------------------------------------    
	MAIN
------------------------------------------------- */
.mn-contents {
  margin-bottom: -100px;
}

.mn-contents > section[class^=mn-] {
  padding: 120px 0;
}
.mn-contents > section[class^=mn-].mn-top {
  padding-bottom: 0;
}

.mn-tit-area {
  margin-bottom: 100px;
}
.mn-tit-area h2 {
  display: inline-block;
  margin-right: 25px;
  font-size: 40px;
  font-weight: 500;
}
.mn-tit-area p {
  display: inline-block;
  font-weight: 500;
}

.mn-txt-area {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
}
.mn-txt-area em {
  display: inline-block;
}
.mn-txt-area em:after {
  content: " ";
  display: block;
  height: 10px;
  background-color: #477b72;
}

.mn-top {
  margin-bottom: 30px;
  height: 500px;
  background: #f3f3f1;
}
.mn-top .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.mn-top .txt-area {
  position: relative;
  margin-top: -60px;
  padding-left: 135px;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.05em;
  z-index: 1;
}
.mn-top figure {
  position: absolute;
  height: 100%;
  right: 70px;
  bottom: 0;
}
.mn-top figure img {
  display: block;
  height: 100%;
}

.mn-float {
  position: relative;
  margin-top: -40px;
  height: 80px;
  width: 100%;
}
.mn-float.is-sticky {
  position: fixed;
  margin-top: 0;
  top: 80px;
  z-index: 10;
}
.mn-float:before {
  content: " ";
  position: absolute;
  display: block;
  width: 50%;
  right: 0;
  top: 0;
  height: 80px;
  background-color: #293f3a;
}
.mn-float .wrap {
  display: flex;
  justify-content: space-between;
  height: 80px;
  background-color: #293f3a;
  padding-left: 40px;
  color: #fff;
  border-radius: 40px 0 0 40px;
}
.mn-float .float-info cite {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.mn-float .float-info cite i {
  margin-right: 15px;
}
.mn-float .float-info strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-weight: 700;
}
.mn-float .float-fnc {
  font-size: 0;
}
.mn-float .float-fnc .btn-sm {
  width: 160px;
  margin-left: 10px;
}

.mn-flow {
  position: relative;
}
.mn-flow:before {
  content: " ";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fdf9f4;
}
.mn-flow ul {
  position: relative;
  font-size: 0;
}
.mn-flow ul li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 270px;
  width: calc((100% - 240px) / 4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  vertical-align: top;
  text-align: center;
  background: #fff;
}
.mn-flow ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -64px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../../images/user/common/arr_spot.svg");
  background-size: 100% 100%;
}
.mn-flow ul li:first-child:before {
  display: none;
}
.mn-flow ul li span {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #477b72;
}
.mn-flow ul li span:before {
  content: " ";
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
}
.mn-flow ul li span:after {
  content: " ";
  margin: 10px auto 0;
  display: block;
  height: 2px;
  width: 40px;
  background: #477b72;
}
.mn-flow ul li:nth-child(1) span:before {
  background-image: url("../../images/user/main/ico_flow1.svg");
}
.mn-flow ul li:nth-child(2) span:before {
  background-image: url("../../images/user/main/ico_flow2.svg");
}
.mn-flow ul li:nth-child(3) span:before {
  background-image: url("../../images/user/main/ico_flow3.svg");
}
.mn-flow ul li:nth-child(4) span:before {
  background-image: url("../../images/user/main/ico_flow4.svg");
}
.mn-flow ul li ~ li {
  margin-left: 80px;
}
.mn-flow ul li p {
  font-size: 24px;
  font-weight: 500;
}

.mn-view figure {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.mn-view img {
  display: block;
  max-width: 100%;
}

.mn-service {
  background: #f3f3f1;
}
.mn-service .service-list cite {
  display: block;
  margin-bottom: 60px;
  width: 260px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 500;
  border-radius: 2em;
  background-color: #477b72;
  color: #fff;
}
.mn-service .service-list span {
  display: inline-block;
  font-size: 32px;
  margin-right: 7px;
}
.mn-service .service-list > li {
  margin-bottom: 100px;
}
.mn-service .service-list > li:nth-child(1) ul:before {
  background-image: url("../../images/user/main/ico_service1.svg");
}
.mn-service .service-list > li:nth-child(2) ul:before {
  background-image: url("../../images/user/main/ico_service2.svg");
}
.mn-service .service-list > li:nth-child(3) ul:before {
  background-image: url("../../images/user/main/ico_service3.svg");
}
.mn-service .service-list > li:nth-child(2n) ul {
  padding-left: 0;
  padding-right: 350px;
}
.mn-service .service-list > li:nth-child(2n) ul:before {
  left: auto;
  right: 85px;
}
.mn-service .service-list ul {
  position: relative;
  display: block;
  min-height: 180px;
  padding-left: 350px;
  padding-top: 50px;
  font-size: 30px;
}
.mn-service .service-list ul:before {
  content: " ";
  position: absolute;
  left: 85px;
  top: 0;
  width: 180px;
  height: 180px;
  background-size: 100% 100%;
}
.mn-service .service-list ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
}
.mn-service .service-list ul li:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.mn-service .service-list ul li ~ li {
  margin-top: 15px;
}

.mn-contents > section[class^=mn-].mn-my {
  padding-top: 250px;
  padding-bottom: 150px;
}

.mn-my h2 {
  margin-bottom: 55px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.mn-my ul {
  display: table;
  border-spacing: 30px 0;
  width: calc(100% + 60px);
  margin-left: -30px;
  table-layout: fixed;
}
.mn-my li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 440px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 30px;
  padding: 20px;
  background-color: #f2f9f6;
}
.mn-my li:nth-child(2) {
  background-color: #ecf5f4;
}
.mn-my li:nth-child(3) {
  background-color: #fdf9f4;
}
.mn-my li > * {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
  text-align: center;
}
.mn-my li cite {
  color: #293f3a;
  font-size: 26px;
  font-weight: 600;
}
.mn-my li cite:after {
  content: " ";
  margin: 17px auto 60px;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #293f3a;
}
.mn-my li p {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 600;
}
.mn-my li p em {
  font-size: 36px;
}
.mn-my li .my-btn-cont .btn {
  display: block;
  width: 100%;
  padding: 0;
}
.mn-my li .my-btn-cont .btn ~ .btn {
  margin-top: 10px;
}
.mn-my li .my-btn-cont .btn:only-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 130px;
}
.mn-my li .my-btn-cont .btn:only-child i {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}

/* sub */
.sub-top {
  margin-bottom: 80px;
  background: #f3f3f1;
  height: 340px;
  padding-top: 120px;
  box-sizing: border-box;
}
.sub-top .wrap {
  height: 100%;
  box-sizing: border-box;
  background: url("../../images/user/sub/img_visual.png") bottom right no-repeat;
}
.sub-top .sub-tit {
  position: absolute;
  left: 0;
  bottom: 25px;
  font-size: 42px;
}

/*.contents {
	padding-top:285px;
}
.sub-top ~ .contents {
	padding-top:0;
}*/
.lnb {
  padding-top: 30px;
  text-align: right;
}
.lnb nav > ul {
  font-size: 0;
}
.lnb nav > ul > li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-left: 45px;
}
.lnb nav > ul > li > a {
  position: relative;
  display: block;
  color: #626262;
  z-index: 1;
  padding-bottom: 15px;
}
.lnb nav > ul > li > a:hover {
  color: #293f3a;
}
.lnb nav > ul > li.is-active ul {
  display: block;
}
.lnb nav > ul ul {
  display: none;
  position: absolute;
  left: 50%;
  margin-top: -5px;
  margin-left: -60px;
  background-color: #fff;
  box-sizing: border-box;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.lnb nav > ul ul a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: #293f3a;
  color: #fff;
}
.lnb nav > ul ul a:hover {
  background-color: #334e48;
}
.lnb .home a:before {
  content: " ";
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url("../../images/user/common/ico_home.svg") center center no-repeat;
}
.lnb .is-current {
  color: #293f3a;
}
.lnb .is-current:after {
  content: " ";
  position: absolute;
  width: 100%;
  max-width: 100px;
  height: 5px;
  background: #293f3a;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
}

/* member */
* + .type-area {
  margin-top: 60px;
}

.type-area {
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: auto;
}
.type-area > li {
  position: relative;
  display: table-cell;
  text-align: center;
  padding: 0 50px;
}
.type-area > li .btn {
  min-width: 200px;
}
.type-area .img-area {
  border: 1px solid #ccc;
  padding: 52px 65px 55px;
  margin-bottom: 20px;
  -webkit-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
   -transition: border 0.3s;
  transition: border 0.3s;
}
.type-area img {
  display: block;
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
.type-area i {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -webkit-transition: background-position 0.3s;
  -ms-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
   -transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.type-area .ico-user-personal {
  background-image: url("../../images/user/member/img_user_personal.svg");
}
.type-area .ico-user-14age {
  background-image: url("../../images/user/member/img_user_14age.svg");
}
.type-area .ico-certification-public {
  background-image: url("../../images/user/member/img_certification_public.svg");
}
.type-area .ico-certification-phone {
  background-image: url("../../images/user/member/img_certification_phone.svg");
}
.type-area cite {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2.4rem;
  color: #293f3a;
  text-align: center;
  margin-bottom: 25px;
}
.type-area a {
  display: block;
}
.type-area a:hover .img-area, .type-area a:focus .img-area {
  border-color: #008653;
}
.type-area a:hover cite, .type-area a:focus cite {
  color: #008653;
}
.type-area a:hover i, .type-area a:focus i {
  background-position: center 100%;
}

/* error */
.error-page {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.error-cont {
  padding-top: 50px;
}

.error-cont strong {
  display: block;
  margin-bottom: 25px;
  font-size: 2.4rem;
}

.error-cont strong:before {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: url("../../images/user/common/error.svg") center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.error-cont p {
  max-width: 500px;
  font-size: 1.5rem;
  padding: 40px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 30px;
}

.thumb-list {
  border-top: 2px solid #333;
}
.thumb-list li {
  font-size: 0;
  border-bottom: 1px solid #ccc;
}
.thumb-list a {
  display: block;
  padding: 30px 0;
}
.thumb-list .img-area,
.thumb-list .txt-area {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: middle;
  box-sizing: border-box;
}
.thumb-list .img-area {
  position: relative;
  width: 300px;
  height: 170px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.thumb-list .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
   -transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumb-list .txt-area {
  width: calc(100% - 300px);
  padding-left: 40px;
}
.thumb-list .txt-area h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.thumb-list .txt-area cite {
  display: block;
  margin-top: 20px;
  font-weight: 500;
}
.thumb-list .txt-area cite span {
  font-weight: 400;
  color: #777;
}

.groupinfo-list {
  margin: 60px 0 60px -25px;
  font-size: 0;
  width: calc(100% + 25px);
}
.groupinfo-list:first-child {
  margin-top: 0;
}
.groupinfo-list > li {
  box-sizing: border-box;
  display: inline-block;
  width: calc((100% - 100px) / 4);
  margin: 0 0 0 25px;
  border: 1px solid #293f3a;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: top;
}
.groupinfo-list > li:nth-child(1) cite {
  background-color: #aaa;
}
.groupinfo-list > li:nth-child(2) cite {
  background-color: #83aba4;
}
.groupinfo-list > li:nth-child(3) cite {
  background-color: #477b72;
}
.groupinfo-list > li:nth-child(4) cite {
  background-color: #293f3a;
}
.groupinfo-list ul {
  padding: 40px 20px;
  font-size: 18px;
}
.groupinfo-list cite {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.test-list {
  margin: 60px 0 -15px -15px;
  width: calc(100% + 15px);
  font-size: 0;
}
.test-list:first-child {
  margin-top: 0;
}
.test-list > li {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: calc((100% - 60px) / 4);
  margin: 0 0 15px 15px;
  height: 120px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #293f3a;
  overflow: hidden;
  vertical-align: top;
}
.test-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.test-list a:hover {
  background-color: #ecf5f4;
}
.test-list p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  height: 2.4em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.test-list .info span {
  display: block;
}
.test-list .disabled {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background: rgba(41, 63, 58, 0.8);
  color: #fff;
  z-index: 1;
}
.test-list .disabled:before {
  content: " ";
  display: block;
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
  background: url("../../images/user/common/ico_finish_wh.svg");
  background-size: 100% 100%;
}

.q-list > li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 60px;
}

.q-list pre {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  white-space: pre-line;
  font-family: "scdream", "Courier New", "굴림", "Arial", "serif", Gulim;
  margin: 0 0 20px;
}

.q-list .check-num li pre {
  line-height: normal;
  white-space: pre-line;
  line-height: 24px;
}

.q-list .answer-o {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  border: 4px solid #009deb;
  box-sizing: border-box;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 1px;
  z-index: 1;
}

.q-list > li > cite {
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
}

.q-list h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 20px;
}

.q-list h2 em {
  display: inline-block;
  background-color: #faff76;
  padding: 2px 5px 0;
  vertical-align: middle;
}

.q-list h2 img {
  max-width: 90%;
}

.q-list ol li ~ li {
  margin-top: 10px;
}

.q-list ol li {
  position: relative;
  display: block;
  line-height: 1.375;
  padding-left: 30px;
  min-height: 20px;
  font-size: 20px;
  font-weight: 500;
}

.q-list ol li label {
  position: static;
  display: block;
}

.q-list .num {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  color: #333;
  border: 1px solid #333;
}

.q-list .check-num label .ui-checkboxradio-icon {
  display: none;
}

.q-list ol:not(.check-num) label .ui-checkboxradio-icon {
  position: absolute;
  left: 2px;
  top: 2px;
}

.q-list .check-num label.ui-checkboxradio-checked,
.q-list ol li.answer {
  color: #008653;
}

.q-list .check-num label.ui-checkboxradio-checked .num,
.q-list ol li.answer .num {
  border-color: #008653;
  color: #008653;
}

.q-list ol li.xanswer .num {
  border-color: #ff4800;
  color: #ff4800;
}

.q-list ol li.xanswer {
  color: #ff4800;
}

.q-list textarea {
  padding: 20px;
  color: #555;
  font-weight: normal;
  font-size: 15px;
}

.q-list .answer-x {
  position: absolute;
  left: -14px;
  top: -14px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  font-size: 1px;
  z-index: 1;
}

.q-list .answer-x:before,
.q-list .answer-x:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -2px;
  width: 60px;
  height: 4px;
  background-color: #ff4800;
}

.q-list .answer-x:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.q-list .answer-x:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.q-list .label {
  position: absolute;
  left: -50px;
  width: 40px;
  padding: 0;
  text-align: center;
}

.q-list .comment {
  border-top: 2px dashed #ccc;
  margin-top: 40px;
  padding: 30px 20px;
  border-bottom: 1px solid #f3f3f1;
  background-color: #f2f9f6;
}

.q-list .comment li {
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.375;
}
.q-list .comment li:first-child {
  margin-top: 0;
}

.q-list .comment cite {
  display: inline-block;
}

.q-list .comment .num {
  position: static;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  width: auto;
  font-size: 2rem;
}

.q-list .comment p {
  display: inline;
}

.q-media {
  margin-bottom: 20px;
}
.q-media img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
.q-media .video-area {
  position: relative;
  margin-bottom: 10px;
  height: 0;
  padding-top: 56.25%;
  margin: 0 auto;
}
.q-media .video-area .video-js,
.q-media .video-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%);
}

/* 통계 */
.statics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.statics .chart-wrap {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}

/* -------------------------------------------------    
	- TABLET MAX-WIDHT 1279	
------------------------------------------------- */
@media screen and (max-width: 1279px) {
  body {
    font-size: 1.6rem;
  }
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fs-lg {
    font-size: 1.6rem;
  }
  .fs-sm {
    font-size: 1.4rem;
  }
  .checkradio {
    margin-right: 30px;
  }
  .checkradio input[type=checkbox] + label,
.checkradio input[type=radio] + label {
    font-size: 1.5rem;
  }
  input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel] {
    width: 280px;
  }
  /* -------------------------------------------------
  	fullcalendar - plug in
  ------------------------------------------------- */
  .fc-day-header span {
    padding: 10px 0;
  }
  .fc-row .fc-content-skeleton .fc-day-number {
    padding: 15px 10px;
  }
  .fc-row .fc-content-skeleton .fc-event-container {
    padding: 0 10px;
  }
  .fc-event {
    font-size: 0.75em;
    margin-bottom: 15px;
  }
  .label {
    font-size: 1.3rem;
  }
  .safi-area {
    padding: 40px 30px;
  }
  .safi-area:before {
    left: 20px;
  }
  .safi-area .checkradio-area {
    table-layout: auto;
  }
  .safi-area .btn-cont {
    right: 30px;
  }
  .tit {
    font-size: 2.4rem;
  }
  .tit span {
    font-size: 2rem;
  }
  .tit-lg {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .tit-sm {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .tit-area p {
    margin-top: 20px;
  }
  .time {
    font-size: 1.4rem;
  }
  .bg-box,
.border-box {
    padding: 40px 30px;
  }
  .bg-box div[class$=type],
.border-box div[class$=type] {
    margin-top: 20px;
    margin: 30px 0;
  }
  .bg-box .btn-cont,
.border-box .btn-cont {
    margin-top: 20px;
  }
  .bg-box .bg-box + .form-cont,
.border-box .bg-box + .form-cont {
    margin-top: 20px;
  }
  .box-tit-lg {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .box-tit {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .box-txt {
    font-size: 1.5rem;
  }
  .box-txt em.fs-lg {
    font-size: 2rem;
  }
  .sch-area + .total-count {
    margin-top: 0;
    line-height: 1.5;
  }
  .sch-area .select-area {
    display: flex;
    gap: 0 5px;
  }
  .sch-area .select-area select {
    flex: 1;
  }
  .sch-area .select-area + .btn {
    margin-top: 10px;
    width: 100%;
  }
  .sort a,
.sort button,
.sort .ui-checkboxradio-label {
    font-size: 1.8rem;
    height: 80px;
  }
  .accoridon-tit {
    font-size: 1.8rem;
  }
  .accordion-txt-area {
    padding: 30px;
  }
  .accordion-txt-area .q-list {
    padding-left: 40px;
  }
  /* login */
  /* popup-login */
  .popup-login {
    max-width: 800px;
    width: calc(100% - 100px);
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .popup-login .pop-body {
    padding: 0 30px 40px;
  }
  .popup-lg {
    max-width: 100%;
  }
  .popup-lg .pop-body {
    max-height: calc(100vh - 80px);
  }
  /* table */
  .table-tit {
    font-size: 2rem;
  }
  .list-type thead {
    display: none;
  }
  .list-type tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  .list-type tbody td {
    margin-right: 20px;
  }
  .list-type tbody td[data-tit]:before {
    content: attr(data-tit) " : ";
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    text-align: left;
  }
  .list-type tbody td.al {
    display: block;
    margin-right: 0;
  }
  .list-type tbody td.al .btn-list-toggle {
    display: block !important;
    overflow: hidden;
    width: 100%;
    text-decoration: underline;
    max-width: none;
    min-width: 0;
    padding: 0;
    margin: 5px 0 0;
    text-align: left;
  }
  .list-type tbody .btn-cont {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .list-type tbody .btn-cont .btn-sm + p {
    display: inline-block;
  }
  .list-type th {
    display: block;
  }
  .list-type col,
.list-type thead th,
.list-type tbody td {
    display: inline-block;
    width: auto;
    text-align: left;
    border: none;
    line-height: 1.5;
    height: auto;
    min-height: 0;
    padding: 5px 0;
  }
  .list-type .bg {
    display: block;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .list-type .bg:before {
    display: none;
  }
  .write-type th,
.write-type td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .view-type thead th {
    padding: 60px 0 30px;
    font-size: 2.4rem;
  }
  .view-type thead .info {
    margin-top: 20px;
  }
  .view-type tbody td {
    padding: 30px 0;
  }
  .view-type .file {
    margin: 0;
  }
  .file li ~ li {
    margin-top: 10px;
  }
  .site-header .util a {
    margin-left: 30px;
  }
  .site-header .util a.user {
    display: block;
    margin-bottom: 5px;
  }
  .site-header.is-sticky .wrap {
    padding-bottom: 20px;
  }
  .site-header.is-sticky .util {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  /* site-body */
  .site-body {
    padding-bottom: 50px;
  }
  /* site-footer */
  .footer-menu a {
    padding: 10px 15px 10px 0;
    font-size: 16px;
  }
  .footer-etc .cs {
    position: static;
    display: block;
    margin-bottom: 30px;
  }
  .footer-etc .cs span {
    font-size: 16px;
  }
  .footer-etc .cs strong {
    font-size: 32px;
  }
  .footer-info {
    padding: 0 0 80px;
    font-size: 1.3rem;
  }
  .footer-info figure {
    position: static;
  }
  .footer-info address {
    margin-top: 20px;
  }
  /* main */
  .mn-contents {
    margin-bottom: -80px;
  }
  .mn-contents > section[class^=mn-] {
    padding: 80px 0;
  }
  .mn-contents > section[class^=mn-].mn-my {
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .mn-top .txt-area {
    padding-left: 0;
  }
  .mn-top figure {
    right: 0;
  }
  .mn-tit-area {
    margin-bottom: 40px;
  }
  .mn-float {
    padding-left: 20px;
  }
  .mn-flow ul li {
    width: calc((100% - 60px) / 4);
    height: 240px;
  }
  .mn-flow ul li ~ li {
    margin-left: 20px;
  }
  .mn-flow ul li:before {
    display: none;
    /*margin-left:-32px;*/
  }
  .mn-service .service-list ul {
    padding-left: 250px;
  }
  .mn-service .service-list ul:before {
    left: 20px;
  }
  .mn-service .service-list > li:nth-child(2n) ul {
    padding-right: 250px;
  }
  .mn-service .service-list > li:nth-child(2n) ul:before {
    right: 20px;
  }
  .mn-my ul {
    border-spacing: 20px;
    border-spacing: 20px 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .mn-my li {
    border-radius: 20px;
  }
  .mn-my li cite:after {
    margin-bottom: 20px;
  }
  .mn-my li p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .mn-my li p em:before {
    content: " ";
    display: block;
    margin-top: -10px;
  }
  /* sub */
  .sub-top {
    margin-bottom: 60px;
  }
  .sub-top .sub-tit {
    font-size: 3.6rem;
    left: 20px;
  }
  /* member */
  .type-area > li {
    padding: 0 15px;
  }
  .thumb-list .txt-area {
    padding-left: 20px;
  }
  .thumb-list .txt-area h3 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .thumb-list .txt-area cite {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .groupinfo-list {
    margin: 40px 0 20px -25px;
    width: calc(100% + 25px);
  }
  .groupinfo-list > li {
    width: calc((100% - 50px) / 2);
    margin: 0 0 25px 25px;
  }
  .groupinfo-list ul {
    padding: 30px 20px;
    font-size: 16px;
  }
  .groupinfo-list cite {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
  .test-list {
    margin: 40px 0 -15px -15px;
    width: calc(100% + 15px);
  }
  .test-list > li {
    width: calc((100% - 30px) / 2);
    margin: 0 0 15px 15px;
    font-size: 15px;
  }
  .test-list a {
    padding: 0 15px;
  }
  .test-list p {
    margin-bottom: 10px;
  }
  .test-list .disabled {
    font-size: 24px;
  }
  .test-list .disabled:before {
    margin: 0 auto 15px;
    width: 40px;
    height: 40px;
  }
}
/* -------------------------------------------------    
	- TABLET MAX-WIDHT 1023 		
------------------------------------------------- */
/* -------------------------------------------------    
	- MOBILE MAX-WIDHT 767 		
------------------------------------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel] {
    width: 220px;
    font-size: 1.5rem;
  }
  button,
input,
textarea,
select {
    font-size: 1.5rem;
  }
  select {
    padding: 0 25px 0 10px;
    font-size: 1.5rem;
  }
  .checkradio {
    margin-right: 30px;
  }
  .checkradio input[type=checkbox] + label,
.checkradio input[type=radio] + label {
    font-size: 1.5rem;
  }
  form + .bg-box,
form + .border-box {
    margin-top: 40px;
  }
  .fs-lg {
    font-size: 1.6rem;
  }
  .fs-sm {
    font-size: 1.3rem;
  }
  .tit-area {
    margin-bottom: 10px;
  }
  .tit {
    font-size: 2rem;
    line-height: 1.5;
  }
  .tit span {
    font-size: 1.6rem;
  }
  .tit-lg {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .tit-sm {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .tit:before {
    height: 20px;
  }
  .tit-area p {
    margin-top: 10px;
  }
  .bg-box,
.border-box {
    margin-bottom: 20px;
    padding: 20px 15px;
    font-size: 1.4rem;
  }
  .bg-box .bg-box + .form-cont,
.border-box .bg-box + .form-cont {
    margin-top: 0;
  }
  .box-log {
    max-width: 240px;
    margin-bottom: 20px;
  }
  .box-tit-lg {
    font-size: 2rem;
  }
  .box-tit {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .box-txt-lg {
    font-size: 2rem;
  }
  .bullet li ~ li,
.bullet-tit li ~ li,
.bullet-dash li ~ li,
.bullet-none li ~ li {
    margin-top: 5px;
  }
  .bullet li:before {
    width: 3px;
    height: 3px;
    top: 8px;
  }
  .bullet-tit li {
    padding-left: 100px;
  }
  .bullet-tit li:before {
    top: 6px;
  }
  .bullet-tit cite {
    left: 15px;
  }
  /* step */
  .step {
    margin: 30px auto;
  }
  .step li {
    width: auto;
  }
  .step li:before {
    top: 7.5vw;
  }
  .step li span {
    width: 15vw;
    height: 15vw;
    font-size: 2.5vw;
    margin-bottom: 0;
    padding: 3vw 0 0 2vw;
  }
  .step li span:before {
    right: -7.5vw;
    border-width: 7.5vw 0 7.5vw 7.5vw;
  }
  .step li span strong {
    font-size: 3.5vw;
  }
  .step li p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .step li:last-child span {
    width: 19.5vw;
    height: 15vw;
  }
  .sort {
    display: block;
    margin-bottom: 30px;
  }
  .sort a,
.sort button,
.sort .ui-checkboxradio-label {
    width: calc((100% - 20px) / 2);
    font-size: 1.4rem;
    box-sizing: border-box;
    height: 50px;
    max-width: 200px;
    width: auto;
  }
  .tabs-nav {
    margin-bottom: 30px;
  }
  .tabs-nav a {
    height: 50px;
    line-height: 48px;
  }
  .fnc-area {
    display: block;
  }
  .fnc-area .fnc-l,
.fnc-area .fnc-r {
    display: block;
    padding: 0;
  }
  .fnc-area .fnc-l > *,
.fnc-area .fnc-r > * {
    margin-left: 0;
    margin-right: 0;
  }
  .fnc-area .fnc-l + .fnc-r {
    margin-top: 5px;
  }
  .sch {
    display: block;
    height: 50px;
    font-size: 0;
    border-radius: 25px;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
  }
  .sch input[type=text] {
    width: calc(100% - 50px);
    height: 50px;
    vertical-align: top;
  }
  .sch .btn-sch {
    height: 50px;
    width: 50px;
  }
  .sch-area + .total-count {
    margin-bottom: 10px;
  }
  .pop-close {
    width: 30px;
    height: 30px;
  }
  .form-cont {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .form-cont .form-label {
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    left: 20px;
  }
  .form-cont .form-input,
.form-cont input[type=text],
.form-cont input[type=password],
.form-cont input[type=number],
.form-cont input[type=email],
.form-cont input[type=tel] {
    height: 60px;
    font-size: 1.6rem;
  }
  .form-cont .btn-cont {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .form-cont .btn-cont .btn-login,
.form-cont .btn-cont .btn-onepass {
    height: 70px;
    line-height: 70px;
    font-size: 2rem;
  }
  .error {
    font-size: 1.3rem;
  }
  .form-wrap {
    padding-top: 20px;
  }
  .form-row {
    position: relative;
  }
  .form-row ~ .form-row {
    margin-top: 15px;
  }
  .focused .form-label {
    font-size: 1.4rem;
  }
  .btn-onepass {
    padding-left: 60px;
  }
  .btn-onepass:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .popup {
    max-width: calc(100% - 40px);
    width: 100%;
    left: 50%;
    top: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%) !important;
  }
  .popup .pop-header {
    padding: 0;
    padding: 50px 20px 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .popup .pop-header h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .popup .pop-body {
    padding: 50px 20px;
    max-height: calc(90vh - 130px);
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .popup .pop-header ~ .pop-body {
    padding-top: 0;
  }
  .term-agree li cite {
    display: block;
    margin: 0 0 5px 0;
  }
  .popup-lg .pop-header {
    padding: 0 85px 0 15px;
  }
  .popup-lg .pop-header h1 {
    flex: none;
    width: 100%;
    align-items: center;
    height: 100%;
    font-size: 2rem;
    font-weight: 600;
    box-sizing: border-box;
    overflow: hidden;
  }
  .popup-lg .pop-header .pop-header-fnc {
    position: absolute;
    right: 15px;
    bottom: -15px;
  }
  .popup-lg .pop-header .pop-header-fnc .btn-sm {
    width: 60px;
    min-width: 60px;
    padding: 0;
  }
  .popup-lg .pop-header .pop-header-fnc .btn-sm i {
    display: none;
  }
  .popup-lg .pop-body {
    font-size: 1.6rem;
    padding: 20px 15px;
  }
  .popup-lg .pop-close {
    top: 5px;
    right: 15px;
  }
  .q-list > li {
    padding-left: 40px;
  }
  .q-list > li > cite {
    font-size: 18px;
  }
  .q-list pre,
.q-list h2 {
    font-size: 16px;
  }
  .q-list .label {
    top: -3px;
    left: -45px;
  }
  .q-list .num {
    top: 0;
  }
  .q-list ol li {
    font-size: 16px;
  }
  .q-list .comment {
    margin-left: -40px;
    padding: 20px 15px;
  }
  /* popup-login */
  .popup-login {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
  }
  .popup-login .pop-header {
    padding: 40px 20px 0;
    height: auto;
  }
  .popup-login .pop-header h1 {
    font-size: 2.8rem;
    /*	height:100px;
    	line-height:100px;*/
  }
  .popup-login .pop-body {
    padding: 0 20px 50px;
    box-sizing: border-box;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  .pop-body .tabs-nav {
    margin-bottom: 20px;
  }
  .popup-login .pop-close {
    top: 30px;
    right: 20px;
  }
  .btn-lnk-area {
    margin-top: 5px;
  }
  .btn-lnk-area a {
    padding: 0 15px;
    font-size: 1.5rem;
  }
  .term-agree {
    margin-bottom: 10px;
  }
  .mn-popup-area {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .mn-popup-area .popup {
    margin: 0 0 5px;
    transform: translate(0, 0) !important;
  }
  .accordion {
    border-top: 2px solid #333;
    margin-top: 15px;
  }
  .accordion .is-active .accordion-txt-area {
    display: block;
  }
  .accordion-tit-area {
    padding: 20px 0;
  }
  .accordion-tit-area cite {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
  .accoridon-tit {
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
  }
  .accordion-txt-area {
    padding: 20px 15px;
  }
  /* paging */
  .paging {
    margin: 25px auto;
  }
  .paging li {
    margin: 0 3px;
  }
  .paging a {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 1.4rem;
  }
  .paging li.pv {
    margin-right: 2vw;
  }
  .paging li.fw {
    margin-left: 2vw;
  }
  .paging li.ppv a span:before,
.paging li.ffw a span:before,
.paging li.ppv a span:after,
.paging li.ffw a span:after,
.paging li.pv a span:before,
.paging li.fw a span:before {
    width: 3vw;
    height: 3vw;
  }
  .paging li.pv a span:before {
    margin-left: -1vw;
  }
  .paging li.fw a span:before {
    margin-left: 1vw;
  }
  .paging li.ppv a span:before {
    margin-left: -3vw;
  }
  .paging li.ppv a span:after {
    margin-left: -1vw;
  }
  .paging li.ffw a span:before {
    margin-left: 1vw;
  }
  .paging li.ffw a span:after {
    margin-left: 3vw;
  }
  .m-none {
    display: none;
  }
  .m-block {
    display: block;
  }
  /*.btn-cont a, .btn {
  	min-width:40%;
  	padding:0 12px;
  	height:36px;
  	line-height:36px;
  	font-size:15px;
  }
  .btn-sm { min-width:0; }
  .btn-cont a:nth-child(1):nth-last-child(3),
  .btn-cont a:nth-child(1):nth-last-child(3) ~ a { min-width:31%;width: 31%;font-size:0.923em; }
  .btn:nth-child(1):nth-last-child(3),
  .btn:nth-child(1):nth-last-child(3) ~ .btn { min-width:31%;width: 31%;font-size:0.923em; }
  .btn-cont a:nth-child(1):nth-last-child(4),
  .btn-cont a:nth-child(1):nth-last-child(4) ~ a,
  .btn:nth-child(1):nth-last-child(4),
  .btn:nth-child(1):nth-last-child(4) ~ .btn { height:40px;line-height:38px;min-width:23%;width: 23%;font-size:0.923em;margin-left:2px; }
  */
  /* -------------------------------------------------
  	fullcalendar - plug in
  ------------------------------------------------- */
  .fc-day-header span {
    padding: 5px 0;
  }
  .fc-row .fc-content-skeleton .fc-day-number {
    display: block;
    padding: 2vw 3px 0;
  }
  .fc-row .fc-content-skeleton .fc-event-container {
    padding: 0 2px;
  }
  .fc-event {
    font-size: 2.3vw;
    margin-bottom: 2vw;
    margin-left: 0 !important;
    border-radius: 5px;
  }
  .fc-event.close {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-cont {
    display: flex;
    justify-content: center;
  }
  .btn-cont [class^=btn] {
    flex: 1;
    padding: 0;
  }
  .btn-cont.ar {
    display: block;
  }
  .btn {
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }
  .btn-sm {
    padding: 0 20px;
    height: 36px;
    line-height: 34px;
    font-size: 1.4rem;
    min-width: 80px;
  }
  .btn-lg {
    padding: 0 30px;
    min-width: 120px;
    font-size: 1.8rem;
    height: 60px;
    line-height: 58px;
    max-width: 100%;
  }
  .btn-close-r {
    width: 30px;
    height: 30px;
  }
  .btn-close-r:before,
.btn-close-r:after {
    width: 16px;
    margin-left: -8px;
  }
  .btn.width,
.btn-lg.width {
    min-width: 120px;
  }
  .btn-sm.width {
    min-width: 80px;
  }
  [class^=ico-] {
    margin-right: 5px;
    width: 24px;
    height: 24px;
  }
  [class^=ico-].sm {
    width: 18px;
    height: 18px;
  }
  [class^=ico-].back {
    margin-left: 5px;
  }
  .q0 {
    width: 50px;
  }
  .q1 {
    width: 50%;
  }
  .q2 {
    width: 70%;
  }
  .q3 {
    width: 90%;
  }
  .q4 {
    width: 100%;
  }
  /* table */
  .hdnCol1 table colgroup col:nth-child(1),
.hdnCol2 table colgroup col:nth-child(2),
.hdnCol3 table colgroup col:nth-child(3),
.hdnCol4 table colgroup col:nth-child(4),
.hdnCol5 table colgroup col:nth-child(5),
.hdnCol6 table colgroup col:nth-child(6),
.hdnCol7 table colgroup col:nth-child(7),
.hdnCol8 table colgroup col:nth-child(8),
.hdnCol9 table colgroup col:nth-child(9),
.hdnCol10 table colgroup col:nth-child(10),
.hdnCol1 table tr th:nth-child(1),
.hdnCol2 table tr th:nth-child(2),
.hdnCol3 table tr th:nth-child(3),
.hdnCol4 table tr th:nth-child(4),
.hdnCol5 table tr th:nth-child(5),
.hdnCol6 table tr th:nth-child(6),
.hdnCol7 table tr th:nth-child(7),
.hdnCol8 table tr th:nth-child(8),
.hdnCol9 table tr th:nth-child(9),
.hdnCol10 table tr th:nth-child(10),
.hdnCol1 table tr td:nth-child(1),
.hdnCol2 table tr td:nth-child(2),
.hdnCol3 table tr td:nth-child(3),
.hdnCol4 table tr td:nth-child(4),
.hdnCol5 table tr td:nth-child(5),
.hdnCol6 table tr td:nth-child(6),
.hdnCol7 table tr td:nth-child(7),
.hdnCol8 table tr td:nth-child(8),
.hdnCol9 table tr td:nth-child(9),
.hdnCol10 table tr td:nth-child(10) {
    display: none;
  }
  .table-fnc-area {
    position: absolute;
    right: -5px;
    top: -15px;
    z-index: 100;
  }
  table th,
table td {
    font-size: 1.4rem;
  }
  div[class$=type] + * {
    margin-top: 40px;
  }
  div[class$=type] + .btn-cont, div[class$=type] + .paging, div[class$=type] + .bullet {
    margin-top: 20px;
  }
  .table-tit {
    font-size: 1.6rem;
  }
  .info-type th,
.info-type td {
    padding: 15px 10px;
  }
  .list-type tbody td.al .btn-list-toggle {
    font-size: 1.6rem;
  }
  .list-type .info {
    overflow: hidden;
  }
  .list-type .info dt,
.list-type .info dd {
    float: left;
    font-size: 1.4rem;
  }
  .list-type .info dt {
    /*clear: left;*/
  }
  .list-type .info dd {
    margin-right: 20px;
  }
  /* .write-type {	
  	padding:10px 0px;
  } */
  .msg {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .write-type table {
    table-layout: auto;
  }
  .write-type table th,
.write-type table td {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    border: none;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
  }
  .write-type table th {
    padding: 15px 10px;
    background-color: #f3f3f1;
  }
  .write-type table td {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  /* table : view-type */
  .view-type thead th {
    padding: 20px 0;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .view-type thead .info {
    margin-top: 15px;
  }
  .view-type tbody td {
    padding: 20px 0;
  }
  .view-type .info {
    margin-bottom: 0;
  }
  .view-type .info dt,
.view-type .info dd {
    font-size: 1.4rem;
  }
  .view-type .info dt {
    margin-right: 5px;
  }
  .view-type .info dd {
    margin-right: 7px;
    padding-right: 10px;
  }
  .view-type .file {
    margin: 0;
  }
  #boardContents {
    padding: 20px 0;
  }
  .view-type .sns {
    text-align: right;
    margin-top: -10px;
    margin-right: -30px;
    margin-bottom: 50px;
  }
  .view-list {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .view-list li {
    padding: 15px 0;
    font-size: 0;
  }
  .view-list li cite {
    width: 60px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .view-list li a {
    font-size: 1.4rem;
    line-height: 34px;
    max-width: calc(100% - 140px);
  }
  .view-list li span.date {
    font-size: 1.2rem;
    line-height: 34px;
    width: 70px;
  }
  .safi-area {
    margin-top: 80px;
    padding: 30px 20px;
  }
  .safi-area:before {
    left: 20px;
    top: -25px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .safi-area .checkradio-area {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 0;
  }
  .safi-area .checkradio {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 10px;
  }
  .safi-area p {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .safi-area .btn-cont {
    position: static;
  }
  /* site-header */
  .site-header {
    height: 80px;
  }
  .site-header .logo a {
    width: 176px;
    height: 60px;
    margin-bottom: -10px;
  }
  .site-header .util {
    margin-bottom: -5px;
  }
  .site-header .util a {
    font-size: 14px;
    margin-left: 20px;
  }
  .site-header .util a.user {
    display: none;
  }
  .site-header .util i {
    display: none;
  }
  .site-header.is-sticky .util {
    margin-bottom: -5px;
  }
  /* site-footer */
  .footer-menu a {
    font-size: 1.3rem;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
  }
  .footer-etc .cs span {
    font-size: 15px;
  }
  .footer-etc .cs strong {
    font-size: 24px;
  }
  /* main */
  .mn-contents > section[class^=mn-] {
    padding: 50px 0;
  }
  .mn-contents > section[class^=mn-].mn-my {
    padding-top: 80px;
  }
  .mn-tit-area {
    margin-bottom: 20px;
  }
  .mn-tit-area h2 {
    font-size: 28px;
  }
  .mn-tit-area p {
    display: block;
    margin-top: 10xp;
  }
  .mn-txt-area {
    margin-top: 30px;
    font-size: 18px;
  }
  .mn-txt-area em:after {
    display: none;
  }
  .mn-top {
    margin-bottom: 60px;
    height: 440px;
  }
  .mn-top > .wrap {
    overflow: hidden;
  }
  .mn-top .txt-area {
    word-break: keep-all;
  }
  .mn-float {
    padding: 0;
  }
  .mn-float .wrap {
    padding: 0 15px;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    height: 100px;
    box-sizing: border-box;
  }
  .mn-float .float-info storng {
    font-size: 24px;
  }
  .mn-float .float-fnc {
    display: flex;
    gap: 0 10px;
    width: 100%;
  }
  .mn-float .float-fnc .btn-sm {
    flex: 1;
    width: auto;
    margin-left: 0;
    box-sizing: border-box;
  }
  .mn-flow ul {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .mn-flow ul li {
    margin-bottom: 20px;
    width: calc((100% - 40px) / 2);
    margin-left: 20px;
    height: 190px;
  }
  .mn-flow ul li span {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .mn-flow ul li span:before {
    margin-top: -10px;
    width: 80px;
    height: 80px;
  }
  .mn-flow ul li span:after {
    margin-top: 5px;
  }
  .mn-flow ul li p {
    font-size: 20px;
  }
  .mn-service .service-list > li {
    margin-bottom: 50px;
  }
  .mn-service .service-list > li:nth-child(2n) ul {
    padding: 0;
  }
  .mn-service .service-list cite {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .mn-service .service-list cite span {
    font-size: 24px;
  }
  .mn-service .service-list ul {
    padding: 0;
  }
  .mn-service .service-list ul:before {
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
  .mn-service .service-list ul li {
    font-size: 16px;
    padding-left: 10px;
  }
  .mn-service .service-list ul li:before {
    top: 6px;
  }
  .mn-service .service-list ul li ~ li {
    margin-top: 10px;
  }
  .mn-service .btn-cont .btn-lg {
    width: 100%;
  }
  .mn-my {
    padding: 0 15px;
  }
  .mn-my h2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 18px;
    background-color: #477b72;
    color: #fff;
  }
  .mn-my h2 em {
    color: #fff;
  }
  .mn-my ul {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .mn-my li {
    display: block;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    height: auto;
  }
  .mn-my li ~ li {
    margin-top: 10px;
  }
  .mn-my li cite {
    margin-bottom: 20px;
  }
  .mn-my li p {
    max-width: 220px;
    padding-bottom: 7px;
    position: relative;
    border-bottom: 1px solid #777;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: left;
  }
  .mn-my li p span {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .mn-my li p em {
    font-size: 24px;
  }
  .mn-my li p em:before {
    display: none;
  }
  .mn-my li .my-btn-cont {
    display: flex;
    justify-content: center;
    gap: 0 5px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .mn-my li .my-btn-cont .btn {
    flex: 1;
  }
  .mn-my li .my-btn-cont .btn ~ .btn {
    margin-top: 0;
  }
  .mn-my li .my-btn-cont .btn:only-child {
    height: auto;
  }
  .mn-my li .my-btn-cont .btn:only-child i {
    display: none;
  }
  /* SUB */
  .sub-top {
    background: none;
    padding-top: 80px;
    margin-bottom: 30px;
    height: auto;
  }
  .sub-top .wrap {
    background: none;
  }
  .sub-top .sub-tit {
    padding-top: 30px;
    position: static;
    font-size: 3rem;
  }
  .lnb {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 0 0 15px;
    background: #f3f3f1;
  }
  .lnb nav > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .lnb nav > ul > li {
    display: table-cell;
    margin-left: 0;
    /*border-right:1px solid $gr100;*/
    font-size: 16px;
  }
  .lnb nav > ul > li a {
    display: block;
    vertical-align: middle;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
  }
  .lnb nav > ul > li a.is-current {
    padding-bottom: 0;
  }
  .lnb .home a {
    padding-left: 0;
  }
  .lnb .home a:before {
    margin-right: 5px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    vertical-align: middle;
  }
  /* member */
  .type-area {
    border-collapse: collapse;
    width: 100%;
  }
  .type-area > li {
    padding: 0 5px;
  }
  .type-area > li .btn {
    width: 100%;
    max-width: 150px;
    padding: 0;
    min-width: auto;
  }
  .type-area .img-area {
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .type-area i {
    width: 100px;
    height: 100px;
  }
  .type-area cite {
    font-size: 1.8rem;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  * + .type-area {
    margin-top: 20px;
  }
  .terms {
    font-size: 13px;
  }
  .terms textarea:-moz-read-only {
    padding: 20px;
  }
  .terms textarea:read-only {
    padding: 20px;
  }
  .terms ul ol,
.terms ul ul,
.terms ol ol,
.terms ol ul {
    padding-left: 15px;
  }
  .terms .info-type {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .terms .info-type th, .terms .info-type td {
    padding: 10px 5px;
    font-size: 12px;
  }
  .terms-box {
    font-size: 13px;
    padding: 20px;
  }
  .thumb-list a {
    display: block;
    padding: 15px 0;
  }
  .thumb-list .img-area,
.thumb-list .txt-area {
    font-size: 1.5rem;
    vertical-align: top;
  }
  .thumb-list .img-area {
    width: 150px;
    height: 84px;
  }
  .thumb-list .txt-area {
    width: calc(100% - 150px);
    padding-left: 10px;
  }
  .thumb-list .txt-area h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .thumb-list .txt-area p {
    font-size: 1.2rem;
  }
  .thumb-list .txt-area cite {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .terms-agree .checkradio input[type=checkbox] + label {
    font-size: 15px;
  }
  .groupinfo-list {
    margin: 30px 0 -20px 0;
    width: 100%;
  }
  .groupinfo-list > li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .groupinfo-list ul {
    padding: 20px;
    font-size: 16px;
  }
  .test-list {
    margin: 30px 0 0;
    width: 100%;
  }
  .test-list > li {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 15px;
  }
}
/* -------------------------------------------------

	- MOBILE MAX-WIDHT 639

------------------------------------------------- */
@media screen and (max-width: 639px) {
  .tabs-nav a {
    font-size: 1.3rem;
  }
  .write-type td input[type=text],
.write-type td input[type=password],
.write-type td .datepicker-box {
    display: block;
    width: 100%;
  }
  .write-type td input[type=text].q0 {
    display: inline-block;
    width: 150px;
  }
  .ui-datepicker {
    max-width: calc(100% - 40px);
  }
  .write-type td > *.dash {
    display: none;
  }
  /* main */
  .mn-top .txt-area {
    font-size: 8vw;
  }
  .mn-top figure {
    right: -15%;
  }
  .safi-area p {
    margin-bottom: 20px;
  }
  .safi-area .checkradio {
    width: 50%;
  }
  /*sub*/
  .sub-top .location li {
    display: table-cell;
  }
  .sub-top .location li:first-child {
    width: 51px;
  }
  .sub-top .location a.home {
    width: 50px;
  }
  .sub-top .location select {
    padding-left: 10px;
    font-size: 1.4rem;
  }
  .type-area i {
    width: 70px;
    height: 70px;
  }
  .statics {
    display: block;
  }
  .statics .chart-wrap {
    width: 100%;
    display: block;
  }
}
/* -------------------------------------------------

	- MOBILE MAX-WIDHT 374

------------------------------------------------- */
@media screen and (max-width: 374px) {
  .lnb li {
    font-size: 14px;
  }
  /* -------------------------------------------------
  	fullcalendar - plug in
  ------------------------------------------------- */
  .fc-toolbar h2 {
    font-size: 1.4em;
  }
  .fc-row .fc-content-skeleton .fc-day-number {
    font-size: 1.2rem;
  }
  .thumb-list .img-area {
    width: 100px;
    height: 56px;
  }
  .thumb-list .txt-area {
    width: calc(100% - 100px);
  }
}
.acc-tip {
  position: absolute;
  background: #fff;
  border: 3px solid #ff0000;
  color: #ff0000;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 4px;
  padding: 15px;
  z-index: 999;
}

.acc-tip strong {
  display: block;
  margin-bottom: 5px;
}

.acc-tip p {
  color: #000;
}/*# sourceMappingURL=style.css.map */