@charset "UTF-8";
/* **************************************************************************** */
/*	@CreateDate   :   */
/*	@ModifyDate   :             */
/*	@Description  : scss build  */
/*	@Author       :         */
/* ***************************************************************************** */
/* ==================================================MEDIAQUERY GRAMMER============================================================== */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url("/resources/fonts/NotoSansKR-Thin.eot");
  /* IE9 Compat Modes */
  src: url("/resources/fonts/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(â€»), url("/resources/fonts/NotoSansKR-Thin.woff") format("woff");
  /* Modern Browsers */
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url("/resources/fonts/NotoSansKR-Light.eot");
  /* IE9 Compat Modes */
  src: url("/resources/fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(â€»), url("/resources/fonts/NotoSansKR-Light.woff") format("woff");
  /* Modern Browsers */
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 350;
  src: url("/resources/fonts/NotoSans-DemiLight.eot");
  /* IE9 Compat Modes */
  src: url("/resources/fonts/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(â€»), url("/resources/fonts/NotoSans-DemiLight.woff") format("woff");
  /* Modern Browsers */
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url("/resources/fonts/NotoSansKR-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/resources/fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(â€»), url("/resources/fonts/NotoSansKR-Regular.woff") format("woff");
  /* Modern Browsers */
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("/resources/fonts/NotoSansKR-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/resources/fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(â€»), url("/resources/fonts/NotoSansKR-Medium.woff") format("woff");
  /* Modern Browsers */
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: url("/resources/fonts/NotoSansKR-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/resources/fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype");
  /* IE6-IE8 */
  src: local(â€»), url("/resources/fonts/NotoSansKR-Bold.woff") format("woff");
  /* Modern Browsers */
}

body {
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

big, strong, b, dt, th {
  font-weight: 400;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
article, aside, canvas, details, embed, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img, fieldset, form, label, legend, figure, figcaption, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

select {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

#wrap img {
  line-height: 0;
  font-size: 0;
  max-width: 100%;
}

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

table {
  table-layout: fixed;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}

textarea {
  font-family: 'Noto Sans KR', sans-serif;
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  border: 1px solid #d5d5d6;
  padding: 1.429em 2.143em;
  color: #666;
  background: #f5f6f8;
  border-radius: 5px;
  letter-spacing: -0.03rem;
}

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

.hide, caption, legend, .hidden {
  position: absolute;
  left: -300px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
  line-height: 0;
  overflow: hidden;
}

em {
  font-style: normal;
}

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

/* IE 6/7 .clearfix { zoom: 1; } */
.skip a {
  display: block;
  height: 1px;
  width: 1px;
  margin: 0 -1px -1px 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.skip a:hover, .skip a:active, .skip a:focus {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  text-indent: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-decoration: none !important;
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000);
}

caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden,
legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide
select {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}

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

input[type="text"],
input[type="tel"] {
  background: #fff;
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
  color: #666;
}

input[placeholder]:-moz-placeholder,
textarea[placeholder]:-moz-placeholder {
  color: #666;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
  color: #666;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
  color: #666;
}

input[placeholder].placeholder,
textarea[placeholder].placeholder {
  color: #666;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip {
  width: 100%;
}

.skip .skip a {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000);
  text-align: center;
  color: #fff;
  z-index: 10000;
  line-height: 35px;
  top: -35px;
  opacity: 0;
}

.skip .skip a:focus {
  opacity: 1;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.cell_box {
  display: table-cell;
  vertical-align: middle;
}

/*header*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

#header {
  background: #223f83;
  height: 100px;
  border-bottom: 1px solid #4e659c;
}

#header .headerTop {
  height: 100px;
}

#header .headerTop .inner {
  position: relative;
  height: 100%;
}

#header .inner .logo {
  white-space: nowrap;
  text-indent: -9999px;
  width: 210px;
  height: 100%;
  background: url(/resources/images/common/logo.png) center center no-repeat;
  background-size: 100%;
  float: left;
}

#header .inner .logo a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
}

#header .inner .menu {
  float: left;
  position: relative;
  height: 100%;
  width: calc(100% - 500px);
  margin-left: 136px;
}

#header .inner .menu ul:after {
  content: "";
  display: block;
  clear: both;
}

#header .inner .menu ul li {
  float: left;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  height: 100px;
  width: 33%;
}

#header .inner .menu ul li a {
  display: block;
  color: #fff;
  padding: 35px 0;
}

#header .inner .loginbtn {
  width: 110px;
  float: right;
  height: 38px;
  color: #fff;
  border: 1px solid #919fc1;
  margin: 31px 0;
  text-align: center;
  line-height: 35px;
  background: url(/resources/images/common/login.png) left 18px top 9px no-repeat;
  padding-left: 20px;
  border-radius: 50px;
}

#header .headerTop .allmenu_trigger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 29px;
  height: 24px;
  background: url("/resources/images/common/m_menu.png") center center no-repeat;
  text-indent: -9999px;
  display: none;
}

#header .allmenu_m {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1000;
  line-height: 1;
}

#header .allmenu_m .allmenu_m_wrap {
  position: relative;
}

#header .allmenu_m .m_h_top {
  position: relative;
  height: 70px;
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #dedede;
}

#header .allmenu_m .m_h_top .top_ui_m {
  height: 100%;
}

#header .allmenu_m .m_h_top .top_ui_m:after {
  content: "";
  display: block;
  clear: both;
}

#header .allmenu_m .m_h_top .top_ui_m li {
  float: left;
  position: relative;
  padding-right: 25px;
}

#header .allmenu_m .m_h_top .top_ui_m li a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  display: inline-block;
  padding: 24.5px 0;
  color: #333;
}

#header .allmenu_m .m_h_top .close_m {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/resources/images/common/m_close.png) no-repeat center center;
  text-indent: -9999px;
}

#header .allmenu_m .m_h_bot {
  background: #fff;
}

#header .allmenu_m .m_h_bot ul {
  width: 100%;
  text-align: center;
}

#header .allmenu_m .m_h_bot ul li a {
  font-weight: 600;
  display: block;
  padding: 0.625em 1.500em;
  color: #333;
  font-size: 25px;
  font-size: 2.5rem;
}

/*footer*/
#footer {
  padding: 35px 0;
  text-align: center;
  color: #999;
}

#footer .info:after {
  content: "";
  display: block;
  clear: both;
}

#footer .info li {
  display: inline-block;
  margin-right: 12px;
}

#footer .info li > * {
  display: inline-block;
}

#footer .info li strong {
  color: #454545;
}

.allmenu_bg {
  width: 100%;
  background: rgba(1, 1, 1, 0.6);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.agreeParagraph:after {
  content: "";
  display: block;
  clear: both;
}

.chk_wrapper {
  position: relative;
  display: inline-block;
}

/*style label to give some more space*/
.chk_wrapper label {
  display: block;
  padding-left: 24px;
}

/*style and hide original checkbox*/
.chk_wrapper input {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  opacity: 0;
}

/*position new box*/
.chk_wrapper input + label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #858585;
}

/*svg background styles*/
.chk_wrapper input + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  opacity: 0;
  width: 11px;
  height: 11px;
  background: url("/resources/images/common/checked.png") no-repeat;
}

