@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300,400,500,600,700,900&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

.container:after, .clearfix:after, .row:after, ul:after {
  content: '';
  display: table;
  clear: both; }

header:after {
  content: '';
  display: table;
  clear: both; }

*, *:after, *:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #333;
  text-decoration: none; }
  a:focus, a:hover, a:active {
    text-decoration: none;
    outline: 0; }

::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #bbb; }

::-moz-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

*::selection {
  background: #16b9ff;
  color: #fff; }

*::-moz-selection {
  background: #16b9ff;
  color: #fff; }

.clear {
  clear: both; }

[type="text"], [type="num"], [type="tel"], [type="file"], [type="password"], [type="email"], [type="search"], [type="url"], textarea {
  border: 1px solid #eee;
  padding: 0 5px; }

[type="text"]:focus, [type="num"]:focus, [type="tel"]:focus, [type="file"]:focus, [type="password"]:focus, [type="email"]:focus, [type="search"]:focus, [type="url"]:focus, textarea:focus {
  border-color: #ff6678;
  outline: 0; }

/* main font */
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap; }
@font-face {
  font-family: 'Pretendard';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap; }
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Pretendard','Malgun Gothic','Noto Sans KR','Noto Serif KR','Prata', 'Roboto' ,'dotum', 'gulim' , 'sans-serif';
  word-break: break-all;
  font-weight: 300;
  line-height: 1; }

.clear {
  clear: both; }

/* layout */
body, html {
  height: 100%; }

#wrap {
  width: 100%;
  margin: 0 auto; }

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0; }

@media only screen and (max-width: 1600px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px; } }
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; } }
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
    margin: 0;
    padding: 0 20px; } }
@media only screen and (max-width: 542px) {
  .container {
    max-width: 542px;
    padding: 0 20px; } }
/* typography */
h1, h2 {
  line-height: 1.2; }

h3, h4, h5, h6 {
  line-height: 1.4; }

p {
  color: #757575;
  font-size: 15px;
  line-height: 1.8; }

/* short cut*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.dtb {
  display: table; }

.dtbc {
  display: table-cell; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px; }

/* interval */
.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