/*reveal check for 'on' state*/
.chk_wrapper input:checked + label::after {
  opacity: 1;
}

/*focus styles*/
.chk_wrapper input:focus + label::before {
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
  outline: 2px solid transparent;
  /* For Windows high contrast mode. */
}

.radio_wrapper {
  position: relative;
  display: inline-block;
}

/*style label to give some more space*/
.radio_wrapper label {
  display: block;
  padding-left: 24px;
}

/*style and hide original checkbox*/
.radio_wrapper input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
}

/*position new box*/
.radio_wrapper input + label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #858585;
  border-radius: 50%;
}

/*radio pseudo element styles*/
.radio_wrapper input + label::after {
  content: "";
  opacity: 0;
  border: 4px solid;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/*reveal check for 'on' state*/
.radio_wrapper input:checked + label::after {
  opacity: 1;
}

/*focus styles*/
.radio_wrapper input:focus + label::before {
  -webkit-box-shadow: 0 0 0 3px #ffbf47;
          box-shadow: 0 0 0 3px #ffbf47;
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#main .mainvisual {
  position: relative;
  height: 560px;
  background: url(/resources/images/main/mvbg.jpg) no-repeat;
   background-size: cover;
}

#main .mainvisual .d_width {
  padding: 90px 0;
}

#main .mainvisual .d_width:after {
  content: "";
  display: block;
  clear: both;
}

#main .mainvisual .d_width > * {
  float: left;
}

#main .mainvisual .d_width .mvtit {
  width: calc(100% - 565px);
  padding: 40px 0;
}

#main .mainvisual .d_width .mvtit .tit {
  font-size: 40px;
  font-size: 4.0rem;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 1.3;
   letter-spacing: -0.03em;
}

#main .mainvisual .d_width .mvtit .tit span {
  display: block;
  font-weight: 600;
  font-size: 53px;
  font-size: 5.3rem;
}

#main .mainvisual .d_width .mvtit .tit span:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 52px;
  background: url(/resources/images/main/mvtit_ico.png) no-repeat 50% 50%;
  vertical-align: top;
  margin: 10px 0 0 25px;
}

#main .mainvisual .d_width .mvtit .txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 5.25px;
}

#main .mainvisual .d_width .main-quick {
  position: relative;
  float: right;
  width: 449px;
  color: #fff;
}

#main .mainvisual .d_width .main-quick h4 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  background: url(/resources/images/main/notice.png) no-repeat left top 9px;
  padding-left: 32px;
}

#main .mainvisual .d_width .main-quick .more_typeW {
  position: absolute;
  top: 7px;
  right: 0;
  text-indent: -9999px;
  background: url(/resources/images/main/morebtn.png) no-repeat left center;
  width: 18px;
  height: 18px;
}

#main .mainvisual .d_width .main-quick ul {
  padding-top: 20px;
}

#main .mainvisual .d_width .main-quick ul li {
  position: relative;
  border-top: 1px dotted #678eb0;
  padding: 20px 12px;
  padding-right: 6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .mainvisual .d_width .main-quick ul li:last-child {
  border-bottom: 1px dotted #678eb0;
}

#main .mainvisual .d_width .main-quick ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 12px 20px 0;
  color:#cfcfcf;
}

#main .mainA {
  background-color: #e3e5e8;
  height: 172px;
}

#main .mainA .main-bnr {
  width: 100%;
  position: relative;
}

#main .mainA .main-bnr ul {
  position: absolute;
  top: -120px;
  width: 100%;
  display: flex; justify-content: space-between;
}

/* #main .mainA .main-bnr ul:after {
  content: "";
  display: block;
  clear: both;
} */

#main .mainA .main-bnr ul li {
  float: left;
  width: 32.8%;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* #main .mainA .main-bnr ul li:last-child {
  margin-right: 0;
} */

#main .mainA .main-bnr ul li:hover {
  background-color: #c83a3a;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-box-shadow: 0 15px 12px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 12px -10px rgba(0, 0, 0, 0.3);
}

#main .mainA .main-bnr ul li:hover a.bg1 .ico {
  background-image: url(/resources/images/main/icon1_on.png);
}

#main .mainA .main-bnr ul li:hover a.bg2 .ico {
  background-image: url(/resources/images/main/icon2_on.png);
}

#main .mainA .main-bnr ul li:hover a.bg3 .ico {
  background-image: url(/resources/images/main/icon3_on.png);
}

#main .mainA .main-bnr ul li:hover a.bg4 .ico {
  background-image: url(/resources/images/main/icon4_on.png);
}
#main .mainA .main-bnr ul li:hover a.bg5 .ico {
  background-image: url(/resources/images/main/icon5_on.png);
}

#main .mainA .main-bnr ul li:hover h4 {
  color: #fff;
}

#main .mainA .main-bnr ul li:hover p {
  color: #fff;
}

#main .mainA .main-bnr ul li a {
  position: relative;
  display: block;
}

#main .mainA .main-bnr ul li a.bg1 .ico {
  background-image: url(/resources/images/main/icon1.png);
  width: 67px;
  height: 55px;
}

#main .mainA .main-bnr ul li a.bg2 .ico {
  background-image: url(/resources/images/main/icon2.png);
  width: 77px;
  height: 57px;
}

#main .mainA .main-bnr ul li a.bg3 .ico {
  background-image: url(/resources/images/main/icon3.png);
  width: 54px;
  height: 55px;
}

#main .mainA .main-bnr ul li a.bg4 .ico {
  background-image: url(/resources/images/main/icon4.png);
  width: 56px;
  height: 55px;
}
#main .mainA .main-bnr ul li a.bg5 .ico {
  background-image: url(/resources/images/main/icon5.png);
  width: 51px;
  height: 50px;
}

#main .mainA .main-bnr ul li .ico {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

#main .mainA .main-bnr ul li h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #54575b;
  padding: 9px 0;
}

#main .mainA .main-bnr ul li p {
  color: #858585;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}

#sub {
  border-bottom: 1px solid #e3e5e8;
}

#sub .sub-visual {
  height: 280px;
  background: url(/resources/images/main/mvbg.jpg) no-repeat;
  background-size: cover;
}

#sub .sub-visual .d_width {
  padding: 90px 0;
  position: relative;
}

#sub .sub-visual .d_width .svtit {
  text-align: center;
}