/* form */
.form-ctrl {
  color: #000;
  border: 1px solid #e1e1e1;
  padding: 8px 8px 8px 10px;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-ctrl:focus {
    outline: 0;
    border-color: #666; }
  .form-ctrl:hover {
    background: #fafafa; }

.input-group {
  font-size: 0; }
  .input-group .tit {
    min-width: 130px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top; }
  .input-group .form-ctrl {
    height: 40px;
    display: inline-block; }
  .input-group.input-sm input {
    width: 10%;
    min-width: 100px; }
  .input-group.input-md input {
    width: 50%;
    min-width: 200px; }
  .input-group.input-lg input {
    width: 90%; }
  .input-group textarea.form-ctrl {
    height: unset;
    resize: none;
    width: calc(100% - 135px); }

.input-checkbox input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0; }
.input-checkbox label i {
  display: block;
  float: left;
  font-size: 22px;
  color: #999; }
.input-checkbox label span {
  display: block;
  margin-left: 28px;
  line-height: 24px;
  font-size: 13px; }
.input-checkbox input + label i.icon-checked {
  display: none; }
.input-checkbox input:checked + label i.icon-line {
  display: none; }
.input-checkbox input:checked + label i.icon-checked {
  display: block;
  color: #333; }

.terms-group {
  margin-top: 50px; }
  .terms-group .tit {
    font-size: 15px;
    color: #333;
    margin-bottom: 7px; }
  .terms-group .terms {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8;
    height: 120px;
    overflow-y: scroll;
    margin-bottom: 10px; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide:focus {
  outline: 0; }

[dir='rtl'] .slick-slide {
  float: right; }

.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; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow-angle .slick-arrow {
  font-size: 0;
  position: absolute;
  text-align: center;
  bottom: 10%;
  z-index: 9999;
  width: 62px;
  height: 62px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 1600px) {
    .slick-arrow-angle .slick-arrow {
      width: 45px;
      height: 45px; }
      .slick-arrow-angle .slick-arrow img {
        width: 100%; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-arrow {
      bottom: 5%; } }
.slick-arrow-angle .slick-prev {
  background: url("../../assets/img/arrow_left.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  left: 50%;
  margin-left: -75px; }
  @media only screen and (max-width: 1600px) {
    .slick-arrow-angle .slick-prev {
      margin-left: -50px; } }
.slick-arrow-angle .slick-next {
  background: url("../../assets/img/arrow_right.png") no-repeat center;
  -webkit-background-size: 100%;
  right: 50%;
  margin-right: -75px; }
  @media only screen and (max-width: 1600px) {
    .slick-arrow-angle .slick-next {
      margin-right: -50px; } }

.slick-arrow-angle2 .slick-arrow {
  font-size: 0;
  position: absolute;
  text-align: center;
  top: 0;
  left: -265px;
  z-index: 99999;
  width: 65px;
  height: 65px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 1600px) {
    .slick-arrow-angle2 .slick-arrow {
      top: -105px;
      left: auto;
      right: 100px;
      width: 50px;
      height: 50px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle2 .slick-arrow {
      right: 65px;
      top: -95px; } }
.slick-arrow-angle2 .slick-prev {
  background: url("../../assets/img/arrow_left2.png") no-repeat center;
  margin-left: -75px;
  -webkit-background-size: 100%;
  background-size: 100%; }
  @media only screen and (max-width: 1600px) {
    .slick-arrow-angle2 .slick-prev {
      margin-left: -65px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle2 .slick-prev {
      margin-left: -55px; } }
.slick-arrow-angle2 .slick-next {
  background: url("../../assets/img/arrow_right2.png") no-repeat center;
  margin-right: -75px;
  -webkit-background-size: 100%;
  background-size: 100%; }
  @media only screen and (max-width: 1600px) {
    .slick-arrow-angle2 .slick-next {
      margin-right: -65px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle2 .slick-next {
      margin-right: -55px; } }

.slick-arrow-angle3 .slick-arrow {
  font-size: 0;
  position: absolute;
  text-align: center;
  z-index: 99999;
  top: 22px;
  width: 10px;
  height: 18px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 1200px) {
    .slick-arrow-angle3 .slick-arrow {
      top: 8px; } }
.slick-arrow-angle3 .slick-prev {
  background: url("../../assets/img/process_arrow_left.png") no-repeat center;
  left: -30px; }
.slick-arrow-angle3 .slick-next {
  background: url("../../assets/img/process_arrow.png") no-repeat center;
  right: -30px; }

/* design selectbox */
.designSelectW {
  display: inline-block; }

.select-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%; }

.select-title {
  border: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
  position: relative; }

.select-title:before {
  content: '';
  background: url(/kooramework/assets/img/sub/arrow-down-sm.png) 0 0 no-repeat;
  position: absolute;
  top: 15px;
  right: 12px;
  width: 8px;
  height: 4px; }

.select-content a {
  padding: 0 8px;
  line-height: 36px;
  display: block;
  font-size: 15px; }

.select-content a:hover,
.select-content a:focus {
  text-decoration: none;
  cursor: pointer; }

.select-content .select-title a {
  display: block;
  color: #333; }

.select-content .select-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #E8485A;
  background: #fff; }

.select-content .select-list a {
  color: #333; }

.select-content .select-list a:hover {
  background: #f8f8f8; }

@media screen and (max-width: 768px) {
  .select-content a {
    font-size: 12px;
    line-height: 32px; }

  .select-title:before {
    top: 10px;
    right: 10px; } }
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1050; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    color: #fff;
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/* Header */
.sidenav {
  display: none;
  width: 300px;
  height: 100vh;
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  right: -300px;
  background-color: #0053B7;
  overflow-x: hidden;
  transition: 0.4s; }
  .sidenav .leftmenu {
    width: 100%;
    margin-top: 50px; }
    .sidenav .leftmenu a.menu-title {
      display: inline-block;
      width: 100%;
      padding: 20px;
      font-size: 20px;
      color: #fff;
      font-family: 'Pretendard';
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .sidenav .leftmenu a.menu-title i {
        color: #fff;
        font-size: 10px; }
    .sidenav .leftmenu a.top {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .sidenav .leftmenu .sub-menu {
      display: none; }
      .sidenav .leftmenu .sub-menu a {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        letter-spacing: -1px;
        font-family: 'Pretendard';
        padding: 20px 15px;
        color: #000;
        border-bottom: 1px solid #e4e4e4;
        background: #fff; }
  .sidenav .closebtn {
    position: absolute;
    top: 28px;
    right: 30px;
    padding: 10px;
    width: 43px;
    height: 43px; }
    .sidenav .closebtn img {
      width: 100%; }
  @media only screen and (max-width: 1200px) {
    .sidenav {
      display: block !important; } }

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9999999;
  background: #fff; }
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 18px;
    margin-left: 20px; }
    header .logo img {
      height: 64px; }
    @media only screen and (max-width: 542px) {
      header .logo {
        margin-top: 16px;
        margin-left: 16px; }
        header .logo img {
          height: 50px; } }
  header nav {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    text-align: center;
    padding-top: 38px; }
    header nav ul {
      display: inline-block; }
      header nav ul li.nav-item {
        float: left; }
        header nav ul li.nav-item a {
          font-family: 'Pretendard';
          font-size: 19px;
          font-weight: 500;
          padding: 0 50px; }
          header nav ul li.nav-item a:hover {
            color: #0053B7; }
          @media only screen and (max-width: 1600px) {
            header nav ul li.nav-item a {
              font-size: 17px;
              padding: 0 25px; } }
    @media only screen and (max-width: 1200px) {
      header nav {
        display: none; } }
  header .menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: #0053B7;
    text-align: center;
    padding-top: 39px; }
    @media only screen and (max-width: 542px) {
      header .menu {
        width: 80px;
        height: 80px;
        padding-top: 30px; } }
  header .down {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    height: 350px;
    z-index: 99999999;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    text-align: center; }
    header .down ul {
      display: inline-block; }
      header .down ul li.down-item {
        float: left;
        height: 349px;
        width: 16.6666%;
        border-right: 1px solid #f2f2f2;
        text-align: center;
        padding-top: 40px; }
        header .down ul li.down-item p.down-subtitle {
          width: 100%;
          display: inline-block;
          padding-bottom: 15px; }
          header .down ul li.down-item p.down-subtitle a {
            color: #000;
            padding: 0;
            font-size: 15px;
            font-weight: 300;
            -ms-word-break: keep-all;
            word-break: keep-all;
            transition: 0.4s;
            border-bottom: 1px solid #fff; }
            header .down ul li.down-item p.down-subtitle a:hover {
              color: #0053B7;
              border-bottom: 1px solid #0053B7; }
            @media only screen and (max-width: 1600px) {
              header .down ul li.down-item p.down-subtitle a {
                font-size: 13px;
                line-height: 15px; } }
          @media only screen and (max-width: 1600px) {
            header .down ul li.down-item p.down-subtitle {
              padding-bottom: 10px; } }
      header .down ul li.down-item:first-child {
        width: 171px; }
        @media only screen and (max-width: 1600px) {
          header .down ul li.down-item:first-child {
            width: 114px; } }
      header .down ul li.down-item:nth-child(2) {
        width: 135px; }
        @media only screen and (max-width: 1600px) {
          header .down ul li.down-item:nth-child(2) {
            width: 82px; } }
      header .down ul li.down-item:nth-child(3) {
        width: 135px; }
        @media only screen and (max-width: 1600px) {
          header .down ul li.down-item:nth-child(3) {
            width: 82px; } }
      header .down ul li.down-item:nth-child(4) {
        width: 171px; }
        @media only screen and (max-width: 1600px) {
          header .down ul li.down-item:nth-child(4) {
            width: 114px; } }
      header .down ul li.down-item:nth-child(5) {
        width: 135px; }
        @media only screen and (max-width: 1600px) {
          header .down ul li.down-item:nth-child(5) {
            width: 82px; } }
      header .down ul li.down-item:nth-child(6) {
        width: 135px; }
        @media only screen and (max-width: 1600px) {
          header .down ul li.down-item:nth-child(6) {
            width: 87px; } }
      header .down ul li.down-item:nth-child(7) {
        width: 190px; }
        @media only screen and (max-width: 1600px) {
          header .down ul li.down-item:nth-child(7) {
            width: 125px; } }
    @media only screen and (max-width: 1200px) {
      header .down {
        display: none !important; } }
  header .gnb {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    height: 600px;
    z-index: 99999999;
    background: #fff; }
    header .gnb .logo {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 18px;
      margin-left: 40px; }
    header .gnb .close2 {
      position: absolute;
      right: 0;
      top: 0;
      width: 100px;
      height: 100px;
      background: #0053B7;
      text-align: center; }
      header .gnb .close2 img {
        margin-top: 39px;
        width: 25px; }
    header .gnb .gnb-inner {
      margin-top: 100px;
      border-top: 1px solid #f2f2f2; }
      header .gnb .gnb-inner ul li.gnb-item {
        float: left;
        width: 14.28%;
        border-right: 1px solid #f2f2f2;
        height: 500px;
        text-align: center;
        padding-top: 40px; }
        header .gnb .gnb-inner ul li.gnb-item p.gnb-title {
          width: 100%; }
          header .gnb .gnb-inner ul li.gnb-item p.gnb-title a {
            display: block;
            color: #0053B7;
            font-size: 22px;
            font-weight: 700;
            letter-spacing: -1px;
            padding-bottom: 30px; }
          @media only screen and (max-width: 1600px) {
            header .gnb .gnb-inner ul li.gnb-item p.gnb-title {
              font-size: 18px; } }
        header .gnb .gnb-inner ul li.gnb-item p.gnb-subtitle {
          width: 100%;
          display: inline-block;
          padding-bottom: 15px; }
          header .gnb .gnb-inner ul li.gnb-item p.gnb-subtitle a {
            color: #000;
            padding: 8px 0;
            font-size: 18px;
            font-weight: 500;
            transition: 0.4s;
            border-bottom: 1px solid #fff; }
            header .gnb .gnb-inner ul li.gnb-item p.gnb-subtitle a:hover {
              color: #0053B7;
              border-bottom: 1px solid #0053B7; }
            @media only screen and (max-width: 1600px) {
              header .gnb .gnb-inner ul li.gnb-item p.gnb-subtitle a {
                font-size: 14px; } }
    @media only screen and (max-width: 1600px) {
      header .gnb {
        height: 500px; } }
    @media only screen and (max-width: 1200px) {
      header .gnb {
        display: none !important; } }
  @media only screen and (max-width: 542px) {
    header {
      height: 80px; } }

/*main*/
.main-section {
  width: 100%;
  padding: 100px 0; }
  .main-section h5 {
    font-family: 'HallimGothic';
    font-size: 15px;
    color: #fff; }
    @media only screen and (max-width: 1200px) {
      .main-section h5 {
        font-size: 13px; } }
  .main-section h3 {
    font-family: 'HallimGothic';
    font-size: 45px;
    color: #fff; }
    @media only screen and (max-width: 1600px) {
      .main-section h3 {
        font-size: 35px; } }
    @media only screen and (max-width: 1200px) {
      .main-section h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 768px) {
      .main-section h3 {
        font-size: 24px; } }
  .main-section button.more {
    font-family: 'HallimGothic';
    font-size: 15px;
    color: #fff;
    text-align: left;
    background: #000;
    padding: 24px 30px;
    border: none; }
    .main-section button.more img {
      position: relative;
      height: 13px;
      top: 1px;
      padding-left: 30px; }
    @media only screen and (max-width: 1200px) {
      .main-section button.more {
        padding: 20px 15px;
        font-size: 14px; } }
  .main-section button.more2 {
    font-family: 'HallimGothic';
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 24px 30px;
    border: none; }
    .main-section button.more2 img {
      position: relative;
      height: 13px;
      top: 1px;
      padding-left: 30px; }
    @media only screen and (max-width: 1200px) {
      .main-section button.more2 {
        padding: 20px 15px;
        font-size: 14px; } }
  @media only screen and (max-width: 1600px) {
    .main-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 1200px) {
    .main-section {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    .main-section {
      padding: 40px 0; } }

section.slider-wrap {
  width: 100%;
  height: 845px;
  margin-top: 100px;
  /* 전체 라인 (20% opacity) */
  /* 채워지는 라인 (단색) */
  /* 애니메이션 */ }
  section.slider-wrap .slider .slide {
    width: 100%;
    height: 845px;
    position: relative;
    font-family: 'HallimGothic'; }
    section.slider-wrap .slider .slide .slide-tab {
      width: 100%;
      z-index: 1;
      position: absolute;
      top: 50%;
      transform: translateY(-70%);
      text-align: center; }
      section.slider-wrap .slider .slide .slide-tab .title {
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        letter-spacing: -1px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        @media only screen and (max-width: 1600px) {
          section.slider-wrap .slider .slide .slide-tab .title {
            font-size: 40px; } }
        @media only screen and (max-width: 1200px) {
          section.slider-wrap .slider .slide .slide-tab .title {
            font-size: 30px; } }
        @media only screen and (max-width: 768px) {
          section.slider-wrap .slider .slide .slide-tab .title {
            padding: 0 100px;
            line-height: 40px; } }
        @media only screen and (max-width: 542px) {
          section.slider-wrap .slider .slide .slide-tab .title {
            font-size: 24px;
            padding: 0 50px;
            line-height: 40px; } }
      section.slider-wrap .slider .slide .slide-tab ul {
        margin-top: 50px;
        display: inline-block; }
        section.slider-wrap .slider .slide .slide-tab ul li.st-item {
          float: left;
          text-align: center;
          padding: 0 50px;
          border-right: 1px solid #fff; }
          section.slider-wrap .slider .slide .slide-tab ul li.st-item p.small {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            padding-bottom: 10px;
            letter-spacing: -1px; }
            @media only screen and (max-width: 1600px) {
              section.slider-wrap .slider .slide .slide-tab ul li.st-item p.small {
                font-size: 11px; } }
            @media only screen and (max-width: 1200px) {
              section.slider-wrap .slider .slide .slide-tab ul li.st-item p.small {
                font-size: 11px;
                padding-bottom: 0px; } }
          section.slider-wrap .slider .slide .slide-tab ul li.st-item p.s-text {
            color: #fff;
            font-weight: 500;
            font-size: 20px;
            letter-spacing: 0px; }
            @media only screen and (max-width: 1600px) {
              section.slider-wrap .slider .slide .slide-tab ul li.st-item p.s-text {
                font-size: 16px; } }
            @media only screen and (max-width: 1200px) {
              section.slider-wrap .slider .slide .slide-tab ul li.st-item p.s-text {
                font-size: 13px; } }
          section.slider-wrap .slider .slide .slide-tab ul li.st-item p.b-text {
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            letter-spacing: -1px;
            margin-top: -10px; }
            @media only screen and (max-width: 1600px) {
              section.slider-wrap .slider .slide .slide-tab ul li.st-item p.b-text {
                font-size: 24px; } }
            @media only screen and (max-width: 1200px) {
              section.slider-wrap .slider .slide .slide-tab ul li.st-item p.b-text {
                font-size: 20px;
                margin-top: -5px; } }
          @media only screen and (max-width: 768px) {
            section.slider-wrap .slider .slide .slide-tab ul li.st-item {
              width: 100%;
              border-right: none;
              border-bottom: 1px solid #fff;
              padding: 10px 20px; } }
        section.slider-wrap .slider .slide .slide-tab ul li:last-child {
          border-right: 0px; }
        @media only screen and (max-width: 768px) {
          section.slider-wrap .slider .slide .slide-tab ul {
            padding: 0 170px; } }
        @media only screen and (max-width: 542px) {
          section.slider-wrap .slider .slide .slide-tab ul {
            padding: 0 90px;
            margin-top: 20px; } }
      @media only screen and (max-width: 1600px) {
        section.slider-wrap .slider .slide .slide-tab {
          top: 50%; } }
      @media only screen and (max-width: 768px) {
        section.slider-wrap .slider .slide .slide-tab {
          top: 57%; } }
    @media only screen and (max-width: 1600px) {
      section.slider-wrap .slider .slide {
        height: 700px; } }
    @media only screen and (max-width: 1200px) {
      section.slider-wrap .slider .slide {
        height: 500px; } }
    @media only screen and (max-width: 768px) {
      section.slider-wrap .slider .slide {
        height: 700px; } }
    @media only screen and (max-width: 542px) {
      section.slider-wrap .slider .slide {
        height: 600px; } }
  section.slider-wrap .slider-counter {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center; }
    section.slider-wrap .slider-counter span.current {
      font-family: 'Pretendard';
      font-size: 12px; }
    @media only screen and (max-width: 1200px) {
      section.slider-wrap .slider-counter {
        margin-top: -100px; } }
    @media only screen and (max-width: 768px) {
      section.slider-wrap .slider-counter {
        margin-top: 0px; } }
    @media only screen and (max-width: 542px) {
      section.slider-wrap .slider-counter {
        left: 20px;
        margin-top: -50px; } }
  section.slider-wrap .progress-line {
    position: relative;
    width: 1px;
    height: 80px;
    margin: 12px auto;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden; }
  section.slider-wrap .progress-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: white;
    /* 🔥 단색으로 변경 */ }
  section.slider-wrap .progress-fill.active {
    animation: fillUp 5s linear forwards; }
@keyframes fillUp {
  from {
    height: 0%; }
  to {
    height: 100%; } }
  @media only screen and (max-width: 1600px) {
    section.slider-wrap {
      height: 700px; } }
  @media only screen and (max-width: 1200px) {
    section.slider-wrap {
      height: 500px; } }
  @media only screen and (max-width: 768px) {
    section.slider-wrap {
      height: 700px; } }
  @media only screen and (max-width: 542px) {
    section.slider-wrap {
      margin-top: 80px;
      height: 600px; } }

section.read {
  width: 100%;
  background: #f2f2f2 url("../../assets/img/main_back3.png") no-repeat top center; }
  section.read .container {
    width: 100%; }
    section.read .container button.more {
      float: right;
      margin-top: -75px; }
      section.read .container button.more img {
        position: relative;
        height: 13px;
        top: 1px;
        padding-left: 30px; }
      @media only screen and (max-width: 1200px) {
        section.read .container button.more {
          margin-top: -60px; } }
      @media only screen and (max-width: 542px) {
        section.read .container button.more {
          display: none; } }
    section.read .container button.more2 {
      display: none; }
      @media only screen and (max-width: 542px) {
        section.read .container button.more2 {
          display: block;
          margin: 0 auto;
          margin-top: 80px; } }
    section.read .container .book {
      width: 100%;
      margin-top: 40px; }
      section.read .container .book ul li.book-item {
        float: left;
        height: 300px; }
        section.read .container .book ul li.book-item .date {
          font-family: 'Pretendard';
          color: #fff;
          display: inline-block;
          font-size: 14px;
          padding: 7px 12px;
          background: #0053B7;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px; }
          @media only screen and (max-width: 1200px) {
            section.read .container .book ul li.book-item .date {
              font-size: 12px; } }
        section.read .container .book ul li.book-item .t-title {
          font-family: 'Pretendard';
          color: #fff;
          font-size: 25px;
          padding-top: 10px; }
          @media only screen and (max-width: 1200px) {
            section.read .container .book ul li.book-item .t-title {
              font-size: 24px; } }
          @media only screen and (max-width: 768px) {
            section.read .container .book ul li.book-item .t-title {
              font-size: 18px; } }
        section.read .container .book ul li.book-item .page {
          font-family: 'Pretendard';
          color: #fff;
          font-size: 20px;
          padding-top: 5px; }
          @media only screen and (max-width: 1200px) {
            section.read .container .book ul li.book-item .page {
              font-size: 14px; } }
          @media only screen and (max-width: 768px) {
            section.read .container .book ul li.book-item .page {
              font-size: 12px; } }
        @media only screen and (max-width: 768px) {
          section.read .container .book ul li.book-item {
            height: 200px; } }
        @media only screen and (max-width: 542px) {
          section.read .container .book ul li.book-item {
            height: 200px; } }
      section.read .container .book ul li.book-item:first-child {
        width: 280px;
        padding: 20px;
        background: url("../../assets/img/book_back.png") no-repeat center; }
        @media only screen and (max-width: 768px) {
          section.read .container .book ul li.book-item:first-child {
            width: 200px;
            -webkit-background-size: 100%;
            background-size: 100%;
            padding: 10px; } }
        @media only screen and (max-width: 542px) {
          section.read .container .book ul li.book-item:first-child {
            background: url("../../assets/img/book_back_m.png") no-repeat top;
            width: 100%;
            -webkit-background-size: 100%;
            background-size: 100%; } }
      section.read .container .book ul li.book-item:last-child {
        padding: 30px;
        width: calc(100% - 280px);
        background: #fff; }
        section.read .container .book ul li.book-item:last-child textarea {
          width: 100%;
          height: 240px;
          font-family: 'Pretendard';
          color: #000;
          font-weight: 400;
          font-size: 15px;
          line-height: 25px;
          border: none; }
          @media only screen and (max-width: 1200px) {
            section.read .container .book ul li.book-item:last-child textarea {
              font-size: 14px;
              line-height: 24px; } }
          @media only screen and (max-width: 768px) {
            section.read .container .book ul li.book-item:last-child textarea {
              height: 180px;
              font-size: 12px;
              line-height: 20px; } }
        @media only screen and (max-width: 1600px) {
          section.read .container .book ul li.book-item:last-child {
            width: calc(100% - 280px); } }
        @media only screen and (max-width: 768px) {
          section.read .container .book ul li.book-item:last-child {
            width: calc(100% - 200px);
            padding: 10px; } }
        @media only screen and (max-width: 542px) {
          section.read .container .book ul li.book-item:last-child {
            width: 100%; } }
      section.read .container .book ul ::after {
        content: "";
        display: block;
        clear: both; }
      @media only screen and (max-width: 542px) {
        section.read .container .book {
          margin-top: 20px; } }

section.word {
  width: 100%;
  background: #fff;
  text-align: center; }
  section.word h5 {
    width: 100%;
    text-align: center;
    color: #0086DA; }
  section.word h3 {
    width: 100%;
    text-align: center;
    color: #000; }
  section.word .word-list {
    width: 100%;
    margin-top: 50px;
    text-align: left; }
    section.word .word-list img {
      width: 100%; }
    section.word .word-list .word-item {
      width: 440px;
      float: left;
      border: 1px solid #f2f2f2;
      transition: 0.4s;
      margin: 0 20px;
      margin-bottom: 20px; }
      section.word .word-list .word-item .word-box {
        padding: 30px 20px;
        position: relative;
        min-height: 185px; }
        section.word .word-list .word-item .word-box .wed {
          display: inline-block;
          font-family: 'Pretendard';
          font-size: 12px;
          color: #fff;
          padding: 8px;
          background: #000; }
        section.word .word-list .word-item .word-box .w-title {
          width: 80%;
          font-family: 'Pretendard';
          font-size: 25px;
          line-height: 30px;
          padding-top: 10px;
          -ms-word-break: keep-all;
          word-break: keep-all; }
          @media only screen and (max-width: 1600px) {
            section.word .word-list .word-item .word-box .w-title {
              font-size: 20px; } }
          @media only screen and (max-width: 1200px) {
            section.word .word-list .word-item .word-box .w-title {
              font-size: 16px;
              line-height: 24px; } }
        section.word .word-list .word-item .word-box .date {
          font-family: 'Pretendard';
          font-size: 12px;
          color: #777777;
          padding-top: 15px; }
        section.word .word-list .word-item .word-box .file {
          width: 60px;
          position: absolute;
          right: 20px;
          bottom: 30px; }
          section.word .word-list .word-item .word-box .file .hwp {
            width: 60px;
            text-align: center;
            display: inline-block;
            font-family: 'Pretendard';
            font-size: 12px;
            color: #fff;
            background: #0053B7;
            padding: 7px 10px;
            border-radius: 50px; }
          section.word .word-list .word-item .word-box .file .wor {
            width: 60px;
            text-align: center;
            display: inline-block;
            font-family: 'Pretendard';
            font-size: 12px;
            color: #fff;
            background: #0086DA;
            padding: 7px 10px;
            border-radius: 50px;
            margin-top: 5px; }
          section.word .word-list .word-item .word-box .file .pdf {
            width: 60px;
            text-align: center;
            display: inline-block;
            font-family: 'Pretendard';
            font-size: 12px;
            color: #fff;
            background: #000;
            padding: 7px 10px;
            border-radius: 50px;
            margin-top: 5px; }
        @media only screen and (max-width: 768px) {
          section.word .word-list .word-item .word-box {
            min-height: 175px; } }
      @media only screen and (max-width: 1600px) {
        section.word .word-list .word-item {
          width: 350px; } }
    section.word .word-list .word-item:hover {
      box-shadow: 3px 7px 15px 3px #e4e4e4; }
  section.word button.more {
    margin-top: 40px; }
    @media only screen and (max-width: 542px) {
      section.word button.more {
        margin-top: 20px; } }

section.first {
  width: 100%;
  text-align: center;
  background: #f2f2f2; }
  section.first h3 {
    color: #000; }
  section.first h5 {
    color: #000;
    letter-spacing: -1px;
    -ms-word-break: keep-all;
    word-break: keep-all; }
  section.first .container {
    width: 100%; }
    section.first .container .hover-slider {
      display: flex;
      gap: 40px;
      height: 400px;
      margin-top: 50px;
      justify-content: center;
      /* MD: 2x2 grid */ }
      section.first .container .hover-slider .panel {
        width: 280px;
        flex: 0 0 auto;
        position: relative;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        /* PC hover */
        /* MD */ }
        section.first .container .hover-slider .panel::before {
          content: "";
          position: absolute;
          inset: 0;
          background: rgba(0, 0, 0, 0.3);
          transition: background 0.4s ease; }
          @media only screen and (max-width: 1200px) {
            section.first .container .hover-slider .panel::before {
              background: rgba(0, 0, 0, 0.5); } }
        section.first .container .hover-slider .panel .overlay {
          position: absolute;
          inset: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          color: #fff;
          padding: 30px;
          transition: align-items 0.6s cubic-bezier(0.22, 1, 0.36, 1), justify-content 0.6s cubic-bezier(0.22, 1, 0.36, 1), text-align 0.6s cubic-bezier(0.22, 1, 0.36, 1), padding 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          /* 🔥 기본 상태에서는 아예 숨김 */ }
          section.first .container .hover-slider .panel .overlay h4 {
            font-family: 'Pretendard';
            font-size: 26px;
            font-weight: 500;
            color: #fff;
            transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
            opacity: 1;
            transform: translateY(0) scale(1);
            margin: 0;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.first .container .hover-slider .panel .overlay h4 {
                font-size: 18px;
                font-weight: 500; } }
          section.first .container .hover-slider .panel .overlay h6,
          section.first .container .hover-slider .panel .overlay p {
            font-family: 'Pretendard';
            opacity: 0;
            visibility: hidden;
            /* 🔥 transition 제거해서 hover out 즉시 사라짐 */
            transition: none;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.first .container .hover-slider .panel .overlay h6,
              section.first .container .hover-slider .panel .overlay p {
                opacity: 1;
                visibility: visible; } }
          section.first .container .hover-slider .panel .overlay h6 {
            font-size: 12px;
            color: #0086DA; }
          section.first .container .hover-slider .panel .overlay p {
            font-size: 13px;
            color: #fff; }
          @media only screen and (max-width: 1200px) {
            section.first .container .hover-slider .panel .overlay {
              padding: 15px;
              align-items: center;
              justify-content: center;
              text-align: center; } }
        section.first .container .hover-slider .panel:hover {
          width: 300px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
          section.first .container .hover-slider .panel:hover::before {
            background: rgba(0, 0, 0, 0.6); }
          section.first .container .hover-slider .panel:hover .overlay {
            align-items: flex-start;
            justify-content: flex-end;
            text-align: left;
            padding: 20px;
            /* 🔥 hover 시만 보임 */ }
            section.first .container .hover-slider .panel:hover .overlay h4 {
              font-weight: 600;
              transform: translateY(0) scale(1.02); }
            section.first .container .hover-slider .panel:hover .overlay h6,
            section.first .container .hover-slider .panel:hover .overlay p {
              opacity: 1;
              visibility: visible;
              /* 🔥 나타날 때만 부드럽게 */
              transition: opacity 0.25s ease; }
          @media only screen and (max-width: 1200px) {
            section.first .container .hover-slider .panel:hover {
              width: 100% !important;
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important; }
              section.first .container .hover-slider .panel:hover::before {
                background: rgba(0, 0, 0, 0.5) !important; }
              section.first .container .hover-slider .panel:hover .overlay {
                align-items: center !important;
                justify-content: center !important;
                text-align: center !important;
                padding: 15px !important; }
                section.first .container .hover-slider .panel:hover .overlay h4 {
                  font-weight: 500 !important; }
                section.first .container .hover-slider .panel:hover .overlay h6,
                section.first .container .hover-slider .panel:hover .overlay p {
                  opacity: 1 !important;
                  visibility: visible !important; } }
        @media only screen and (max-width: 1600px) {
          section.first .container .hover-slider .panel {
            width: 240px; } }
        @media only screen and (max-width: 1200px) {
          section.first .container .hover-slider .panel {
            width: 100%;
            flex: unset;
            height: 250px;
            aspect-ratio: unset; } }
      @media only screen and (max-width: 1200px) {
        section.first .container .hover-slider {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 16px;
          height: auto;
          margin-top: 30px; } }

section.youtube {
  width: 100%;
  background: url("../../assets/img/youtube_back.png") no-repeat top center;
  text-align: center; }
  section.youtube h5 {
    letter-spacing: -1px; }
  section.youtube button.more {
    color: #000;
    background: #fff;
    margin-top: 50px; }
    @media only screen and (max-width: 768px) {
      section.youtube button.more {
        margin-top: 20px; } }

section.main-gallery {
  width: 100%;
  background: url("../../assets/img/main_back4.png") no-repeat top center;
  overflow: hidden; }
  section.main-gallery .container {
    text-align: left; }
    section.main-gallery .container h3 {
      color: #000; }
    section.main-gallery .container h5 {
      color: #000;
      letter-spacing: -1px;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      @media only screen and (max-width: 768px) {
        section.main-gallery .container h5 {
          width: 70%; } }
  section.main-gallery .gallery-slider {
    max-width: 1400px;
    width: 100%;
    margin-top: 50px;
    float: right;
    margin-right: -90px; }
    section.main-gallery .gallery-slider .ga-slide {
      width: 440px;
      height: 430px;
      margin-right: 40px; }
      section.main-gallery .gallery-slider .ga-slide .caption p.date {
        font-family: 'Pretendard';
        font-size: 12px;
        color: #fff;
        padding-top: 10px; }
      section.main-gallery .gallery-slider .ga-slide .caption p {
        font-family: 'Pretendard';
        font-size: 25px;
        line-height: 32px;
        word-break: keep-all;
        color: #fff;
        letter-spacing: -1px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        @media only screen and (max-width: 1200px) {
          section.main-gallery .gallery-slider .ga-slide .caption p {
            font-size: 18px;
            line-height: 28px; } }
      @media only screen and (max-width: 1200px) {
        section.main-gallery .gallery-slider .ga-slide {
          height: auto; } }
      @media only screen and (max-width: 768px) {
        section.main-gallery .gallery-slider .ga-slide {
          width: 200px; } }
    @media only screen and (max-width: 1600px) {
      section.main-gallery .gallery-slider {
        width: 100%;
        clear: both;
        margin-right: 0; } }
    @media only screen and (max-width: 542px) {
      section.main-gallery .gallery-slider {
        padding-left: 20px;
        margin-top: 30px; } }
  @media only screen and (max-width: 1600px) {
    section.main-gallery {
      -ms-background-position-y: -50px;
      background-position-y: -50px; } }
  @media only screen and (max-width: 768px) {
    section.main-gallery {
      -ms-background-position-y: -170px;
      background-position-y: -170px; } }

section.map {
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 0px !important; }
  section.map h3 {
    color: #000; }
  section.map .map-box {
    width: 100%;
    margin-top: 50px; }
    section.map .map-box ul {
      width: 100%; }
      section.map .map-box ul li.map-item {
        float: left;
        font-family: 'Pretendard';
        font-size: 15px;
        padding: 30px 20px;
        min-height: 240px; }
        section.map .map-box ul li.map-item img {
          padding-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          section.map .map-box ul li.map-item {
            font-size: 12px;
            line-height: 1.4; } }
      section.map .map-box ul li.map-item:first-child {
        width: 25%;
        background: #fff; }
        section.map .map-box ul li.map-item:first-child p {
          color: #000; }
          @media only screen and (max-width: 768px) {
            section.map .map-box ul li.map-item:first-child p {
              font-size: 12px;
              line-height: 1.4; } }
        @media only screen and (max-width: 1200px) {
          section.map .map-box ul li.map-item:first-child {
            width: 100%;
            min-height: auto; } }
      section.map .map-box ul li.map-item:nth-child(2) {
        width: 50%;
        background: #000; }
        section.map .map-box ul li.map-item:nth-child(2) p {
          color: #fff;
          -ms-word-break: keep-all;
          word-break: keep-all; }
          @media only screen and (max-width: 1600px) {
            section.map .map-box ul li.map-item:nth-child(2) p {
              font-size: 14px;
              line-height: 1.4; } }
          @media only screen and (max-width: 768px) {
            section.map .map-box ul li.map-item:nth-child(2) p {
              font-size: 12px;
              line-height: 1.4; } }
        @media only screen and (max-width: 1200px) {
          section.map .map-box ul li.map-item:nth-child(2) {
            width: 100%;
            min-height: auto; } }
      section.map .map-box ul li.map-item:last-child {
        width: 25%;
        background: #fff; }
        section.map .map-box ul li.map-item:last-child p {
          color: #000;
          font-size: 20px; }
          @media only screen and (max-width: 1200px) {
            section.map .map-box ul li.map-item:last-child p {
              font-size: 15px; } }
          @media only screen and (max-width: 768px) {
            section.map .map-box ul li.map-item:last-child p {
              font-size: 12px;
              line-height: 1.4; } }
        @media only screen and (max-width: 1200px) {
          section.map .map-box ul li.map-item:last-child {
            width: 100%;
            min-height: auto; } }
    section.map .map-box .map-area iframe {
      width: 100%;
      min-height: 450px;
      border: none; }
      @media only screen and (max-width: 768px) {
        section.map .map-box .map-area iframe {
          min-height: 300px; } }

/*content*/
.sub-section {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 100px 0; }
  .sub-section h5 {
    font-family: 'Pretendard';
    font-size: 15px;
    color: #fff;
    -ms-word-break: keep-all;
    word-break: keep-all; }
    @media only screen and (max-width: 1600px) {
      .sub-section h5 {
        font-size: 13px; } }
    @media only screen and (max-width: 1200px) {
      .sub-section h5 {
        font-size: 12px; } }
  .sub-section h7 {
    font-family: 'Pretendard';
    font-size: 12px;
    color: #000;
    -ms-word-break: keep-all;
    word-break: keep-all; }
  .sub-section h3 {
    font-family: 'Pretendard';
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    -ms-word-break: keep-all;
    word-break: keep-all; }
    @media only screen and (max-width: 1600px) {
      .sub-section h3 {
        font-size: 40px; } }
    @media only screen and (max-width: 1200px) {
      .sub-section h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h3 {
        font-size: 26px; } }
  .sub-section h4 {
    font-family: 'Pretendard';
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    -ms-word-break: keep-all;
    word-break: keep-all; }
    @media only screen and (max-width: 1600px) {
      .sub-section h4 {
        font-size: 28px; } }
    @media only screen and (max-width: 1200px) {
      .sub-section h4 {
        font-size: 24px; } }
    @media only screen and (max-width: 768px) {
      .sub-section h4 {
        font-size: 18px;
        line-height: 26px; } }
  .sub-section .tab {
    width: 100%;
    margin-top: 30px;
    -ms-word-break: keep-all;
    word-break: keep-all; }
    .sub-section .tab ul {
      display: inline-block; }
      .sub-section .tab ul li.tab-item {
        float: left;
        padding: 20px; }
        .sub-section .tab ul li.tab-item a {
          display: inline-block;
          width: 100%;
          padding: 20px 50px;
          font-family: 'Pretendard';
          font-size: 15px;
          color: #000;
          background: #fff;
          transition: 0.4s;
          border: 1px solid #e4e4e4; }
          .sub-section .tab ul li.tab-item a:hover {
            background: #0053B7;
            color: #fff; }
          @media only screen and (max-width: 1200px) {
            .sub-section .tab ul li.tab-item a {
              padding: 10px 20px;
              font-size: 13px; } }
          @media only screen and (max-width: 768px) {
            .sub-section .tab ul li.tab-item a {
              padding: 5px 10px;
              font-size: 12px; } }
        .sub-section .tab ul li.tab-item a.active {
          background: #0053B7;
          color: #fff; }
        @media only screen and (max-width: 1200px) {
          .sub-section .tab ul li.tab-item {
            padding: 10px; } }
        @media only screen and (max-width: 768px) {
          .sub-section .tab ul li.tab-item {
            padding: 3px; } }
        @media only screen and (max-width: 542px) {
          .sub-section .tab ul li.tab-item {
            float: none; } }
      @media only screen and (max-width: 542px) {
        .sub-section .tab ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
  .sub-section button.more {
    font-family: 'Pretendard';
    font-size: 15px;
    color: #fff;
    text-align: left;
    background: #000;
    padding: 24px 30px;
    border: none; }
    .sub-section button.more img {
      position: relative;
      height: 13px;
      top: 1px;
      padding-left: 30px; }
    @media only screen and (max-width: 1200px) {
      .sub-section button.more {
        font-size: 12px;
        padding: 15px; } }
  .sub-section button.blue {
    font-family: 'Pretendard';
    font-size: 15px;
    color: #fff;
    text-align: left;
    background: #0053B7;
    padding: 24px 30px;
    border: none; }
    @media only screen and (max-width: 1200px) {
      .sub-section button.blue {
        font-size: 12px;
        padding: 15px; } }
  .sub-section button.white {
    font-family: 'Pretendard';
    font-size: 15px;
    color: #000;
    text-align: left;
    background: #fff;
    padding: 24px 30px;
    border: none; }
    @media only screen and (max-width: 1200px) {
      .sub-section button.white {
        font-size: 12px;
        padding: 15px; } }
  .sub-section button.whiteb {
    font-family: 'Pretendard';
    font-size: 15px;
    color: #000;
    text-align: left;
    background: #fff;
    padding: 24px 30px;
    border: 1px solid #000; }
    @media only screen and (max-width: 1200px) {
      .sub-section button.whiteb {
        font-size: 12px;
        padding: 15px; } }
  .sub-section .page_box {
    width: 100%;
    margin-top: 30px; }
    .sub-section .page_box .page {
      text-align: center; }
      .sub-section .page_box .page ul.pul {
        display: inline-block; }
        .sub-section .page_box .page ul.pul li.pli {
          float: left;
          padding: 0px; }
          .sub-section .page_box .page ul.pul li.pli .pn a {
            font-family: 'Pretendard';
            display: inline-block;
            width: 35px;
            height: 35px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            color: #000;
            line-height: 35px;
            margin: 0 5px;
            cursor: pointer; }
            @media only screen and (max-width: 1600px) {
              .sub-section .page_box .page ul.pul li.pli .pn a {
                font-size: 16px;
                margin: 0 2px;
                line-height: 32px; } }
            @media only screen and (max-width: 1200px) {
              .sub-section .page_box .page ul.pul li.pli .pn a {
                width: 20px;
                height: 20px;
                font-size: 14px;
                margin-top: 8px;
                line-height: 20px; } }
            @media only screen and (max-width: 542px) {
              .sub-section .page_box .page ul.pul li.pli .pn a {
                width: 19px;
                height: 19px;
                font-size: 12px;
                margin-top: 8px;
                line-height: 20px; } }
          .sub-section .page_box .page ul.pul li.pli .pn_on a {
            display: inline-block;
            width: 35px;
            height: 35px;
            text-align: center;
            font-size: 16px;
            font-family: 'Pretendard';
            font-weight: 500;
            color: #000 !important;
            background: #F2F2F2;
            border-radius: 50%;
            line-height: 35px;
            margin: 0 5px;
            cursor: pointer; }
            @media only screen and (max-width: 1600px) {
              .sub-section .page_box .page ul.pul li.pli .pn_on a {
                font-size: 16px;
                margin: 0 2px;
                line-height: 32px; } }
            @media only screen and (max-width: 1200px) {
              .sub-section .page_box .page ul.pul li.pli .pn_on a {
                width: 20px;
                height: 20px;
                font-size: 14px;
                margin-top: 8px;
                line-height: 20px; } }
            @media only screen and (max-width: 542px) {
              .sub-section .page_box .page ul.pul li.pli .pn_on a {
                width: 19px;
                height: 19px;
                font-size: 12px;
                margin-top: 8px;
                line-height: 20px; } }
    @media only screen and (max-width: 542px) {
      .sub-section .page_box {
        margin-top: 0px; } }
  @media only screen and (max-width: 1600px) {
    .sub-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 1200px) {
    .sub-section {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    .sub-section {
      padding: 40px 0; } }

.pc {
  display: block; }
  @media only screen and (max-width: 1200px) {
    .pc {
      display: none; } }

.mo {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .mo {
      display: block; } }

section.subtop {
  width: 100%;
  height: 640px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1600px) {
    section.subtop {
      height: 540px; } }
  @media only screen and (max-width: 1200px) {
    section.subtop {
      height: 400px; } }
  section.subtop h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    width: 100%;
    z-index: 2; }
    @media only screen and (max-width: 1600px) {
      section.subtop h3 {
        font-size: 38px; } }
    @media only screen and (max-width: 1200px) {
      section.subtop h3 {
        font-size: 30px; } }
  section.subtop .container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: flex-start; }
    section.subtop .container div.breadcrumb {
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      width: 440px;
      background: #fff;
      font-family: 'Pretendard'; }
      @media only screen and (max-width: 1200px) {
        section.subtop .container div.breadcrumb {
          width: 285px; } }
      section.subtop .container div.breadcrumb .breadcrumb-item {
        position: relative;
        width: 175px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #f2f2f2; }
        @media only screen and (max-width: 1600px) {
          section.subtop .container div.breadcrumb .breadcrumb-item {
            height: 70px; } }
        @media only screen and (max-width: 1200px) {
          section.subtop .container div.breadcrumb .breadcrumb-item {
            height: 45px; } }
      section.subtop .container div.breadcrumb .breadcrumb-item:last-child {
        border-right: none; }
      section.subtop .container div.breadcrumb .home-btn {
        width: 90px !important;
        height: 90px;
        text-align: center;
        background-color: #0056b3; }
        section.subtop .container div.breadcrumb .home-btn a i {
          color: #fff; }
        @media only screen and (max-width: 1600px) {
          section.subtop .container div.breadcrumb .home-btn {
            width: 70px !important;
            height: 70px; } }
        @media only screen and (max-width: 1200px) {
          section.subtop .container div.breadcrumb .home-btn {
            width: 45px !important;
            height: 45px; } }
      section.subtop .container div.breadcrumb .selected-label {
        font-family: 'Pretendard';
        font-size: 15px;
        padding: 20px 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 140px; }
        @media only screen and (max-width: 1200px) {
          section.subtop .container div.breadcrumb .selected-label {
            min-width: 120px;
            font-size: 12px;
            padding: 10px; } }
      section.subtop .container div.breadcrumb .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        list-style: none;
        margin: 0;
        min-width: 100%;
        z-index: 100;
        background: #f2f2f2;
        font-family: 'Pretendard';
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (max-width: 1200px) {
          section.subtop .container div.breadcrumb .dropdown-menu {
            font-size: 12px; } }
      section.subtop .container div.breadcrumb .dropdown-menu li a {
        display: block;
        padding: 15px 20px;
        text-decoration: none;
        color: #333;
        white-space: nowrap; }
        @media only screen and (max-width: 1200px) {
          section.subtop .container div.breadcrumb .dropdown-menu li a {
            padding: 5px 10px; } }
      section.subtop .container div.breadcrumb .dropdown-menu li a:hover {
        background-color: #fff; }
      section.subtop .container div.breadcrumb .arrow-down {
        border: solid #666;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        margin-left: 15px;
        transition: transform 0.3s; }
      section.subtop .container div.breadcrumb .breadcrumb-item.active .arrow-down {
        transform: rotate(-135deg); }
  @media only screen and (max-width: 542px) {
    section.subtop {
      background-position: top center; } }

section.vision {
  width: 100%; }
  section.vision .container {
    width: 100%; }
    section.vision .container .img-back {
      position: relative;
      width: 100%;
      height: 500px;
      margin-bottom: 50px; }
      section.vision .container .img-back .img-desc {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: auto;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        section.vision .container .img-back .img-desc h5 {
          padding-top: 10px; }
        @media only screen and (max-width: 542px) {
          section.vision .container .img-back .img-desc {
            padding: 20px; } }
      @media only screen and (max-width: 1600px) {
        section.vision .container .img-back {
          height: 400px; } }
      @media only screen and (max-width: 1200px) {
        section.vision .container .img-back {
          height: 300px; } }
      @media only screen and (max-width: 768px) {
        section.vision .container .img-back {
          height: 200px; } }
    section.vision .container .desc {
      width: 100%;
      text-align: left;
      margin-bottom: 30px; }
      section.vision .container .desc .desc-title {
        font-family: 'Pretendard';
        font-size: 25px;
        padding-left: 10px;
        border-left: 3px solid #0053B7;
        letter-spacing: -1px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        @media only screen and (max-width: 1600px) {
          section.vision .container .desc .desc-title {
            font-size: 20px; } }
        @media only screen and (max-width: 1200px) {
          section.vision .container .desc .desc-title {
            font-size: 18px; } }
      section.vision .container .desc .desc-text {
        width: 100%;
        font-family: 'Pretendard';
        font-size: 15px;
        border: 1px solid #f2f2f2;
        padding: 20px;
        line-height: 26px;
        margin-top: 20px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.vision .container .desc .desc-text span.big {
          font-size: 20px; }
          @media only screen and (max-width: 1600px) {
            section.vision .container .desc .desc-text span.big {
              font-size: 16px;
              font-weight: bold; } }
        @media only screen and (max-width: 1600px) {
          section.vision .container .desc .desc-text {
            font-size: 14px; } }
        @media only screen and (max-width: 1200px) {
          section.vision .container .desc .desc-text {
            font-size: 12px; } }
      @media only screen and (max-width: 768px) {
        section.vision .container .desc {
          margin-bottom: 30px; } }
    section.vision .container .half-box {
      width: 100%;
      margin-top: 100px; }
      section.vision .container .half-box ul li.half-item {
        float: left;
        width: 50%; }
        section.vision .container .half-box ul li.half-item h4 {
          color: #000;
          letter-spacing: -2px; }
        section.vision .container .half-box ul li.half-item h5 {
          color: #000;
          margin-bottom: 50px;
          margin-top: 20px;
          letter-spacing: -1px; }
          @media only screen and (max-width: 1200px) {
            section.vision .container .half-box ul li.half-item h5 {
              margin-bottom: 20px; } }
        section.vision .container .half-box ul li.half-item .icon-desc {
          width: 90%;
          border: 1px solid #D7D7D7;
          margin-bottom: 20px; }
          section.vision .container .half-box ul li.half-item .icon-desc ul {
            position: relative; }
            section.vision .container .half-box ul li.half-item .icon-desc ul li.id-item {
              float: left;
              padding: 20px;
              font-family: 'Pretendard';
              font-size: 15px; }
              @media only screen and (max-width: 1200px) {
                section.vision .container .half-box ul li.half-item .icon-desc ul li.id-item {
                  font-size: 12px;
                  padding: 10px; } }
              @media only screen and (max-width: 1200px) {
                section.vision .container .half-box ul li.half-item .icon-desc ul li.id-item img {
                  height: 30px; } }
            section.vision .container .half-box ul li.half-item .icon-desc ul li.id-item:last-child {
              position: absolute;
              top: 50%;
              left: 15%;
              transform: translateY(-50%); }
              @media only screen and (max-width: 1200px) {
                section.vision .container .half-box ul li.half-item .icon-desc ul li.id-item:last-child {
                  left: 12%; } }
          @media only screen and (max-width: 1200px) {
            section.vision .container .half-box ul li.half-item .icon-desc {
              width: 90%;
              margin-bottom: 15px; } }
          @media only screen and (max-width: 768px) {
            section.vision .container .half-box ul li.half-item .icon-desc {
              width: 100%; } }
        @media only screen and (max-width: 768px) {
          section.vision .container .half-box ul li.half-item {
            width: 100%; } }
      section.vision .container .half-box ul li.half-item:first-child {
        text-align: left;
        padding: 80px 0; }
        @media only screen and (max-width: 1600px) {
          section.vision .container .half-box ul li.half-item:first-child {
            padding: 44px 0; } }
        @media only screen and (max-width: 1200px) {
          section.vision .container .half-box ul li.half-item:first-child {
            padding: 20px; } }
        @media only screen and (max-width: 768px) {
          section.vision .container .half-box ul li.half-item:first-child {
            padding: 0px;
            margin-bottom: 20px; } }
      section.vision .container .half-box ul li.half-item:last-child {
        text-align: right; }
      @media only screen and (max-width: 768px) {
        section.vision .container .half-box {
          margin-top: 30px; } }
    section.vision .container .half-box2 {
      width: 100%;
      margin-top: 100px; }
      @media only screen and (max-width: 768px) {
        section.vision .container .half-box2 ul {
          display: flex;
          flex-direction: column; } }
      section.vision .container .half-box2 ul li.half-item {
        float: left;
        width: 50%; }
        section.vision .container .half-box2 ul li.half-item h4 {
          color: #000;
          letter-spacing: -2px; }
        section.vision .container .half-box2 ul li.half-item h5 {
          color: #000;
          margin-bottom: 50px;
          margin-top: 20px; }
          @media only screen and (max-width: 1200px) {
            section.vision .container .half-box2 ul li.half-item h5 {
              margin-bottom: 20px; } }
        section.vision .container .half-box2 ul li.half-item .icon-desc {
          width: 90%;
          border: 1px solid #D7D7D7;
          margin-bottom: 20px; }
          section.vision .container .half-box2 ul li.half-item .icon-desc ul {
            position: relative; }
            section.vision .container .half-box2 ul li.half-item .icon-desc ul li.id-item {
              float: left;
              padding: 20px;
              font-family: 'Pretendard';
              font-size: 15px; }
              @media only screen and (max-width: 1200px) {
                section.vision .container .half-box2 ul li.half-item .icon-desc ul li.id-item {
                  font-size: 12px;
                  padding: 10px; } }
              @media only screen and (max-width: 1200px) {
                section.vision .container .half-box2 ul li.half-item .icon-desc ul li.id-item img {
                  height: 30px; } }
            section.vision .container .half-box2 ul li.half-item .icon-desc ul li.id-item:last-child {
              position: absolute;
              top: 50%;
              left: 15%;
              transform: translateY(-50%); }
              @media only screen and (max-width: 1200px) {
                section.vision .container .half-box2 ul li.half-item .icon-desc ul li.id-item:last-child {
                  left: 12%; } }
          @media only screen and (max-width: 1200px) {
            section.vision .container .half-box2 ul li.half-item .icon-desc {
              width: 100%;
              margin-bottom: 15px; } }
          @media only screen and (max-width: 768px) {
            section.vision .container .half-box2 ul li.half-item .icon-desc {
              width: 100%; } }
        @media only screen and (max-width: 768px) {
          section.vision .container .half-box2 ul li.half-item {
            width: 100%;
            float: none; } }
      section.vision .container .half-box2 ul li.half-item:first-child {
        text-align: left; }
        @media only screen and (max-width: 768px) {
          section.vision .container .half-box2 ul li.half-item:first-child {
            order: 2; } }
        @media only screen and (max-width: 768px) {
          section.vision .container .half-box2 ul li.half-item:first-child {
            margin-bottom: 20px; } }
      section.vision .container .half-box2 ul li.half-item:last-child {
        text-align: left;
        padding: 60px; }
        @media only screen and (max-width: 768px) {
          section.vision .container .half-box2 ul li.half-item:last-child {
            order: 1; } }
        @media only screen and (max-width: 1200px) {
          section.vision .container .half-box2 ul li.half-item:last-child {
            padding: 20px;
            padding-left: 40px; } }
        @media only screen and (max-width: 768px) {
          section.vision .container .half-box2 ul li.half-item:last-child {
            margin-bottom: 0px;
            padding-left: 0px; } }
      @media only screen and (max-width: 768px) {
        section.vision .container .half-box2 {
          margin-top: 30px; } }

section.people {
  width: 100%; }
  section.people .container {
    width: 100%; }
    section.people .container h3 {
      color: #000; }
    section.people .container .people-half {
      width: 100%;
      margin-top: 50px; }
      section.people .container .people-half ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0; }
        section.people .container .people-half ul li.ph-item {
          width: 50%;
          height: 600px;
          padding: 0 50px;
          text-align: left;
          box-sizing: border-box;
          position: relative; }
          @media only screen and (max-width: 1600px) {
            section.people .container .people-half ul li.ph-item {
              height: auto; } }
          @media only screen and (max-width: 1200px) {
            section.people .container .people-half ul li.ph-item {
              padding: 0 20px; } }
          @media only screen and (max-width: 768px) {
            section.people .container .people-half ul li.ph-item {
              width: 100%; } }
        section.people .container .people-half ul li.ph-item:last-child {
          position: relative; }
          section.people .container .people-half ul li.ph-item:last-child .right-box {
            width: 100%;
            height: auto;
            position: absolute;
            left: 0;
            bottom: 0px;
            padding: 0 50px;
            box-sizing: border-box; }
            section.people .container .people-half ul li.ph-item:last-child .right-box h4 {
              color: #000; }
            section.people .container .people-half ul li.ph-item:last-child .right-box span.mail {
              font-family: 'Pretendard';
              font-size: 15px;
              background: #f2f2f2;
              padding: 5px;
              color: #000; }
              @media only screen and (max-width: 1200px) {
                section.people .container .people-half ul li.ph-item:last-child .right-box span.mail {
                  font-size: 12px; } }
            section.people .container .people-half ul li.ph-item:last-child .right-box .desc {
              font-family: 'Pretendard';
              font-size: 15px;
              color: #000;
              line-height: 24px;
              text-align: left;
              margin-top: 20px;
              margin-bottom: 30px;
              padding-left: 20px;
              border-left: 2px solid #0053B7; }
              @media only screen and (max-width: 1200px) {
                section.people .container .people-half ul li.ph-item:last-child .right-box .desc {
                  font-size: 12px;
                  line-height: 20px;
                  padding-left: 10px; } }
            @media only screen and (max-width: 1200px) {
              section.people .container .people-half ul li.ph-item:last-child .right-box {
                padding: 0 20px; } }
            @media only screen and (max-width: 768px) {
              section.people .container .people-half ul li.ph-item:last-child .right-box {
                position: relative;
                padding: 0px;
                padding-top: 30px; } }
    section.people .container .people-three {
      width: 100%;
      margin-top: 50px;
      text-align: center; }
      section.people .container .people-three ul {
        width: 100%; }
        section.people .container .people-three ul li.ph-item {
          float: left;
          width: 33.3333%;
          padding: 0 20px;
          margin-bottom: 50px; }
          section.people .container .people-three ul li.ph-item img {
            width: 100%; }
          section.people .container .people-three ul li.ph-item .name {
            width: 100%;
            padding: 20px 0;
            text-align: left; }
            section.people .container .people-three ul li.ph-item .name h5 {
              width: 100%;
              color: #0881da; }
              @media only screen and (max-width: 1600px) {
                section.people .container .people-three ul li.ph-item .name h5 {
                  width: 100%;
                  text-align: center; } }
            section.people .container .people-three ul li.ph-item .name h4 {
              float: left;
              color: #000; }
              @media only screen and (max-width: 1600px) {
                section.people .container .people-three ul li.ph-item .name h4 {
                  width: 100%;
                  text-align: center; } }
              @media only screen and (max-width: 1200px) {
                section.people .container .people-three ul li.ph-item .name h4 {
                  font-size: 20px; } }
              @media only screen and (max-width: 768px) {
                section.people .container .people-three ul li.ph-item .name h4 {
                  width: 100%;
                  font-size: 18px; } }
            section.people .container .people-three ul li.ph-item .name span.mail {
              float: right;
              font-family: 'Pretendard';
              font-size: 15px;
              background: #f2f2f2;
              padding: 5px;
              color: #000;
              margin-top: 8px; }
              @media only screen and (max-width: 1600px) {
                section.people .container .people-three ul li.ph-item .name span.mail {
                  width: 100%;
                  font-size: 13px;
                  text-align: center; } }
              @media only screen and (max-width: 1200px) {
                section.people .container .people-three ul li.ph-item .name span.mail {
                  font-size: 12px; } }
          @media only screen and (max-width: 1200px) {
            section.people .container .people-three ul li.ph-item {
              padding: 0 10px; } }
          @media only screen and (max-width: 768px) {
            section.people .container .people-three ul li.ph-item {
              width: 50%; } }
          @media only screen and (max-width: 542px) {
            section.people .container .people-three ul li.ph-item {
              width: 100%; } }

section.info h3 {
  color: #000; }
section.info .container .half-box3 {
  width: 100%;
  margin-top: 100px;
  position: relative; }
  section.info .container .half-box3 ul li.half-item {
    float: left;
    width: 50%; }
    section.info .container .half-box3 ul li.half-item h4 {
      color: #000;
      letter-spacing: -1px; }
    section.info .container .half-box3 ul li.half-item h5 {
      color: #000;
      margin-bottom: 50px;
      margin-top: 20px; }
      @media only screen and (max-width: 1200px) {
        section.info .container .half-box3 ul li.half-item h5 {
          margin-bottom: 20px; } }
    section.info .container .half-box3 ul li.half-item .icon-desc {
      width: 80%;
      border: 1px solid #D7D7D7;
      margin-bottom: 20px; }
      section.info .container .half-box3 ul li.half-item .icon-desc ul {
        position: relative; }
        section.info .container .half-box3 ul li.half-item .icon-desc ul li.id-item {
          float: left;
          padding: 20px; }
          @media only screen and (max-width: 1200px) {
            section.info .container .half-box3 ul li.half-item .icon-desc ul li.id-item {
              padding: 10px; } }
        section.info .container .half-box3 ul li.half-item .icon-desc ul li.id-item:first-child {
          width: 30%;
          text-align: center;
          font-family: 'Pretendard';
          font-size: 15px;
          color: #fff;
          background: #0053B7; }
          @media only screen and (max-width: 1200px) {
            section.info .container .half-box3 ul li.half-item .icon-desc ul li.id-item:first-child {
              font-size: 12px; } }
        section.info .container .half-box3 ul li.half-item .icon-desc ul li.id-item:last-child {
          width: 70%; }
          @media only screen and (max-width: 1200px) {
            section.info .container .half-box3 ul li.half-item .icon-desc ul li.id-item:last-child {
              font-size: 12px; } }
      @media only screen and (max-width: 1200px) {
        section.info .container .half-box3 ul li.half-item .icon-desc {
          width: 90%;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 768px) {
        section.info .container .half-box3 ul li.half-item .icon-desc {
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      section.info .container .half-box3 ul li.half-item {
        width: 100%; } }
  section.info .container .half-box3 ul li.half-item:first-child {
    text-align: left;
    padding: 80px 0; }
    section.info .container .half-box3 ul li.half-item:first-child .table {
      width: 80%;
      border-collapse: collapse;
      font-family: 'Pretendard';
      font-size: 16px;
      text-align: center; }
      section.info .container .half-box3 ul li.half-item:first-child .table th {
        background-color: #0056b3;
        /* 이미지의 진한 파란색 반영 */
        color: #ffffff;
        padding: 25px;
        font-weight: 500;
        border: none; }
        @media only screen and (max-width: 1200px) {
          section.info .container .half-box3 ul li.half-item:first-child .table th {
            padding: 10px; } }
      section.info .container .half-box3 ul li.half-item:first-child .table tr {
        color: #ffffff;
        padding: 25px;
        font-weight: 500;
        border: none; }
        section.info .container .half-box3 ul li.half-item:first-child .table tr:hover {
          background-color: #fcfcfc; }
        @media only screen and (max-width: 1200px) {
          section.info .container .half-box3 ul li.half-item:first-child .table tr {
            padding: 10px; } }
      section.info .container .half-box3 ul li.half-item:first-child .table td {
        padding: 22px;
        color: #333;
        border-bottom: 1px solid #f0f0f0;
        /* 옅은 회색 구분선 */
        white-space: nowrap; }
        @media only screen and (max-width: 1200px) {
          section.info .container .half-box3 ul li.half-item:first-child .table td {
            padding: 10px; } }
      @media only screen and (max-width: 1200px) {
        section.info .container .half-box3 ul li.half-item:first-child .table {
          font-size: 12px; } }
      @media only screen and (max-width: 768px) {
        section.info .container .half-box3 ul li.half-item:first-child .table {
          width: 100%; } }
    @media only screen and (max-width: 1600px) {
      section.info .container .half-box3 ul li.half-item:first-child {
        padding: 44px 0; } }
    @media only screen and (max-width: 768px) {
      section.info .container .half-box3 ul li.half-item:first-child {
        padding: 0px; } }
  section.info .container .half-box3 ul li.half-item:last-child {
    text-align: right; }
    @media only screen and (max-width: 768px) {
      section.info .container .half-box3 ul li.half-item:last-child {
        padding-top: 30px; } }
  @media only screen and (max-width: 768px) {
    section.info .container .half-box3 {
      margin-top: 40px; } }
section.info .container .half-box4 {
  width: 100%;
  margin-top: 100px; }
  section.info .container .half-box4 ul.half-ul li.half-item {
    float: left;
    width: 50%; }
    section.info .container .half-box4 ul.half-ul li.half-item h4 {
      color: #000;
      letter-spacing: -1px; }
    section.info .container .half-box4 ul.half-ul li.half-item h5 {
      color: #000;
      margin-bottom: 50px;
      margin-top: 20px; }
      @media only screen and (max-width: 1200px) {
        section.info .container .half-box4 ul.half-ul li.half-item h5 {
          margin-bottom: 20px; } }
    section.info .container .half-box4 ul.half-ul li.half-item .icon-desc {
      width: 100%;
      border: 1px solid #D7D7D7;
      margin-bottom: 20px; }
      section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul {
        position: relative; }
        section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item {
          float: left;
          padding: 20px; }
          @media only screen and (max-width: 1200px) {
            section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item {
              padding: 10px; } }
        section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item:first-child {
          width: 30%;
          text-align: center;
          font-family: 'Pretendard';
          font-size: 15px;
          color: #fff;
          background: #0053B7; }
          @media only screen and (max-width: 1200px) {
            section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item:first-child {
              font-size: 12px;
              width: 40%; } }
          @media only screen and (max-width: 768px) {
            section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item:first-child {
              width: 30%; } }
        section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item:last-child {
          width: 70%; }
          @media only screen and (max-width: 1200px) {
            section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item:last-child {
              font-size: 12px;
              width: 60%; } }
          @media only screen and (max-width: 768px) {
            section.info .container .half-box4 ul.half-ul li.half-item .icon-desc ul li.id-item:last-child {
              width: 70%; } }
      @media only screen and (max-width: 1200px) {
        section.info .container .half-box4 ul.half-ul li.half-item .icon-desc {
          margin-bottom: 15px; } }
    @media only screen and (max-width: 768px) {
      section.info .container .half-box4 ul.half-ul li.half-item {
        width: 100%; } }
  section.info .container .half-box4 ul.half-ul li.half-item:first-child {
    text-align: left; }
    @media only screen and (max-width: 768px) {
      section.info .container .half-box4 ul.half-ul li.half-item:first-child {
        order: 2;
        margin-top: 30px; } }
  section.info .container .half-box4 ul.half-ul li.half-item:last-child {
    text-align: left;
    padding: 60px; }
    @media only screen and (max-width: 1600px) {
      section.info .container .half-box4 ul.half-ul li.half-item:last-child {
        padding: 40px 60px; } }
    @media only screen and (max-width: 1200px) {
      section.info .container .half-box4 ul.half-ul li.half-item:last-child {
        padding: 20px 40px; } }
    @media only screen and (max-width: 768px) {
      section.info .container .half-box4 ul.half-ul li.half-item:last-child {
        padding: 0;
        order: 1; } }
  @media only screen and (max-width: 768px) {
    section.info .container .half-box4 ul.half-ul {
      display: flex;
      flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    section.info .container .half-box4 {
      margin-top: 30px; } }

section.contactus {
  width: 100%; }
  section.contactus h3 {
    color: #000; }
  section.contactus .container {
    width: 100%;
    padding: 100px 0; }
    section.contactus .container .map {
      width: 100%;
      position: relative; }
      section.contactus .container .map iframe {
        width: 100%;
        height: 500px; }
      section.contactus .container .map .con-box {
        width: 100%;
        position: absolute;
        z-index: 1000;
        margin-top: -85px; }
        section.contactus .container .map .con-box .add {
          text-align: left;
          font-family: 'Pretendard';
          width: 400px;
          color: #fff;
          background: #0053B7;
          padding: 30px;
          line-height: 25px; }
          section.contactus .container .map .con-box .add h4 {
            font-size: 24px;
            padding-bottom: 30px; }
            @media only screen and (max-width: 1200px) {
              section.contactus .container .map .con-box .add h4 {
                font-size: 18px;
                padding-bottom: 10px; } }
          @media only screen and (max-width: 1200px) {
            section.contactus .container .map .con-box .add {
              width: 200px;
              padding: 20px; } }
        section.contactus .container .map .con-box .tel {
          position: absolute;
          bottom: 0px;
          right: 0;
          font-family: 'Pretendard';
          font-size: 24px;
          color: #000; }
          section.contactus .container .map .con-box .tel span.t-title {
            display: inline-block;
            padding: 10px 20px;
            font-family: 'Pretendard';
            font-size: 24px;
            color: #fff;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            background: #0053B7;
            margin-right: 10px; }
            @media only screen and (max-width: 1200px) {
              section.contactus .container .map .con-box .tel span.t-title {
                font-size: 14px; } }
          @media only screen and (max-width: 1200px) {
            section.contactus .container .map .con-box .tel {
              font-size: 16px; } }
        @media only screen and (max-width: 1200px) {
          section.contactus .container .map .con-box {
            margin-top: -60px; } }
    section.contactus .container .map-desc {
      width: 100%;
      margin-top: 100px; }
      section.contactus .container .map-desc ul li.md-item {
        float: left;
        padding: 20px 15px; }
        section.contactus .container .map-desc ul li.md-item h4 {
          color: #000;
          font-size: 24px;
          padding-top: 8px; }
          @media only screen and (max-width: 1200px) {
            section.contactus .container .map-desc ul li.md-item h4 {
              font-size: 16px; } }
        section.contactus .container .map-desc ul li.md-item h5 {
          color: #000;
          -ms-word-break: keep-all;
          word-break: keep-all;
          text-align: left; }
        section.contactus .container .map-desc ul li.md-item .pt14 {
          padding-top: 14px; }
        section.contactus .container .map-desc ul li.md-item .pt4 {
          padding-top: 4px; }
        section.contactus .container .map-desc ul li.md-item:first-child {
          padding-left: 0; }
          @media only screen and (max-width: 1200px) {
            section.contactus .container .map-desc ul li.md-item:first-child img {
              height: 40px; } }
        @media only screen and (max-width: 1200px) {
          section.contactus .container .map-desc ul li.md-item {
            padding: 10px 10px; } }
    section.contactus .container .pb0 {
      padding-bottom: 0px; }
    @media only screen and (max-width: 1600px) {
      section.contactus .container {
        padding: 80px 50px; } }

section.sermon {
  width: 100%; }
  section.sermon h3 {
    color: #000; }
  section.sermon .week {
    width: 100%;
    background: #f2f2f2;
    padding: 100px 0;
    margin-top: 100px; }
    section.sermon .week h4 {
      color: #000; }
    section.sermon .week .week-area {
      width: 1400px;
      margin: 0 auto;
      margin-top: 50px; }
      section.sermon .week .week-area ul {
        width: 100%;
        background: #000; }
        section.sermon .week .week-area ul li.wt-item {
          float: left;
          width: 50%;
          padding: 20px; }
          section.sermon .week .week-area ul li.wt-item img {
            width: 100%; }
          @media only screen and (max-width: 1600px) {
            section.sermon .week .week-area ul li.wt-item {
              height: auto; } }
          @media only screen and (max-width: 1200px) {
            section.sermon .week .week-area ul li.wt-item {
              width: 100%; } }
        @media only screen and (max-width: 1200px) {
          section.sermon .week .week-area ul li.wt-item:first-child img {
            width: 100%; } }
        section.sermon .week .week-area ul li.wt-item:last-child .wt-box {
          position: relative;
          text-align: left;
          background: #000;
          margin-top: 230px; }
          section.sermon .week .week-area ul li.wt-item:last-child .wt-box .wed {
            display: inline-block;
            font-family: 'Pretendard';
            font-size: 12px;
            color: #000;
            padding: 8px;
            background: #fff; }
          section.sermon .week .week-area ul li.wt-item:last-child .wt-box .we-title {
            width: 80%; }
            section.sermon .week .week-area ul li.wt-item:last-child .wt-box .we-title a {
              display: inline-block;
              color: #fff;
              font-family: 'Pretendard';
              font-size: 25px;
              line-height: 35px;
              padding-top: 10px; }
              @media only screen and (max-width: 542px) {
                section.sermon .week .week-area ul li.wt-item:last-child .wt-box .we-title a {
                  font-size: 16px;
                  line-height: 26px; } }
          section.sermon .week .week-area ul li.wt-item:last-child .wt-box .date {
            font-family: 'Pretendard';
            font-size: 12px;
            color: #fff;
            padding-top: 15px; }
            @media only screen and (max-width: 542px) {
              section.sermon .week .week-area ul li.wt-item:last-child .wt-box .date {
                width: 70%;
                -ms-word-break: keep-all;
                word-break: keep-all;
                font-size: 11px;
                line-height: 22px; } }
          section.sermon .week .week-area ul li.wt-item:last-child .wt-box .file {
            width: 60px;
            position: absolute;
            right: 0px;
            bottom: 0px; }
            section.sermon .week .week-area ul li.wt-item:last-child .wt-box .file .hwp {
              width: 60px;
              text-align: center;
              display: inline-block;
              font-family: 'Pretendard';
              font-size: 12px;
              color: #fff;
              background: #0053B7;
              padding: 7px 10px;
              border-radius: 50px; }
            section.sermon .week .week-area ul li.wt-item:last-child .wt-box .file .wor {
              width: 60px;
              text-align: center;
              display: inline-block;
              font-family: 'Pretendard';
              font-size: 12px;
              color: #fff;
              background: #0086DA;
              padding: 7px 10px;
              border-radius: 50px;
              margin-top: 5px; }
            section.sermon .week .week-area ul li.wt-item:last-child .wt-box .file .pdf {
              width: 60px;
              text-align: center;
              display: inline-block;
              font-family: 'Pretendard';
              font-size: 12px;
              color: #000;
              background: #fff;
              padding: 7px 10px;
              border-radius: 50px;
              margin-top: 5px; }
          @media only screen and (max-width: 1600px) {
            section.sermon .week .week-area ul li.wt-item:last-child .wt-box {
              margin-top: 180px; } }
          @media only screen and (max-width: 1200px) {
            section.sermon .week .week-area ul li.wt-item:last-child .wt-box {
              margin-top: 0; } }
      @media only screen and (max-width: 1600px) {
        section.sermon .week .week-area {
          width: 100%;
          padding: 0 20px; } }
    @media only screen and (max-width: 1600px) {
      section.sermon .week {
        padding: 80px 0;
        margin-top: 80px; } }
    @media only screen and (max-width: 1200px) {
      section.sermon .week {
        padding: 60px 0;
        margin-top: 60px; } }
  section.sermon .container {
    width: 100%;
    padding: 80px 0; }
    section.sermon .container .tab2 {
      width: 100%;
      margin-top: 30px; }
      section.sermon .container .tab2 ul {
        display: inline-block; }
        section.sermon .container .tab2 ul li.tab-item {
          float: left;
          padding: 10px; }
          section.sermon .container .tab2 ul li.tab-item a {
            display: inline-block;
            width: 100%;
            padding: 10px 20px;
            font-family: 'Pretendard';
            font-size: 15px;
            color: #000;
            background: #fff;
            transition: 0.4s;
            border: 1px solid #e4e4e4;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px; }
            section.sermon .container .tab2 ul li.tab-item a:hover {
              background: #0053B7;
              color: #fff; }
            @media only screen and (max-width: 1200px) {
              section.sermon .container .tab2 ul li.tab-item a {
                padding: 10px 20px;
                font-size: 13px; } }
            @media only screen and (max-width: 768px) {
              section.sermon .container .tab2 ul li.tab-item a {
                padding: 10px 15px;
                font-size: 12px; } }
          section.sermon .container .tab2 ul li.tab-item a.active {
            background: #0053B7;
            color: #fff; }
          @media only screen and (max-width: 1200px) {
            section.sermon .container .tab2 ul li.tab-item {
              padding: 10px; } }
          @media only screen and (max-width: 768px) {
            section.sermon .container .tab2 ul li.tab-item {
              padding: 5px; } }
        @media only screen and (max-width: 542px) {
          section.sermon .container .tab2 ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; } }
    section.sermon .container .search {
      padding: 20px;
      display: flex;
      justify-content: right; }
      section.sermon .container .search .search-container {
        display: flex;
        align-items: flex-end;
        width: 100%;
        max-width: 400px;
        gap: 20px; }
        section.sermon .container .search .search-container .select-box {
          position: relative;
          border-bottom: 1px solid #eeeeee;
          padding-bottom: 5px;
          min-width: 80px; }
          section.sermon .container .search .search-container .select-box select {
            font-family: 'Pretendard';
            width: 106px;
            height: 31px;
            border: none;
            outline: none;
            font-size: 14px;
            color: #000;
            cursor: pointer;
            background-image: url("../../assets/img/select_back.png") no-repeat bottom center; }
            @media only screen and (max-width: 1200px) {
              section.sermon .container .search .search-container .select-box select {
                font-size: 12px;
                height: 30px;
                width: 60px; } }
        section.sermon .container .search .search-container .input-box {
          flex: 1;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px; }
          section.sermon .container .search .search-container .input-box input {
            width: 100%;
            font-family: 'Pretendard';
            border: none;
            outline: none;
            font-size: 14px;
            color: #000;
            padding: 5px 0; }
            section.sermon .container .search .search-container .input-box input::placeholder {
              color: #ccc; }
            @media only screen and (max-width: 1200px) {
              section.sermon .container .search .search-container .input-box input {
                font-size: 12px;
                height: 30px;
                width: 100%; } }
          section.sermon .container .search .search-container .input-box .search-btn {
            background: none;
            border: none;
            cursor: pointer;
            color: #000;
            padding: 0 5px;
            display: flex;
            align-items: center;
            transition: opacity 0.2s; }
            section.sermon .container .search .search-container .input-box .search-btn:hover {
              opacity: 0.6; }
            section.sermon .container .search .search-container .input-box .search-btn svg {
              width: 20px;
              height: 20px; }
        @media only screen and (max-width: 1200px) {
          section.sermon .container .search .search-container {
            max-width: 250px;
            gap: 8px; } }
      @media only screen and (max-width: 1200px) {
        section.sermon .container .search {
          padding: 10px; } }
    section.sermon .container .week-list {
      width: 100%;
      margin-top: 50px;
      text-align: left; }
      section.sermon .container .week-list ul {
        width: 100%; }
        section.sermon .container .week-list ul li.week-item {
          float: left;
          width: 33.333%;
          padding: 0 20px;
          margin-bottom: 50px; }
          section.sermon .container .week-list ul li.week-item .week-area {
            border: 1px solid #f2f2f2;
            transition: 0.4s; }
            section.sermon .container .week-list ul li.week-item .week-area img {
              overflow: hidden;
              width: 100%;
              height: 238px; }
              @media only screen and (max-width: 542px) {
                section.sermon .container .week-list ul li.week-item .week-area img {
                  height: auto; } }
            section.sermon .container .week-list ul li.week-item .week-area .week-box {
              padding: 30px 20px;
              position: relative;
              min-height: 193px; }
              section.sermon .container .week-list ul li.week-item .week-area .week-box .wed {
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 12px;
                color: #fff;
                padding: 8px;
                background: #000; }
              section.sermon .container .week-list ul li.week-item .week-area .week-box .w-title {
                width: 80%;
                font-family: 'Pretendard';
                font-size: 25px;
                line-height: 34px;
                padding-top: 10px; }
                @media only screen and (max-width: 1200px) {
                  section.sermon .container .week-list ul li.week-item .week-area .week-box .w-title {
                    font-size: 20px;
                    line-height: 30px; } }
                @media only screen and (max-width: 768px) {
                  section.sermon .container .week-list ul li.week-item .week-area .week-box .w-title {
                    font-size: 16px;
                    line-height: 26px; } }
              section.sermon .container .week-list ul li.week-item .week-area .week-box .date {
                font-family: 'Pretendard';
                font-size: 12px;
                color: #777777;
                padding-top: 15px; }
              section.sermon .container .week-list ul li.week-item .week-area .week-box .file {
                width: 60px;
                position: absolute;
                right: 20px;
                bottom: 30px; }
                section.sermon .container .week-list ul li.week-item .week-area .week-box .file .hwp {
                  width: 60px;
                  text-align: center;
                  display: inline-block;
                  font-family: 'Pretendard';
                  font-size: 12px;
                  color: #fff;
                  background: #0053B7;
                  padding: 7px 10px;
                  border-radius: 50px; }
                section.sermon .container .week-list ul li.week-item .week-area .week-box .file .wor {
                  width: 60px;
                  text-align: center;
                  display: inline-block;
                  font-family: 'Pretendard';
                  font-size: 12px;
                  color: #fff;
                  background: #0086DA;
                  padding: 7px 10px;
                  border-radius: 50px;
                  margin-top: 5px; }
                section.sermon .container .week-list ul li.week-item .week-area .week-box .file .pdf {
                  width: 60px;
                  text-align: center;
                  display: inline-block;
                  font-family: 'Pretendard';
                  font-size: 12px;
                  color: #fff;
                  background: #000;
                  padding: 7px 10px;
                  border-radius: 50px;
                  margin-top: 5px; }
                @media only screen and (max-width: 1200px) {
                  section.sermon .container .week-list ul li.week-item .week-area .week-box .file {
                    right: 10px;
                    bottom: 20px; } }
              @media only screen and (max-width: 1200px) {
                section.sermon .container .week-list ul li.week-item .week-area .week-box {
                  padding: 20px 10px; } }
              @media only screen and (max-width: 768px) {
                section.sermon .container .week-list ul li.week-item .week-area .week-box {
                  padding: 20px 10px;
                  min-height: 170px; } }
            section.sermon .container .week-list ul li.week-item .week-area:hover {
              box-shadow: 3px 7px 15px 3px #e4e4e4; }
          @media only screen and (max-width: 1200px) {
            section.sermon .container .week-list ul li.week-item {
              width: 50%;
              padding: 0 10px; } }
          @media only screen and (max-width: 768px) {
            section.sermon .container .week-list ul li.week-item {
              width: 100%;
              margin-bottom: 30px; } }
    @media only screen and (max-width: 1200px) {
      section.sermon .container {
        padding: 60px 0; } }
    @media only screen and (max-width: 768px) {
      section.sermon .container {
        padding: 40px 0; } }

section.sermon-detail {
  width: 100%; }
  section.sermon-detail h3 {
    color: #000; }
  section.sermon-detail .container {
    width: 100%; }
    section.sermon-detail .container table.view {
      width: 100%;
      margin-top: 100px;
      border-top: 2px solid #000000;
      letter-spacing: -1px; }
      section.sermon-detail .container table.view th {
        background: #fafafd;
        border-bottom: 1px solid #d9dada;
        font-family: 'Pretendard';
        padding: 20px;
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
        position: relative; }
        section.sermon-detail .container table.view th .date {
          font-family: 'Pretendard';
          float: right;
          font-size: 16px;
          font-weight: 400;
          color: #353a40; }
          @media only screen and (max-width: 1200px) {
            section.sermon-detail .container table.view th .date {
              font-size: 12px; } }
        section.sermon-detail .container table.view th .name {
          font-family: 'Pretendard';
          float: left;
          font-size: 16px;
          font-weight: 400;
          color: #353a40; }
          @media only screen and (max-width: 1200px) {
            section.sermon-detail .container table.view th .name {
              font-size: 12px; } }
        @media only screen and (max-width: 1200px) {
          section.sermon-detail .container table.view th {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          section.sermon-detail .container table.view th {
            font-size: 16px; } }
      section.sermon-detail .container table.view .b-white {
        padding: 20px 20px;
        background: #fff; }
      section.sermon-detail .container table.view td {
        font-family: 'Pretendard';
        text-align: left;
        background: #fff;
        font-size: 16px;
        vertical-align: middle; }
        @media only screen and (max-width: 1200px) {
          section.sermon-detail .container table.view td {
            font-size: 14px;
            padding: 10px; } }
        section.sermon-detail .container table.view td iframe {
          width: 800px;
          height: 550px;
          padding: 50px 0; }
          @media only screen and (max-width: 1200px) {
            section.sermon-detail .container table.view td iframe {
              width: 100%; } }
        section.sermon-detail .container table.view td .file {
          width: 100%;
          border-top: 1px solid #f2f2f2;
          padding-top: 10px; }
          section.sermon-detail .container table.view td .file ul {
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 5px; }
            section.sermon-detail .container table.view td .file ul li.file-item {
              font-family: 'Pretendard';
              float: left;
              font-size: 16px;
              line-height: 30px;
              font-weight: 400;
              padding: 5px; }
              section.sermon-detail .container table.view td .file ul li.file-item .hwp {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 14px;
                color: #fff;
                background: #0053B7;
                padding: 2px 10px;
                border-radius: 50px; }
                @media only screen and (max-width: 1200px) {
                  section.sermon-detail .container table.view td .file ul li.file-item .hwp {
                    width: 60px;
                    font-size: 11px; } }
              section.sermon-detail .container table.view td .file ul li.file-item .wor {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 14px;
                color: #fff;
                background: #0086DA;
                padding: 2px 10px;
                border-radius: 50px;
                margin-top: 5px; }
                @media only screen and (max-width: 1200px) {
                  section.sermon-detail .container table.view td .file ul li.file-item .wor {
                    width: 60px;
                    font-size: 11px; } }
              section.sermon-detail .container table.view td .file ul li.file-item .pdf {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 16px;
                color: #fff;
                background: #000;
                padding: 2px 10px;
                border-radius: 50px;
                margin-top: 5px; }
                @media only screen and (max-width: 1200px) {
                  section.sermon-detail .container table.view td .file ul li.file-item .pdf {
                    width: 60px;
                    font-size: 11px; } }
              @media only screen and (max-width: 1200px) {
                section.sermon-detail .container table.view td .file ul li.file-item {
                  font-size: 12px; } }
            @media only screen and (max-width: 542px) {
              section.sermon-detail .container table.view td .file ul li.file-item:first-child {
                width: 20%; } }
            section.sermon-detail .container table.view td .file ul li.file-item:last-child {
              padding: 10px 10px;
              color: #000;
              border: 1px solid #fff; }
              @media only screen and (max-width: 542px) {
                section.sermon-detail .container table.view td .file ul li.file-item:last-child {
                  width: 80%;
                  border: none; } }
        section.sermon-detail .container table.view td .prev-text ul {
          width: 100%; }
          section.sermon-detail .container table.view td .prev-text ul li.pt-item {
            font-family: 'Pretendard';
            float: left;
            font-size: 16px;
            padding: 10px;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.sermon-detail .container table.view td .prev-text ul li.pt-item {
                font-size: 12px; } }
            @media only screen and (max-width: 542px) {
              section.sermon-detail .container table.view td .prev-text ul li.pt-item {
                line-height: 16px; } }
          section.sermon-detail .container table.view td .prev-text ul .fw {
            font-family: 'Pretendard';
            font-weight: 600;
            color: #353a40; }
          @media only screen and (max-width: 542px) {
            section.sermon-detail .container table.view td .prev-text ul li.pt-item:first-child {
              width: 20%; } }
          @media only screen and (max-width: 542px) {
            section.sermon-detail .container table.view td .prev-text ul li.pt-item:nth-child(2) {
              width: 60%;
              text-align: left; } }
          section.sermon-detail .container table.view td .prev-text ul li.pt-item:last-child {
            float: right; }
            @media only screen and (max-width: 542px) {
              section.sermon-detail .container table.view td .prev-text ul li.pt-item:last-child {
                width: 20%; } }
        section.sermon-detail .container table.view td .next-text ul {
          width: 100%; }
          section.sermon-detail .container table.view td .next-text ul li.pt-item {
            font-family: 'Pretendard';
            float: left;
            font-size: 16px;
            padding: 10px;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.sermon-detail .container table.view td .next-text ul li.pt-item {
                font-size: 12px; } }
            @media only screen and (max-width: 542px) {
              section.sermon-detail .container table.view td .next-text ul li.pt-item {
                line-height: 16px; } }
          section.sermon-detail .container table.view td .next-text ul .fw {
            font-family: 'Pretendard';
            font-weight: 600;
            color: #353a40; }
          @media only screen and (max-width: 542px) {
            section.sermon-detail .container table.view td .next-text ul li.pt-item:first-child {
              width: 20%; } }
          @media only screen and (max-width: 542px) {
            section.sermon-detail .container table.view td .next-text ul li.pt-item:nth-child(2) {
              width: 60%;
              text-align: left; } }
          section.sermon-detail .container table.view td .next-text ul li.pt-item:last-child {
            float: right; }
            @media only screen and (max-width: 542px) {
              section.sermon-detail .container table.view td .next-text ul li.pt-item:last-child {
                width: 20%; } }
      section.sermon-detail .container table.view .tac {
        text-align: center; }
      section.sermon-detail .container table.view td.h30 {
        height: 30px;
        padding: 10px 20px; }
        @media only screen and (max-width: 768px) {
          section.sermon-detail .container table.view td.h30 {
            padding: 10px 0; } }
      section.sermon-detail .container table.view td.bb1 {
        border-bottom: 1px solid #d8d9d9; }
      section.sermon-detail .container table.view td.bt3 {
        border-top: 2px solid #000; }
      @media only screen and (max-width: 1200px) {
        section.sermon-detail .container table.view {
          margin-top: 50px; } }
      @media only screen and (max-width: 768px) {
        section.sermon-detail .container table.view {
          margin-top: 30px; } }
    section.sermon-detail .container button.more {
      margin-top: 50px; }

section.family {
  width: 100%; }
  section.family h3 {
    color: #000; }
  section.family .container {
    width: 100%; }
    section.family .container .desc {
      width: 100%;
      text-align: left;
      margin-bottom: 30px; }
      section.family .container .desc .desc-title {
        font-family: 'Pretendard';
        font-size: 25px;
        padding-left: 10px;
        border-left: 3px solid #0053B7;
        letter-spacing: -1px; }
        @media only screen and (max-width: 1200px) {
          section.family .container .desc .desc-title {
            font-size: 18px; } }
        @media only screen and (max-width: 768px) {
          section.family .container .desc .desc-title {
            font-size: 16px;
            line-height: 22px; } }
      section.family .container .desc .desc-text {
        width: 100%;
        font-family: 'Pretendard';
        font-size: 15px;
        border: 1px solid #f2f2f2;
        padding: 20px;
        line-height: 26px;
        margin-top: 20px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.family .container .desc .desc-text span.big {
          font-size: 20px; }
        @media only screen and (max-width: 1200px) {
          section.family .container .desc .desc-text {
            font-size: 12px; } }
      section.family .container .desc .desc-p {
        width: 100%;
        font-family: 'Pretendard';
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.family .container .desc .desc-p span.big {
          font-size: 20px; }
          @media only screen and (max-width: 1200px) {
            section.family .container .desc .desc-p span.big {
              font-size: 16px; } }
        @media only screen and (max-width: 1200px) {
          section.family .container .desc .desc-p {
            font-size: 12px; } }
      section.family .container .desc .desc-week {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
        border: 1px solid #f2f2f2; }
        section.family .container .desc .desc-week ul {
          width: 100%;
          margin-bottom: 10px; }
          section.family .container .desc .desc-week ul li.dw-item {
            float: left;
            font-family: 'Pretendard';
            font-size: 15px;
            padding: 10px; }
            @media only screen and (max-width: 1200px) {
              section.family .container .desc .desc-week ul li.dw-item {
                font-size: 12px;
                line-height: 20px; } }
          section.family .container .desc .desc-week ul li.dw-item:first-child {
            width: 8%;
            color: #fff;
            text-align: center;
            background: #0053B7; }
            @media only screen and (max-width: 1200px) {
              section.family .container .desc .desc-week ul li.dw-item:first-child {
                width: 10%; } }
            @media only screen and (max-width: 768px) {
              section.family .container .desc .desc-week ul li.dw-item:first-child {
                width: 20%; } }
          section.family .container .desc .desc-week ul li.dw-item:last-child {
            width: 92%;
            color: #000; }
            @media only screen and (max-width: 1200px) {
              section.family .container .desc .desc-week ul li.dw-item:last-child {
                width: 90%; } }
            @media only screen and (max-width: 768px) {
              section.family .container .desc .desc-week ul li.dw-item:last-child {
                width: 80%; } }
    section.family .container .img-back {
      position: relative;
      width: 100%;
      height: 500px;
      margin: 50px 0; }
      section.family .container .img-back .img-desc {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        section.family .container .img-back .img-desc h5 {
          padding-top: 10px; }
      @media only screen and (max-width: 1600px) {
        section.family .container .img-back {
          height: 400px; } }
      @media only screen and (max-width: 1200px) {
        section.family .container .img-back {
          height: 300px;
          background-position: center !important; } }
    section.family .container .process {
      width: 100%;
      margin-bottom: 100px; }
      section.family .container .process ul {
        margin: 0 -10px; }
        section.family .container .process ul li.pro-item {
          float: left;
          padding: 0 10px; }
          section.family .container .process ul li.pro-item .arrow-box {
            position: relative;
            height: 200px;
            width: 30px; }
            section.family .container .process ul li.pro-item .arrow-box .arrow-img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              @media only screen and (max-width: 1600px) {
                section.family .container .process ul li.pro-item .arrow-box .arrow-img {
                  margin-top: -30px; } }
            @media only screen and (max-width: 1200px) {
              section.family .container .process ul li.pro-item .arrow-box {
                width: 20px; } }
          section.family .container .process ul li.pro-item .pro-box {
            position: relative; }
            section.family .container .process ul li.pro-item .pro-box .photo-img {
              height: 200px; }
              @media only screen and (max-width: 1600px) {
                section.family .container .process ul li.pro-item .pro-box .photo-img {
                  height: 150px; } }
              @media only screen and (max-width: 1200px) {
                section.family .container .process ul li.pro-item .pro-box .photo-img {
                  height: 100px; } }
              @media only screen and (max-width: 768px) {
                section.family .container .process ul li.pro-item .pro-box .photo-img {
                  height: auto; } }
            section.family .container .process ul li.pro-item .pro-box .pro-title {
              position: absolute;
              width: 250px;
              height: 80px;
              left: 50%;
              font-family: 'Pretendard';
              font-size: 15px;
              line-height: 20px;
              margin-left: -125px;
              background: #0053B7;
              color: #fff;
              padding: 18px 50px;
              margin-top: -30px; }
              @media only screen and (max-width: 1200px) {
                section.family .container .process ul li.pro-item .pro-box .pro-title {
                  width: 120px;
                  height: auto;
                  margin-left: -50px;
                  padding: 10px;
                  font-size: 12px; } }
              @media only screen and (max-width: 768px) {
                section.family .container .process ul li.pro-item .pro-box .pro-title {
                  width: 300px;
                  height: auto;
                  margin-left: -150px;
                  padding: 10px;
                  font-size: 12px; } }
          @media only screen and (max-width: 768px) {
            section.family .container .process ul li.pro-item img {
              width: 100%; } }
          @media only screen and (max-width: 768px) {
            section.family .container .process ul li.pro-item {
              width: 100%;
              padding: 0;
              padding-bottom: 50px; } }
        @media only screen and (max-width: 768px) {
          section.family .container .process ul li.pro-item:nth-child(2) {
            display: none; } }
        @media only screen and (max-width: 768px) {
          section.family .container .process ul li.pro-item:nth-child(4) {
            display: none; } }
        @media only screen and (max-width: 768px) {
          section.family .container .process ul {
            width: 100%;
            margin: 0px; } }
      @media only screen and (max-width: 1200px) {
        section.family .container .process {
          margin-bottom: 0px; } }

section.diocese {
  width: 100%; }
  section.diocese h3 {
    color: #000; }
  section.diocese .container .img-back {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 50px 0; }
    section.diocese .container .img-back .img-desc {
      display: inline-block;
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      section.diocese .container .img-back .img-desc h5 {
        padding-top: 10px; }
  section.diocese .container .desc-half ul {
    margin: 0 -10px; }
    section.diocese .container .desc-half ul li.dh-item {
      float: left;
      width: 50%;
      text-align: left;
      margin-bottom: 30px;
      padding: 0 10px; }
      section.diocese .container .desc-half ul li.dh-item .desc-title {
        font-family: 'Pretendard';
        font-size: 25px;
        padding-left: 10px;
        border-left: 3px solid #0053B7;
        letter-spacing: -1px; }
      section.diocese .container .desc-half ul li.dh-item .desc-text {
        width: 100%;
        font-family: 'Pretendard';
        font-size: 15px;
        border: 1px solid #f2f2f2;
        padding: 20px;
        line-height: 26px;
        margin-top: 20px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.diocese .container .desc-half ul li.dh-item .desc-text span.big {
          font-size: 20px; }
  section.diocese .container .desc {
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }
    section.diocese .container .desc .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
    section.diocese .container .desc .desc-text {
      width: 100%;
      font-family: 'Pretendard';
      font-size: 15px;
      border: 1px solid #f2f2f2;
      padding: 20px;
      line-height: 26px;
      margin-top: 20px;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      section.diocese .container .desc .desc-text span.big {
        font-size: 20px; }
  section.diocese .container button.more {
    margin-top: 50px; }

section.training {
  width: 100%; }
  section.training h3 {
    color: #000; }
  section.training .container .img-back {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 50px 0; }
    section.training .container .img-back .img-desc {
      display: inline-block;
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      section.training .container .img-back .img-desc h5 {
        padding-top: 10px; }
  section.training .container .desc-half ul {
    margin: 0 -10px; }
    section.training .container .desc-half ul li.dh-item {
      float: left;
      width: 50%;
      text-align: left;
      margin-bottom: 30px;
      padding: 0 10px; }
      section.training .container .desc-half ul li.dh-item .desc-title {
        font-family: 'Pretendard';
        font-size: 25px;
        padding-left: 10px;
        border-left: 3px solid #0053B7;
        letter-spacing: -1px; }
      section.training .container .desc-half ul li.dh-item .desc-text {
        width: 100%;
        font-family: 'Pretendard';
        font-size: 15px;
        border: 1px solid #f2f2f2;
        padding: 20px;
        line-height: 26px;
        margin-top: 20px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.training .container .desc-half ul li.dh-item .desc-text span.big {
          font-size: 20px; }
  section.training .container .desc {
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }
    section.training .container .desc .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
    section.training .container .desc .desc-text {
      width: 100%;
      font-family: 'Pretendard';
      font-size: 15px;
      border: 1px solid #f2f2f2;
      padding: 20px;
      line-height: 26px;
      margin-top: 20px;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      section.training .container .desc .desc-text span.big {
        font-size: 20px; }
  section.training .container button.more {
    margin-top: 50px; }

section.class {
  width: 100%; }
  section.class h3 {
    color: #000; }
  section.class .container .img-back {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 50px; }
    section.class .container .img-back .img-desc {
      display: inline-block;
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      section.class .container .img-back .img-desc h5 {
        padding-top: 10px; }
    section.class .container .img-back .btn {
      position: absolute;
      bottom: 10px;
      right: 10px; }
      section.class .container .img-back .btn button.blue {
        margin-left: 10px; }
    @media only screen and (max-width: 1600px) {
      section.class .container .img-back {
        height: 400px; } }
    @media only screen and (max-width: 1200px) {
      section.class .container .img-back {
        height: 300px;
        background-position: center !important; } }
  section.class .container .desc {
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }
    section.class .container .desc .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1200px) {
        section.class .container .desc .desc-title {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.class .container .desc .desc-title {
          font-size: 16px;
          line-height: 22px; } }
    section.class .container .desc .desc-text {
      width: 100%;
      font-family: 'Pretendard';
      font-size: 15px;
      border: 1px solid #f2f2f2;
      padding: 20px;
      line-height: 26px;
      margin-top: 20px;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      section.class .container .desc .desc-text span.big {
        font-size: 20px; }
        @media only screen and (max-width: 1200px) {
          section.class .container .desc .desc-text span.big {
            font-size: 16px; } }
      @media only screen and (max-width: 1200px) {
        section.class .container .desc .desc-text {
          font-size: 12px; } }
  section.class .container .desc-half ul {
    margin: 0 -10px; }
    section.class .container .desc-half ul li.dh-item {
      float: left;
      width: 50%;
      text-align: left;
      margin-bottom: 30px;
      padding: 0 10px; }
      section.class .container .desc-half ul li.dh-item .desc-title {
        font-family: 'Pretendard';
        font-size: 25px;
        padding-left: 10px;
        border-left: 3px solid #0053B7;
        letter-spacing: -1px; }
        @media only screen and (max-width: 1200px) {
          section.class .container .desc-half ul li.dh-item .desc-title {
            font-size: 18px; } }
        @media only screen and (max-width: 768px) {
          section.class .container .desc-half ul li.dh-item .desc-title {
            font-size: 16px;
            line-height: 22px; } }
      section.class .container .desc-half ul li.dh-item .desc-text {
        width: 100%;
        font-family: 'Pretendard';
        font-size: 15px;
        border: 1px solid #f2f2f2;
        padding: 20px;
        line-height: 26px;
        margin-top: 20px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.class .container .desc-half ul li.dh-item .desc-text span.big {
          font-size: 20px; }
          @media only screen and (max-width: 1200px) {
            section.class .container .desc-half ul li.dh-item .desc-text span.big {
              font-size: 16px; } }
        @media only screen and (max-width: 1200px) {
          section.class .container .desc-half ul li.dh-item .desc-text {
            font-size: 12px; } }
  section.class .container .desc-box {
    text-align: left; }
    section.class .container .desc-box .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1200px) {
        section.class .container .desc-box .desc-title {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.class .container .desc-box .desc-title {
          font-size: 16px;
          line-height: 22px; } }
    section.class .container .desc-box ul {
      margin: 0 -10px;
      margin-top: 20px; }
      section.class .container .desc-box ul li.dt-item {
        float: left;
        width: 50%;
        text-align: center;
        padding: 0 10px; }
        section.class .container .desc-box ul li.dt-item .dt-area {
          width: 100%;
          border: 1px solid #f2f2f2;
          padding: 30px; }
          section.class .container .desc-box ul li.dt-item .dt-area p.icon-text {
            font-family: 'Pretendard';
            font-weight: 500;
            padding-top: 20px;
            line-height: 24px;
            color: #000; }
            @media only screen and (max-width: 1200px) {
              section.class .container .desc-box ul li.dt-item .dt-area p.icon-text {
                font-size: 12px;
                line-height: 20px; }
                section.class .container .desc-box ul li.dt-item .dt-area p.icon-text br {
                  display: none; } }
  section.class .container .desc-box3 {
    text-align: left; }
    section.class .container .desc-box3 .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1200px) {
        section.class .container .desc-box3 .desc-title {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.class .container .desc-box3 .desc-title {
          font-size: 16px;
          line-height: 22px; } }
    section.class .container .desc-box3 ul {
      margin: 0 -10px;
      margin-top: 20px; }
      section.class .container .desc-box3 ul li.dt-item {
        float: left;
        width: 33.3333%;
        text-align: center;
        padding: 0 10px; }
        section.class .container .desc-box3 ul li.dt-item .dt-area {
          width: 100%;
          border: 1px solid #f2f2f2;
          padding: 30px; }
          section.class .container .desc-box3 ul li.dt-item .dt-area p.icon-text {
            font-family: 'Pretendard';
            font-weight: 500;
            padding-top: 20px;
            line-height: 24px;
            color: #000; }
            @media only screen and (max-width: 1200px) {
              section.class .container .desc-box3 ul li.dt-item .dt-area p.icon-text {
                font-size: 12px;
                line-height: 20px; }
                section.class .container .desc-box3 ul li.dt-item .dt-area p.icon-text br {
                  display: none; } }
        @media only screen and (max-width: 542px) {
          section.class .container .desc-box3 ul li.dt-item {
            width: 100%;
            margin-bottom: 10px; } }

section.mission {
  width: 100%; }
  section.mission h3 {
    color: #000; }
  section.mission .container .img-back {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 50px; }
    section.mission .container .img-back .img-desc {
      display: inline-block;
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      section.mission .container .img-back .img-desc h5 {
        padding-top: 10px; }
    section.mission .container .img-back .btn {
      position: absolute;
      bottom: 10px;
      right: 10px; }
      section.mission .container .img-back .btn button.blue {
        margin-left: 10px; }
    @media only screen and (max-width: 1600px) {
      section.mission .container .img-back {
        height: 400px; } }
    @media only screen and (max-width: 1200px) {
      section.mission .container .img-back {
        height: 300px;
        background-position: center !important; } }
  section.mission .container .desc {
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }
    section.mission .container .desc .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1200px) {
        section.mission .container .desc .desc-title {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.mission .container .desc .desc-title {
          font-size: 16px;
          line-height: 22px; } }
    section.mission .container .desc .desc-text {
      width: 100%;
      font-family: 'Pretendard';
      font-size: 15px;
      border: 1px solid #f2f2f2;
      padding: 20px;
      line-height: 26px;
      margin-top: 20px;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      section.mission .container .desc .desc-text span.big {
        font-size: 20px; }
        @media only screen and (max-width: 1200px) {
          section.mission .container .desc .desc-text span.big {
            font-size: 16px; } }
      @media only screen and (max-width: 1200px) {
        section.mission .container .desc .desc-text {
          font-size: 12px; } }
  section.mission .container .desc-week {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #f2f2f2; }
    section.mission .container .desc-week ul {
      width: 100%;
      margin-bottom: 10px; }
      section.mission .container .desc-week ul li.dw-item {
        float: left;
        font-family: 'Pretendard';
        font-size: 15px;
        padding: 10px; }
        @media only screen and (max-width: 1200px) {
          section.mission .container .desc-week ul li.dw-item {
            font-size: 12px; } }
      section.mission .container .desc-week ul li.dw-item:first-child {
        width: 8%;
        color: #fff;
        text-align: center;
        background: #0053B7; }
        @media only screen and (max-width: 1200px) {
          section.mission .container .desc-week ul li.dw-item:first-child {
            width: 12%; } }
        @media only screen and (max-width: 768px) {
          section.mission .container .desc-week ul li.dw-item:first-child {
            width: 20%; } }
      section.mission .container .desc-week ul li.dw-item:last-child {
        width: 92%;
        color: #000;
        text-align: left; }
        @media only screen and (max-width: 1200px) {
          section.mission .container .desc-week ul li.dw-item:last-child {
            width: 88%; } }
        @media only screen and (max-width: 768px) {
          section.mission .container .desc-week ul li.dw-item:last-child {
            width: 80%; } }
  section.mission .container .desc-box3 {
    text-align: left;
    margin-top: 30px; }
    section.mission .container .desc-box3 .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1200px) {
        section.mission .container .desc-box3 .desc-title {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.mission .container .desc-box3 .desc-title {
          font-size: 16px;
          line-height: 22px; } }
    section.mission .container .desc-box3 ul {
      margin: 0 -10px;
      margin-top: 20px; }
      section.mission .container .desc-box3 ul li.dt-item {
        float: left;
        width: 33.3333%;
        text-align: center;
        padding: 0 10px; }
        section.mission .container .desc-box3 ul li.dt-item .dt-area {
          width: 100%;
          border: 1px solid #f2f2f2;
          padding: 30px; }
          section.mission .container .desc-box3 ul li.dt-item .dt-area p.icon-text {
            font-family: 'Pretendard';
            font-weight: 500;
            padding-top: 20px;
            line-height: 24px;
            color: #000; }
            @media only screen and (max-width: 1200px) {
              section.mission .container .desc-box3 ul li.dt-item .dt-area p.icon-text {
                font-size: 12px;
                line-height: 20px; }
                section.mission .container .desc-box3 ul li.dt-item .dt-area p.icon-text br {
                  display: none; } }
          @media only screen and (max-width: 1200px) {
            section.mission .container .desc-box3 ul li.dt-item .dt-area {
              padding: 20px;
              min-height: 150px; } }
          @media only screen and (max-width: 768px) {
            section.mission .container .desc-box3 ul li.dt-item .dt-area {
              min-height: 170px; } }
        @media only screen and (max-width: 542px) {
          section.mission .container .desc-box3 ul li.dt-item {
            width: 100%;
            margin-bottom: 10px; } }
  section.mission .container .desc-box4 {
    margin-top: 30px;
    text-align: left; }
    section.mission .container .desc-box4 .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1200px) {
        section.mission .container .desc-box4 .desc-title {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.mission .container .desc-box4 .desc-title {
          font-size: 16px;
          line-height: 22px; } }
    section.mission .container .desc-box4 ul {
      margin: 0 -10px;
      margin-top: 20px; }
      section.mission .container .desc-box4 ul li.dt-item {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0 10px; }
        section.mission .container .desc-box4 ul li.dt-item .dt-area {
          width: 100%;
          border: 1px solid #f2f2f2;
          padding: 30px;
          min-height: 200px; }
          section.mission .container .desc-box4 ul li.dt-item .dt-area p.icon-text {
            font-family: 'Pretendard';
            font-weight: 500;
            padding-top: 20px;
            line-height: 24px;
            color: #000;
            -ms-word-break: keep-all;
            word-break: keep-all !important; }
            @media only screen and (max-width: 1200px) {
              section.mission .container .desc-box4 ul li.dt-item .dt-area p.icon-text {
                font-size: 12px;
                line-height: 20px; } }
          @media only screen and (max-width: 1600px) {
            section.mission .container .desc-box4 ul li.dt-item .dt-area {
              min-height: 220px; } }
          @media only screen and (max-width: 1200px) {
            section.mission .container .desc-box4 ul li.dt-item .dt-area {
              padding: 20px; } }
          @media only screen and (max-width: 768px) {
            section.mission .container .desc-box4 ul li.dt-item .dt-area {
              min-height: 170px; } }
        @media only screen and (max-width: 768px) {
          section.mission .container .desc-box4 ul li.dt-item {
            width: 50%;
            margin-bottom: 20px; } }

section.next {
  width: 100%; }
  section.next .container h3 {
    color: #000; }
  section.next .container .desc {
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }
    section.next .container .desc .desc-title {
      font-family: 'Pretendard';
      font-size: 25px;
      padding-left: 10px;
      border-left: 3px solid #0053B7;
      letter-spacing: -1px; }
      @media only screen and (max-width: 1200px) {
        section.next .container .desc .desc-title {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.next .container .desc .desc-title {
          font-size: 16px;
          line-height: 22px; } }
    section.next .container .desc .desc-text {
      width: 100%;
      font-family: 'Pretendard';
      font-size: 15px;
      border: 1px solid #f2f2f2;
      padding: 20px;
      line-height: 26px;
      margin-top: 20px;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      section.next .container .desc .desc-text span.big {
        font-size: 20px; }
        @media only screen and (max-width: 1200px) {
          section.next .container .desc .desc-text span.big {
            font-size: 16px; } }
      @media only screen and (max-width: 1200px) {
        section.next .container .desc .desc-text {
          font-size: 12px;
          line-height: 20px; } }
  section.next .container .half-box {
    width: 100%;
    margin-top: 100px; }
    section.next .container .half-box ul li.half-item {
      float: left;
      width: 50%; }
      section.next .container .half-box ul li.half-item h4 {
        color: #000;
        letter-spacing: -1px; }
      section.next .container .half-box ul li.half-item h5 {
        color: #000;
        margin-bottom: 50px;
        margin-top: 20px; }
        @media only screen and (max-width: 1200px) {
          section.next .container .half-box ul li.half-item h5 {
            margin-bottom: 30px; } }
      section.next .container .half-box ul li.half-item .icon-desc {
        width: 90%;
        border: 1px solid #D7D7D7;
        margin-bottom: 20px; }
        section.next .container .half-box ul li.half-item .icon-desc ul {
          position: relative; }
          section.next .container .half-box ul li.half-item .icon-desc ul li.id-item {
            float: left;
            padding: 20px;
            font-family: 'Pretendard';
            font-size: 15px; }
            @media only screen and (max-width: 1200px) {
              section.next .container .half-box ul li.half-item .icon-desc ul li.id-item {
                font-size: 12px; } }
          section.next .container .half-box ul li.half-item .icon-desc ul li.id-item:last-child {
            position: absolute;
            line-height: 24px;
            top: 50%;
            left: 12%;
            transform: translateY(-50%); }
            @media only screen and (max-width: 542px) {
              section.next .container .half-box ul li.half-item .icon-desc ul li.id-item:last-child {
                left: 20%; }
                section.next .container .half-box ul li.half-item .icon-desc ul li.id-item:last-child br {
                  display: none; } }
        @media only screen and (max-width: 768px) {
          section.next .container .half-box ul li.half-item .icon-desc {
            width: 100%; } }
      @media only screen and (max-width: 768px) {
        section.next .container .half-box ul li.half-item {
          width: 100%; } }
    section.next .container .half-box ul li.half-item:first-child {
      text-align: left;
      padding: 80px 0; }
      @media only screen and (max-width: 1600px) {
        section.next .container .half-box ul li.half-item:first-child {
          padding: 40px 0; } }
      @media only screen and (max-width: 1200px) {
        section.next .container .half-box ul li.half-item:first-child {
          padding: 20px 0; } }
    section.next .container .half-box ul li.half-item:last-child {
      text-align: right; }
    @media only screen and (max-width: 768px) {
      section.next .container .half-box {
        margin-top: 30px; } }
  section.next .container .half-box2 {
    width: 100%;
    margin-top: 100px; }
    section.next .container .half-box2 ul li.half-item {
      float: left;
      width: 50%; }
      section.next .container .half-box2 ul li.half-item h4 {
        color: #000;
        letter-spacing: -1px; }
      section.next .container .half-box2 ul li.half-item h5 {
        color: #000;
        margin-bottom: 30px;
        margin-top: 20px; }
      section.next .container .half-box2 ul li.half-item .icon-desc {
        width: 90%;
        border: 1px solid #D7D7D7;
        margin-bottom: 20px; }
        section.next .container .half-box2 ul li.half-item .icon-desc ul {
          position: relative; }
          section.next .container .half-box2 ul li.half-item .icon-desc ul li.id-item {
            float: left;
            padding: 20px;
            font-family: 'Pretendard';
            font-size: 15px; }
            @media only screen and (max-width: 1200px) {
              section.next .container .half-box2 ul li.half-item .icon-desc ul li.id-item {
                font-size: 12px; } }
          section.next .container .half-box2 ul li.half-item .icon-desc ul li.id-item:last-child {
            position: absolute;
            -ms-word-break: keep-all;
            word-break: keep-all;
            line-height: 1.2;
            top: 50%;
            left: 15%;
            transform: translateY(-50%); }
      section.next .container .half-box2 ul li.half-item .table {
        width: 100%;
        border-collapse: collapse;
        font-family: 'Pretendard';
        font-size: 16px;
        text-align: center;
        margin-top: 30px; }
        section.next .container .half-box2 ul li.half-item .table th {
          background-color: #0056b3;
          /* 이미지의 진한 파란색 반영 */
          color: #ffffff;
          padding: 25px;
          font-weight: 500;
          border: none; }
          @media only screen and (max-width: 1200px) {
            section.next .container .half-box2 ul li.half-item .table th {
              padding: 10px; } }
        section.next .container .half-box2 ul li.half-item .table tr {
          color: #ffffff;
          padding: 25px;
          font-weight: 500;
          border: none; }
          section.next .container .half-box2 ul li.half-item .table tr:hover {
            background-color: #fcfcfc; }
          @media only screen and (max-width: 1200px) {
            section.next .container .half-box2 ul li.half-item .table tr {
              padding: 10px; } }
        section.next .container .half-box2 ul li.half-item .table td {
          padding: 22px;
          color: #333;
          border-bottom: 1px solid #f0f0f0;
          /* 옅은 회색 구분선 */
          white-space: nowrap; }
          @media only screen and (max-width: 1200px) {
            section.next .container .half-box2 ul li.half-item .table td {
              padding: 10px; } }
        @media only screen and (max-width: 1200px) {
          section.next .container .half-box2 ul li.half-item .table {
            font-size: 12px; } }
      section.next .container .half-box2 ul li.half-item button.more {
        margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        section.next .container .half-box2 ul li.half-item {
          width: 100%;
          float: none; } }
    section.next .container .half-box2 ul li.half-item:first-child {
      text-align: left; }
      @media only screen and (max-width: 768px) {
        section.next .container .half-box2 ul li.half-item:first-child {
          order: 2;
          padding-top: 30px; } }
    section.next .container .half-box2 ul li.half-item:last-child {
      text-align: left;
      padding: 60px; }
      @media only screen and (max-width: 1600px) {
        section.next .container .half-box2 ul li.half-item:last-child {
          padding: 40px 60px; } }
      @media only screen and (max-width: 1200px) {
        section.next .container .half-box2 ul li.half-item:last-child {
          padding: 20px 40px; } }
      @media only screen and (max-width: 768px) {
        section.next .container .half-box2 ul li.half-item:last-child {
          order: 1;
          padding: 0; } }
    @media only screen and (max-width: 768px) {
      section.next .container .half-box2 ul {
        display: flex;
        flex-direction: column; } }
    @media only screen and (max-width: 768px) {
      section.next .container .half-box2 {
        margin-top: 30px; } }
  section.next .container .img-back {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 50px; }
    section.next .container .img-back .img-desc {
      display: inline-block;
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      section.next .container .img-back .img-desc h5 {
        padding-top: 10px; }
    section.next .container .img-back .btn {
      position: absolute;
      bottom: 10px;
      right: 10px; }
      section.next .container .img-back .btn button.blue {
        margin-left: 10px; }
    @media only screen and (max-width: 1600px) {
      section.next .container .img-back {
        height: 400px; } }
    @media only screen and (max-width: 1200px) {
      section.next .container .img-back {
        height: 300px;
        background-position: center !important; } }
    @media only screen and (max-width: 768px) {
      section.next .container .img-back {
        margin-top: 30px;
        margin-bottom: 30px; } }

section.gallery {
  background: none; }
  section.gallery h3 {
    color: #000; }
  section.gallery .container {
    width: 100%; }
    section.gallery .container .search {
      padding: 20px;
      display: flex;
      justify-content: right; }
      section.gallery .container .search .search-container {
        display: flex;
        align-items: flex-end;
        width: 100%;
        max-width: 400px;
        gap: 20px; }
        section.gallery .container .search .search-container .select-box {
          position: relative;
          border-bottom: 1px solid #eeeeee;
          padding-bottom: 5px;
          min-width: 80px; }
          section.gallery .container .search .search-container .select-box select {
            font-family: 'Pretendard';
            width: 106px;
            height: 31px;
            border: none;
            outline: none;
            font-size: 14px;
            color: #000;
            cursor: pointer;
            background-image: url("../../assets/img/select_back.png") no-repeat bottom center; }
            @media only screen and (max-width: 1200px) {
              section.gallery .container .search .search-container .select-box select {
                font-size: 12px;
                height: 30px;
                width: 60px; } }
        section.gallery .container .search .search-container .input-box {
          flex: 1;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px; }
          section.gallery .container .search .search-container .input-box input {
            width: 100%;
            font-family: 'Pretendard';
            border: none;
            outline: none;
            font-size: 14px;
            color: #000;
            padding: 5px 0; }
            section.gallery .container .search .search-container .input-box input::placeholder {
              color: #ccc; }
            @media only screen and (max-width: 1200px) {
              section.gallery .container .search .search-container .input-box input {
                font-size: 12px;
                height: 30px;
                width: 100%; } }
          section.gallery .container .search .search-container .input-box .search-btn {
            background: none;
            border: none;
            cursor: pointer;
            color: #000;
            padding: 0 5px;
            display: flex;
            align-items: center;
            transition: opacity 0.2s; }
            section.gallery .container .search .search-container .input-box .search-btn:hover {
              opacity: 0.6; }
            section.gallery .container .search .search-container .input-box .search-btn svg {
              width: 20px;
              height: 20px; }
        @media only screen and (max-width: 1200px) {
          section.gallery .container .search .search-container {
            max-width: 250px;
            gap: 8px; } }
      @media only screen and (max-width: 1200px) {
        section.gallery .container .search {
          padding: 10px; } }
    section.gallery .container .gallery-list {
      width: 100%;
      margin-top: 50px;
      text-align: left; }
      section.gallery .container .gallery-list ul {
        width: 100%; }
        section.gallery .container .gallery-list ul li.gallery-item {
          float: left;
          width: 33.333%;
          padding: 0 20px;
          margin-bottom: 50px; }
          section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box {
            padding: 30px 0px;
            position: relative; }
            section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box .b-date {
              font-family: 'Pretendard';
              font-size: 12px;
              color: #0053B7; }
            section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box .w-title {
              width: 80%;
              font-family: 'Pretendard';
              font-size: 25px;
              line-height: 34px;
              padding-top: 10px; }
              section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box .w-title img {
                width: 30px !important;
                height: 30px !important;
                position: relative;
                top: 0px; }
                @media only screen and (max-width: 768px) {
                  section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box .w-title img {
                    top: -3px; } }
              @media only screen and (max-width: 1200px) {
                section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box .w-title {
                  font-size: 20px;
                  line-height: 30px; } }
              @media only screen and (max-width: 768px) {
                section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box .w-title {
                  font-size: 16px;
                  line-height: 26px; } }
            @media only screen and (max-width: 1200px) {
              section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box {
                min-height: 150px; } }
            @media only screen and (max-width: 768px) {
              section.gallery .container .gallery-list ul li.gallery-item .gallery-area .gallery-box {
                min-height: auto;
                padding: 20px 0; } }
          @media only screen and (max-width: 768px) {
            section.gallery .container .gallery-list ul li.gallery-item .gallery-area img {
              width: 100%; } }
          @media only screen and (max-width: 1200px) {
            section.gallery .container .gallery-list ul li.gallery-item {
              width: 50%;
              padding: 0 10px; } }
          @media only screen and (max-width: 768px) {
            section.gallery .container .gallery-list ul li.gallery-item {
              width: 100%;
              margin-bottom: 30px; } }
          @media only screen and (max-width: 542px) {
            section.gallery .container .gallery-list ul li.gallery-item {
              margin-bottom: 20px; } }
      @media only screen and (max-width: 1200px) {
        section.gallery .container .gallery-list {
          margin-top: 20px; } }

section.gallery-detail {
  background: none; }
  section.gallery-detail h3 {
    color: #000; }
  section.gallery-detail .container {
    width: 100%; }
    section.gallery-detail .container table.view {
      width: 100%;
      margin-top: 100px;
      border-top: 2px solid #000000;
      letter-spacing: -1px; }
      section.gallery-detail .container table.view th {
        background: #fafafd;
        border-bottom: 1px solid #d9dada;
        font-family: 'Pretendard';
        padding: 20px;
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.gallery-detail .container table.view th .date {
          font-family: 'Pretendard';
          float: right;
          font-size: 16px;
          font-weight: 400;
          color: #353a40; }
          @media only screen and (max-width: 1200px) {
            section.gallery-detail .container table.view th .date {
              font-size: 12px; } }
        section.gallery-detail .container table.view th .name {
          font-family: 'Pretendard';
          float: left;
          font-size: 16px;
          font-weight: 400;
          color: #353a40; }
          @media only screen and (max-width: 1200px) {
            section.gallery-detail .container table.view th .name {
              font-size: 12px; } }
        @media only screen and (max-width: 1200px) {
          section.gallery-detail .container table.view th {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          section.gallery-detail .container table.view th {
            font-size: 16px; } }
        @media only screen and (max-width: 542px) {
          section.gallery-detail .container table.view th {
            line-height: 26px; } }
      section.gallery-detail .container table.view .b-white {
        padding: 20px 20px;
        background: #fff; }
      section.gallery-detail .container table.view td {
        font-family: 'Pretendard';
        text-align: left;
        background: #fff;
        font-size: 16px;
        vertical-align: middle; }
        section.gallery-detail .container table.view td iframe {
          width: 800px;
          height: 550px;
          padding: 50px 0; }
        section.gallery-detail .container table.view td .file {
          width: 100%;
          border-top: 1px solid #f2f2f2;
          padding-top: 10px; }
          section.gallery-detail .container table.view td .file ul {
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 5px; }
            section.gallery-detail .container table.view td .file ul li.file-item {
              font-family: 'Pretendard';
              float: left;
              font-size: 16px;
              line-height: 30px;
              font-weight: 400;
              padding: 5px; }
              section.gallery-detail .container table.view td .file ul li.file-item .hwp {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 14px;
                color: #fff;
                background: #0053B7;
                padding: 2px 10px;
                border-radius: 50px; }
              section.gallery-detail .container table.view td .file ul li.file-item .wor {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 14px;
                color: #fff;
                background: #0086DA;
                padding: 2px 10px;
                border-radius: 50px;
                margin-top: 5px; }
              section.gallery-detail .container table.view td .file ul li.file-item .pdf {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 16px;
                color: #fff;
                background: #000;
                padding: 2px 10px;
                border-radius: 50px;
                margin-top: 5px; }
            section.gallery-detail .container table.view td .file ul li.file-item:last-child {
              padding: 10px 10px;
              color: #000;
              border: 1px solid #fff; }
        section.gallery-detail .container table.view td .prev-text ul {
          width: 100%; }
          section.gallery-detail .container table.view td .prev-text ul li.pt-item {
            font-family: 'Pretendard';
            float: left;
            font-size: 16px;
            padding: 10px;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.gallery-detail .container table.view td .prev-text ul li.pt-item {
                font-size: 12px; } }
            @media only screen and (max-width: 542px) {
              section.gallery-detail .container table.view td .prev-text ul li.pt-item {
                line-height: 16px; } }
          section.gallery-detail .container table.view td .prev-text ul .fw {
            font-family: 'Pretendard';
            font-weight: 600;
            color: #353a40; }
          @media only screen and (max-width: 542px) {
            section.gallery-detail .container table.view td .prev-text ul li.pt-item:first-child {
              width: 20%; } }
          @media only screen and (max-width: 542px) {
            section.gallery-detail .container table.view td .prev-text ul li.pt-item:nth-child(2) {
              width: 60%;
              text-align: left; } }
          section.gallery-detail .container table.view td .prev-text ul li.pt-item:last-child {
            float: right; }
            @media only screen and (max-width: 542px) {
              section.gallery-detail .container table.view td .prev-text ul li.pt-item:last-child {
                width: 20%; } }
        section.gallery-detail .container table.view td .next-text ul {
          width: 100%; }
          section.gallery-detail .container table.view td .next-text ul li.pt-item {
            font-family: 'Pretendard';
            float: left;
            font-size: 16px;
            padding: 10px;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.gallery-detail .container table.view td .next-text ul li.pt-item {
                font-size: 12px; } }
            @media only screen and (max-width: 542px) {
              section.gallery-detail .container table.view td .next-text ul li.pt-item {
                line-height: 16px; } }
          section.gallery-detail .container table.view td .next-text ul .fw {
            font-family: 'Pretendard';
            font-weight: 600;
            color: #353a40; }
          @media only screen and (max-width: 542px) {
            section.gallery-detail .container table.view td .next-text ul li.pt-item:first-child {
              width: 20%; } }
          @media only screen and (max-width: 542px) {
            section.gallery-detail .container table.view td .next-text ul li.pt-item:nth-child(2) {
              width: 60%;
              text-align: left; } }
          section.gallery-detail .container table.view td .next-text ul li.pt-item:last-child {
            float: right; }
            @media only screen and (max-width: 542px) {
              section.gallery-detail .container table.view td .next-text ul li.pt-item:last-child {
                width: 20%; } }
        @media only screen and (max-width: 1200px) {
          section.gallery-detail .container table.view td {
            font-size: 14px;
            padding: 10px; } }
      section.gallery-detail .container table.view .tac {
        text-align: center; }
      section.gallery-detail .container table.view img {
        min-width: 800px;
        height: auto;
        padding: 100px 0; }
        @media only screen and (max-width: 542px) {
          section.gallery-detail .container table.view img {
            padding: 30px 0; } }
      section.gallery-detail .container table.view td.h30 {
        height: 30px;
        padding: 10px 20px; }
        @media only screen and (max-width: 768px) {
          section.gallery-detail .container table.view td.h30 {
            padding: 10px 0; } }
      section.gallery-detail .container table.view td.bb1 {
        border-bottom: 1px solid #d8d9d9; }
      section.gallery-detail .container table.view td.bt3 {
        border-top: 2px solid #000; }
    section.gallery-detail .container button.more {
      margin-top: 50px; }

section.weekly h3 {
  color: #000; }
section.weekly .container .search {
  padding: 20px;
  display: flex;
  justify-content: right; }
  section.weekly .container .search .search-container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 400px;
    gap: 20px; }
    section.weekly .container .search .search-container .select-box {
      position: relative;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 5px;
      min-width: 80px; }
      section.weekly .container .search .search-container .select-box select {
        font-family: 'Pretendard';
        width: 106px;
        height: 31px;
        border: none;
        outline: none;
        font-size: 14px;
        color: #000;
        cursor: pointer;
        background-image: url("../../assets/img/select_back.png") no-repeat bottom center; }
        @media only screen and (max-width: 1200px) {
          section.weekly .container .search .search-container .select-box select {
            font-size: 12px;
            height: 30px;
            width: 60px; } }
    section.weekly .container .search .search-container .input-box {
      flex: 1;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 5px; }
      section.weekly .container .search .search-container .input-box input {
        width: 100%;
        font-family: 'Pretendard';
        border: none;
        outline: none;
        font-size: 14px;
        color: #000;
        padding: 5px 0; }
        section.weekly .container .search .search-container .input-box input::placeholder {
          color: #ccc; }
        @media only screen and (max-width: 1200px) {
          section.weekly .container .search .search-container .input-box input {
            font-size: 12px;
            height: 30px;
            width: 100%; } }
      section.weekly .container .search .search-container .input-box .search-btn {
        background: none;
        border: none;
        cursor: pointer;
        color: #000;
        padding: 0 5px;
        display: flex;
        align-items: center;
        transition: opacity 0.2s; }
        section.weekly .container .search .search-container .input-box .search-btn:hover {
          opacity: 0.6; }
        section.weekly .container .search .search-container .input-box .search-btn svg {
          width: 20px;
          height: 20px; }
    @media only screen and (max-width: 1200px) {
      section.weekly .container .search .search-container {
        max-width: 250px;
        gap: 8px; } }
  @media only screen and (max-width: 1200px) {
    section.weekly .container .search {
      padding: 10px; } }
section.weekly .container .weekly-list {
  width: 100%;
  padding-bottom: 50px; }
  section.weekly .container .weekly-list table.list {
    width: 100%;
    margin-top: 50px; }
    section.weekly .container .weekly-list table.list th {
      font-family: 'Pretendard';
      border-top: 2px solid #000000;
      background: #fafafd;
      padding: 20px;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      border-bottom: 1px solid #eceaf7; }
      @media only screen and (max-width: 1200px) {
        section.weekly .container .weekly-list table.list th {
          padding: 15px 10px;
          letter-spacing: -1px; } }
      @media only screen and (max-width: 542px) {
        section.weekly .container .weekly-list table.list th {
          font-size: 12px;
          padding: 10px 5px; } }
    section.weekly .container .weekly-list table.list td {
      font-family: 'Pretendard';
      padding: 20px 20px;
      border-bottom: 1px solid #eceaf7;
      font-size: 17px;
      vertical-align: middle;
      text-align: center; }
      section.weekly .container .weekly-list table.list td img {
        padding-top: 5px; }
        @media only screen and (max-width: 1200px) {
          section.weekly .container .weekly-list table.list td img {
            padding-top: 0;
            height: 20px; } }
      section.weekly .container .weekly-list table.list td span.t-title {
        font-family: 'Pretendard';
        display: inline-block;
        padding-top: 15px;
        padding-left: 10px; }
      section.weekly .container .weekly-list table.list td button.connect {
        font-family: 'Pretendard';
        width: 120px;
        font-size: 15px;
        margin: 0 auto !important;
        color: #fff;
        padding: 5px 10px 12px 20px;
        border-radius: 30px;
        text-align: center;
        border: 0px;
        background: #064ea8;
        margin: 0 auto; }
        section.weekly .container .weekly-list table.list td button.connect span.material-symbols-outlined {
          font-size: 20px;
          display: inline-block;
          position: relative;
          top: 4px; }
      section.weekly .container .weekly-list table.list td button.connect_ok {
        width: 120px;
        margin: 0 auto;
        font-size: 15px;
        color: #353a40;
        padding: 10px 20px 12px 20px;
        border-radius: 30px;
        text-align: center;
        border: 1px solid #e3e1f1;
        background: #fafafd; }
        section.weekly .container .weekly-list table.list td button.connect_ok span.material-symbols-outlined {
          font-size: 20px;
          display: inline-block;
          position: relative;
          top: 4px; }
      section.weekly .container .weekly-list table.list td button.connect_cancel {
        width: 120px;
        margin: 0 auto;
        font-size: 15px;
        color: #fff;
        padding: 5px 10px 12px 20px;
        border-radius: 30px;
        text-align: center;
        border: 0px;
        background: #0588a8; }
        section.weekly .container .weekly-list table.list td button.connect_cancel span.material-symbols-outlined {
          font-size: 20px;
          display: inline-block;
          position: relative;
          top: 4px; }
      @media only screen and (max-width: 1600px) {
        section.weekly .container .weekly-list table.list td {
          font-size: 14px; } }
      @media only screen and (max-width: 1200px) {
        section.weekly .container .weekly-list table.list td {
          padding: 15px 10px;
          font-size: 12px;
          letter-spacing: -1px; } }
      @media only screen and (max-width: 542px) {
        section.weekly .container .weekly-list table.list td {
          font-size: 12px;
          padding: 10px 5px;
          line-height: 20px; } }
    section.weekly .container .weekly-list table.list td.tal {
      text-align: left; }
    @media only screen and (max-width: 1200px) {
      section.weekly .container .weekly-list table.list {
        margin-top: 20px; } }

section.weekly-detail {
  background: none; }
  section.weekly-detail h3 {
    color: #000; }
  section.weekly-detail .container {
    width: 100%; }
    section.weekly-detail .container table.view {
      width: 100%;
      margin-top: 100px;
      border-top: 2px solid #000000;
      letter-spacing: -1px; }
      section.weekly-detail .container table.view th {
        background: #fafafd;
        border-bottom: 1px solid #d9dada;
        font-family: 'Pretendard';
        padding: 20px;
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
        position: relative; }
        section.weekly-detail .container table.view th .date {
          font-family: 'Pretendard';
          float: right;
          font-size: 16px;
          font-weight: 400;
          color: #353a40; }
          @media only screen and (max-width: 1200px) {
            section.weekly-detail .container table.view th .date {
              font-size: 12px; } }
        section.weekly-detail .container table.view th .name {
          font-family: 'Pretendard';
          float: left;
          font-size: 16px;
          font-weight: 400;
          color: #353a40; }
          @media only screen and (max-width: 1200px) {
            section.weekly-detail .container table.view th .name {
              font-size: 12px; } }
        @media only screen and (max-width: 1200px) {
          section.weekly-detail .container table.view th {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          section.weekly-detail .container table.view th {
            font-size: 16px; } }
      section.weekly-detail .container table.view .b-white {
        padding: 20px 20px;
        background: #fff; }
      section.weekly-detail .container table.view td {
        font-family: 'Pretendard';
        text-align: left;
        background: #fff;
        font-size: 16px;
        vertical-align: middle; }
        section.weekly-detail .container table.view td iframe {
          width: 800px;
          height: 550px;
          padding: 50px 0; }
        section.weekly-detail .container table.view td .file {
          width: 100%;
          border-top: 1px solid #f2f2f2;
          padding-top: 10px; }
          section.weekly-detail .container table.view td .file ul {
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 5px; }
            section.weekly-detail .container table.view td .file ul li.file-item {
              font-family: 'Pretendard';
              float: left;
              font-size: 16px;
              line-height: 30px;
              font-weight: 400;
              padding: 5px; }
              section.weekly-detail .container table.view td .file ul li.file-item .hwp {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 14px;
                color: #fff;
                background: #0053B7;
                padding: 2px 10px;
                border-radius: 50px; }
              section.weekly-detail .container table.view td .file ul li.file-item .wor {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 14px;
                color: #fff;
                background: #0086DA;
                padding: 2px 10px;
                border-radius: 50px;
                margin-top: 5px; }
              section.weekly-detail .container table.view td .file ul li.file-item .pdf {
                width: 80px;
                text-align: center;
                display: inline-block;
                font-family: 'Pretendard';
                font-size: 16px;
                color: #fff;
                background: #000;
                padding: 2px 10px;
                border-radius: 50px;
                margin-top: 5px; }
            section.weekly-detail .container table.view td .file ul li.file-item:last-child {
              padding: 10px 10px;
              color: #000;
              border: 1px solid #fff; }
        section.weekly-detail .container table.view td .prev-text ul {
          width: 100%; }
          section.weekly-detail .container table.view td .prev-text ul li.pt-item {
            font-family: 'Pretendard';
            float: left;
            font-size: 16px;
            padding: 10px;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.weekly-detail .container table.view td .prev-text ul li.pt-item {
                font-size: 12px; } }
            @media only screen and (max-width: 542px) {
              section.weekly-detail .container table.view td .prev-text ul li.pt-item {
                line-height: 16px; } }
          section.weekly-detail .container table.view td .prev-text ul .fw {
            font-family: 'Pretendard';
            font-weight: 600;
            color: #353a40; }
          @media only screen and (max-width: 542px) {
            section.weekly-detail .container table.view td .prev-text ul li.pt-item:first-child {
              width: 20%; } }
          @media only screen and (max-width: 542px) {
            section.weekly-detail .container table.view td .prev-text ul li.pt-item:nth-child(2) {
              width: 60%;
              text-align: left; } }
          section.weekly-detail .container table.view td .prev-text ul li.pt-item:last-child {
            float: right; }
            @media only screen and (max-width: 542px) {
              section.weekly-detail .container table.view td .prev-text ul li.pt-item:last-child {
                width: 20%; } }
        section.weekly-detail .container table.view td .next-text ul {
          width: 100%; }
          section.weekly-detail .container table.view td .next-text ul li.pt-item {
            font-family: 'Pretendard';
            float: left;
            font-size: 16px;
            padding: 10px;
            -ms-word-break: keep-all;
            word-break: keep-all; }
            @media only screen and (max-width: 1200px) {
              section.weekly-detail .container table.view td .next-text ul li.pt-item {
                font-size: 12px; } }
            @media only screen and (max-width: 542px) {
              section.weekly-detail .container table.view td .next-text ul li.pt-item {
                line-height: 16px; } }
          section.weekly-detail .container table.view td .next-text ul .fw {
            font-family: 'Pretendard';
            font-weight: 600;
            color: #353a40; }
          @media only screen and (max-width: 542px) {
            section.weekly-detail .container table.view td .next-text ul li.pt-item:first-child {
              width: 20%; } }
          @media only screen and (max-width: 542px) {
            section.weekly-detail .container table.view td .next-text ul li.pt-item:nth-child(2) {
              width: 60%;
              text-align: left; } }
          section.weekly-detail .container table.view td .next-text ul li.pt-item:last-child {
            float: right; }
            @media only screen and (max-width: 542px) {
              section.weekly-detail .container table.view td .next-text ul li.pt-item:last-child {
                width: 20%; } }
        @media only screen and (max-width: 1200px) {
          section.weekly-detail .container table.view td {
            font-size: 14px;
            padding: 10px; } }
      section.weekly-detail .container table.view .tac {
        text-align: center; }
      section.weekly-detail .container table.view .tal {
        text-align: left; }
      section.weekly-detail .container table.view img {
        padding: 100px 0; }
        @media only screen and (max-width: 768px) {
          section.weekly-detail .container table.view img {
            padding: 30px 0; } }
      section.weekly-detail .container table.view td.h30 {
        height: 30px;
        padding: 10px 20px; }
        @media only screen and (max-width: 768px) {
          section.weekly-detail .container table.view td.h30 {
            padding: 10px 0; } }
      section.weekly-detail .container table.view td.bb1 {
        border-bottom: 1px solid #d8d9d9; }
      section.weekly-detail .container table.view td.bt3 {
        border-top: 2px solid #000; }
    section.weekly-detail .container button.more {
      margin-top: 50px; }

section.weekly-reading h3 {
  color: #000; }
section.weekly-reading .container .wr-date {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px; }
  section.weekly-reading .container .wr-date div.w-date {
    padding: 0 20px; }
    section.weekly-reading .container .wr-date div.w-date a {
      display: inline-block;
      width: 100%;
      padding: 20px 50px;
      font-family: 'Pretendard';
      font-size: 15px;
      color: #000;
      background: #fff;
      transition: 0.4s;
      border: 1px solid #e4e4e4; }
      section.weekly-reading .container .wr-date div.w-date a:hover {
        background: #0053B7;
        color: #fff; }
      @media only screen and (max-width: 1200px) {
        section.weekly-reading .container .wr-date div.w-date a {
          padding: 10px 20px;
          font-size: 12px; } }
    section.weekly-reading .container .wr-date div.w-date a.active {
      background: #0053B7;
      color: #fff; }
    @media only screen and (max-width: 1200px) {
      section.weekly-reading .container .wr-date div.w-date {
        padding: 0 10px; } }
  @media only screen and (max-width: 1200px) {
    section.weekly-reading .container .wr-date {
      width: 90%; } }
  @media only screen and (max-width: 768px) {
    section.weekly-reading .container .wr-date {
      width: 80%; } }
section.weekly-reading .container .date-reading {
  width: 100%;
  margin-top: 50px; }
  section.weekly-reading .container .date-reading ul li.dr-item {
    float: left; }
  section.weekly-reading .container .date-reading ul li.dr-item:first-child {
    width: 30%; }
    @media only screen and (max-width: 768px) {
      section.weekly-reading .container .date-reading ul li.dr-item:first-child {
        width: 100%;
        text-align: center; }
        section.weekly-reading .container .date-reading ul li.dr-item:first-child img {
          height: 300px; } }
  section.weekly-reading .container .date-reading ul li.dr-item:last-child {
    width: 70%;
    text-align: left;
    padding-left: 50px; }
    section.weekly-reading .container .date-reading ul li.dr-item:last-child .desc-text {
      width: 100%;
      font-family: 'Pretendard';
      font-size: 15px;
      line-height: 34px;
      margin-top: 20px;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      @media only screen and (max-width: 1200px) {
        section.weekly-reading .container .date-reading ul li.dr-item:last-child .desc-text {
          font-size: 12px;
          line-height: 20px; } }
    section.weekly-reading .container .date-reading ul li.dr-item:last-child .line {
      margin-top: 20px; }
      section.weekly-reading .container .date-reading ul li.dr-item:last-child .line ul li.line-item {
        float: left;
        height: 3px; }
      section.weekly-reading .container .date-reading ul li.dr-item:last-child .line ul li.line-item:first-child {
        width: 15%;
        background: #0053B7; }
      section.weekly-reading .container .date-reading ul li.dr-item:last-child .line ul li.line-item:last-child {
        width: 85%;
        background: #D7D7D7; }
    @media only screen and (max-width: 768px) {
      section.weekly-reading .container .date-reading ul li.dr-item:last-child {
        width: 100%;
        margin-top: 30px;
        padding-left: 0px; } }

section.offering {
  width: 100%; }
  section.offering .container {
    width: 100%;
    margin: 0 auto; }
    section.offering .container h3 {
      color: #000; }
    section.offering .container h4 {
      font-size: 20px;
      margin-top: 20px;
      color: #000; }
      @media only screen and (max-width: 1200px) {
        section.offering .container h4 {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        section.offering .container h4 {
          font-size: 16px;
          line-height: 26px; } }
    section.offering .container h5 {
      color: #000;
      margin-top: 10px; }
    section.offering .container .off-half {
      margin-top: 100px; }
      section.offering .container .off-half ul {
        margin: 0 -20px; }
        section.offering .container .off-half ul li.oh-item {
          width: 50%;
          float: left;
          text-align: left;
          padding: 0 20px; }
          section.offering .container .off-half ul li.oh-item .blue {
            background: #0053B7;
            color: #fff; }
          section.offering .container .off-half ul li.oh-item .white {
            border: 1px solid #0053B7; }
          section.offering .container .off-half ul li.oh-item .off-box {
            padding: 30px; }
            section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item {
              float: left;
              font-size: 30px;
              font-family: 'Pretendard'; }
              @media only screen and (max-width: 1200px) {
                section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item {
                  font-size: 18px; } }
              @media only screen and (max-width: 542px) {
                section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item {
                  font-size: 16px; } }
            section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:first-child {
              padding: 0 20px;
              width: 30%; }
              @media only screen and (max-width: 768px) {
                section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:first-child img {
                  height: 70px; } }
              @media only screen and (max-width: 542px) {
                section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:first-child img {
                  height: 60px; } }
            section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:last-child {
              width: 70%;
              padding-top: 40px;
              position: relative;
              text-align: left; }
              section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:last-child .arrow {
                position: absolute;
                right: 30px;
                width: 41px;
                height: 19px;
                margin-top: -25px; }
                @media only screen and (max-width: 1200px) {
                  section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:last-child .arrow {
                    width: 26px;
                    margin-top: -16px; } }
              @media only screen and (max-width: 1200px) {
                section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:last-child {
                  padding-top: 20px; } }
              @media only screen and (max-width: 768px) {
                section.offering .container .off-half ul li.oh-item .off-box ul li.ob-item:last-child {
                  padding-top: 24px; } }
            @media only screen and (max-width: 1200px) {
              section.offering .container .off-half ul li.oh-item .off-box {
                padding: 20px; } }
          section.offering .container .off-half ul li.oh-item h7 {
            width: 100%;
            text-align: left;
            display: block;
            margin-top: 10px; }
            @media only screen and (max-width: 542px) {
              section.offering .container .off-half ul li.oh-item h7 {
                line-height: 20px; } }
          @media only screen and (max-width: 768px) {
            section.offering .container .off-half ul li.oh-item {
              width: 100%;
              margin-bottom: 10px; } }
      @media only screen and (max-width: 768px) {
        section.offering .container .off-half {
          width: 80%;
          margin: 0 auto;
          padding-top: 30px; } }
      @media only screen and (max-width: 542px) {
        section.offering .container .off-half {
          width: 100%; } }
    section.offering .container .offer-tab {
      width: 100%;
      margin: 0 -20px;
      margin-top: 50px;
      margin-bottom: 70px; }
      section.offering .container .offer-tab ul li.ot-item {
        float: left;
        text-align: left;
        width: 33.3333%;
        padding: 0 20px; }
        section.offering .container .offer-tab ul li.ot-item .offer-pro {
          width: 100%;
          font-family: 'Pretendard';
          font-size: 24px;
          color: #787878;
          border-bottom: 1px solid #EEEEEE;
          padding: 20px 0; }
          section.offering .container .offer-tab ul li.ot-item .offer-pro span.circle {
            display: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            padding: 5px;
            text-align: center;
            font-family: 'Pretendard';
            background: #EEEEEE;
            color: #787878;
            margin-right: 5px; }
            @media only screen and (max-width: 1200px) {
              section.offering .container .offer-tab ul li.ot-item .offer-pro span.circle {
                width: 26px;
                height: 26px; } }
            @media only screen and (max-width: 768px) {
              section.offering .container .offer-tab ul li.ot-item .offer-pro span.circle {
                width: 24px;
                height: 24px; } }
          @media only screen and (max-width: 1600px) {
            section.offering .container .offer-tab ul li.ot-item .offer-pro {
              font-size: 20px; } }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-tab ul li.ot-item .offer-pro {
              font-size: 16px; } }
          @media only screen and (max-width: 768px) {
            section.offering .container .offer-tab ul li.ot-item .offer-pro {
              font-size: 14px;
              letter-spacing: -1px;
              padding: 10px 0; } }
          @media only screen and (max-width: 542px) {
            section.offering .container .offer-tab ul li.ot-item .offer-pro {
              font-size: 12px;
              padding: 5px 0;
              letter-spacing: -1px; } }
        section.offering .container .offer-tab ul li.ot-item .active {
          border-bottom: 1px solid #0053B7; }
          section.offering .container .offer-tab ul li.ot-item .active span.circle {
            background: #0053B7;
            color: #fff; }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-tab ul li.ot-item {
            padding: 0 10px; } }
        @media only screen and (max-width: 542px) {
          section.offering .container .offer-tab ul li.ot-item {
            padding: 10px 0px; } }
      @media only screen and (max-width: 768px) {
        section.offering .container .offer-tab {
          width: 100%;
          margin: 0 auto;
          margin-top: 30px;
          margin-bottom: 30px; } }
    section.offering .container .img-back {
      position: relative;
      width: 100%;
      height: 500px;
      margin-bottom: 70px; }
      section.offering .container .img-back .img-desc {
        display: inline-block;
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        section.offering .container .img-back .img-desc h4 {
          -ms-word-break: keep-all;
          word-break: keep-all;
          color: #fff; }
        section.offering .container .img-back .img-desc h5 {
          -ms-word-break: keep-all;
          word-break: keep-all;
          color: #fff;
          padding-top: 10px; }
        @media only screen and (max-width: 542px) {
          section.offering .container .img-back .img-desc {
            padding: 20px; } }
      @media only screen and (max-width: 1600px) {
        section.offering .container .img-back {
          height: 400px; } }
      @media only screen and (max-width: 1200px) {
        section.offering .container .img-back {
          height: 300px;
          background-position: center;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 542px) {
        section.offering .container .img-back {
          padding: 20px; } }
    section.offering .container .offer-half {
      width: 100%;
      margin-bottom: 50px; }
      section.offering .container .offer-half ul li.fh-item {
        float: left;
        width: 50%;
        height: auto;
        padding: 0 20px; }
        section.offering .container .offer-half ul li.fh-item .off-line {
          width: 100%;
          font-family: 'Pretendard';
          font-size: 20px;
          line-height: 40px;
          margin-bottom: 20px; }
          section.offering .container .offer-half ul li.fh-item .off-line ul {
            width: 100%; }
            section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item {
              float: left;
              line-height: 40px; }
              section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item input[type="checkbox"] {
                position: relative;
                top: 6px;
                width: 25px;
                height: 25px;
                border: 1px solid #D9D9D9 !important; }
                @media only screen and (max-width: 1200px) {
                  section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item input[type="checkbox"] {
                    width: 20px;
                    height: 20px; } }
              section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item input[type="text"] {
                width: 100%;
                height: 40px;
                border: 1px solid #D9D9D9;
                text-align: right; }
            section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item:first-child {
              width: 7%; }
            section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item:nth-child(2) {
              width: 43%;
              text-align: left; }
              @media only screen and (max-width: 542px) {
                section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item:nth-child(2) {
                  padding-left: 5px; } }
            section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item:nth-child(3) {
              width: 40%; }
            section.offering .container .offer-half ul li.fh-item .off-line ul li.ol-item:nth-child(4) {
              width: 5%;
              text-align: right;
              padding-left: 10px; }
            section.offering .container .offer-half ul li.fh-item .off-line ul .area {
              display: none;
              width: 93%;
              float: right; }
              section.offering .container .offer-half ul li.fh-item .off-line ul .area textarea {
                width: 100%;
                background: #f2f2f2;
                color: #000;
                margin-top: 10px;
                height: 150px; }
          @media only screen and (max-width: 1600px) {
            section.offering .container .offer-half ul li.fh-item .off-line {
              font-size: 16px; } }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-half ul li.fh-item .off-line {
              font-size: 14px; } }
        section.offering .container .offer-half ul li.fh-item .ol-desc {
          width: 100%;
          text-align: left; }
          section.offering .container .offer-half ul li.fh-item .ol-desc span {
            display: inline-block;
            width: 100%;
            padding-left: 45px;
            font-family: 'Pretendard';
            font-size: 12px;
            line-height: 20px; }
            @media only screen and (max-width: 1200px) {
              section.offering .container .offer-half ul li.fh-item .ol-desc span {
                padding-left: 35px; } }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-half ul li.fh-item {
            width: 100%; } }
      section.offering .container .offer-half ul li.fh-item:first-child {
        border-right: 1px solid #000000; }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-half ul li.fh-item:first-child {
            border-right: none; } }
    section.offering .container .offer-title {
      font-family: 'Pretendard';
      font-size: 36px;
      color: #000;
      font-weight: 500;
      line-height: 45px;
      letter-spacing: -1px;
      margin-top: 100px; }
      @media only screen and (max-width: 1600px) {
        section.offering .container .offer-title {
          font-size: 30px; } }
      @media only screen and (max-width: 1200px) {
        section.offering .container .offer-title {
          font-size: 20px;
          line-height: 30px; } }
      @media only screen and (max-width: 768px) {
        section.offering .container .offer-title {
          font-size: 16px;
          line-height: 26px; } }
    section.offering .container .offer-info {
      width: 400px;
      margin: 0 auto;
      padding: 50px 0; }
      section.offering .container .offer-info ul li.oi-item {
        float: left;
        padding: 10px 0; }
      section.offering .container .offer-info ul li.oi-item:first-child {
        width: 30%;
        text-align: left;
        font-family: 'Pretendard';
        font-size: 20px;
        color: #000;
        padding-top: 20px; }
        section.offering .container .offer-info ul li.oi-item:first-child span.red {
          color: red; }
        @media only screen and (max-width: 1600px) {
          section.offering .container .offer-info ul li.oi-item:first-child {
            font-size: 16px; } }
        @media only screen and (max-width: 1200px) {
          section.offering .container .offer-info ul li.oi-item:first-child {
            font-size: 14px;
            padding-top: 25px; } }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-info ul li.oi-item:first-child {
            font-size: 12px;
            width: 20%; } }
      section.offering .container .offer-info ul li.oi-item:last-child {
        width: 70%; }
        section.offering .container .offer-info ul li.oi-item:last-child input {
          width: 100%;
          height: 40px; }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-info ul li.oi-item:last-child {
            width: 80%; } }
      @media only screen and (max-width: 768px) {
        section.offering .container .offer-info {
          width: 80%;
          margin: 0 auto; } }
      @media only screen and (max-width: 542px) {
        section.offering .container .offer-info {
          width: 100%;
          margin: 0 auto; } }
    section.offering .container .offer-half2 {
      width: 100%;
      margin-top: 50px; }
      section.offering .container .offer-half2 ul li.oh2-item {
        float: left;
        width: 50%;
        height: auto;
        padding: 0 50px;
        text-align: left; }
        @media only screen and (max-width: 1200px) {
          section.offering .container .offer-half2 ul li.oh2-item {
            padding: 0 20px; } }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-half2 ul li.oh2-item {
            width: 100%;
            float: none;
            padding: 0px; } }
      @media only screen and (max-width: 768px) {
        section.offering .container .offer-half2 ul li.oh2-item:first-child {
          order: 2;
          margin-top: 50px; } }
      section.offering .container .offer-half2 ul li.oh2-item:last-child {
        text-align: center; }
        section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-title {
          text-align: left;
          margin-top: 20px; }
          @media only screen and (max-width: 1600px) {
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-title {
              font-size: 24px;
              line-height: 34px; } }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-title {
              font-size: 20px;
              line-height: 30px;
              margin-top: 20px; } }
          @media only screen and (max-width: 768px) {
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-title {
              font-size: 16px;
              -ms-word-break: keep-all;
              word-break: keep-all;
              text-align: center; } }
        section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 {
          width: 100%;
          margin: 0 auto;
          padding: 20px 0; }
          section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul {
            width: 100%;
            /* ✅ float 깨짐 방지 */
            /* ❌ flex 제거 (float 유지하려면 필수) */ }
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item {
              float: left;
              padding: 10px 0;
              box-sizing: border-box; }
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item:first-child {
              width: 20%;
              text-align: left;
              font-family: 'Pretendard';
              font-size: 20px;
              color: #000;
              padding-top: 5px;
              line-height: 52px; }
              section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item:first-child span.red {
                color: red; }
              @media only screen and (max-width: 1600px) {
                section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item:first-child {
                  font-size: 16px; } }
              @media only screen and (max-width: 1200px) {
                section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item:first-child {
                  font-size: 14px;
                  line-height: 35px; } }
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item:last-child {
              width: 80%; }
              section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item:last-child input {
                width: 100%;
                height: 40px; }
                @media only screen and (max-width: 1200px) {
                  section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul li.oi2-item:last-child input {
                    height: 30px; } }
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul::after {
              content: "";
              display: block;
              clear: both; }
            @media only screen and (max-width: 768px) {
              section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 ul {
                display: block; } }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 {
              padding: 10px 0; } }
          @media only screen and (max-width: 768px) {
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 {
              width: 70%;
              margin: 0 auto;
              margin-top: 30px;
              margin-bottom: 30px; } }
          @media only screen and (max-width: 542px) {
            section.offering .container .offer-half2 ul li.oh2-item:last-child .offer-info2 {
              width: 100%;
              margin: 0 auto; } }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-half2 ul li.oh2-item:last-child {
            order: 1; } }
      @media only screen and (max-width: 768px) {
        section.offering .container .offer-half2 ul {
          display: flex;
          flex-direction: column; } }
      @media only screen and (max-width: 768px) {
        section.offering .container .offer-half2 {
          margin-top: 0px; } }
    section.offering .container .search {
      padding: 20px;
      display: flex;
      justify-content: right; }
      section.offering .container .search .search-container {
        display: flex;
        align-items: flex-end;
        width: 100%;
        max-width: 400px;
        gap: 20px; }
        section.offering .container .search .search-container .select-box {
          position: relative;
          border-bottom: 1px solid #eeeeee;
          padding-bottom: 5px;
          min-width: 80px; }
          section.offering .container .search .search-container .select-box select {
            font-family: 'Pretendard';
            width: 106px;
            height: 31px;
            border: none;
            outline: none;
            font-size: 14px;
            color: #000;
            cursor: pointer;
            background-image: url("../../assets/img/select_back.png") no-repeat bottom center; }
        section.offering .container .search .search-container .input-box {
          flex: 1;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 5px; }
          section.offering .container .search .search-container .input-box input {
            width: 100%;
            font-family: 'Pretendard';
            border: none;
            outline: none;
            font-size: 14px;
            color: #000;
            padding: 5px 0; }
            section.offering .container .search .search-container .input-box input::placeholder {
              color: #ccc; }
          section.offering .container .search .search-container .input-box .search-btn {
            background: none;
            border: none;
            cursor: pointer;
            color: #000;
            padding: 0 5px;
            display: flex;
            align-items: center;
            transition: opacity 0.2s; }
            section.offering .container .search .search-container .input-box .search-btn:hover {
              opacity: 0.6; }
            section.offering .container .search .search-container .input-box .search-btn svg {
              width: 20px;
              height: 20px; }
      @media only screen and (max-width: 768px) {
        section.offering .container .search {
          justify-content: center; } }
    section.offering .container .offer-list {
      width: 100%;
      padding-bottom: 50px; }
      section.offering .container .offer-list table.list {
        width: 100%;
        margin-top: 50px; }
        section.offering .container .offer-list table.list th {
          font-family: 'Pretendard';
          border-top: 2px solid #000000;
          background: #fafafd;
          padding: 20px;
          font-size: 14px;
          font-weight: 500;
          text-align: center;
          border-bottom: 1px solid #eceaf7; }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-list table.list th {
              padding: 10px;
              letter-spacing: -1px; } }
          @media only screen and (max-width: 768px) {
            section.offering .container .offer-list table.list th {
              font-size: 12px;
              padding: 10px 5px;
              letter-spacing: -1px; } }
        section.offering .container .offer-list table.list td {
          font-family: 'Pretendard';
          padding: 20px 20px;
          border-bottom: 1px solid #eceaf7;
          font-size: 17px;
          vertical-align: middle;
          text-align: center;
          line-height: 24px; }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-list table.list td {
              font-size: 14px;
              letter-spacing: -1px;
              padding: 8px; } }
          section.offering .container .offer-list table.list td img {
            padding-top: 5px; }
          section.offering .container .offer-list table.list td span.t-title {
            font-family: 'Pretendard';
            display: inline-block;
            padding-top: 15px;
            padding-left: 10px; }
          section.offering .container .offer-list table.list td button.connect {
            font-family: 'Pretendard';
            width: 120px;
            font-size: 15px;
            margin: 0 auto !important;
            color: #fff;
            padding: 5px 10px 12px 20px;
            border-radius: 30px;
            text-align: center;
            border: 0px;
            background: #064ea8;
            margin: 0 auto; }
            section.offering .container .offer-list table.list td button.connect span.material-symbols-outlined {
              font-size: 20px;
              display: inline-block;
              position: relative;
              top: 4px; }
          section.offering .container .offer-list table.list td button.connect_ok {
            width: 120px;
            margin: 0 auto;
            font-size: 15px;
            color: #353a40;
            padding: 10px 20px 12px 20px;
            border-radius: 30px;
            text-align: center;
            border: 1px solid #e3e1f1;
            background: #fafafd; }
            section.offering .container .offer-list table.list td button.connect_ok span.material-symbols-outlined {
              font-size: 20px;
              display: inline-block;
              position: relative;
              top: 4px; }
          section.offering .container .offer-list table.list td button.connect_cancel {
            width: 120px;
            margin: 0 auto;
            font-size: 15px;
            color: #fff;
            padding: 5px 10px 12px 20px;
            border-radius: 30px;
            text-align: center;
            border: 0px;
            background: #0588a8; }
            section.offering .container .offer-list table.list td button.connect_cancel span.material-symbols-outlined {
              font-size: 20px;
              display: inline-block;
              position: relative;
              top: 4px; }
          @media only screen and (max-width: 1600px) {
            section.offering .container .offer-list table.list td {
              font-size: 14px; } }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-list table.list td {
              padding: 10px;
              font-size: 12px;
              letter-spacing: -1px; } }
          @media only screen and (max-width: 768px) {
            section.offering .container .offer-list table.list td {
              padding: 5px;
              letter-spacing: -1px; } }
        section.offering .container .offer-list table.list td.tal {
          text-align: left; }
        @media only screen and (max-width: 768px) {
          section.offering .container .offer-list table.list {
            margin-top: 30px; } }
    section.offering .container .offer-detail {
      width: 100%;
      padding-bottom: 50px; }
      section.offering .container .offer-detail table.view {
        width: 100%;
        margin-top: 100px;
        border-top: 2px solid #000000;
        letter-spacing: -1px; }
        section.offering .container .offer-detail table.view th {
          background: #fafafd;
          border-bottom: 1px solid #d9dada;
          font-family: 'Pretendard';
          padding: 20px;
          font-size: 30px;
          text-align: center;
          vertical-align: middle;
          position: relative; }
          section.offering .container .offer-detail table.view th .date {
            font-family: 'Pretendard';
            float: right;
            font-size: 16px;
            font-weight: 400;
            color: #353a40; }
            @media only screen and (max-width: 1200px) {
              section.offering .container .offer-detail table.view th .date {
                font-size: 12px; } }
          section.offering .container .offer-detail table.view th .name {
            font-family: 'Pretendard';
            float: left;
            font-size: 16px;
            font-weight: 400;
            color: #353a40; }
            @media only screen and (max-width: 1200px) {
              section.offering .container .offer-detail table.view th .name {
                font-size: 12px; } }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-detail table.view th {
              font-size: 18px; } }
        section.offering .container .offer-detail table.view .b-white {
          padding: 20px 20px;
          background: #fff; }
        section.offering .container .offer-detail table.view td {
          font-family: 'Pretendard';
          text-align: left;
          background: #fff;
          font-size: 16px;
          vertical-align: middle; }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-detail table.view td {
              font-size: 14px;
              padding: 10px; } }
          section.offering .container .offer-detail table.view td .desc {
            padding: 50px 0px;
            line-height: 30px; }
          section.offering .container .offer-detail table.view td .prev-text ul {
            width: 100%; }
            section.offering .container .offer-detail table.view td .prev-text ul li.pt-item {
              font-family: 'Pretendard';
              float: left;
              font-size: 16px;
              padding: 10px; }
              @media only screen and (max-width: 1200px) {
                section.offering .container .offer-detail table.view td .prev-text ul li.pt-item {
                  font-size: 12px; } }
            section.offering .container .offer-detail table.view td .prev-text ul .fw {
              font-family: 'Pretendard';
              font-weight: 600;
              color: #353a40; }
            section.offering .container .offer-detail table.view td .prev-text ul li.pt-item:last-child {
              float: right; }
          section.offering .container .offer-detail table.view td .next-text ul {
            width: 100%; }
            section.offering .container .offer-detail table.view td .next-text ul li.pt-item {
              font-family: 'Pretendard';
              float: left;
              font-size: 16px;
              padding: 10px; }
              @media only screen and (max-width: 1200px) {
                section.offering .container .offer-detail table.view td .next-text ul li.pt-item {
                  font-size: 12px; } }
            section.offering .container .offer-detail table.view td .next-text ul .fw {
              font-family: 'Pretendard';
              font-weight: 600;
              color: #353a40; }
            section.offering .container .offer-detail table.view td .next-text ul li.pt-item:last-child {
              float: right; }
          @media only screen and (max-width: 1200px) {
            section.offering .container .offer-detail table.view td {
              font-size: 12px; } }
        section.offering .container .offer-detail table.view .tac {
          text-align: center; }
        section.offering .container .offer-detail table.view .tal {
          text-align: left; }
        section.offering .container .offer-detail table.view img {
          padding: 100px 0; }
        section.offering .container .offer-detail table.view td.h30 {
          height: 30px;
          padding: 10px 20px; }
          @media only screen and (max-width: 768px) {
            section.offering .container .offer-detail table.view td.h30 {
              padding: 10px 0; } }
        section.offering .container .offer-detail table.view td.bb1 {
          border-bottom: 1px solid #d8d9d9; }
        section.offering .container .offer-detail table.view td.bt3 {
          border-top: 2px solid #000; }
      section.offering .container .offer-detail button.more {
        margin-top: 50px; }

section.floor {
  width: 100%; }
  section.floor .container .floor-inner ul li.flo-item {
    float: left; }
    section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item {
      width: 100%;
      padding: 25px 0;
      text-align: left; }
      section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item .f-title {
        display: inline;
        font-family: 'Pretendard';
        background: #0881da;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10px; }
        @media only screen and (max-width: 1200px) {
          section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item .f-title {
            font-size: 20px; } }
        @media only screen and (max-width: 768px) {
          section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item .f-title {
            padding: 15px;
            text-align: center;
            display: inline-block; } }
      section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item p.f-desc {
        display: inline;
        color: #000;
        font-size: 18px;
        font-weight: 400;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item p.f-desc span.f-line {
          color: #333;
          font-weight: 100;
          margin: 0 10px; }
          @media only screen and (max-width: 1200px) {
            section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item p.f-desc span.f-line {
              margin: 0 5px; } }
        @media only screen and (max-width: 1200px) {
          section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item p.f-desc {
            font-size: 16px; } }
        @media only screen and (max-width: 768px) {
          section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item p.f-desc {
            width: 100%;
            display: block;
            font-size: 14px;
            margin-top: 10px; } }
        @media only screen and (max-width: 542px) {
          section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item p.f-desc {
            font-size: 12px; } }
      @media only screen and (max-width: 1200px) {
        section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item {
          padding: 18px 0; } }
      @media only screen and (max-width: 768px) {
        section.floor .container .floor-inner ul li.flo-item .floor-box ul li.fb-item {
          width: 100%;
          text-align: center; } }
    @media only screen and (max-width: 768px) {
      section.floor .container .floor-inner ul li.flo-item .floor-box {
        margin-top: 10px; } }
  section.floor .container .floor-inner ul li.flo-item:first-child {
    width: 40%;
    text-align: left;
    padding-top: 10px; }
    @media only screen and (max-width: 1200px) {
      section.floor .container .floor-inner ul li.flo-item:first-child {
        width: 30%; } }
    @media only screen and (max-width: 768px) {
      section.floor .container .floor-inner ul li.flo-item:first-child {
        width: 100%; }
        section.floor .container .floor-inner ul li.flo-item:first-child img {
          width: 100%; } }
  section.floor .container .floor-inner ul li.flo-item:last-child {
    width: 60%; }
    @media only screen and (max-width: 1200px) {
      section.floor .container .floor-inner ul li.flo-item:last-child {
        width: 70%;
        padding-left: 10px; } }
    @media only screen and (max-width: 768px) {
      section.floor .container .floor-inner ul li.flo-item:last-child {
        width: 100%; } }

/* Board Componenet */
/* footer */
footer {
  padding: 50px 0px;
  font-family: 'Pretendard';
  background: #f2f2f2; }
  footer .container {
    width: 100%; }
    footer .container ul li.copy-item {
      float: left; }
      footer .container ul li.copy-item .footer-logo {
        padding-top: 20px; }
        footer .container ul li.copy-item .footer-logo img {
          height: 74px; }
          @media only screen and (max-width: 1200px) {
            footer .container ul li.copy-item .footer-logo img {
              height: 50px; } }
        @media only screen and (max-width: 1200px) {
          footer .container ul li.copy-item .footer-logo {
            padding-top: 0;
            text-align: center; } }
      footer .container ul li.copy-item .footer-menu {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
        font-size: 13px;
        letter-spacing: -1px;
        color: #000;
        border-bottom: 1px solid #D7D7D7; }
        @media only screen and (max-width: 1200px) {
          footer .container ul li.copy-item .footer-menu {
            margin-top: 20px;
            text-align: center; } }
      footer .container ul li.copy-item .copyright {
        padding-top: 20px;
        color: #000; }
        footer .container ul li.copy-item .copyright h5 {
          font-weight: 500;
          font-size: 20px;
          letter-spacing: -1px; }
          @media only screen and (max-width: 1200px) {
            footer .container ul li.copy-item .copyright h5 {
              font-size: 16px;
              text-align: center; } }
        footer .container ul li.copy-item .copyright h6 {
          font-size: 14px;
          padding-top: 10px;
          padding-bottom: 5px; }
          @media only screen and (max-width: 1200px) {
            footer .container ul li.copy-item .copyright h6 {
              font-size: 12px;
              text-align: center; } }
        footer .container ul li.copy-item .copyright h7 {
          font-size: 12px; }
          @media only screen and (max-width: 1200px) {
            footer .container ul li.copy-item .copyright h7 {
              font-size: 11px;
              text-align: center; } }
        @media only screen and (max-width: 1200px) {
          footer .container ul li.copy-item .copyright {
            text-align: center;
            padding-top: 10px; } }
    footer .container ul li.copy-item:first-child {
      width: 20%; }
      @media only screen and (max-width: 1200px) {
        footer .container ul li.copy-item:first-child {
          width: 100%; } }
    footer .container ul li.copy-item:last-child {
      width: 80%; }
      @media only screen and (max-width: 1200px) {
        footer .container ul li.copy-item:last-child {
          width: 100%; } }
  @media only screen and (max-width: 1200px) {
    footer {
      padding: 20px 0; } }
  @media only screen and (max-width: 542px) {
    footer {
      padding-bottom: 120px; } }

.quick-menu {
  position: fixed;
  z-index: 99999999999999;
  width: 89px;
  top: 200px;
  right: 10px; }
  .quick-menu ul li.quick-item {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .quick-menu ul li.quick-item img {
        width: 100%; } }
    @media only screen and (max-width: 542px) {
      .quick-menu ul li.quick-item img {
        float: left;
        width: 20%; } }
  @media only screen and (max-width: 542px) {
    .quick-menu ul li.quick-menu:first-child {
      background: #0053B7; } }
  @media only screen and (max-width: 542px) {
    .quick-menu ul li.quick-menu:nth-child(2) {
      background: #D9D9D9; } }
  @media only screen and (max-width: 542px) {
    .quick-menu ul li.quick-menu:nth-child(3) {
      background: #0053B7; } }
  @media only screen and (max-width: 542px) {
    .quick-menu ul li.quick-menu:nth-child(4) {
      background: #D9D9D9; } }
  @media only screen and (max-width: 542px) {
    .quick-menu ul li.quick-item:last-child {
      background: #D9D9D9; } }
  @media only screen and (max-width: 768px) {
    .quick-menu {
      width: 60px;
      right: 10px; } }
  @media only screen and (max-width: 542px) {
    .quick-menu {
      width: 100%;
      top: auto;
      right: 0;
      bottom: 0px; } }

.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  text-decoration: none; }

/* button type */
.btn-primary {
  background: #E8485A;
  border-color: #E8485A;
  color: #fff; }

.btn-primary-ol {
  background: #fff;
  border-color: #fff;
  color: #E8485A; }

.btn-tool {
  background: #a7a7a7;
  border-color: #a7a7a7;
  color: #fff; }

/* button size */
.btn-full {
  width: 100%;
  padding: 12px 15px; }

.btn-big {
  font-size: 14px;
  width: 100%;
  padding: 16px 15px;
  font-weight: bold; }
  .btn-big i {
    font-size: 22px;
    margin-right: 4px;
    vertical-align: middle; }

.btn-md {
  padding: 10px 14px;
  font-size: 13px; }
  .btn-md i {
    font-size: 20px; }

.btn-sm {
  font-size: 12px;
  padding: 4px 6px; }
  .btn-sm i {
    font-size: 16px; }

/* button option amount */
.btn .amount {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #E8485A;
  text-align: center;
  line-height: 12px;
  font-size: 10px; }

.btn-material {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=style.css.map */