#sub .sub-visual .d_width .svtit .tit {
  font-size: 34px;
  font-size: 3.4rem;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 1.3;
   color:#a6b2cd;
}

#sub .sub-visual .d_width .svtit .tit span {
  display: block;
  font-weight: 600;
  font-size: 43px;
  font-size: 4.3rem;
 color:#fff;
}

#sub .sub-visual .d_width .svtit .txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2.65px;
}

#sub .sub-visual .d_width .sub-quick {
  position: absolute;
  top: 50%;
  right: 0;
  width: 195px;
  transform: translateY(-50%);
}

#sub .sub-visual .d_width .sub-quick li {
  position: relative;
  color: #95a4c5;
  padding: 12px 0;
  border-bottom: 2px solid #61749e;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  font-size: 18px;
  font-size: 1.8rem;
}

#sub .sub-visual .d_width .sub-quick li:hover {
  background: url(/resources/images/sub/h_arrow.png) no-repeat right center;
  border-bottom: 2px solid #fff;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
#sub .sub-visual .d_width .sub-quick li:hover a {
  color: #fff;
}

#sub .sub-visual .d_width .sub-quick li:hover.q1 a {
  background-image: url(/resources/images/sub/sub_i01_on.png);
}

#sub .sub-visual .d_width .sub-quick li:hover.q2 a {
  background-image: url(/resources/images/sub/sub_i02_on.png);
}

#sub .sub-visual .d_width .sub-quick li:hover.q3 a {
  background-image: url(/resources/images/sub/sub_i03_on.png);
}

#sub .sub-visual .d_width .sub-quick li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 38px;
}

#sub .sub-visual .d_width .sub-quick li.q1 a {
  background-image: url(/resources/images/sub/sub_i01.png);
}

#sub .sub-visual .d_width .sub-quick li.q2 a {
  background-image: url(/resources/images/sub/sub_i02.png);
  width: 26px;
  height: 27px;
}
#sub .sub-visual .d_width .sub-quick li.q3 a {
  background-image: url(/resources/images/sub/sub_i03.png);
  height: 22px;
}

#sub #sub_t {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}

#sub #sub_t .t {
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.03em;
  position: relative;
  padding-bottom: 24px;
}

#sub #sub_t .t::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 26px);
  width: 52px;
  height: 1px;
  background: #000;
}

#sub #location {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: right;
  font-size: 0;
}

#sub #location span {
  background: url(/resources/images/main/arrow.gif) left center no-repeat;
  padding-left: 14px;
  margin-left: 14px;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  font-weight: 300;
  vertical-align: middle;
}

#sub #location span.home {
  padding-left: 17px;
  background: url(/resources/images/main/home.gif) left center no-repeat;
}

#sub .sub_page {
  padding: 50px 0;
}

#sub .sub_page .res-tab{display:flex; flex-wrap:wrap; border-width:1px 0 0 1px; border-style:solid; border-color:#cdcdcd;}
#sub .sub_page .res-tab a{display:block; width:25%; background:#f8f8f8; border-width:0 1px 1px 0; border-style:solid; border-color:#cdcdcd; text-align:center; padding:8px 0; font-size:16px; color:#555; font-weight:300; transition:all .5s;}
#sub .sub_page .res-tab a.active{background:#fff; font-weight:500; color:#1b3a80; box-shadow:5px 2px 5px rgba(0,0,0,.15); z-index:9;}

#sub .sub_page .res-list .box {
  position: relative;
  padding: 59px 0 49px;
}

#sub .sub_page .res-list .box:after {
  content: "";
  display: block;
  clear: both;
}

#sub .sub_page .res-list .box:not(:first-child) {
  border-top: 1px solid #e3e5e8;
}

#sub .sub_page .res-list .box .tit {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}

#sub .sub_page .res-list .box .img-wrap {
  position: relative;
  float: left;
  width: 50%;
  height: 400px;
}
#sub .sub_page .res-list .box .img-wrap .img {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 66.667%;
  background: #000;
}

#sub .sub_page .res-list .box .img-wrap .img img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#sub .sub_page .res-list .box .img-wrap .arrows button {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 58px;
  height: 58px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  display: block;
}

#sub .sub_page .res-list .box .img-wrap .arrows button.left_arrow {
  background-image: url(/resources/images/sub/prev.png);
  right: 58px;
}

#sub .sub_page .res-list .box .img-wrap .arrows button.left_arrow::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 16px;
  background: #b2b2b2;
  margin-top: -7px;
  content: '';
}

#sub .sub_page .res-list .box .img-wrap .arrows button.right_arrow {
  background-image: url(/resources/images/sub/next.png);
  right: 0;
}

#sub .sub_page .res-list .box .img-wrap .degrees {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#sub .sub_page .res-list .box .img-wrap .degrees a {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  background-image: url(/resources/images/sub/deg_icon.png);
}

#sub .sub_page .res-list .box .txt-wrap {
  float: left;
  width: 50%;
  padding: 0 0 0 50px;
}

#sub .sub_page .res-list .box .txt-wrap .info {
  border-top: 2px solid #454545;
  border-bottom: 1px solid #cdcdcd;
  padding: 40px 0 40px 40px;
}

#sub .sub_page .res-list .box .txt-wrap .info ul:after {
  content: "";
  display: block;
  clear: both;
}

#sub .sub_page .res-list .box .txt-wrap .info ul li {
  float: left;
  width: 50%;
  padding-left: 85px;
  min-height: 98px;
  background-repeat: no-repeat;
  background-position: left top;
}

#sub .sub_page .res-list .box .txt-wrap .info ul li.ico1 {
  background-image: url(/resources/images/sub/s_icon1.png);
}

#sub .sub_page .res-list .box .txt-wrap .info ul li.ico2 {
  background-image: url(/resources/images/sub/s_icon2.png);
}

#sub .sub_page .res-list .box .txt-wrap .info ul li.ico3 {
  background-image: url(/resources/images/sub/s_icon3.png);
}

#sub .sub_page .res-list .box .txt-wrap .info ul li.ico4 {
  background-image: url(/resources/images/sub/s_icon4.png);
}

#sub .sub_page .res-list .box .txt-wrap .desc .fst {
  padding-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

#sub .sub_page .res-list .box .txt-wrap .desc .txtStyle {
  padding-top: 20px;
}

#sub .sub_page .res-list .box .txt-wrap .desc .txtStyle:after {
  content: "";
  display: block;
  clear: both;
}

#sub .sub_page .res-list .box .txt-wrap .desc .txtStyle > li {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7;
  padding-left: .53em;
   letter-spacing: -0.1em;
}

#sub .sub_page .res-list .box .txt-wrap .desc .txtStyle > li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #c83a3a;
}

#sub .sub_page .res-list .box .txt-wrap .desc .txtStyle > li.style_top {
  float: left;
}

#sub .sub_page .res-list .box .txt-wrap .desc .txtStyle > li.style_top::before {
  top: 11px;
}

#sub .sub_page .res-list .box .txt-wrap .desc .txtStyle > li.style_top > ul {
  float: right;
  padding-left: 6px;
}

#sub .sub_page .res-list .box .btn-res {
  position: absolute;
  right: 0;
  top: 59px;
}

#sub .sub_page .res-list .box .btn-res a {
  display: block;
  width: 166px;
  height: 47px;
  line-height: 43px;
  border-radius: 6px;
  background: #c83a3a;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
}

#sub .sub_page .bbs_top {
  padding-bottom: 20px;
}

#sub .sub_page .bbs_top:after {
  content: "";
  display: block;
  clear: both;
}

#sub .sub_page .bbs_top > * {
  float: left;
}

#sub .sub_page .bbs_top .tabmenu {
  width: 50%;
}

#sub .sub_page .bbs_top .bbs-sch {
  float: right;
}

#sub .sub_page .bbs_top .sch_reserve {
  width: 50%;
}

#sub .sub_page .bbs_top .sch_reserve:after {
  content: "";
  display: block;
  clear: both;
}

#sub .sub_page .bbs_top .sch_reserve > * {
  float: left;
}

#sub .sub_page .bbs_top .sch_reserve .datepick li {
  display: inline-block;
  width: 10.5em;
}

#sub .sub_page .bbs_top .sch_reserve .datepick li .hasDatepicker {
  position: relative;
  background: #fff url(/resources/images/sub/calendar.gif) no-repeat right 20px center;
  border: 1px solid #cdcdcd;
  width: 100%;
  height: 40px;
  padding-left: 1.25em;
  color: #959595;
  font-size: 15px;
  font-size: 1.5rem;
}

#sub .sub_page .bbs_top .sch_reserve .datepick .dashNum {
  color: #959595;
}

#sub .sub_page .bbs_top .sch_reserve .r_btn {
  padding-left: 10px;
}

#sub .sub_page .bbs_top .sch_reserve .r_btn .reserveBtn {
  /* width: 83px; */
  height: 38px;
  background-color: transparent;
  background-image: url(/resources/images/sub/r_btn_off.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 23px;
  margin-right:5px;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}

#sub .sub_page .bbs_top .sch_reserve .r_btn .reserveBtn.active {
  background-image: url(/resources/images/sub/r_btn_on.gif);
}

#sub .sub_page .faq {
  position: relative;
}

#sub .sub_page .faq .list:first-child {
  border-top: 2px solid #333333;
}

/* #sub .sub_page .faq .list .question {
  display: block;
  width: 100%;
  padding: 20px 31px 20px 42px;
  border-bottom: 1px solid #cdcdcd;
  background: url(/resources/images/sub/faq.png) no-repeat right 31px top 32px;
}

#sub .sub_page .faq .list .question em {
  display: block;
  font-style: normal;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  background: url(/resources/images/sub/q.png) no-repeat 0 0;
} */

#sub .sub_page .faq .list .question {
  display: block;
  width: 100%;
  padding: 20px 50px 20px 70px;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  font-style: normal;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

#sub .sub_page .faq .list .question:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  background-image: url(/resources/images/sub/q.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sub .sub_page .faq .list .question:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  background-image: url(/resources/images/sub/faq.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sub .sub_page .faq .list .answer {
  display: none;
  padding: 30px 42px 30px 100px;
  border-bottom: 1px solid #cdcdcd;
  color: #555;
  background: url(/resources/images/sub/a.png) no-repeat 42px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}

#sub .sub_page .faq .list.on .question {
  background: url(/resources/images/sub/faq_on.png) no-repeat right 31px top 32px;
}

#sub .sub_page .faq .list.on .answer {
  display: block;
}

#sub .sub_page .faq .list.on .question:after {
  background-image: url(resources/images/sub/faq_on.png);
}

/*tabmenu*/
.tabmenu ul:after {
  content: "";
  display: block;
  clear: both;
}

.tabmenu ul li {
  float: left;
  width: 33.333%;
  border: 1px solid #cdcdcd;
  border-right: none;
  display: table;
  height: 40px;
  color: #555;
  font-weight: 300;
}

.tabmenu ul li:last-child {
  border-right: 1px solid #cdcdcd;
}

.tabmenu ul li.on {
  border: 1px solid #1b3a80;
  color: #1b3a80;
  font-weight: 400;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
}

.tabmenu ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/*게시판*/
.bbs-sch {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}

.bbs-sch input {
  padding-left: 1.071em;
  height: 40px;
  width: 310px;
  border: 1px solid #cdcdcd;
}

.bbs-sch .b-sh {
  width: 70px;
  height: 40px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
}

.bbs-sch select {
  width: 160px;
  height: 40px;
  border: 1px solid #cdcdcd;
  color: #333;
  padding-left: 20px;
  background: url(/resources/images/common/select.gif) #fff no-repeat right 20px center;
}

/*pager*/
.paginationSet {
  margin-top: 39px;
}

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

.paginationSet li {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}

.paginationSet li.active {
  font-weight: 600;
  color: #204294;
}

.paginationSet li a {
  display: block;
  height: 100%;
}

.paginationSet .i {
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  width: 40px;
  height: 40px;
  border: 1px solid #cdcdcd;
  padding: 0;
}

.paginationSet .first {
  background: url(/resources/images/sub/first.gif) no-repeat center center;
}

.paginationSet .prev {
  background: url(/resources/images/sub/prev.gif) no-repeat center center;
}

.paginationSet .next {
  background: url(/resources/images/sub/next.gif) no-repeat center center;
}

.paginationSet .end {
  background: url(/resources/images/sub/last.gif) no-repeat center center;
}

/*table*/
.default_tb {
  border-top: 2px solid #333;
  font-size: 16px;
  font-size: 1.6rem;
}

.default_tb table thead tr {
  border-bottom: 1px solid #cdcdcd;
}

.default_tb table thead tr th {
  padding: 18px 0;
  color: #333;
  font-weight: 500;
  background: #f8f8f8;
}

.default_tb table tbody tr {
  border-bottom: 1px solid #cdcdcd;
}

.default_tb table tbody tr td {
  text-align: center;
  padding: 18px 0;
  font-weight: 300;
  color: #555;
}

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

.default_tb .file {
  display: inline-block;
  background: url(/resources/images/sub/file.gif) no-repeat center center;
  width: 15px;
  height: 17px;
}

.default_tb .rename {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 22px;
  height: 20px;
  background: url(/resources/images/sub/rename.gif) no-repeat center center;
  vertical-align: middle;
  margin-right: 20px;
}

.default_tb .rename:after {
  content: '';
  position: absolute;
  background: #cccc;
  width: 1px;
  height: 12px;
  top: calc(50% - 6px);
  right: -12px;
}

.default_tb .delete {
  display: inline-block;
  text-indent: -9999px;
  width: 22px;
  height: 20px;
  background: url(/resources/images/sub/delete.gif) no-repeat center center;
  vertical-align: bottom;
}

/*팝업*/
.popwrap {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  height: 100%;
  left: 0;
  z-index: 10;
}

.popwrap#pop_360deg .pop_up{
	width:640px;
}
.popwrap#pop_360deg .pop_up .poptop{
	background-size:cover;
}
.popwrap .pop_up {
  width: 450px;
  background-color: #ffffff;
  z-index: 5;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.popwrap .pop_up .poptop {
  position: relative;
  background: url(/resources/images/sub/popupbg.jpg) no-repeat center center;
  color: #fff;
  height: 56px;
  padding: 10px 20px;
}

.popwrap .pop_up .poptop h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
}

.popwrap .pop_up .poptop .pop_close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: url(/resources/images/sub/popclose.png) no-repeat center center;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

.popwrap .pop_up .use_box {
  padding: 40px;
  background-color: #f4f4f4;
}

.popwrap .pop_up .use_box.txt_center {
  text-align: center;
}

.popwrap .pop_up .use_box h4 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
  font-weight: 400;
}

.popwrap .pop_up .use_box .cont {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 25px 0;
  margin: 28px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.popwrap .pop_up .use_box .cont .title {
  font-size: 18px;
  font-size: 1.8rem;
}

.popwrap .pop_up .use_box .cont .date {
  padding: 10px 0;
}

.popwrap .pop_up .use_box .bot_txt p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #cdcdcd;
  padding: 25px 0;
}

.popwrap .pop_up .use_box .bot_txt p span.red {
  color: #c83a3a;
}

.popwrap .pop_up .use_box .bot_txt p span.info {
  color: #223f83;
  font-size:15px; 
}

.popwrap .pop_up .use_box .del {
  padding-top: 35px;
}

.popwrap .pop_up .use_box .del p {
  color: #223f83;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 10px;
}

.popwrap .pop_up .use_box .del textarea {
  border: 1px solid #cdcdcd;
  border-radius: 0;
  padding: 1em;
}

.popwrap .pop_up .use_box .sch_reserve {
  max-width: 365px;
  margin: 0 auto;
}

.popwrap .pop_up .use_box .sch_reserve .datepick input {
  position: relative;
  background: #fff url(/resources/images/sub/calendar.gif) no-repeat right 20px center;
  border: 1px solid #cdcdcd;
  width: 100%;
  height: 40px;
  padding-left: 1.25em;
  color: #959595;
  font-size: 15px;
  font-size: 1.5rem;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn {
  padding-top: 28px;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li {
  display: block;
  position: relative;
  text-align: left;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li .status {
  float: right;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li input {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  opacity: 0;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li label {
  padding-left: 25px;
  cursor: pointer;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(/resources/images/sub/r_btn_off.gif) no-repeat left center;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li input:checked + label::before {
  background: url(/resources/images/sub/r_btn_on.gif) no-repeat left center;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li input:checked + label .status {
  color: #1168ca;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li.reserveUn {
  color: #bababa;
}

.popwrap .pop_up .use_box .sch_reserve .checkBtn li.reserveUn label::before {
  background: url(/resources/images/sub/res_un.png) no-repeat left center;
}

.popwrap .pop_up .use_box .popBtn {
  margin-top: 30px;
}

.popwrap .pop_up .use_box .popBtn a, .popwrap .pop_up .use_box .popBtn button {
font-size: 18px; font-size: 1.8rem; font-weight: 300; display: inline-block;
width: 130px; height: 44px; line-height: 44px; text-align: center; margin: 0
auto; background-color: #223f83; color: #fff; }

.popwrap .pop_up .use_box .popBtn a.graybtn, .popwrap .pop_up .use_box .popBtn button.graybtn {
  background-color: #a2a4ab;
}
/*# sourceMappingURL=default.css.map */


/*로그인*/
.loginW{text-align: center;}
.loginW li {margin-top:11px;}
.loginW li:first-child {margin-top:0;}
.loginW .login{    display: inline-block;margin-right: 10px;vertical-align: top;}
.login label{    display: inline-block;width: 80px;text-align: left;font-weight: 400;color: #555;}
.loginW .login input{    padding: 0 10px;width: 220px;height: 36px;color: #555;font-size: 15px;font-size: 1.5rem;border: 1px solid #ddd;}
.loginW .btnSubmit {display:inline-block; width:100px; height:82px; text-align:center; vertical-align:top; background:#7b7b7b; color:#fff; border:0; font-size:16px; font-size:1.6rem; box-sizing:border-box; cursor:pointer;}


/*viewpage*/
.default_view .top{border-top:2px solid #333;}
.default_view .top > div{padding:20px;}
.default_view .top > div{border-bottom:1px solid #cdcdcd;}
.default_view .top .t{background:#f8f8f8}
.default_view .top .t p{font-size:22px;font-size:2.2rem;color:#333;    font-weight: 500;}
.default_view .top .date:after{content:''; display:block; clear:both;}
.default_view .top .date ul{float:left;}
.default_view .top .date li{float:left;padding-right: 2.688em;font-size:15px;font-size:1.5rem;color:#666;font-weight: 300;}
.default_view .top .date .inf {float: right;}
.default_view .cont{width: 100%;padding: 30px 20px; min-height: 350px;border-bottom:1px solid #cdcdcd;}
.default_view .btn-list_w{margin:30px 0; text-align:right;}
.default_view .btn-list_w .viewbtn{display: inline-block;color: #2b2d33;text-align: center;    border: 1px solid #bababa;width:70px; padding: 5px 0;line-height: 1.56;font-size:15px;font-size:1.5rem; margin:0 10px;}
.pagination_view{border-top:1px solid #333;border-bottom:1px solid #333;}
.pagination_view ul li{font-size:16px;font-size:1.6rem;}
.pagination_view ul li:not(:last-child){border-bottom: 1px solid #dedede;}
.pagination_view ul li a{display: block;text-align: center;padding: 1em 0;}
.pagination_view ul li a:after{content:''; display:block; clear:both;}
.pagination_view ul li a > *{float:left;}
.pagination_view ul li a .condition{ color: #333;width:100px;position:relative; font-weight: 500;}
.pagination_view ul li a .condition:after{content:''; position: absolute;top: calc(50% - 6px);right:0;width:1px;height:16px;background:#dadade;}
.pagination_view ul li a .tit{width: calc(100% - 100px);text-align: left;padding-left: 30px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;visibility: visible;color:#666;font-weight:300}


/* writepage */
.default_write{}
.default_write .top{border-top:2px solid #999;border-bottom:2px solid #999;}
.default_write .top > div{}
.default_write .top > div:not(:last-child){border-bottom:1px solid #dadade;}
.default_write .top .t{padding:20px 0;}
.default_write .top .t input[type="text"]{font-size:18px; font-size:1.8rem; color:#222; height:40px; width:100%; padding:0 10px;}
.default_write .top .date:after{content:''; display:block; clear:both;}
.default_write .top .date ul{float:left;}
.default_write .top .date li{float:left;padding-right: 2.688em;font-size:15px;font-size:1.5rem;color:#666;font-weight: 300;}
.default_write .top .date .inf {float: right;}

.default_write .write{}
.default_write .write ul{}
.default_write .write ul li{display:flex; border-bottom:1px solid #ddd; padding:20px 0; align-items:center;}
.default_write .write ul li p{width:200px;}
.default_write .write ul li select{}
.default_write .write ul li input{}
.default_write .write ul li input[type="radio"]{margin-right:5px;}
.default_write .write ul li input[type="radio"] + label{vertical-align:middle; margin-right:10px;}
.default_write .write ul li input[type="text"],
.default_write .write ul li input[type="date"]{height:40px; border:1px solid #ddd; padding:0 10px; border-radius:5px;}
.default_write .write ul li input[type="file"]{max-width:calc(100% - 200px);}
.default_write .write ul li textarea{width:calc(100% - 200px);}
.default_write .write ul li select{height:40px; border:1px solid #ddd; padding:0 10px; appearance:auto; -webkit-appearance:auto; border-radius:5px;}
.default_write .btn-list_w{padding:30px 0;    text-align: center;}
.default_write .btn-list_w .viewbtn{display: inline-block;color: #fff;border-radius: 5px; text-align: center;background:#858585;width:125px;margin:0 auto; padding: 8px 0;line-height: 1.56;font-size:15px;font-size:1.5rem;}
.default_write .btn-list_w > * {display:inline-block;}

@media screen and (max-width:640px){
	.default_write .write ul li p{width:30%;}
	.default_write .write ul li input[type="file"],
	.default_write .write ul li textarea{width:calc(100% - 30%); max-width:calc(100% - 30%);}
}

#panorama{width:100%; height:400px;}
