@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

.text-end { text-align:right; }

.board-view video { max-width:100%; }

/*======================================플러그인======================================*/
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -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; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ''; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/*! Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker) Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) */
.datepicker { padding: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; direction: ltr; }

.datepicker-inline { width: 220px; }

.datepicker-rtl { direction: rtl; }

.datepicker-rtl.dropdown-menu { left: auto; }

.datepicker-rtl table tr td span { float: right; }

.datepicker-dropdown { top: 0; left: 0; }

.datepicker-dropdown:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #999; border-top: 0; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; }

.datepicker-dropdown:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-top: 0; position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before { left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after { left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before { right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after { right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before { top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after { top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #fff; }

.datepicker table { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.datepicker td, .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th { background-color: transparent; }

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused { background: #eee; cursor: pointer; }

.datepicker table tr td.old, .datepicker table tr td.new { color: #888; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { background: none; color: #888; cursor: default; }

.datepicker table tr td.highlighted { background: #d9edf7; border-radius: 0; }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover { background-color: #fde19a; background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a)); background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: linear-gradient(to bottom, #fdd49a, #fdf59a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0); border-color: #fdf59a #fdf59a #fbed50; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #000; }

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] { background-color: #fdf59a; }

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active { background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover { color: #000; }

.datepicker table tr td.today.active:hover { color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover { background: #eee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover { background-color: #f3d17a; background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a)); background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: linear-gradient(to bottom, #f3c17a, #f3e97a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0); border-color: #f3e97a #f3e97a #edde34; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] { background-color: #f3e97a; }

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active { background-color: #efe24b \9; }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover { background-color: #9e9e9e; background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080); background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080)); background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080); background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080); background-image: linear-gradient(to bottom, #b3b3b3, #808080); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0); border-color: #808080 #808080 #595959; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] { background-color: #808080; }

.datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active { background-color: #666666 \9; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover { background-color: #006dcc; background-image: -moz-linear-gradient(to bottom, #08c, #0044cc); background-image: -ms-linear-gradient(to bottom, #08c, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc)); background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc); background-image: -o-linear-gradient(to bottom, #08c, #0044cc); background-image: linear-gradient(to bottom, #08c, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] { background-color: #0044cc; }

.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active { background-color: #003399 \9; }

.datepicker table tr td span { display: block; width: 23%; height: 54px; line-height: 54px; float: left; margin: 1%; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.datepicker table tr td span:hover, .datepicker table tr td span.focused { background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover { background: none; color: #888; cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover { background-color: #006dcc; background-image: -moz-linear-gradient(to bottom, #08c, #0044cc); background-image: -ms-linear-gradient(to bottom, #08c, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc)); background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc); background-image: -o-linear-gradient(to bottom, #08c, #0044cc); background-image: linear-gradient(to bottom, #08c, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] { background-color: #0044cc; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active { background-color: #003399 \9; }

.datepicker table tr td span.old, .datepicker table tr td span.new { color: #888; }

.datepicker .datepicker-switch { width: 145px; }

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th { cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover { background: #eee; }

.datepicker .prev.disabled, .datepicker .next.disabled { visibility: hidden; }

.datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle; }

.input-append.date .add-on, .input-prepend.date .add-on { cursor: pointer; }

.input-append.date .add-on i, .input-prepend.date .add-on i { margin-top: 3px; }

.input-daterange input { text-align: center; }

.input-daterange input:first-child { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }

.input-daterange input:last-child { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }

.input-daterange .add-on { display: inline-block; width: auto; min-width: 16px; height: 18px; padding: 4px 5px; font-weight: normal; line-height: 18px; text-align: center; text-shadow: 0 1px 0 #fff; vertical-align: middle; background-color: #eee; border: 1px solid #ccc; margin-left: -5px; margin-right: -5px; }



.modal-open { overflow: hidden; }

.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -25%); }

.modal.show .modal-dialog { transform: translate(0, 0); }

.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2)); }

.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { transition: opacity 0.3s ease; }

/*======================================헬퍼&유틸======================================*/
.skip-wrap { position: fixed; z-index: 9999; }

.skip-nav { position: absolute; top: -200px; left: -100%; color: #fff; background: #333; font-size: 16px; transition: left 0.3s ease; }

.skip-nav:focus { display: block; position: fixed; top: 0; left: 0; min-width: 100px; z-index: 9999; padding: 15px; font-weight: 400; line-height: 1.3; text-align: left; vertical-align: middle; }

[is-hidden], .is-hidden { display: none; }

thead.is-hidden { display: inline-block; position: absolute; overflow: hidden; display: inline-block; height: 1px; width: 1px; border: 0; margin: -1px; font-size: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); }

.blind, .hide { position: absolute !important; overflow: hidden; display: inline-block; height: 1px; width: 1px; border: 0; margin: -1px; font-size: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); }

.blind.block, .hide.block { display: block; }

@media (max-width: 1279px) { [only-desktop], .only-desktop { display: none !important; } }

@media (min-width: 1280px) { [only-mobile], .only-mobile { display: none !important; } }

@media (max-width: 639px) { [only-tablet], .only-tablet { display: none !important; } }

@media (min-width: 1280px) { [only-tablet], .only-tablet { display: none !important; } }

@media (min-width: 640px) and (max-width: 1279px) { [no-tablet], .no-tablet { display: none !important; } }

@media (min-width: 640px) and (max-width: 1279px) { [show-tablet], .show-tablet { display: initial !important; } }

/*======================================리셋======================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html, body { line-height: 1.15; font-family: 'Roboto', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', '나눔 고딕', '맑은 고딕', Malgun Gothic, '돋움', Dotum, 'Apple SD Gothic Neo', Helvetica, sans-serif; font-size: 62.5%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: keep-all; box-sizing: border-box; }

html:lang(en) { font-family: 'Roboto', 'Noto Sans SC', 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', '나눔 고딕', '맑은 고딕', Malgun Gothic, '돋움', Dotum, 'Apple SD Gothic Neo', Helvetica, sans-serif; }

* { box-sizing: border-box; }

*::after, *::before { box-sizing: border-box; }

body { position: relative; min-width: 320px; margin: 0; overflow-x: hidden; }

@media (max-width: 319px) { body { overflow-x: auto; } }

@media (min-width: 1280px) { body { min-width: 1200px; max-width: 2200px; margin: 0 auto; overflow-x: auto; } }

/* Set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, summary { display: block; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { height: 0; box-sizing: content-box; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }

abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; vertical-align: top; max-width:100%; }

button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { overflow: visible; }

button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; }

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type='checkbox'], [type='radio'] { box-sizing: border-box; padding: 0; }

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; }

[type='search'] { -webkit-appearance: textfield; outline-offset: -2px; }

[type='search']::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

/*Add styles*/
select, input { vertical-align: top; border-radius: 0; background-color: transparent; }

ol, ul { list-style: none; }

em { font-style: normal; color: #000; }

address { font-style: normal; display: inline; }

button { cursor: pointer; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

table { border-spacing: 0; border-collapse: collapse; }

caption, legend { display: inline-block; position: absolute; height: 1px; width: 1px; border: 0; margin: -1px; font-size: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); }

dfn { font-style: normal; }

select, input[type=radio], input[type=submit], input[type=search] { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select::-ms-expand { display: none; }

h1, h2, h3, h4, h5, h6, p { margin: 0; }

/*Legacy browser supports*/
.legacy-browser { position: fixed; bottom: 0; right: 0; left: 0; z-index: 9999; width: 100%; padding: 12px 12px; margin: auto; font-family: sans-serif, arial; font-size: 10px; line-height: 1.3; font-weight: 400; color: #fff; background: #aaa; overflow: hidden; }

.legacy-browser a { text-decoration: underline; color: #fff; }

.legacy-close { position: absolute; top: 7px; right: 5px; padding: 5px; border: 0; margin: 0; font-size: 10px; line-height: 1; color: #fff; }

.legacy-close:hover, .legacy-close:focus { text-decoration: underline; }

/*======================================공통 레이아웃======================================*/
.ly-header { outline: none; }

@media (min-width: 1280px) { .ly-header { position: fixed; top: 0; left: 0; z-index: 1020; } }

@media (min-width: 1280px) and (max-width: 1419px) and (min-width: 1280px) { .ly-header { position: absolute; } }

@media screen and (min-width: 1280px) and (min-width: 2200px) { .ly-header { left: calc(50% - 1100px); } }

.ly-header a { text-decoration: none; }

.ly-header .header-btn { z-index: 1200; }

@media (max-width: 1279px) { .ly-header .header-btn { display: none; } }

@media (min-width: 1280px) { .ly-header .header-btn { display: block; border: none; } }

@media (min-width: 1280px) and (max-width: 1419px) { .ly-header .header-btn.header-inner-open-btn { position: absolute; top: 4px; left: 20px; width: 64px; height: 64px; padding: 20px; padding: 0; background: none; } }

@media (min-width: 1420px) { .ly-header .header-btn.header-inner-open-btn { position: fixed; top: 0; left: 0; bottom: 0; width: 80px; height: 100%; border: none; background: #193988; } }

@media screen and (min-width: 2200px) { .ly-header .header-btn.header-inner-open-btn { position: fixed; left: calc(50% - 1100px); } }

@media (min-width: 1280px) and (max-width: 1419px) { .ly-header .header-btn.header-inner-open-btn span { display: block; width: 24px; height: 4px; margin: 6px auto; overflow: hidden; text-indent: -9999px; background: #193988; } }

@media (min-width: 1420px) { .ly-header .header-btn.header-inner-open-btn span { position: absolute; top: 70px; left: 28px; width: 24px; height: 24px; text-indent: -9999px; background: url("../../image/sub-header-gnb-open_lg.png") center/contain no-repeat; } }

@media (min-width: 1280px) and (max-width: 1419px) { .ly-header .header-btn.header-inner-open-btn::after, .ly-header .header-btn.header-inner-open-btn::before { content: ''; display: block; width: 24px; height: 4px; margin: 0 auto; overflow: hidden; background: #193988; } }

.ly-header .header-btn.header-inner-close-btn { position: fixed; }

@media (min-width: 1280px) { .ly-header .header-btn.header-inner-close-btn { left: 180px; top: 0px; width: 68px; height: 68px; padding: 20px; border: none; } }

@media screen and (min-width: 2200px) { .ly-header .header-btn.header-inner-close-btn { position: fixed; left: calc(50% - 920px); } }

@media (min-width: 1280px) { .ly-header .header-btn.header-inner-close-btn::before, .ly-header .header-btn.header-inner-close-btn::after { content: ''; display: block; position: absolute; left: 21px; top: 32px; height: 2px; width: 24px; background: #d8d8d8; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); } }

@media (min-width: 1280px) { .ly-header .header-btn.header-inner-close-btn::after { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } }

@media (min-width: 1280px) { .ly-header .header-btn.header-inner-close-btn.is-active { left: 893px; } }

@media screen and (min-width: 2200px) { .ly-header .header-btn.header-inner-close-btn.is-active { left: calc(50% - 207px); } }

.ly-header .header-btn.header-inner-close-btn.blind { display: none; }

@media (min-width: 1280px) and (max-width: 1419px) { .ly-header .header-btn.header-inner-close-btn.is-active { left: 892px; } }

@media (min-width: 1280px) and (max-width: 1419px) { .ly-header .header-btn span { color: #fff; } }

.ly-header .header-container { background: #1b3b86; }

@media (max-width: 1279px) { .ly-header .header-container { position: relative; right: 0; left: 0; height: 45px; z-index: 1100; background: #173473; overflow-y: hidden; -ms-overflow-style: none; overflow-y: -moz-scrollbars-none; -webkit-overflow-style: none; scrollbar-face-color: #1b3b86; scrollbar-track-color: #1b3b86; scrollbar-arrow-color: none; scrollbar-highlight-color: #1b3b86; scrollbar-3dlight-color: none; scrollbar-shadow-color: #1b3b86; scrollbar-darkshadow-color: none; scrollbar-width: none; } }

@media (max-width: 1279px) and (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container { height: 100px; } }

@media (min-width: 1280px) { .ly-header .header-container { width: 180px; height: 100vh; } }

@media (min-width: 1420px) { .ly-header .header-container { display: none; } }

@media (max-width: 1419px) and (min-width: 1280px) { .ly-header .header-container { display: none; } }

@media screen and (min-width: 2200px) { .ly-header .header-container { left: calc(50% - 1100px); } }

@media (max-width: 1279px) { .ly-header .header-container.show-mobile { position: fixed; top: 0; height: 100vh; overflow-y: auto; } }

@media (max-width: 1279px) { .ly-header .header-container.show-mobile::-webkit-scrollbar { display: none; visibility: hidden; } }

.ly-header .header-container.show-sub { display: block; left: 0; }

@media (max-width: 1419px) and (min-width: 1280px) { .ly-header .header-container.show-sub { position: fixed; } }

@media (min-width: 1280px) { .ly-header .header-container .header-wrap { height: 100%; overflow-y: scroll; overflow-x: hidden; -ms-overflow-style: none; overflow-y: -moz-scrollbars-none; -webkit-overflow-style: none; scrollbar-face-color: #1b3b86; scrollbar-track-color: #1b3b86; scrollbar-arrow-color: none; scrollbar-highlight-color: #1b3b86; scrollbar-3dlight-color: none; scrollbar-shadow-color: #1b3b86; scrollbar-darkshadow-color: none; scrollbar-width: none; } }

.ly-header .header-container .header-wrap::-webkit-scrollbar { display: none; visibility: hidden; }

.ly-header .header-container .header-wrap::-moz-scrollbar { display: none; }

.ly-header .header-container .header-wrap.is-active { width: 960px; padding-right: 780px; }

@media (min-width: 1280px) { .ly-header .header-container .header-wrap .header-inner { width: 100%; min-height: 870px; height: 100%; padding-top: 50px; } }

@media (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner h1 { width: 100px; height: 23px; margin: 10px auto 15px; background-color: #1b3b86; } }

@media (max-width: 1279px) and (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner h1 { width: 100%; height: 48px; margin: 0; text-align: center; } }

@media (max-width: 1279px) and (min-width: 640px) { .ly-header .header-container .header-wrap .header-inner h1 { width: 100%; height: 100px; margin: 0; text-align: center; } }

@media (min-width: 1280px) { .ly-header .header-container .header-wrap .header-inner h1 { width: 130px; height: 88px; margin: 0 auto 48px; } }

.ly-header .header-container .header-wrap .header-inner h1 .navigation-header-logo { display: block; height: 100%; }

@media (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner h1 .navigation-header-logo { background: url("../../image/ysbs-logo_sm.png") center/contain no-repeat; width: 100px; margin: 0 auto; } }

@media (max-width: 1279px) and (min-width: 640px) { .ly-header .header-container .header-wrap .header-inner h1 .navigation-header-logo { background: url("../../image/ysbs-logo_md.png") center/auto no-repeat; width: 214px; margin: 0 auto; } }

@media (min-width: 1280px) { .ly-header .header-container .header-wrap .header-inner h1 .navigation-header-logo { background: url("../../image/ysbs-logo_lg.png") center/contain no-repeat; } }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb { margin-bottom: 100px; }

@media (min-height: 980px) { .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb { margin-bottom: 200px; } }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link { display: block; width: 180px; text-align: center; color: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link .navigation-gnb-d1-title { display: block; font-size: 16px; font-weight: 400; line-height: 55px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link .navigation-gnb-d1-title:last-child { font-size: 15px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link.is-active .navigation-gnb-d1-title { font-size: 18px; color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list { display: none; position: absolute; left: 180px; top: 0; z-index: 20; width: 780px; height: 100%; padding: 160px 20px 0 40px; font-size: 0; background: rgba(27, 59, 134, 0.9); overflow-y: scroll; -ms-overflow-style: none; overflow-y: -moz-scrollbars-none; -webkit-overflow-style: none; scrollbar-face-color: rgba(27, 59, 134, 0.9); scrollbar-track-color: rgba(27, 59, 134, 0.9); scrollbar-arrow-color: none; scrollbar-highlight-color: rgba(27, 59, 134, 0.9); scrollbar-3dlight-color: none; scrollbar-shadow-color: rgba(27, 59, 134, 0.9); scrollbar-darkshadow-color: none; scrollbar-width: none; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list::-webkit-scrollbar { display: none; visibility: hidden; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup { display: inline-block; width: 171px; padding: 40px 0 0 15px; margin-bottom: 30px; vertical-align: top; }

/* 2024-05-24, 메뉴를 ul li로 구성 */
.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup > ul { padding-left:0;}
/* --2024-05-24 */

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup a { display: block; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title { position: relative; margin-bottom: 11px; font-size: 15px; color: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title:after { content: ''; display: block; position: absolute; left: -15px; top: 2px; width: 6px; height: 9px; background: url("../../image/header-2d-title.png") center/contain no-repeat; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { margin-bottom: 5px; font-size: 14px; line-height: 25px; color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup:nth-child(5) { position: relative; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup:nth-child(5):before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 700px; height: 1px; border-top: 1px dashed #697dad; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list.show { display: block; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth > a { display: block; font-size: 13px; font-weight: bold; line-height: 40px; text-align: center; color: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth > a img { vertical-align: middle; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth.lang { font-weight: 500; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content { display: none; position: absolute; left: 180px; top: 0; z-index: 20; width: 780px; height: 100vh; padding: 115px 30px 0 60px; background: rgba(27, 59, 134, 0.9); overflow-y: scroll; -ms-overflow-style: none; overflow-y: -moz-scrollbars-none; -webkit-overflow-style: none; scrollbar-face-color: rgba(27, 59, 134, 0.9); scrollbar-track-color: rgba(27, 59, 134, 0.9); scrollbar-arrow-color: none; scrollbar-highlight-color: rgba(27, 59, 134, 0.9); scrollbar-3dlight-color: none; scrollbar-shadow-color: rgba(27, 59, 134, 0.9); scrollbar-darkshadow-color: none; scrollbar-width: none; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content::-webkit-scrollbar { display: none; visibility: hidden; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form { position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset { position: relative; width: 460px; padding: 0; border: none; margin: 0 auto 45px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input { width: 100%; padding: 18px 40px 18px 0; border: none; border-bottom: 3px solid #bfc8dc; font-size: 16px; color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input::-webkit-input-placeholder { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input:-moz-input-placeholder { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input::-moz-input-placeholder { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input:-ms-input-placeholder { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input::placeholder { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset > button { position: absolute; right: 0; bottom: 17px; width: 20px; height: 19px; border: none; background: url("../image/header-sidegnb-search-button_lg.png") center/contain no-repeat; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list { padding: 0 10px; margin: 0 auto; font-size: 14px; text-align: left; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 { padding-top: 25px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 p { width: 80px; height: 30px; border-radius: 100px; margin-bottom: 26px; line-height: 30px; text-align: center; color: #111; background: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list { margin-left: 14px; font-size: 0; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list .search-list-d2-title { display: inline-block; position: relative; width: calc(100%/4); padding-left: 10px; margin-bottom: 22px; font-size: 14px; line-height: 20px; letter-spacing: -0.025em; color: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list .search-list-d2-title:before { content: ''; display: block; position: absolute; left: 0; top: 50%; width: 3px; height: 3px; margin-top: -4px; border-radius: 100px; background: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list .search-list-d2-title .point { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-quickLink { width: 660px; padding: 15px 0; border-radius: 5px; margin-bottom: 50px; text-align: center; background: #224991; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-quickLink a { display: inline-block; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-quickLink a + a { margin-left: 43px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-quickLink a img { vertical-align: top; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list { width: 660px; padding: 0 30px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link { display: inline-block; width: 174px; margin-bottom: 22px; font-size: 13px; font-weight: 500; line-height: 30px; letter-spacing: 0; color: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link.icon span:after { content: ''; display: inline-block; width: 10px; height: 10px; margin-left: 8px; background: url("../image/icon-link-newwindow_gnb-site_lg.png") center center/contain no-repeat; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:nth-child(4n - 1) { width: 150px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:nth-child(4n - 2) { width: 175px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:nth-child(4n - 3) { width: 199px; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:nth-child(4n) { width: auto; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:hover, .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:focus { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:hover.icon span:after, .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list .site-list-link:focus.icon span:after { background-image: url("../image/icon-newwindow-white_lg.png"); }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn { display: none; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content.show { display: block; }

.ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-language { display: block; font-size: 13px; font-weight: 500; line-height: 50px; letter-spacing: 0.05em; }

.ly-header .header-container .header-wrap .header-inner .header-mobile { position: relative; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn { display: block; position: absolute; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn { top: -48px; left: 0px; width: 45px; height: 45px; padding: 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn { top: -73px; left: 15px; width: 52px; height: 52px; padding: 10px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn span { display: block; overflow: hidden; text-indent: -9999px; color: #fff; background: #fff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn span { width: 15px; height: 2px; margin: 4px 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn span { width: 32px; height: 5px; margin: 8px 0; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn:after, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn:before { content: ''; display: block; overflow: hidden; color: #fff; background: #fff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn:after, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn:before { width: 15px; height: 2px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn:after, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn:before { width: 32px; height: 5px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close { right: 5px; left: auto; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close { right: 5px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close { right: 17px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close span { display: block; position: absolute; top: 50%; margin: 0; color: #fff; background: #fff; overflow: hidden; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close span { width: 15px; height: 2px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close span { width: 29px; height: 3px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close:after { content: ''; display: block; position: absolute; top: 50%; color: #fff; background: #fff; overflow: hidden; transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close:after { width: 15px; height: 2px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close:after { width: 29px; height: 3px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-menu-open-btn.close:before { display: none; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap { display: none; min-height: calc(100vh - 45px); background: #173473; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap.show { display: block; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb { padding: 14px 0 46px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb { padding: 41px 0 205px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link { padding: 0; border: none; text-align: left; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link { width: 150px; padding-left: 30px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link { width: 300px; padding-left: 60px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link .navigation-gnb-d1-title { display: block; font-weight: 500; letter-spacing: 0; color: #aecbff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link .navigation-gnb-d1-title { font-size: 14px; line-height: 50px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link .navigation-gnb-d1-title { font-size: 25px; line-height: 90px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link.is-active .navigation-gnb-d1-title { display: block; color: #fff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link.is-active .navigation-gnb-d1-title { font-size: 16px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d1-link.is-active .navigation-gnb-d1-title { font-size: 30px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list { display: none; position: absolute; top: 0; right: 0; bottom: 0; padding-top: 20px; background: #274588; }

/* 2024-05-24, 메뉴를 ul li로 구성 */
.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list,
.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-listgroup { padding:0; margin:0; }
/* --2024-05-24 */

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list { left: 150px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list { left: 300px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list.is-active { display: block; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup { background: #274588; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn { display: block; position: relative; width: 100%; padding: 0; border: none; font-weight: 500; letter-spacing: 0; text-align: left; color: #a9ccff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn { padding: 0 30px; font-size: 14px; line-height: 50px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn { padding: 0 42px; font-size: 28px; line-height: 70px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title.is-active, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn.is-active { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title span, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn span { position: relative; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title span:before, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn span:before { content: ''; display: block; position: absolute; top: 50%; margin-top: -5px; background: url("../image/header-2d-title-down_sm.png") center/contain no-repeat; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title span:before, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn span:before { right: -20px; width: 9px; height: 5px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title span:before, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-btn span:before { right: -42px; width: 18px; height: 10px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-listgroup { display: none; padding: 8px 0; background: #395aa2; overflow: hidden; box-sizing: border-box; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-listgroup .navigation-gnb-d2-sub { display: block; font-weight: 400; color: #fff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-listgroup .navigation-gnb-d2-sub { padding-left: 30px; font-size: 13px; line-height: 40px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-listgroup .navigation-gnb-d2-sub { padding-left: 45px; font-size: 26px; line-height: 60px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup.is-active .navigation-gnb-d2-btn { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup.is-active .navigation-gnb-d2-btn span:before { margin-top: -6px; background-image: url("../image/header-2d-title-up_sm.png"); }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup.is-active .navigation-gnb-d2-btn span:before { width: 9px; height: 5px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup.is-active .navigation-gnb-d2-btn span:before { width: 18px; height: 12px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-gnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup.is-active .navigation-gnb-d2-listgroup { display: block; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util { padding-bottom: 52px; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a { display: block; width: 100%; padding: 15px 0 15px 31px; border: none; font-weight: 500; text-align: left; color: #aecbff; cursor: pointer; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a { font-size: 13px; line-height: 6px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a { padding-left: 60px; font-size: 26px; line-height: 52px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button img, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a img { vertical-align: middle; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button img, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a img { width: 11px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button img, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a img { width: 22px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button.navigation-header-language, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a.navigation-header-language { letter-spacing: 0.05em; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button.navigation-header-language, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a.navigation-header-language { font-size: 12px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > button.navigation-header-language, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth > a.navigation-header-language { font-size: 24px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content { display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #173473; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content { padding: 20px 0 60px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content { padding: 44px 0 60px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content.show { display: block; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form { padding: 0 30px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form { padding: 0 65px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset { position: relative; padding: 0; border: none; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input { width: 100%; border: none; font-weight: 500; letter-spacing: 0; color: #fff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input { padding: 0 45px 0 5px; border-bottom: 1px solid rgba(255, 255, 255, 0.7); font-size: 16px; line-height: 40px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset .search-input { padding: 0 55px 0 9px; border-bottom: 2px solid rgba(255, 255, 255, 0.7); font-size: 34px; line-height: 77px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset button { position: absolute; right: 5px; border: none; background: url("../image/header-sidegnb-search-button_sm.png") center/contain no-repeat; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset button { bottom: 9px; width: 19px; height: 19px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-form .search-fieldset button { bottom: 19px; width: 38px; height: 38px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list { background: #173473; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list { padding: 30px 35px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list { padding: 62px 65px; } }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 { margin-bottom: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 { margin-bottom: 34px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d1-title { border-radius: 23px; font-weight: 500; letter-spacing: -0.025em; text-align: center; color: #111; background-color: #aecbff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d1-title { width: 75px; height: 23px; margin-bottom: 16px; font-size: 13px; line-height: 23px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d1-title { width: 160px; height: 50px; margin-bottom: 35px; font-size: 27px; line-height: 50px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list { text-align: left; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list a { display: inline-block; width: calc(100% / 2 - 12px); position: relative; margin-left: 5px; font-weight: 400; letter-spacing: -0.025em; color: #aecbff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list a { padding-left: 10px; font-size: 13px; line-height: 32px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list a { padding-left: 20px; font-size: 27px; line-height: 68px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list a:before { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; border-radius: 100px; position: absolute; left: 0; background: #aecbff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list a:before { width: 4px; height: 4px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list a:before { width: 8px; height: 8px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .search-list-d1-list .search-list-d1 .search-list-d2-list a span { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick { margin-top: 10px; background: #1d3d84; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick { height: 70px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick { height: 140px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap { font-size: 0; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title { display: inline-block; height: 100%; text-align: center; vertical-align: top; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title { width: 35px; line-height: 70px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title { width: 65px; line-height: 140px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title img { vertical-align: middle; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title img { width: 10px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title img { width: 22px; } }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title img.only-mobile { display: inline; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title img.only-mobile { display: none; } }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title img.only-mebble { display: none; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-title img.only-mebble { display: inline; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap { display: inline-block; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: none; overflow-y: -moz-scrollbars-none; -webkit-overflow-style: none; scrollbar-face-color: #1b3b86; scrollbar-track-color: #1b3b86; scrollbar-arrow-color: none; scrollbar-highlight-color: #1b3b86; scrollbar-3dlight-color: none; scrollbar-shadow-color: #1b3b86; scrollbar-darkshadow-color: none; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap { width: calc(100% - 35px); } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap { width: calc(100% - 65px); } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap::-webkit-scrollbar { display: none; visibility: hidden; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap .quick-menu-list { padding: 0; font-size: 0; vertical-align: top; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap .quick-menu-list { width: calc(76px * 6); } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap .quick-menu-list { width: calc(151px * 6); } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap .quick-menu-list li { display: inline-block; margin-right: 1px; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap .quick-menu-list li a { display: block; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap .quick-menu-list li a img { width: 75px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-header-quick .navigation-header-quick-wrap .quick-menu-wrap .quick-menu-list li a img { width: 150px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list { padding: 23px 30px 60px; background: #173473; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list-d1-name { padding: 0 4px; font-weight: 500; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list-d1-name { font-size: 16px; line-height: 41px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list-d1-name { font-size: 34px; line-height: 85px; } }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list { padding: 8px 5px; font-size: 0; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list .site-list-link { display: inline-block; width: 50%; font-size: 13px; font-weight: 500; line-height: 40px; letter-spacing: -0.025em; color: #aecbff; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list .site-list-link.icon span:after { content: ''; display: inline-block; width: 10px; height: 10px; margin-left: 8px; background: url("../image/icon-link-newwindow_gnb-site_lg.png") center center/contain no-repeat; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list .site-list-link:hover, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list .site-list-link:focus { color: #fff; }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list .site-list-link:hover.icon span:after, .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .site-list-d1-list .site-list .site-list-link:focus.icon span:after { background-image: url("../image/icon-newwindow-white_lg.png"); }

.ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn { position: absolute; top: -31px; left: 18px; border: none; }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn { top: -74px; left: 23px; width: 52px; height: 52px; } }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn img { width: 8px; } }

@media (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mobile .navigation-mobile-wrap .navigation-header-util .navigation-header-sub-1depth.lang { margin-bottom: 100px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn { position: absolute; text-indent: -9999px; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn { top: 0; right: 0px; width: 45px; height: 45px; background: url("../image/header-visitgnb-btn_sm.png") center/20px no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn { top: 30px; right: 30px; width: 44px; height: 38px; background: url("../image/header-visitgnb-btn_md.png") center/auto no-repeat; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close { background: none; }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close { top: 25px; right: 25px; width: 45px; height: 45px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close:after { content: ''; display: block; position: absolute; top: 50%; color: #fff; background: #fff; overflow: hidden; transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close:after { right: 16px; width: 15px; height: 2px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close:after { right: 7px; width: 30px; height: 3px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close:before { content: ''; display: block; position: absolute; top: 50%; margin: 0; color: #fff; background: #fff; overflow: hidden; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close:before { right: 16px; width: 15px; height: 2px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .navigation-visitnav-open-btn.close:before { right: 7px; width: 30px; height: 3px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav { display: none; position: relative; height: calc(100vh - 45px); background: #1c2545; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav { min-height: 495px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav { min-height: 922px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav.show { display: block; }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list { padding-top: 20px; }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d1-title { width: 100%; border: none; font-weight: 500; text-align: left; color: #9397a7; background: url("../image/header-visitgnb-visit_sm.png") no-repeat top 50% left 15px/14px; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d1-title { padding: 0 0 0 38px; font-size: 14px; line-height: 60px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d1-title { padding: 0 0 0 89px; font-size: 25px; line-height: 125px; background-position-x: 35px; background-size: auto; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(2) .visitnav-list-d1-title { background: url("../image/header-visitgnb-freshman_sm.png") no-repeat top 50% left 14px/16px; }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(2) .visitnav-list-d1-title { background-position-x: 35px; background-size: auto; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(3) .visitnav-list-d1-title { background: url("../image/header-visitgnb-professor_sm.png") no-repeat top 50% left 14px/19px; }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(3) .visitnav-list-d1-title { background-position-x: 35px; background-size: auto; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(4) .visitnav-list-d1-title { background: url("../image/header-visitgnb-alumni_sm.png") no-repeat top 50% left 14px/20px; }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(4) .visitnav-list-d1-title { background-position-x: 35px; background-size: auto; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(5) .visitnav-list-d1-title { background: url("../image/header-visitgnb-student_sm.png") no-repeat top 50% left 14px/14px; }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(5) .visitnav-list-d1-title { background-position-x: 35px; background-size: auto; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list { display: none; position: absolute; top: 0; right: 0; bottom: 0; padding-top: 22px; background: #4c6492; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list { left: 150px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list { left: 400px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list .visitnav-list-d2-title { display: block; font-weight: 400; letter-spacing: -0.025em; color: #fff; }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list .visitnav-list-d2-title { padding-left: 26px; font-size: 14px; line-height: 45px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list .visitnav-list-d2-title { padding-left: 49px; font-size: 25px; line-height: 90px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list.is-active { display: block; }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1.is-active .visitnav-list-d1-title { color: #fff; background-image: url("../image/header-visitgnb-visit-on_sm.png"); }

@media (max-width: 639px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1.is-active .visitnav-list-d1-title { width: 150px; font-size: 16px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1.is-active .visitnav-list-d1-title { width: 400px; font-size: 30px; } }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1.is-active:nth-child(2) .visitnav-list-d1-title { background-image: url("../image/header-visitgnb-freshman-on_sm.png"); }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1.is-active:nth-child(3) .visitnav-list-d1-title { background-image: url("../image/header-visitgnb-professor-on_sm.png"); }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1.is-active:nth-child(4) .visitnav-list-d1-title { background-image: url("../image/header-visitgnb-alumni-on_sm.png"); }

.ly-header .header-container .header-wrap .header-inner .header-mibile-visitnav-gnb .header-mibile-visitnav .visitnav-list-d1-list .visitnav-list-d1.is-active:nth-child(5) .visitnav-list-d1-title { background-image: url("../image/header-visitgnb-student-on_sm.png"); }

@media (min-width: 1280px) { .ly-main.is-hidden { display: block; } }

@media (max-width: 1279px) { .ly-lnb { display: none; } }

.ly-lnb .ly-container .ly-inner { position: relative; }

@media (min-width: 1280px) and (max-width: 1419px) { .ly-lnb .ly-container .ly-inner { padding-top: 145px; } }

@media (min-width: 1420px) { .ly-lnb .ly-container .ly-inner { padding-top: 76px; } }

.ly-lnb .ly-container .ly-inner > p { font-family: serif; }

.ly-lnb .ly-container .ly-inner .lnb-title { margin-bottom: 57px; font-family: 'Noto Serif KR', serif; font-size: 40px; font-weight: 500; line-height: 37px; letter-spacing: 0; color: #193988; }
.ly-lnb .ly-container .ly-inner .lnb-title a { text-decoration:none; }

.ly-lnb .ly-container .ly-inner .lnb-logo { position: absolute; text-align: right; }

@media (min-width: 1280px) and (max-width: 1419px) { .ly-lnb .ly-container .ly-inner .lnb-logo { top: 120px; } }

@media (min-width: 1420px) { .ly-lnb .ly-container .ly-inner .lnb-logo { top: 52px; } }

@media (min-width: 1280px) { .ly-lnb .ly-container .ly-inner .lnb-logo { right: 0; } }

@media (max-width: 1279px) and (min-width: 1280px) { .ly-lnb .ly-container .ly-inner .lnb-logo { right: 40px; } }

.ly-lnb .ly-container .ly-inner .lnb-logo .link { display: inline-block; position: relative; z-index: 10; }

.ly-lnb .ly-container .ly-inner .lnb-logo img { padding-bottom: 20px; }

.ly-lnb .ly-container .ly-inner .lnb-logo .time { font-size: 14px; line-height: 22px; color: #a7a9ac; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list { position: relative; border-top: 4px solid #193988; border-bottom: 4px solid #193988; font-size: 0; }

/* 2024-05-24, 메뉴를 ul > li로 변경함 */
.ly-lnb .ly-container .ly-inner ul.lnb-d2-list,
.ly-lnb .ly-container .ly-inner ul.navigation-gnb-d2-listgroup { padding-left:0; }
.ly-lnb .ly-container .ly-inner ul.navigation-gnb-d2-listgroup li { display:inline-block; }
/* --2024-05-24 */

.ly-lnb .ly-container .ly-inner .lnb-d2-list::before { content: ''; display: block; position: absolute; left: 0; bottom: -54px; width: 100%; height: 0px; background: #fff; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list.is-active::before { height: 50px; background: #ebf2ff; }


.ly-lnb .ly-container .ly-inner .lnb-d2-list.no-3depth::before { display: none; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup { display: inline-block; width: calc(100% / 8); text-align: center; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .lnb-d2-title { display: block; font-size: 17px; font-weight: 500; line-height: 52px; text-decoration: none; color: #5f6f9c; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .lnb-d2-title:hover, .ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .lnb-d2-title:focus {background-color: #1b3b86; font-weight: 700; color: #ffffff; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup { display: none; position: absolute; bottom: -54px; left: 15px; text-align: left; }


/* 2022-02-07, 3depth 메뉴 개수가 너무 많아 30에서 15로 줄임
.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub { display: inline-block; padding: 0 15px; font-size: 14px; line-height: 50px; letter-spacing: 0.025em; text-decoration: none; color: #5f6f9c; }
*/
.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub { display: inline-block; padding: 0 7px; font-size: 14px; line-height: 50px; letter-spacing: 0.025em; text-decoration: none; color: #5f6f9c; }


.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub.icon:after { content: ''; display: inline-block; width: 10px; height: 10px; margin-left: 10px; background: url("../image/icon-link-newwindow_lnb_lg.png") center center/contain no-repeat; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub + .lnb-d2-sub { margin-left: 10px; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub:hover, .ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub:focus { font-weight: 600; color: #ffffff; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub:hover.icon:after, .ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub:focus.icon:after { background: url("../image/icon-link-newwindow_lnb_on_lg.png") center center/contain no-repeat; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub.is-active { font-weight: 600; color: #1b3b86; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup .navigation-gnb-d2-listgroup .lnb-d2-sub.is-active.icon:after { background: url("../image/icon-link-newwindow_lnb_on_lg.png") center center/contain no-repeat; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup.is-active .lnb-d2-title {background-color: #1b3b86;  font-weight: 700; color: #ffffff; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list .lnb-d2-titlegroup.is-active .navigation-gnb-d2-listgroup { display: block; }

.page-index .ly-header .header-btn { padding: 0; }

@media (max-width: 1279px) { .page-index .ly-header .header-btn { display: none; } }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-btn { padding: 20px; top: 10px; width: 64px; height: 64px; border: none; } }

@media (min-width: 1420px) { .page-index .ly-header .header-btn { display: none; } }

.page-index .ly-header .header-btn.header-inner-open-btn { position: absolute; }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-btn.header-inner-open-btn span { display: block; width: 24px; height: 4px; margin: 6px 0; overflow: hidden; text-indent: -9999px; color: #fff; background: #fff; } }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-btn.header-inner-open-btn:after, .page-index .ly-header .header-btn.header-inner-open-btn:before { content: ''; display: block; width: 24px; height: 4px; overflow: hidden; color: #fff; background: #fff; } }

.page-index .ly-header .header-btn.header-inner-close-btn { position: fixed; }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-btn.header-inner-close-btn { left: 180px; top: 0; width: 68px; height: 68px; border: none; } }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-btn.header-inner-close-btn::before, .page-index .ly-header .header-btn.header-inner-close-btn::after { content: ''; display: block; left: 22px; top: 31px; height: 2px; width: 24px; background: #d8d8d8; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); } }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-btn.header-inner-close-btn::after { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-btn.header-inner-close-btn.is-active { left: 892px; } }

.page-index .ly-header .header-container { display: block; }

@media (max-width: 1419px) and (min-width: 1280px) { .page-index .ly-header .header-container { display: none; } }

.page-index .ly-header .header-container.show-sub { display: block; }

@media (max-width: 1279px) { .page-index .ly-header .header-container.show-mobile { top: auto; } }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-container.show-desktop { left: 0; } }

@media (min-width: 1280px) and (max-width: 1419px) { .page-index .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn { display: none; } }

@media (min-width: 1420px) { .page-index .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn { display: block; position: absolute; top: 30px; right: 30px; width: 28px; height: 28px; border: none; } }

@media (min-width: 1420px) { .page-index .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn::before, .page-index .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn::after { content: ''; display: block; position: absolute; left: 2px; top: 12px; height: 2px; width: 24px; background: #fff; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); } }

@media (min-width: 1420px) { .page-index .ly-header .header-container .header-wrap .header-inner .header-desktop .navigation-header-util .navigation-header-sub-1depth .navigation-sub-content .navigation-sub-content-close-btn::after { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } }

.ly-lnb .ly-container .ly-inner .lnb-d2-list.index-lnb .lnb-d2-titlegroup { width: auto; padding: 0 45px; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list.index-lnb .lnb-d2-titlegroup:first-child { padding-left: 60px; }

.ly-lnb .ly-container .ly-inner .lnb-d2-list.index-lnb .lnb-d2-titlegroup:last-child { padding-right: 0; }

@media (min-width: 1420px) { body { padding-left: 80px; } }

@media (min-width: 1280px) and (max-width: 1279px) { body { min-width: 1280px; } }

@media (min-width: 1420px) { body.is-active { padding-left: 180px; } }

@media (max-width: 1419px) { body.is-active { padding-left: 0px; } }

#skip-content { width: 100%; outline: none; }

@media (min-width: 1420px) { .page-index body, body.page-index { padding-left: 180px; } }

.ly-content { outline: none; }

.ly-inner { margin: 0 auto; }

@media (max-width: 639px) { .ly-inner { width: 100%; padding: 0 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-inner { width: 100%; padding: 0 30px; } }

@media (min-width: 1280px) { .ly-inner { width: 1200px; } }

@media (max-width: 1279px) { .ly-inner.board-view { padding: 0; } }

@media (min-width: 1280px) { .page-index .topbanner-active .ly-header { position: absolute; top: auto; } }

@media (max-width: 1419px) and (min-width: 1280px) { .page-index .topbanner-active .ly-header .header-container { position: absolute; } }

@media (min-width: 1280px) { .page-index .topbanner-active .ly-header .header-btn { position: absolute; z-index: 20; } }

@media (min-width: 1280px) { .page-index .topbanner-active .ly-header .header-btn.header-inner-open-btn { left: 10px; } }

@media (min-width: 1280px) { .page-index .topbanner-active .ly-header .header-btn.header-inner-close-btn { position: absolute; left: 180px; } }

@media (min-width: 1280px) { .page-index .topbanner-active .ly-header .header-btn.header-inner-close-btn.is-active { left: 893px; } }

@media (min-width: 1420px) { .page-index .topbanner-active .banner-wrap { margin-left: -180px; /*mib200506 marginleft 추가*/ } }

@media (min-width: 1280px) { .topbanner-active .ly-header { position: absolute; /*mib200506 absolute 추가*/ top: auto; /*mib200506 top 추가*/ } }

@media (min-width: 1280px) { .topbanner-active .ly-header .header-container { position: absolute; /*mib200506 absolute 추가*/ left: 0; /*mib200506 left 추가*/ } }

@media (max-width: 1279px) { .topbanner-active .ly-header .header-container.show-mobile { top: auto; /*mib200506 top 추가*/ } }

.topbanner-active .ly-header .header-btn.header-inner-open-btn { position: absolute; }

@media (min-width: 1420px) { .topbanner-active .ly-header .header-btn.header-inner-open-btn { left: 0; /*mib200506 left 추가*/ height: 100vh; /*mib200506 height 추가*/ } }

.topbanner-active .ly-header .header-btn.header-inner-close-btn { position: absolute; }

@media (min-width: 1420px) { .topbanner-active .ly-header .header-btn.header-inner-close-btn { position: absolute; /*mib200506 absolute 추가*/ left: calc(50% - -180px); /*mib200506 left 추가*/ } }

@media (min-width: 1420px) { .topbanner-active .ly-header .header-btn.header-inner-close-btn.is-active { left: 893px; /*mib200506 left 추가*/ } }

@media (min-width: 2200px) { .topbanner-active .ly-header .header-btn.header-inner-close-btn.is-active { left: calc(50% + 893px); /*mib200506 left 추가*/ } }

@media (min-width: 1280px) { .topbanner-active.scroll-active .ly-header { position: fixed; top: 0; left: 0; } }

@media (min-width: 1280px) and (min-width: 2200px) { .topbanner-active.scroll-active .ly-header { position: fixed; left: calc(50% - 1100px); } }

@media (max-width: 1419px) and (min-width: 1280px) { .topbanner-active.scroll-active .ly-header { position: absolute; } }

@media (max-width: 1419px) and (min-width: 1280px) { .topbanner-active.scroll-active .ly-header .header-container.show-sub { position: fixed; } }

@media (max-width: 1419px) and (min-width: 1280px) { .topbanner-active.scroll-active .ly-header .header-btn.header-inner-open-btn { position: absolute; } }

@media (min-width: 1420px) { .topbanner-active.scroll-active .ly-header .header-btn.header-inner-open-btn { position: fixed; top: 0; left: auto; /*mib200506 left 추가*/ } }

@media (min-width: 1280px) { .topbanner-active.scroll-active .ly-header .header-btn.header-inner-close-btn { position: fixed; top: 0; left: 180px; /*mib200506 left 추가*/ } }

@media (min-width: 2200px) { .topbanner-active.scroll-active .ly-header .header-btn.header-inner-close-btn { left: calc(50% - 920px); /*mib200506 left 추가*/ } }

@media (min-width: 1280px) { .topbanner-active.scroll-active .ly-header .header-btn.header-inner-close-btn.is-active { left: 893px; /*mib200506 left 추가*/ } }

@media (min-width: 2200px) { .topbanner-active.scroll-active .ly-header .header-btn.header-inner-close-btn.is-active { left: calc(50% - 207px); /*mib200506 left 추가*/ } }

@media (min-width: 1420px) { .topbanner-active.is-active .banner-wrap { margin-left: -180px; /*mib200506 marginleft 추가*/ } }

@media (min-width: 1420px) { .topbanner-active .banner-wrap { margin-left: -80px; /*mib200506 추가*/ } }

.banner-wrap { position: relative; z-index: 1024; /*mib200506 zindex추가*/ }

@media (min-width: 1420px) { .banner-wrap { /*//margin-left: -180px; mib200506 marginleft삭제*/ } }

.banner-wrap.close { display: none; }

.banner-wrap .index-banner { display: block; position: relative; }

@media (max-width: 1279px) { .banner-wrap .index-banner { position: relative; } }

.banner-wrap .index-banner a { display: block; }

@media (max-width: 1279px) { .banner-wrap .index-banner a { padding-left: 5px; text-align: center; } }

@media (min-width: 1280px) { .banner-wrap .index-banner a { text-align: center; } }

.banner-wrap .index-banner a .inner { display: block; }

@media (max-width: 360px) { .banner-wrap .index-banner a .inner img { width: 100%; } }

@media (min-width: 361px) and (max-width: 1279px) { .banner-wrap .index-banner a .inner img { width: 358px; } }

.banner-wrap .index-banner .banner-close { position: absolute; top: 50%; width: 36px; height: 36px; z-index: 10; padding: 0; border: none; }

@media (max-width: 1279px) { .banner-wrap .index-banner .banner-close { right: 15px; transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); } }

@media (min-width: 1280px) { .banner-wrap .index-banner .banner-close { right: 50%; transform: translate(614px, -50%); -ms-transform: translate(614px, -50%); -moz-transform: translate(614px, -50%); -webkit-transform: translate(614px, -50%); } }

.banner-wrap .index-banner .banner-close:after, .banner-wrap .index-banner .banner-close:before { content: ''; display: block; position: absolute; top: 48%; left: 9px; width: 20px; height: 2px; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }

@media (max-width: 1279px) { .banner-wrap .index-banner .banner-close:after, .banner-wrap .index-banner .banner-close:before { background: #fff; } }

@media (min-width: 1280px) { .banner-wrap .index-banner .banner-close:after, .banner-wrap .index-banner .banner-close:before { background: #fff; /*mib200506 X버튼 색상 변경 1b3b86 -> fff*/ } }

.banner-wrap .index-banner .banner-close:before { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

@media (min-width: 1420px) { .page-admission-sub-main .topbanner-active .banner-wrap { margin-left: -80px; } }

@media (min-width: 1420px) { .page-admission-sub-main .topbanner-active.is-active .banner-wrap { margin-left: -180px; } }

@media (min-width: 1280px) { .page-admission-sub-main .topbanner-active .ly-header { position: absolute; top: auto; }
  .page-admission-sub-main .topbanner-active .ly-header .header-container { position: absolute; left: 0; } }

.page-admission-sub-main .topbanner-active .ly-header .header-btn.header-inner-open-btn { left: 0; }

@media (min-width: 1420px) { .page-admission-sub-main .topbanner-active .ly-header .header-btn.header-inner-open-btn { height: 100vh; } }

@media (min-width: 1420px) { .page-admission-sub-main .topbanner-active .ly-header .header-btn.header-inner-close-btn { position: absolute; left: 180px; } }

@media (min-width: 1420px) { .page-admission-sub-main .topbanner-active .ly-header .header-btn.header-inner-close-btn.is-active { left: 893px; } }

@media (min-width: 1280px) { .page-admission-sub-main .topbanner-active.scroll-active .ly-header { position: fixed; top: 0; left: 0; } }

@media (min-width: 1280px) and (min-width: 2200px) { .page-admission-sub-main .topbanner-active.scroll-active .ly-header { position: fixed; left: calc(50% - 1100px); } }

@media (max-width: 1419px) and (min-width: 1280px) { .page-admission-sub-main .topbanner-active.scroll-active .ly-header { position: absolute; } }

@media (max-width: 1419px) and (min-width: 1280px) { .page-admission-sub-main .topbanner-active.scroll-active .ly-header .header-container.show-sub { position: fixed; } }

@media (min-width: 2200px) { .page-admission-sub-main .topbanner-active.scroll-active .ly-header .header-btn.header-inner-open-btn { left: calc(50% - 1100px); } }

.ly-footer { outline: 0; border-top: 1px solid #ebebeb; }

@media (max-width: 639px) { .ly-footer { margin-top: 50px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer { margin-top: 100px; } }

@media (min-width: 1280px) { .ly-footer { margin-top: 100px; } }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner { padding: 0 5px 25px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner { position: relative; margin: 62px 15px 60px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner { position: relative; padding: 58px 0 93px; width: 1200px; margin: 0 auto; } }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-social { margin: 0 10px; } }

.ly-footer .information-footer .information-footer-inner .information-social .social-ul { padding: 0; }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul { margin-bottom: 7px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul { padding-left: 10px; margin-bottom: 11px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul { margin-bottom: 12px; } }

.ly-footer .information-footer .information-footer-inner .information-social .social-ul li { display: inline-block; vertical-align: top; }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul li { margin-right: 10px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul li { margin-right: 10px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul li { margin-right: 18px; } }

.ly-footer .information-footer .information-footer-inner .information-social .social-ul li a { display: block; }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul li a { padding: 10px 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul li a { padding: 7px 0; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul li a { padding: 10px 0; } }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-social .social-ul li a img { width: 59px; } }

.ly-footer .information-footer .information-footer-inner .information-terms .terms-ul { font-size: 0; }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul { padding: 0 0 13px; } }

@media (min-width: 640px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul { padding-left: 0; margin-bottom: 15px; } }

@media (min-width: 640px) and (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul { margin-bottom: 16px; } }

.ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li { display: inline-block; position: relative; }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li { margin-right: 10px; padding-left: 10px; } }

@media (max-width: 1279px) and (max-width: 359px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li { margin-right: 5px; padding-left: 5px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li { margin-right: 12px; padding-left: 13px; } }

.ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li:before { content: ''; display: block; position: absolute; left: 0; top: 50%; width: 1px; height: 10px; background: #d9d9d9; }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li:before { margin-top: -5px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li:before { margin-top: -5px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li:first-child { padding-left: 0; } }

.ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li:first-child:before { display: none; }

.ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li a { color: #666; text-decoration: none; }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li a { font-size: 12px; line-height: 27px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li a { font-size: 14px; line-height: 30px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li a { font-size: 14px; line-height: 20px; } }

.ly-footer .information-footer .information-footer-inner .information-terms .terms-ul li a span { color: #333; font-weight: 700; }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul br { display: none; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul br.middle { display: block; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul br.middle + li:before { display: none; } }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-terms .terms-ul br + li:before { display: none; } }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info { margin: 0 10px 14px; } }

.ly-footer .information-footer .information-footer-inner .information-info .information-info-area { display: block; font-weight: 400; letter-spacing: 0; color: #888; }

@media (max-width: 639px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area { font-size: 11px; line-height: 18px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area { font-size: 14px; line-height: 24px; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area { font-size: 14px; line-height: 24px; } }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span { display: block; margin-right: 4px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span { display: inline-block; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span { margin-right: 10px; } }

.ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span a { text-decoration: none; color: #888; }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span + span { display: inline-block; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span + span { padding-left: 11px; position: relative; } }

@media (min-width: 1280px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span + span:before { content: ''; display: block; position: absolute; left: 0; top: 50%; margin-top: -6px; width: 1px; height: 10px; background: #d9d9d9; } }

.ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span:last-child:before { content: ''; background: #d9d9d9; margin-top: -5px; }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info .information-info-area .area-address span:last-child:before { display: inline-block; width: 1px; height: 10px; margin-right: 8px; } }

@media (min-width: 640px) { .ly-footer .information-footer .information-footer-inner .information-info-acc { position: absolute; right: 0; bottom: 93px; } }

@media (min-width: 640px) and (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info-acc { position: absolute; right: 15px; bottom: 0; } }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info-acc { padding: 0; margin: 0 10px; } }

@media (max-width: 1279px) { .ly-footer .information-footer .information-footer-inner .information-info-acc li img { width: 59px; } }

.page-index .ly-footer { margin-top: 0; margin-top: 0; }

.common-popup-dimmed { position: fixed; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); z-index: 999900; opacity: 0; }

@media (max-height: 100vw) and (max-height: 760px) {.common-popup-dimmed {position: absolute;}}/*mib저해상도 팝업 대응*/

.common-popup-dimmed .popup-cont { position: absolute; display: inline-block; max-width: calc(100% - 30px); margin: 0 auto; background: #fff; z-index: 1; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-height: 100vw) and (max-height: 760px) {.common-popup-dimmed .popup-cont {top: 25px;-ms-transform: translate(-50%, 0);-moz-transform: translate(-50%, 0);-o-transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}}/*mib저해상도 팝업 대응*/

@media (max-width: 639px) { .common-popup-dimmed .popup-cont { width: 100%; } }

.common-popup-dimmed .popup-cont .popup-header { text-align: right; }

@media (max-width: 639px) { .common-popup-dimmed .popup-cont .popup-header { min-height: 15px; } }

@media (min-width: 640px) { .common-popup-dimmed .popup-cont .popup-header { min-height: 60px; } }

.common-popup-dimmed .popup-cont .popup-header .popup-close { display: inline-block; position: relative; border: 0; padding: 0; margin: 0; }

@media (max-width: 639px) { .common-popup-dimmed .popup-cont .popup-header .popup-close { width: 30px; height: 30px; } }

@media (min-width: 640px) { .common-popup-dimmed .popup-cont .popup-header .popup-close { width: 60px; height: 60px; } }

.common-popup-dimmed .popup-cont .popup-header .popup-close::before, .common-popup-dimmed .popup-cont .popup-header .popup-close::after { content: ''; display: block; position: absolute; background: #8f8f8f; }

@media (max-width: 639px) { .common-popup-dimmed .popup-cont .popup-header .popup-close::before, .common-popup-dimmed .popup-cont .popup-header .popup-close::after { top: 8px; right: 15px; width: 1px; height: 14px; } }

@media (min-width: 640px) { .common-popup-dimmed .popup-cont .popup-header .popup-close::before, .common-popup-dimmed .popup-cont .popup-header .popup-close::after { top: 16px; right: 30px; width: 2px; height: 28px; } }

.common-popup-dimmed .popup-cont .popup-header .popup-close::before { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.common-popup-dimmed .popup-cont .popup-header .popup-close::after { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }

.common-popup-dimmed .popup-cont .popup-body { position: relative; }

.common-popup-dimmed .popup-cont .popup-body .popup-img { max-width: 100%; }

@media (max-width: 639px) { .common-popup-dimmed .popup-cont .popup-body .popup-img { width: 100%; } }

@media (min-width: 640px) { .common-popup-dimmed .popup-cont .popup-body .popup-img { max-height: 680px; } }

.common-popup-dimmed .popup-cont .popup-body a { text-decoration: none; color: inherit; }

.common-popup-dimmed .popup-cont .popup-body .custom { position: absolute; display: inline-block; height: 0; }

@media (max-width: 639px) { .common-popup-dimmed .popup-cont .popup-footer { padding: 20px 20px 0; } }

@media (min-width: 640px) { .common-popup-dimmed .popup-cont .popup-footer { padding: 25px 20px 0; } }

.common-popup-dimmed .popup-cont .popup-footer .nomore { padding: 12px 0; border-top: 1px solid #ebebeb; font-size: 13px; line-height: 18px; text-align: right; vertical-align: middle; color: #666; }

.common-popup-dimmed .popup-cont .popup-footer .nomore .label { display: inline-block; position: relative; padding-left: 20px; }

.common-popup-dimmed .popup-cont .popup-footer .nomore .chkbox { position: absolute; left: 0; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); margin: 0 8px 0 0; width: 12px; height: 12px; border: 1px solid #d1d1d1; vertical-align: middle; background: #ebebeb; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 12px; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border-top-color: #39f; border-radius: 0; -webkit-box-shadow: 0 3px 6px #ccc; box-shadow: 0 3px 6px #ccc; }

.dropdown-menu.pull-right { right: 0; left: auto; }

.dropdown-menu::before { border-bottom-color: #39f; }

.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; }

.dropdown-menu td, .dropdown-menu th { width: 30px; height: 30px; font-size: 12px; font-weight: 400; }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover { background: #fff3f3; color: #d70000; }

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] { background-color: #fff3f3; }

.datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active { background-color: #fff3f3 \9; }

.page-epresident { position: relative; min-width: 320px; height: 100%; font-size: 0; }

.page-epresident body { max-width: 960px; min-width: 0; height: 100%; padding: 0; margin: 0 auto; }

@media (min-width: 640px) { .page-epresident .view-narrow { display: none !important; } }

@media (max-width: 639px) { .page-epresident .view-wide { display: none !important; } }

.page-epresident .ly-popheader { width: 100%; background: #1d3d84; }

@media (max-width: 639px) { .page-epresident .ly-popheader { height: 57px; padding: 0 15px; } }

@media (min-width: 640px) { .page-epresident .ly-popheader { height: 72px; padding: 0 25px; } }

.page-epresident .ly-popheader .logo { display: inline-block; height: 100%; vertical-align: middle; }

@media (max-width: 639px) { .page-epresident .ly-popheader .logo { width: 28px; margin-right: 28px; background: url("../image/logo-white_sm.png") center center/contain no-repeat; } }

@media (min-width: 640px) { .page-epresident .ly-popheader .logo { width: 42px; margin-right: 20px; background: url("../image/logo-white_sm.png") center center/contain no-repeat; } }

.page-epresident .ly-popheader .title { display: inline-block; font-weight: 700; letter-spacing: 0; vertical-align: middle; color: #fff; }

@media (max-width: 639px) { .page-epresident .ly-popheader .title { font-size: 18px; line-height: 22px; } }

@media (min-width: 640px) { .page-epresident .ly-popheader .title { font-size: 25px; line-height: 35px; } }

.page-epresident .ly-popmenu { position: absolute; top: 0; right: 0; height: 100%; }

@media (max-width: 639px) { .page-epresident .ly-popmenu { width: 230px; padding-top: 57px; } }

@media (min-width: 640px) { .page-epresident .ly-popmenu { width: 190px; padding-top: 102px; } }

@media (max-width: 639px) { .page-epresident .ly-popmenu .btn-toggle { display: block; position: absolute; top: 0; right: 0; width: 38px; height: 57px; padding: 0; border: 0; margin: 0; background: url("../image/icon-popmenu_sm.png") center center/8px auto no-repeat; } }

@media (min-width: 640px) { .page-epresident .ly-popmenu .btn-toggle { display: none; } }

.page-epresident .ly-popmenu.is-closed { height: 57px; }

@media (max-width: 639px) { .page-epresident .ly-popmenu.is-closed .popmenu-wrap, .page-epresident .ly-popmenu.is-closed .pop-dimmed { display: none; } }

.page-epresident .ly-popmenu .popmenu-wrap { position: relative; height: 100%; z-index: 2; text-align: right; background: #fff; }

.page-epresident .ly-popmenu .popmenu-wrap .d1-list { width: 100%; text-align: left; }

.page-epresident .ly-popmenu .popmenu-wrap .d1-list .d1 { display: block; width: 100%; height: 41px; padding: 0 20px; border-bottom: 1px solid #ebebeb; font-size: 16px; line-height: 40px; letter-spacing: 0; color: #666; background: #fff; text-decoration: none; }

.page-epresident .ly-popmenu .popmenu-wrap .d1-list .d1.is-active, .page-epresident .ly-popmenu .popmenu-wrap .d1-list .d1:hover, .page-epresident .ly-popmenu .popmenu-wrap .d1-list .d1:focus { border: 0; color: #fff; background: #1b3b86; }

.page-epresident .ly-popmenu .popmenu-wrap .d1-list:nth-child(1) .d1 { border-top: 1px solid #ebebeb; height: 42px; }

.page-epresident .ly-popmenu .popmenu-wrap .d2-list { display: none; width: 100%; background: #f3f3f3; }

.page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2 { display: block; width: 100%; font-size: 16px; line-height: 1; letter-spacing: 0; color: #666; text-decoration: none; }

@media (max-width: 639px) { .page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2 { padding: 21px 20px 15px 20px; } }

@media (min-width: 640px) { .page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2 { padding: 14px 20px 10px 20px; } }

.page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2.is-active, .page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2:hover, .page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2:focus { color: #1b3b86; }

@media (max-width: 639px) { .page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2 + .d2 { padding: 15px 20px 21px 20px; } }

@media (min-width: 640px) { .page-epresident .ly-popmenu .popmenu-wrap .d2-list .d2 + .d2 { padding: 10px 20px 14px 20px; } }

.page-epresident .ly-popmenu .popmenu-wrap .d1.is-active + .d2-list { display: block; border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }

.page-epresident .ly-popmenu .popmenu-wrap .figure { max-width: 100%; }

@media (max-width: 639px) { .page-epresident .ly-popmenu .popmenu-wrap .figure { display: none; } }

@media (min-width: 640px) { .page-epresident .ly-popmenu .popmenu-wrap .figure { display: inline-block; } }

.page-epresident .ly-popmenu .pop-dimmed { position: absolute; top: 57px; right: 0; z-index: 1; width: 100vw; height: calc(100% - 57px); border: 0; padding: 0; margin: 0; background: rgba(0, 0, 0, 0.8); }

@media (max-width: 639px) { .page-epresident .ly-popmenu .pop-dimmed { display: block; } }

@media (min-width: 640px) { .page-epresident .ly-popmenu .pop-dimmed { display: none; } }

.page-epresident .ly-popmain { width: 100%; outline: none; }

@media (max-width: 639px) { .page-epresident .ly-popmain { padding: 15px 15px 60px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain { padding: 30px 240px 50px 25px; } }

.page-epresident .ly-popmain .ly-popcontent .titlegroup { border-bottom: 2px solid #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .titlegroup { padding-bottom: 11px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .titlegroup { padding-bottom: 16px; } }

.page-epresident .ly-popmain .ly-popcontent .titlegroup .title { font-family: 'Noto Serif KR', 'Roboto', 'Noto Sans KR', serif; font-size: 26px; font-weight: 700; line-height: 1; letter-spacing: 0; color: #333; }

.page-epresident .ly-popmain .ly-popcontent .titlegroup .desc { margin-top: 15px; font-size: 14px; font-weight: 400; line-height: 19px; letter-spacing: 0; color: #333; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header { border-bottom: 1px solid #ebebeb; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header { padding: 15px 0 15px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header { padding: 25px 0 23px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header::after { content: ''; display: table; clear: both; table-layout: fixed; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .title { display: inline-block; float: left; font-size: 17px; font-weight: 500; line-height: 28px; letter-spacing: 0; color: #1b3b86; }

@media (min-width: 768px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .change-line { display: none; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .btn-wrap { float: right; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .btn-wrap { padding-top: 5px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .btn-wrap .btn { display: inline-block; height: 28px; border: 1px solid #d1d1d1; border-radius: 2px; text-decoration: none; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .btn-wrap .btn { width: 32px; padding: 0; font-size: 1px; color: rgba(0, 0, 0, 0); } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .btn-wrap .btn { padding-left: 30px; padding-right: 10px; font-size: 12px; font-weight: 500; line-height: 26px; letter-spacing: 0; color: #666; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .btn-wrap .btn.print { background: #fff url("../image/guide-fax_sm.png") left 9px center/13px auto no-repeat; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .profile-header .btn-wrap .btn.save { margin-left: 10px; background: #fff url("../image/guide-save_sm.png") left 9px center/12px auto no-repeat; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board { font-size: 0; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board { margin-top: 20px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board { margin-top: 30px; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board + .board { margin-top: 45px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board + .board { margin-top: 45px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-sort { display: inline-block; font-family: 'Noto serif KR'; font-size: 20px; font-weight: 700; letter-spacing: 0; vertical-align: top; color: #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-sort { display: block; line-height: 22px; margin-bottom: 18px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-sort { width: 120px; padding-right: 10px; line-height: 30px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap { display: inline-block; font-weight: 400; letter-spacing: -0.025em; vertical-align: top; text-decoration: none; color: #666; /*UL 형식*/ /*OL 형식*/ /*PERIOD 형식*/ }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap { font-size: 13px; line-height: 20px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap { display: inline-block; width: calc(100% - 120px); font-size: 14px; line-height: 22px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea b, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea strong { font-weight: 700; color: #333; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea i { font-style: italic; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ol { padding: 0 0 0 14px; margin: 0; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ol li { padding-left: 2px; list-style-type: decimal; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ol li + li { margin-top: 10px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ul { padding: 0; margin: 0; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ul li { position: relative; padding-left: 8px; line-height: 20px; list-style-type: none; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ul li::before { content: ''; display: block; position: absolute; left: 0; width: 3px; height: 3px; border-radius: 100%; background: #666; }

@media (max-width: 1279px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ul li::before { top: 7px; } }

@media (min-width: 1280px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ul li::before { top: 6px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ul li + li { margin-top: 2px; }

@media (max-width: 1279px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + *, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + ul, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + ol, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + p, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + div { margin-top: 2px; } }

@media (min-width: 1280px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + *, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + ul, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + ol, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + p, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea > * + div { margin-top: 10px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ul ul { padding: 0; margin: 0; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ul ul li { font-weight: 500; list-style-type: none; color: #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ul ul li + li { margin-top: 3px; } }

@media (min-width: 640px) and (max-width: 1279px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ul ul li + li { margin-top: 10px; } }

@media (min-width: 1280px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ul ul li + li { margin-top: 10px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ol ol { padding: 0 0 0 14px; margin: 0; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ol ol li { padding-left: 2px; font-weight: 500; list-style-type: decimal; color: #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ol ol li + li { margin-top: 3px; } }

@media (min-width: 640px) and (max-width: 1279px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ol ol li + li { margin-top: 10px; } }

@media (min-width: 1280px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ol ol li + li { margin-top: 10px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table { width: 100%; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table th, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table td { vertical-align: top; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table td { font-weight: 500; color: #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table td { display: block; float: left; width: 100%; clear: both; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table td { padding-bottom: 10px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table tr:last-child td { padding-bottom: 0; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table tr + tr .col-year { margin-top: 3px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table .col-year { font-weight: 400; color: #666; }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-period table .col-year { width: 140px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search { position: relative; margin: 20px auto; font-size: 0; text-align: right; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap { text-align: left; vertical-align: top; }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap { display: inline-block; max-width: 400px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort { display: inline-block; border: 0; height: 34px; padding: 0 10px; margin: 0; font-size: 13px; font-weight: 400; line-height: 1.2; background: #f7f7f7 url("../image/icon-select-arrow-down_lg.png") right 15px top 50%/12px auto no-repeat; letter-spacing: 0; vertical-align: top; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort::-webkit-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort:-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort::-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort:-ms-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort::placeholder { font-size: 13px; letter-spacing: 0; line-height: 34px; color: #666; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort { width: 80px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .sort { width: 90px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword { display: inline-block; height: 34px; padding: 0 10px; border: 0; margin: 0 0 0 5px; font-size: 13px; font-weight: 400; line-height: 34px; letter-spacing: -0.025em; vertical-align: top; color: #666; background: #f7f7f7; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword::-webkit-input-placeholder { font-size: 13px; letter-spacing: -0.025em; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword:-moz-input-placeholder { font-size: 13px; letter-spacing: -0.025em; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword::-moz-input-placeholder { font-size: 13px; letter-spacing: -0.025em; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword:-ms-input-placeholder { font-size: 13px; letter-spacing: -0.025em; line-height: 34px; color: #666; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword::placeholder { font-size: 13px; letter-spacing: -0.025em; line-height: 34px; color: #666; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword { width: calc(100% - 198px); } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword { width: calc(100% - 208px); } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .search { display: inline-block; width: 42px; height: 34px; padding: 0; border: 0; margin: 0; font-size: 13px; font-weight: 500; line-height: 34px; letter-spacing: 0; vertical-align: top; text-decoration: none; text-align: center; color: #fff; background: #888; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .refresh { display: inline-block; width: 66px; height: 34px; padding: 0; border: 0; margin: 0 0 0 5px; font-size: 13px; font-weight: 500; line-height: 34px; letter-spacing: 0; vertical-align: top; text-decoration: none; text-align: center; color: #fff; background: #333; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table { width: 100%; margin-bottom: 20px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table th, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td { font-size: 14px; line-height: 22px; letter-spacing: 0; color: #333; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table th { position: relative; height: 40px; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #ebebeb; font-weight: 500; background: #f7f7f7; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table th::after { content: ''; display: block; position: absolute; right: 0; width: 1px; height: 12px; background: #d1d1d1; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table th:last-child::after { display: none; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td { border-bottom: 1px solid #ebebeb; font-weight: 400; text-align: center; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td { display: block; float: left; width: 100%; clear: both; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td { height: 50px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-num { width: 50px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-date { width: 110px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-rate { width: 90px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title { text-align: left; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title { border-bottom: 0; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title { padding: 0 20px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title .textclip { display: inline-block; max-width: calc(100% - 22px); vertical-align: middle; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title .textclip { font-weight: 500; letter-spacing: -0.025em; color: #333; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title .textclip { color: #666; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title .textclip .title { max-height: 44px; line-height: 22px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title .textclip .title { max-height: 14px; line-height: 14px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-data { text-align: left; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-data .data { display: inline-block; font-size: 12px; line-height: 1; letter-spacing: -0.025em; color: #666; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-data .data::after { content: ''; display: inline-block; width: 1px; height: 11px; margin: 0 8px; vertical-align: middle; background: #d1d1d1; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-data .data:last-child::after { display: none; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td .icon-file { height: 12px; margin-left: 10px; vertical-align: middle; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager { margin-top: 27px; font-size: 0; text-align: center; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg { display: inline-block; position: relative; width: 15px; height: 22px; font-size: 12px; font-weight: 400; line-height: 22px; letter-spacing: 0; text-decoration: none; vertical-align: top; color: #666; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg { margin: 0 10px; } }

@media (max-width: 639px) and (max-width: 359px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg { margin: 0 5px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg { margin: 0 6px; } }

@media (min-width: 768px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg { margin: 0 12px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev-all { width: 22px; margin-right: 8px; margin-left: 0; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev-all::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev-all::after { width: 11px; height: 9px; background: url("../image/icon-pager_sm.png") 0 0/auto 9px no-repeat; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev-all::after { width: 14px; height: 12px; background: url("../image/icon-pager_lg.png") 0 0/auto 12px no-repeat; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev { width: 22px; margin-right: 17px; margin-left: 0; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev::after { width: 5px; height: 9px; background: url("../image/icon-pager_sm.png") -12px 0/auto 9px no-repeat; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.prev::after { width: 6px; height: 12px; background: url("../image/icon-pager_lg.png") -16px 0/auto 12px no-repeat; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.current { color: #1b3b86; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.current::after { content: ''; display: block; position: absolute; top: -7px; width: 3px; height: 3px; border-radius: 100%; background: #1b3b86; position: absolute; left: 50%; -ms-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next { width: 22px; margin-right: 0; margin-left: 17px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next::after { width: 5px; height: 9px; background: url("../image/icon-pager_sm.png") -18px 0/auto 9px no-repeat; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next::after { width: 6px; height: 12px; background: url("../image/icon-pager_lg.png") -25px 0/auto 12px no-repeat; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next-all { width: 22px; margin-right: 0; margin-left: 8px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next-all::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next-all::after { width: 11px; height: 9px; background: url("../image/icon-pager_sm.png") -22px 0/auto 9px no-repeat; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .popup-common-pager .pg.next-all::after { width: 14px; height: 12px; background: url("../image/icon-pager_lg.png") -31px 0/auto 12px no-repeat; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header { padding: 14px 0; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header { padding: 18px 20px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .title { font-weight: 500; line-height: 1.3; letter-spacing: -0.025em; color: #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .title { font-size: 14px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .title { font-size: 16px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info { font-weight: 400; line-height: 1; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info { margin-top: 15px; font-size: 12px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info { margin-top: 20px; font-size: 14px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info .date::after { content: ''; display: inline-block; width: 1px; height: 12px; vertical-align: middle; background: #d1d1d1; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info .date::after { margin: 0 6px 0 10px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info .date::after { margin: 0 16px 0 20px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-content { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-content { padding: 10px 10px 30px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-content { padding: 16px 20px 25px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-footer { padding: 12px 0 27px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-footer::after { content: ''; display: table; clear: both; table-layout: fixed; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-footer .flie-wrap { float: left; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-footer .flie-wrap .btn-down { display: inline-block; padding-left: 20px; font-size: 14px; font-weight: 400; line-height: 18px; letter-spacing: 0; text-decoration: none; color: #666; background: url("../image/icon-file.png") left top 2px/12px auto no-repeat; word-break: break-all; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-footer .flie-wrap .btn-down ~ .btn-down { margin-top: 6px; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-footer .btn-link { float: right; width: 43px; height: 34px; font-size: 13px; font-weight: 500; line-height: 34px; letter-spacing: 0; text-align: center; text-decoration: none; color: #fff; background: #333; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav { border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav { padding: 0 20px; font-size: 0; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .strong { display: inline-block; width: 74px; font-size: 16px; font-weight: 500; line-height: 50px; letter-spacing: 0; vertical-align: middle; color: #333; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .link, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .no-prevnext-txt { display: inline-block; position: relative; max-width: calc(100% - 75px); font-size: 14px; line-height: 22px; letter-spacing: 0; text-decoration: none; vertical-align: middle; color: #666; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .link, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .no-prevnext-txt { padding: 14px 0 14px 20px; font-weight: 300; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .link, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .no-prevnext-txt { padding-left: 20px; font-weight: 400; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .link::before, .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .no-prevnext-txt::before { content: ''; display: inline-block; position: absolute; left: 0; width: 1px; height: 12px; background: #d1d1d1; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav.prev { border-top: 1px solid #ebebeb; }

.page-epresident .ly-popmain .pop-contact { padding-top: 20px; border-top: 1px solid #ebebeb; margin-top: 50px; font-size: 15px; line-height: 1; letter-spacing: 0; text-align: right; color: #666; }

.page-epresident .ly-popmain .pop-contact.noline { padding-top: 0; border-top: 0; margin-top: 20px; }

.content.pop-message { margin-top: 30px; }

.content.pop-message .pop-title { font-size: 17px; font-weight: 500; line-height: 22px; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 1279px) { .content.pop-message .pop-title { margin: 20px 0 30px; } }

@media (min-width: 1280px) { .content.pop-message .pop-title { margin: 30px 0; } }

.content.pop-message .pop-subtitle { font-size: 16px; font-weight: 600; line-height: 22px; letter-spacing: 0; color: #333; }

.content.pop-message .pop-p { font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0; color: #666; }

@media (max-width: 1279px) { .content.pop-message .pop-p { margin-bottom: 20px; } }

@media (min-width: 1280px) { .content.pop-message .pop-p { margin-bottom: 30px; } }

.content.pop-message .pop-sign { font-size: 12px; font-weight: 400; line-height: 45px; letter-spacing: 0; text-align: right; color: #333; margin-top: 40px; }

.content.pop-message .pop-sign img { margin-left: 10px; }

.content.pop-vision .img-title .figure-graph { margin: 0 0 30px 0; }

@media (max-width: 1279px) { .content.pop-vision .img-title .figure-graph img { width: 100%; } }

@media (min-width: 1280px) { .content.pop-vision .img-title .figure-graph img { max-width: 680px; } }

@media (min-width: 1280px) { .content.pop-vision .vision, .content.pop-vision .graph { display: inline-block; width: 320px; margin-bottom: 40px; vertical-align: top; } }

.content.pop-vision .vision .pop-contitle, .content.pop-vision .graph .pop-contitle { border-bottom: 3px solid #1b3b86; font-size: 18px; font-weight: 500; line-height: 38px; letter-spacing: -0.025em; color: #333; }

@media (max-width: 1279px) { .content.pop-vision .vision { margin-bottom: 50px; } }

.content.pop-vision .vision .pop-contitle { margin-bottom: 20px; }

.content.pop-vision .vision .pop-smalltitle { margin-top: 8px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: -0.025em; color: #333; }

.content.pop-vision .vision .desc { font-size: 13px; font-weight: 400; line-height: 19px; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .content.pop-vision .graph { margin-bottom: 30px; } }

@media (min-width: 1280px) { .content.pop-vision .graph { margin-left: 55px; } }

.content.pop-vision .graph .pop-contitle { margin-bottom: 40px; }

.content.pop-vision .graph .figure-graph { text-align: center; }

@media (max-width: 1279px) { .content.pop-vision .graph .figure-graph { margin: 0 27px; } }

@media (min-width: 1280px) { .content.pop-vision .graph .figure-graph { margin: 0; } }

@media (max-width: 1279px) { .content.pop-vision .graph .figure-graph img { width: 100%; max-width: 549px; } }

@media (min-width: 1280px) { .content.pop-vision .graph .figure-graph img { max-width: 275px; } }

@media (max-width: 1279px) { .content.pop-vision .step-wrap .step-content { margin-top: 30px; } }

@media (min-width: 1280px) { .content.pop-vision .step-wrap .step-content { display: inline-block; width: 320px; margin-top: 50px; vertical-align: top; } }

@media (min-width: 1280px) { .content.pop-vision .step-wrap .step-content:first-child, .content.pop-vision .step-wrap .step-content:nth-child(2) { margin-top: 0; } }

@media (min-width: 1280px) { .content.pop-vision .step-wrap .step-content:nth-child(2n) { margin-left: 55px; } }

.content.pop-vision .step-wrap .step-content .pop-title { margin-bottom: 5px; font-size: 16px; font-weight: 500; letter-spacing: -0.025em; color: #1b3b86; }

.content.pop-vision .step-wrap .step-content .pop-title .num { font-size: 30px; }

.content.pop-vision .step-wrap .step-content .pop-p { margin-bottom: 12px; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.025em; color: #333; }

.content.pop-vision .step-wrap .step-content .dot-list { position: relative; padding-left: 8px; margin-bottom: 4px; font-size: 13px; font-weight: 400; line-height: 18px; letter-spacing: -0.025em; color: #666; }

.content.pop-vision .step-wrap .step-content .dot-list:before { content: ''; display: inline-block; position: absolute; left: 0; top: 6px; width: 3px; height: 3px; border-radius: 100px; background: #666; }

.content.pop-plan .img-title .figure-graph { margin: 20px 0 30px 0; }

@media (max-width: 1279px) { .content.pop-plan .img-title .figure-graph img { width: 100%; } }

@media (min-width: 1280px) { .content.pop-plan .img-title .figure-graph img { max-width: 680px; } }

.content.pop-plan .step-wrap .pop-contitle { border-bottom: 3px solid #1b3b86; margin-bottom: 20px; font-size: 18px; font-weight: 500; line-height: 38px; letter-spacing: -0.025em; color: #333; }

@media (max-width: 1279px) { .content.pop-plan .step-wrap .step-content { margin-top: 50px; } }

@media (min-width: 1280px) { .content.pop-plan .step-wrap .step-content { display: inline-block; width: 320px; margin-top: 50px; vertical-align: top; } }

@media (max-width: 1279px) { .content.pop-plan .step-wrap .step-content:first-of-type { margin-top: 17px; } }

@media (min-width: 1280px) { .content.pop-plan .step-wrap .step-content:first-of-type, .content.pop-plan .step-wrap .step-content:nth-of-type(2) { margin-top: 0; } }

@media (min-width: 1280px) { .content.pop-plan .step-wrap .step-content:nth-of-type(2n) { margin-left: 55px; } }

.content.pop-plan .step-wrap .step-content .pop-title { position: relative; padding-left: 34px; margin-bottom: 10px; font-size: 16px; font-weight: 500; letter-spacing: -0.025em; color: #1b3b86; }

.content.pop-plan .step-wrap .step-content .pop-title .num { position: absolute; left: 0; top: 10px; font-size: 47px; }

.content.pop-plan .step-wrap .step-content p { font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.025em; color: #666; }

.content.pop-plan .step-wrap .step-content img { margin-top: 20px; }

@media (max-width: 1279px) { .content.pop-plan .step-wrap .step-content img { width: 90%; } }

@media (min-width: 1280px) { .content.pop-plan .step-wrap .step-content img { max-width: 290px; } }

/*======================================개별 페이지======================================*/
[module-divide] { width: 100%; max-width: 1200px; min-height: 60px; padding: 10px 15px; border-top: 3px solid #333; margin: 50px auto 0; font-family: 'Noto serif KR'; font-size: 30px; font-weight: 500; color: #fff; background: rgba(24, 57, 136, 0.9); }

.common-page-path { font-family: serif; font-size: 0; }

@media (max-width: 639px) { .common-page-path { padding-top: 11px; margin-bottom: 29px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-page-path { padding-top: 30px; margin-bottom: 50px; } }

@media (min-width: 1280px) { .common-page-path { padding-top: 90px; margin-bottom: 50px; } }



@media (min-width: 1280px) { .common-page-path .mobile { display: none; } }

.common-page-path .mobile .upper .upper-page {
	font-family: 'Noto Serif KR', serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	vertical-align: middle;
	color: #333; }

@media (max-width: 639px) { .common-page-path .mobile .upper .upper-page { font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-page-path .mobile .upper .upper-page { font-size: 25px; } }

.common-page-path .mobile .upper .bar { display: inline-block; position: relative; text-align: center; vertical-align: middle; color: rgba(0, 0, 0, 0); }

.common-page-path .mobile .upper .bar::after { content: ''; display: block; position: absolute; right: 0; left: 0; top: 0; bottom: 0; width: 1px; margin: auto; background: #000; transform: rotate(26.54deg); }

@media (max-width: 768px) { .common-page-path .mobile .upper .bar { width: 20px; height: 19px; }
  .common-page-path .mobile .upper .bar::after { height: 8px; } }

@media (min-width: 769px) and (max-width: 1279px) { .common-page-path .mobile .upper .bar { width: 50px; height: 30px; }
  .common-page-path .mobile .upper .bar::after { height: 17px; } }

.common-page-path .mobile .current-page { font-family: 'Noto Serif KR', serif; font-weight: 600; line-height: 1; letter-spacing: 0; vertical-align: middle; color: #3364c4; }

@media (max-width: 639px) { .common-page-path .mobile .current-page { margin-top: 13px; font-size: 25px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-page-path .mobile .current-page { margin-top: 33px; font-size: 35px; } }

@media (max-width: 1279px) { .common-page-path .desktop { display: none; } }

.common-page-path .desktop .upper { display: inline-block; height: 30px; font-size: 0; vertical-align: top; }

.common-page-path .desktop .upper .upper-page { display: inline-block; height: 30px; font-family: 'Noto Serif KR', serif; font-size: 25px; font-weight: 400; line-height: 30px; letter-spacing: 0; vertical-align: middle; color: #333; }

.common-page-path .desktop .upper .bar { display: inline-block; position: relative; width: 40px; height: 30px; text-align: center; vertical-align: middle; color: rgba(0, 0, 0, 0); }

.common-page-path .desktop .upper .bar::after { content: ''; display: block; position: absolute; right: 0; left: 0; top: 0; bottom: 0; width: 1px; height: 22px; margin: auto; background: #000; transform: rotate(26.54deg); }

.common-page-path .desktop .current-page { display: inline-block; height: 30px; font-family: 'Noto Serif KR', serif; font-size: 30px; font-weight: 600; line-height: 30px; letter-spacing: 0; vertical-align: middle; color: #3364c4; }

.common-contitle { position: relative; font-weight: 700; letter-spacing: 0; color: #333; }

@media (max-width: 639px) { .common-contitle { padding-left: 10px; font-size: 14px; line-height: 14px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-contitle { padding-left: 22px; padding-left: 12px; font-size: 16px; line-height: 20px; } }

@media (min-width: 1280px) { .common-contitle { padding-left: 22px; padding-left: 12px; font-size: 16px; line-height: 20px; font-size: 18px; } }

.common-contitle:before { content: ''; display: inline-block; position: absolute; left: 0; background: #000; }

@media (max-width: 639px) {
.common-contitle:before { width: 3px; height: 12px; top: 0; }
.common-contitle.with-btn:before { top: 33% !important; }
}

@media (min-width: 640px) and (max-width: 1279px) { .common-contitle:before { width: 4px; height: 20px; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } }

@media (min-width: 1280px) { .common-contitle:before { width: 4px; height: 20px; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } }

.common-contitle .link { display: inline-block; position: relative; margin-left: 10px; font-size: 14px; font-weight: 400; line-height: 1; text-decoration: none; text-align: left; vertical-align: bottom; color: #666; }

@media (min-width: 640px) { .common-contitle .link { margin-bottom: 3px; } }

.common-contitle .normal { font-weight: 400; }

.common-smalltitle { position: relative; font-weight: 500; letter-spacing: 0; text-decoration: none; color: #1b3b86; }

@media (max-width: 639px) { .common-smalltitle { font-size: 14px; line-height: 14px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-smalltitle { font-size: 16px; line-height: 16px; } }

@media (min-width: 1280px) { .common-smalltitle { font-size: 16px; line-height: 16px; font-size: 18px; line-height: 18px; } }

.common-smalltitle .link { display: inline-block; position: relative; margin-left: 8px; font-size: 14px; line-height: 1; font-weight: 400; text-decoration: none; text-align: left; vertical-align: bottom; color: #1b3b86; }

.common-smalltitle[target="_blank"]::after, .common-smalltitle[target="_self"]::after { content: ''; display: inline-block; }

@media (max-width: 1279px) { .common-smalltitle[target="_blank"]::after, .common-smalltitle[target="_self"]::after { width: 6px; height: 10px; margin-left: 10px; background: url("../image/link-list-on_sm.png") 0 0/6px auto no-repeat; } }

@media (min-width: 1280px) { .common-smalltitle[target="_blank"]::after, .common-smalltitle[target="_self"]::after { width: 6px; height: 10px; margin-left: 10px; background: url("../image/link-list-on_sm.png") 0 0/6px auto no-repeat; } }

.common-boardtitle { width: 100%; }

@media (max-width: 1279px) { .common-boardtitle { padding: 45px 0 42px; } }

@media (min-width: 1280px) { .common-boardtitle { padding: 85px 0 70px; } }

.common-boardtitle .bg-wrap { position: relative; }

.common-boardtitle .bg-wrap::before { content: ''; display: block; position: absolute; top: 50%; width: 100%; margin-top: -2px; background: #222; }

@media (max-width: 1279px) { .common-boardtitle .bg-wrap::before { height: 3px; } }

@media (min-width: 1280px) { .common-boardtitle .bg-wrap::before { height: 4px; } }

.common-boardtitle .bg-wrap .title { display: inline-block; position: relative; font-family: 'Roboto', 'Noto Serif KR'; font-weight: 500; line-height: 1; letter-spacing: 0; color: #000; }

@media (max-width: 1279px) { .common-boardtitle .bg-wrap .title { padding-right: 15px; font-size: 24px; background: #fff; } }

@media (min-width: 1280px) { .common-boardtitle .bg-wrap .title { padding-right: 25px; font-size: 30px; background: #fff; } }

@media (max-width: 1279px) { .common-boardtitle .bg-wrap .title img { height: 24px; } }

@media (min-width: 1280px) { .common-boardtitle .bg-wrap .title img { height: 30px; } }

.common-board .board-img { font-size: 0; }

@media (min-width: 640px) and (max-width: 790px) { .common-board .board-img { padding-bottom: 30px; -webkit-column-width: 210px; -moz-column-width: 210px; column-width: 150px; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } }

@media (min-width: 791px) and (max-width: 1279px) { .common-board .board-img { padding-bottom: 30px; -webkit-column-width: 210px; -moz-column-width: 210px; column-width: 210px; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } }

@media (min-width: 1280px) { .common-board .board-img { padding-bottom: 30px; -webkit-column-width: 255px; -moz-column-width: 255px; column-width: 255px; -webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px; } }

.common-board .board-img .item { width: 100%; vertical-align: top; text-decoration: none; }

@media (max-width: 639px) { .common-board .board-img .item { display: block; margin-bottom: 30px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img .item { display: inline-block; margin-bottom: 30px; } }

@media (min-width: 1280px) { .common-board .board-img .item { display: inline-block; margin-bottom: 40px; } }

@media (max-width: 1279px) { .common-board .board-img .item:last-child { margin-bottom: 15px; } }

.common-board .board-img .item[target="_blank"] { position: relative; }

.common-board .board-img .item[target="_blank"]::before { content: ''; display: block; position: absolute; top: 0; right: 0; width: 10px; height: 10px; background: url("../image/icon-newwindow_lg.png") 0 0/10px auto no-repeat; }

.common-board .board-img .item .cate { display: block; font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-img .item .cate { padding-bottom: 15px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img .item .cate { padding-bottom: 10px; font-size: 16px; } }

@media (min-width: 1280px) { .common-board .board-img .item .cate { padding-bottom: 10px; font-size: 16px; } }

.common-board .board-img .item .thumb { display: block; margin: 0 0 13px; }

.common-board .board-img .item .thumb img { width: 100%; }

.common-board .board-img .item .texts { display: block; border-bottom: 1px dashed #b8c3d7; }

@media (max-width: 639px) { .common-board .board-img .item .texts { padding-bottom: 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img .item .texts { padding-bottom: 30px; } }

@media (min-width: 1280px) { .common-board .board-img .item .texts { padding-bottom: 30px; } }

.common-board .board-img .item .texts .title { display: block; font-weight: 500; color: #333; }

@media (max-width: 639px) { .common-board .board-img .item .texts .title { max-height: 130px; font-size: 20px; line-height: 26px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img .item .texts .title { max-height: 150px; font-size: 24px; line-height: 30px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-img .item .texts .title { max-height: 190px; font-size: 30px; line-height: 38px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-img .item .texts .sub { display: block; font-weight: 400; color: #666; }

@media (max-width: 639px) { .common-board .board-img .item .texts .sub { max-height: 126px; margin-top: 7px; font-size: 13px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img .item .texts .sub { max-height: 88px; margin-top: 10px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-img .item .texts .sub { max-height: 88px; margin-top: 15px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 639px) { .common-board .board-img .item .thumb + .texts .title { max-height: 48px; font-size: 15px; line-height: 16px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-img .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-img2 { font-size: 0; }

@media (max-width: 539px) { .common-board .board-img2 { -webkit-column-width: 150px; -moz-column-width: 150px; column-width: 150px; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; } }

@media (min-width: 540px) and (max-width: 639px) { .common-board .board-img2 { column-width: 220px; column-gap: 30px; } }

@media (min-width: 640px) and (max-width: 790px) { .common-board .board-img2 { padding-bottom: 30px; -webkit-column-width: 210px; -moz-column-width: 210px; column-width: 150px; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } }

@media (min-width: 791px) and (max-width: 1279px) { .common-board .board-img2 { padding-bottom: 30px; -webkit-column-width: 210px; -moz-column-width: 210px; column-width: 210px; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } }

@media (min-width: 1280px) { .common-board .board-img2 { padding-bottom: 30px; -webkit-column-width: 255px; -moz-column-width: 255px; column-width: 255px; -webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px; } }

.common-board .board-img2 .item { display: inline-block; width: 100%; vertical-align: top; text-decoration: none; }

@media (max-width: 639px) { .common-board .board-img2 .item { margin-bottom: 30px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img2 .item { margin-bottom: 30px; } }

@media (min-width: 1280px) { .common-board .board-img2 .item { display: inline-block; margin-bottom: 40px; } }

@media (max-width: 1279px) { .common-board .board-img2 .item:last-child { margin-bottom: 15px; } }

.common-board .board-img2 .item[target="_blank"] { position: relative; }

.common-board .board-img2 .item[target="_blank"]::before { content: ''; display: block; position: absolute; top: 0; right: 0; width: 10px; height: 10px; background: url("../image/icon-newwindow_lg.png") 0 0/10px auto no-repeat; }

.common-board .board-img2 .item .cate { display: block; font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-img2 .item .cate { padding-bottom: 15px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img2 .item .cate { padding-bottom: 10px; font-size: 16px; } }

@media (min-width: 1280px) { .common-board .board-img2 .item .cate { padding-bottom: 10px; font-size: 16px; } }

.common-board .board-img2 .item .thumb { display: block; margin: 0 0 13px; }

.common-board .board-img2 .item .thumb img { width: 100%; }

.common-board .board-img2 .item .texts { display: block; border-bottom: 1px dashed #b8c3d7; }

@media (max-width: 639px) { .common-board .board-img2 .item .texts { padding-bottom: 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img2 .item .texts { padding-bottom: 30px; } }

@media (min-width: 1280px) { .common-board .board-img2 .item .texts { padding-bottom: 30px; } }

.common-board .board-img2 .item .texts .title { display: block; font-weight: 500; color: #333; }

@media (max-width: 639px) { .common-board .board-img2 .item .texts .title { max-height: 130px; font-size: 20px; line-height: 26px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img2 .item .texts .title { max-height: 150px; font-size: 24px; line-height: 30px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-img2 .item .texts .title { max-height: 190px; font-size: 30px; line-height: 38px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-img2 .item .texts .sub { display: block; margin-top: 15px; font-weight: 400; color: #666; }

@media (max-width: 639px) { .common-board .board-img2 .item .texts .sub { max-height: 126px; margin-top: 7px; font-size: 13px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img2 .item .texts .sub { max-height: 88px; margin-top: 10px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-img2 .item .texts .sub { max-height: 88px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 639px) { .common-board .board-img2 .item .thumb + .texts .title { max-height: 48px; font-size: 15px; line-height: 16px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img2 .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-img2 .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-imgline { font-size: 0; }

.common-board .board-imgline .item { vertical-align: top; text-decoration: none; }

@media (max-width: 639px) { .common-board .board-imgline .item { display: block; margin-bottom: 30px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item { display: inline-block; width: 31.3%; margin-right: 3%; margin-bottom: 70px; } }

@media (min-width: 1280px) { .common-board .board-imgline .item { display: inline-block; width: 255px; margin-right: 60px; margin-bottom: 70px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item:nth-child(3n) { margin-right: 0; } }

@media (min-width: 1280px) { .common-board .board-imgline .item:nth-child(4n) { margin-right: 0; } }

.common-board .board-imgline .item .cate { display: block; font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-imgline .item .cate { padding-bottom: 3px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .cate { padding-bottom: 4px; font-size: 16px; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .cate { padding-bottom: 4px; font-size: 16px; } }

.common-board .board-imgline .item .date { display: block; font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-imgline .item .date { padding-bottom: 15px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .date { padding-bottom: 10px; font-size: 16px; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .date { padding-bottom: 10px; font-size: 16px; } }

.common-board .board-imgline .item .thumb { display: block; position: relative; border: 1px solid #dedede; border-bottom: 0; margin: 0; height: 0; overflow: hidden; }

@media (max-width: 639px) { .common-board .board-imgline .item .thumb { padding-bottom: 67%; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .thumb { padding-bottom: 66%; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .thumb { height: 170px; } }

.common-board .board-imgline .item .thumb img { width: 100%; }

.common-board .board-imgline .item .texts { display: block; border: 1px solid #dedede; }

@media (max-width: 639px) { .common-board .board-imgline .item .texts { padding: 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .texts { min-height: 200px; padding: 26px 18px 30px; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .texts { height: 360px; padding: 26px 18px 30px; } }

.common-board .board-imgline .item .texts .title { display: block; font-weight: 500; color: #111; }

@media (max-width: 639px) { .common-board .board-imgline .item .texts .title { max-height: 130px; font-size: 24px; line-height: 26px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .texts .title { max-height: 150px; font-size: 24px; line-height: 30px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .texts .title { max-height: 190px; font-size: 30px; line-height: 38px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-imgline .item .texts .sub { display: block; margin-top: 15px; font-weight: 400; color: #666; }

@media (max-width: 639px) { .common-board .board-imgline .item .texts .sub { max-height: 126px; margin-top: 7px; font-size: 13px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }
  .common-board .board-imgline .item .texts .sub.pointline { max-height: 95px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .texts .sub { max-height: 95px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }
  .common-board .board-imgline .item .texts .sub.pointline { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .texts .sub { max-height: 96px; font-size: 15px; line-height: 24px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }
  .common-board .board-imgline .item .texts .sub.pointline { max-height: 72px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-imgline .item .texts .sub .point { display: block; font-size: 13px; margin-bottom: 5px; font-weight: 500; }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .thumb + .texts { height: 200px; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .thumb + .texts { height: 200px; } }

@media (max-width: 639px) { .common-board .board-imgline .item .thumb + .texts .title { max-height: 48px; margin-top: 0; font-size: 15px; line-height: 16px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-imgline .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-imgline .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-gallery { font-size: 0; }

@media (max-width: 539px) { .common-board .board-gallery { -webkit-column-width: 150px; -moz-column-width: 150px; column-width: 150px; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; } }

@media (min-width: 540px) and (max-width: 639px) { .common-board .board-gallery { column-width: 220px; column-gap: 30px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-gallery { column-width: 210px; column-gap: 30px; } }

@media (min-width: 1280px) { .common-board .board-gallery { padding-bottom: 30px; -webkit-column-width: 255px; -moz-column-width: 255px; column-width: 255px; -webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px; } }

.common-board .board-gallery .slide { display: inline-block; vertical-align: top; }

.common-board .board-gallery .item { display: inline-block; width: 100%; vertical-align: top; text-decoration: none; position:relative;}

@media (max-width: 639px) { .common-board .board-gallery .item { margin-bottom: 40px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-gallery .item { margin-bottom: 60px; } }

@media (min-width: 1280px) { .common-board .board-gallery .item { margin-bottom: 60px;  } }

.common-board .board-gallery .item .thumb { display: block; position: relative; }

.common-board .board-gallery .item .thumb img { width: 100%; }

.common-board .board-gallery .item .thumb .dimmed { position: absolute; background: rgba(0, 0, 0, 0.8); }

@media (max-width: 1279px) { .common-board .board-gallery .item .thumb .dimmed { right: 0; bottom: 0; width: 30px; height: 30px; } }

@media (min-width: 1280px) { .common-board .board-gallery .item .thumb .dimmed { top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } }

@media (max-width: 1279px) { .common-board .board-gallery .item .thumb .dimmed .tooltip { display: block; width: 100%; height: 100%; font-size: 0; color: rgba(0, 0, 0, 0); background: url("../image/icon-download_sm.png") center/9px auto no-repeat; } }

@media (min-width: 1280px) { .common-board .board-gallery .item .thumb .dimmed .tooltip { display: inline-block; position: absolute; right: 20px; bottom: 20px; padding-right: 28px; font-size: 14px; font-weight: 500; line-height: 18px; color: #fff; background: url("../image/icon-download_sm.png") center right/18px auto no-repeat; } }

.common-board .board-gallery .item .texts { display: block; }

@media (max-width: 639px) { .common-board .board-gallery .item .texts { margin: 15px 0 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-gallery .item .texts { margin: 18px 0 0; } }

@media (min-width: 1280px) { .common-board .board-gallery .item .texts { margin: 18px 0 0; } }

.common-board .board-gallery .item .texts .year { display: block; font-size: 14px; line-height: 22px; font-weight: 400; color: #666; }

.common-board .board-gallery .item .texts .title { display: block; font-weight: 500; color: #333; }

@media (max-width: 639px) { .common-board .board-gallery .item .texts .title { max-height: 48px; font-size: 15px; line-height: 16px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-gallery .item .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-gallery .item .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-gallery .item:hover .thumb .dimmed, .common-board .board-gallery .item:focus .thumb .dimmed { opacity: 1; }

.common-board .board-preview { font-size: 0; }

.common-board .board-preview .item { display: inline-block; vertical-align: top; text-decoration: none; }

@media (max-width: 639px) { .common-board .board-preview .item { margin-bottom: 30px; width: calc(50% - 15px); } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item { width: 31.3%; margin-right: 3%; margin-bottom: 30px; } }

@media (min-width: 1280px) { .common-board .board-preview .item { width: 254px; margin-right: 61px; margin-bottom: 70px; } }

@media (max-width: 639px) { .common-board .board-preview .item:nth-child(2n) { margin-left: 30px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item:nth-child(3n) { margin-right: 0; } }

@media (min-width: 1280px) { .common-board .board-preview .item:nth-child(4n) { margin-right: 0; } }

@media (max-width: 1279px) { .common-board .board-preview .item:last-child { margin-bottom: 15px; } }

.common-board .board-preview .item[target="_blank"] { position: relative; }

.common-board .board-preview .item[target="_blank"]::before { content: ''; display: block; position: absolute; top: 0; right: 0; width: 10px; height: 10px; background: url("../image/icon-newwindow_lg.png") 0 0/10px auto no-repeat; }

.common-board .board-preview .item .cate { display: block; font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-preview .item .cate { padding-bottom: 15px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item .cate { padding-bottom: 10px; font-size: 16px; } }

@media (min-width: 1280px) { .common-board .board-preview .item .cate { padding-bottom: 10px; font-size: 16px; } }

.common-board .board-preview .item .thumb { display: block; position: relative; width: 100%; height: 0; padding-bottom: 66.8%; overflow: hidden; margin: 0 0 13px; }

.common-board .board-preview .item .thumb img { position: absolute; width: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.common-board .board-preview .item .texts { display: block; border-bottom: 1px dashed #b8c3d7; }

@media (max-width: 639px) { .common-board .board-preview .item .texts { padding-bottom: 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item .texts { min-height: 145px; padding-bottom: 30px; } }

@media (min-width: 1280px) { .common-board .board-preview .item .texts { padding-bottom: 30px; } }

.common-board .board-preview .item .texts .title { display: block; font-weight: 500; color: #333; }

@media (max-width: 639px) { .common-board .board-preview .item .texts .title { max-height: 130px; font-size: 20px; line-height: 26px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item .texts .title { max-height: 150px; font-size: 24px; line-height: 30px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-preview .item .texts .title { max-height: 190px; font-size: 30px; line-height: 38px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-preview .item .texts .research-team { display: block; max-height: 36px; margin-top: 10px; font-weight: 500; line-height: 18px; letter-spacing: -0.025em; color: #666; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }

@media (max-width: 639px) { .common-board .board-preview .item .texts .research-team { font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item .texts .research-team { font-size: 13px; } }

@media (min-width: 1280px) { .common-board .board-preview .item .texts .research-team { font-size: 14px; } }

.common-board .board-preview .item .texts .sub { display: block; margin-top: 15px; font-weight: 400; color: #666; }

@media (max-width: 639px) { .common-board .board-preview .item .texts .sub { max-height: 126px; margin-top: 7px; font-size: 13px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item .texts .sub { max-height: 88px; margin-top: 10px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-preview .item .texts .sub { max-height: 88px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item .thumb + .texts { min-height: auto; } }

@media (max-width: 639px) { .common-board .board-preview .item .thumb + .texts .title { max-height: 48px; font-size: 15px; line-height: 16px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-preview .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-preview .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-preview .item .thumb + .texts .research-team { margin-top: 5px; }

.common-board .form-search { position: relative; font-size: 0; }

@media (max-width: 639px) { .common-board .form-search { padding: 13px 15px 15px; margin: 0 auto 20px; background: #f7f7f7; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search { padding: 0px 30px 0; margin: 40px auto 40px; } }

@media (min-width: 1280px) { .common-board .form-search { width: 1200px; padding: 0 50px; margin: 70px auto 40px; } }

.common-board .form-search .input-wrap { vertical-align: top; }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap { text-align: right; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap { text-align: right; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap { text-align: right; } }

.common-board .form-search .input-wrap .date { display: inline-block; position: relative; vertical-align: top; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .date { width: calc(50% - 5px); margin-right: 10px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .date { margin-right: 15px; } }

.common-board .form-search .input-wrap .date .datepicker { border: 0; margin: 0; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .date .datepicker { width: 100%; height: 33px; padding: 0 32px 0 10px; font-size: 13px; font-weight: 400; line-height: 33px; background: #fff url("../image/icon-calendar_lg.png") right 10px top 50%/11px auto no-repeat; }
  .common-board .form-search .input-wrap .date .datepicker::-webkit-input-placeholder { font-size: 13PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-moz-input-placeholder { font-size: 13PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::-moz-input-placeholder { font-size: 13PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-ms-input-placeholder { font-size: 13PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::placeholder { font-size: 13PX; letter-spacing: 0; line-height: 33px; color: #666; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .date .datepicker { width: 73px; height: 40px; padding: 0; font-size: 13px; font-weight: 500; line-height: 40px; }
  .common-board .form-search .input-wrap .date .datepicker::-webkit-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 40px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 40px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 40px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-ms-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 40px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::placeholder { font-size: 13px; letter-spacing: 0; line-height: 40px; color: #666; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .date .datepicker { width: 135px; height: 50px; padding: 0 45px 0 15px; font-size: 14px; font-weight: 500; line-height: 50px; background: #fff url("../image/icon-calendar_lg.png") right 15px top 50%/22px auto no-repeat; }
  .common-board .form-search .input-wrap .date .datepicker::-webkit-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-moz-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::-moz-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-ms-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::placeholder { letter-spacing: 0; line-height: 50px; color: #666; } }

@media (max-width: 639px) { .common-board .form-search .input-wrap .date + .date { margin-right: 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .date + .date { padding-left: 10px; }
  .common-board .form-search .input-wrap .date + .date::before { content: ''; display: block; position: absolute; left: 0; top: 50%; width: 1px; height: 15px; background: #888; margin-top: -7px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .date + .date { padding-left: 15px; }
  .common-board .form-search .input-wrap .date + .date::before { content: ''; display: block; position: absolute; left: 0; top: 50%; width: 1px; height: 15px; background: #888; margin-top: -7px; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .date + .sort { margin-left: calc(100% - 480px); } }

@media (min-width: 640px) and (max-width: 768px) { .common-board .form-search .input-wrap .date + .keyword { width: 130px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .date + .keyword { margin-left: 26px; } }

.common-board .form-search .input-wrap .cate { display: inline-block; border: 0; letter-spacing: 0; vertical-align: top; color: #193988; }

.common-board .form-search .input-wrap .cate::-webkit-input-placeholder { letter-spacing: 0; line-height: 50px; color: #193988; }

.common-board .form-search .input-wrap .cate:-moz-input-placeholder { letter-spacing: 0; line-height: 50px; color: #193988; }

.common-board .form-search .input-wrap .cate::-moz-input-placeholder { letter-spacing: 0; line-height: 50px; color: #193988; }

.common-board .form-search .input-wrap .cate:-ms-input-placeholder { letter-spacing: 0; line-height: 50px; color: #193988; }

.common-board .form-search .input-wrap .cate::placeholder { letter-spacing: 0; line-height: 50px; color: #193988; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .cate { width: 49.25%; height: 33px; padding: 0 10px; font-size: 13px; font-weight: 400; line-height: 33px; background: #fff url("../image/icon-select-arrow-down_sm.png") right 10px top 50%/9px auto no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .cate { width: 150px; height: 50px; padding: 15px 0; margin: -6px 0 0; font-size: 13px; font-weight: 500; line-height: 1.4; background: url("../image/icon-select-arrow-down_lg.png") right 15px top 50%/12px auto no-repeat; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .cate { width: 110px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .cate { width: 150px; height: 50px; padding: 15px; margin: 0; font-size: 14px; font-weight: 500; line-height: 1.4; background: url("../image/icon-select-arrow-down_lg.png") right 15px top 50%/12px auto no-repeat; } }

@media (max-width: 639px) { .common-board .form-search .input-wrap .cate.m-full { width: 100%; margin-bottom: 10px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .cate + .date { margin-left: calc(100% - 586px); } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .cate + .date { margin-left: calc(100% - 476px); } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .cate + .date { margin-left: 99px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .cate + .date + .date + .sort { margin-left: 35px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .cate + .date + .date + .sort + .keyword { width: 250px; } }

@media (max-width: 639px) { .common-board .form-search .input-wrap .cate + .sort { width: 49.25%; margin-left: 1.5%; margin-top: 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .cate + .sort { margin-left: calc(100% - 540px); } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .cate + .sort { margin-left: calc(100% - 430px); } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .cate + .sort { margin-left: 280px; } }

@media (max-width: 639px) { .common-board .form-search .input-wrap * + .sort { margin-top: 8px; } }

.common-board .form-search .input-wrap .sort { display: inline-block; border: 0; letter-spacing: 0; vertical-align: top; color: #666; }

.common-board .form-search .input-wrap .sort::-webkit-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }

.common-board .form-search .input-wrap .sort:-moz-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }

.common-board .form-search .input-wrap .sort::-moz-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }

.common-board .form-search .input-wrap .sort:-ms-input-placeholder { letter-spacing: 0; line-height: 50px; color: #666; }

.common-board .form-search .input-wrap .sort::placeholder { letter-spacing: 0; line-height: 50px; color: #666; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .sort { width: 100%; height: 33px; padding: 0 10px; font-size: 13px; font-weight: 400; line-height: 33px; background: #fff url("../image/icon-select-arrow-down_sm.png") right 10px top 50%/9px auto no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .sort { width: 110px; height: 40px; padding: 10px 15px; margin: 0; margin-left: calc(100% - 546px); font-size: 13px; font-weight: 500; line-height: 1.4; background: #f7f7f7 url("../image/icon-select-arrow-down_lg.png") right 15px top 50%/12px auto no-repeat; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .sort { width: 150px; height: 50px; padding: 15px; margin: 0 0 0 115px; font-size: 14px; font-weight: 500; line-height: 1.4; background: #f7f7f7 url("../image/icon-select-arrow-down_lg.png") right 15px top 50%/12px auto no-repeat; } }

.common-board .form-search .input-wrap .keyword { display: inline-block; border: 0; letter-spacing: 0; vertical-align: top; color: #666; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .keyword { width: calc(100% - 45px); height: 33px; padding: 0 10px; margin: 8px 0 0; font-size: 13px; font-weight: 400; line-height: 33px; background: #fff; }
  .common-board .form-search .input-wrap .keyword::-webkit-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .keyword:-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .keyword::-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .keyword:-ms-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .keyword::placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .keyword { width: 210px; height: 40px; padding: 0 15px; margin: 0 0 0 10px; font-size: 13px; font-weight: 500; line-height: 40px; background: #f7f7f7; }
  .common-board .form-search .input-wrap .keyword::-webkit-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword:-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword::-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword:-ms-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword::placeholder { font-size: 13px; letter-spacing: 0; line-height: 50px; color: #666; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .keyword { width: 140px; padding: 0 10px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .keyword { width: 420px; height: 50px; padding: 0 15px; margin: 0 0 0 10px; font-size: 14px; font-weight: 500; line-height: 50px; background: #f7f7f7; }
  .common-board .form-search .input-wrap .keyword::-webkit-input-placeholder { font-size: 14px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword:-moz-input-placeholder { font-size: 14px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword::-moz-input-placeholder { font-size: 14px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword:-ms-input-placeholder { font-size: 14px; letter-spacing: 0; line-height: 50px; color: #666; }
  .common-board .form-search .input-wrap .keyword::placeholder { font-size: 14px; letter-spacing: 0; line-height: 50px; color: #666; } }

.common-board .form-search .input-wrap .search { display: inline-block; padding: 0; border: 0; letter-spacing: 0; vertical-align: top; color: #fff; background: #888; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .search { width: 40px; height: 33px; margin: 8px 0 0 5px; font-size: 13px; font-weight: 400; line-height: 33px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .form-search .input-wrap .search { width: 50px; height: 40px; margin: 0 0 0 10px; font-size: 13px; font-weight: 500; line-height: 40px; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .search { width: 70px; height: 50px; margin: 0 0 0 10px; font-size: 14px; font-weight: 500; line-height: 50px; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search.search-type04 .cate { width: 100px; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search.search-type04 .cate + .date { margin-left: calc(100% - 563px); } }

@media (min-width: 901px) and (max-width: 1279px) { .common-board .form-search.search-type04 .cate + .date { margin-left: calc(100% - 726px); } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search.search-type04 .cate + .date + .date + .sort { margin-left: 0; } }

@media (min-width: 901px) and (max-width: 1279px) { .common-board .form-search.search-type04 .cate + .date + .date + .sort { margin-left: 30px; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search.search-type04 .keyword { width: 136px; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search.search-type04 .search { margin-left: 0; } }

.common-board .board-list { border-top: 1px solid #333; }

@media (max-width: 1279px) { .common-board .board-list { width: 100%; margin: 20px auto; }
  .common-board .board-list::after { content: ''; display: table; clear: both; table-layout: fixed; } }

@media (min-width: 1280px) { .common-board .board-list { width: 1100px; margin: 40px auto; } }

.common-board .board-list table { width: 100%; }

.common-board .board-list table thead { position: absolute; overflow: hidden; display: inline-block; height: 1px; width: 1px; border: 0; margin: -1px; font-size: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); }

.common-board .board-list table tr { border-bottom: 1px solid #ebebeb; }

.common-board .board-list table .col-title { font-size: 0; }

@media (max-width: 639px) { .common-board .board-list table .col-title { display: block; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title { padding: 0 10px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title { width: 1007px; padding: 0 30px; } }

.common-board .board-list table .col-title .research-team { display: block; max-width: 750px; max-height: 18px; font-size: 14px; font-weight: 500; line-height: 18px; margin-bottom: 7px; color: #1b3b86; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }

.common-board .board-list table .col-title a { vertical-align: top; text-decoration: none; padding-right: 22px; }

@media (max-width: 639px) { .common-board .board-list table .col-title a { display: inline-block; position: relative; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title a { display: inline-block; position: relative; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title a { display: inline-block; } }

.common-board .board-list table .col-title a[target="_blank"] { position: relative; }

.common-board .board-list table .col-title a[target="_blank"]::before { content: ''; display: block; position: absolute; right: 0; width: 10px; height: 10px; background: url("../image/icon-newwindow_lg.png") 0 0/10px auto no-repeat; }

@media (max-width: 639px) { .common-board .board-list table .col-title a[target="_blank"]::before { top: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title a[target="_blank"]::before { top: 2px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title a[target="_blank"]::before { top: 2px; } }

.common-board .board-list table .col-title a .clip { display: inline-block; padding-right: 10px; vertical-align: middle; }

@media (max-width: 639px) { .common-board .board-list table .col-title a .clip { width: 100%; } }

.common-board .board-list table .col-title a .txt { display: inline-block; letter-spacing: -0.025em; vertical-align: top; color: #333; }

@media (max-width: 639px) { .common-board .board-list table .col-title a .txt { max-height: 40px; padding: 0 0 0 10px; margin: 10px 0 5px; font-size: 14px; font-weight: 500; line-height: 20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title a .txt { max-height: 19px; font-size: 14px; font-weight: 400; line-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title a .txt { max-height: 19px; font-size: 14px; font-weight: 400; line-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-list table .col-title a .icon-new { display: inline-block; background: url("../image/icon-new_lg.png") 0 0/42px auto no-repeat; text-indent:-5000px;}

@media (max-width: 639px) { .common-board .board-list table .col-title a .icon-new { width: 29px; height: 15px; margin-top: 11px; vertical-align: top; background: url("../image/icon-new_sm.png") 0 0/29px auto no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title a .icon-new { width: 42px; height: 18px; vertical-align: middle; background: url("../image/icon-new_lg.png") 0 0/42px auto no-repeat; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title a .icon-new { width: 42px; height: 18px; vertical-align: middle; background: url("../image/icon-new_lg.png") 0 0/42px auto no-repeat; } }

.common-board .board-list table .col-title a .icon-file { display: inline-block; text-indent:-5000px; }

@media (max-width: 639px) { .common-board .board-list table .col-title a .icon-file { width: 29px; height: 15px; margin-top: 10px; vertical-align: top; background: url("../image/icon-file_sm.png") center top 2px/10px auto no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title a .icon-file { width: 34px; height: 18px; vertical-align: middle; background: url("../image/icon-file_lg.png") center top 2px/12px auto no-repeat; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title a .icon-file { width: 34px; height: 18px; vertical-align: middle; background: url("../image/icon-file_lg.png") center top 2px/12px auto no-repeat; } }

@media (max-width: 639px) { .common-board .board-list table .col-title.new .clip { width: 100%; padding-right: 55px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title.new .clip { padding-right: 70px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title.new .clip { max-width: 750px; } }

@media (max-width: 639px) { .common-board .board-list table .col-title.new .icon-new { position: absolute; top: 0; right: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title.new .icon-new { position: absolute; top: 0; right: 25px; } }

@media (max-width: 639px) { .common-board .board-list table .col-title.file .clip { width: 100%; padding-right: 25px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title.file .clip { padding-right: 70px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title.file .clip { max-width: 750px; } }

@media (max-width: 639px) { .common-board .board-list table .col-title.file .icon-file { position: absolute; top: 0; right: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title.file .icon-file { position: absolute; top: 0; right: 25px; } }

@media (max-width: 639px) { .common-board .board-list table .col-title.new.file .clip { width: 100%; padding-right: 85px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title.new.file .clip { padding-right: 105px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-title.new.file .clip { max-width: 840px; } }

@media (max-width: 639px) { .common-board .board-list table .col-title.new.file .icon-new { position: absolute; top: 0; right: 50px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title.new.file .icon-new { position: absolute; top: 0; right: 65px; } }

@media (max-width: 639px) { .common-board .board-list table .col-title.new.file .icon-file { position: absolute; top: 0; right: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-title.new.file .icon-file { position: absolute; top: 0; right: 25px; } }

.common-board .board-list table .col-date { font-weight: 400; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .common-board .board-list table .col-date { display: block; height: 23px; padding: 0px 10px 10px; font-size: 11px; line-height: 1; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-date { width: 87px; height: 74px; font-size: 14px; line-height: 19px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-date { width: 93px; height: 74px; font-size: 14px; line-height: 19px; } }

.common-board .board-list table .notice { background: #f3f4f8; }

.common-board .board-list table .notice .col-title a .txt { font-weight: 500; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-list table .col-thumb { display: block; float: left; width: 120px; padding: 15px 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-thumb { width: 140px; height: 110px; padding: 0 10px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-thumb { width: 140px; height: 110px; padding: 0 10px; } }

.common-board .board-list table .col-thumb a { display: block; position: relative; text-decoration: none; width: 120px; height: 0; padding-bottom: 66.6666%; margin: 0 auto; overflow: hidden; }

.common-board .board-list table .col-thumb a img { position: absolute; width: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title { display: block; padding-left: 120px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title + .col-date { display: block; padding-left: 130px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-thumb + .col-title { width: 867px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title a { position: relative; width: 100%; padding-top: 6px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title a[target="_blank"] { padding-top: 28px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title a[target="_blank"]::before { top: 18px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title a .icon-new { position: absolute; top: 18px; left: 11px; margin-top: 0; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title.new a { padding-top: 28px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title.new a .clip { width: 100%; padding-right: 10px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-thumb + .col-title.new a .clip { max-width: 680px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-thumb + .col-title.new a .research-team { max-width: 640px; } }

@media (max-width: 639px) { .common-board .board-list table .col-cate { display: block; padding: 15px 10px 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-cate { height: 73px; padding: 0 10px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-cate { width: 140px; height: 73px; padding: 0 10px; } }

.common-board .board-list table .col-cate a { display: block; text-decoration: none; }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-cate a { width: 120px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-cate a { width: 120px; } }

.common-board .board-list table .col-cate span { font-weight: 500; letter-spacing: 0; vertical-align: top; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-list table .col-cate span { max-height: 12px; font-size: 12px; line-height: 12px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-cate span { max-height: 19px; font-size: 14px; line-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-list table .col-cate span { max-height: 19px; font-size: 14px; line-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-list table .col-cate + .col-title { width: 867px; } }

@media (max-width: 639px) { .common-board .board-list table .col-cate + .col-title a[target="_blank"]::before { top: 13px; } }

@media (max-width: 639px) { .common-board .board-list table .col-cate + .col-title.new a .clip { padding-right: 55px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-cate + .col-title.new a .clip { padding-right: 70px; } }

@media (min-width: 1280px) { .common-board .board-list table .col-cate + .col-title.new a .clip { max-width: 680px; } }

@media (max-width: 639px) { .common-board .board-list table .col-cate + .col-title.new a .icon-new { position: absolute; top: 0; right: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-list table .col-cate + .col-title.new a .icon-new { position: absolute; top: 0; right: 25px; } }

@media (max-width: 639px) { .common-board .board-list table .col-cate + .col-title.file.new a .icon-file { right: 50px; } }

.common-board .board-research { border-top: 1px solid #333; }

@media (max-width: 1279px) { .common-board .board-research { width: 100%; margin: 20px auto; }
  .common-board .board-research::after { content: ''; display: table; clear: both; table-layout: fixed; } }

@media (min-width: 1280px) { .common-board .board-research { width: 1100px; margin: 40px auto; } }

.common-board .board-research table { width: 100%; }

.common-board .board-research table thead { position: absolute; overflow: hidden; display: inline-block; height: 1px; width: 1px; border: 0; margin: -1px; font-size: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); }

.common-board .board-research table tr { border-bottom: 1px solid #ebebeb; }

@media (max-width: 639px) { .common-board .board-research table .col-thumb { display: block; float: left; width: 120px; padding: 15px 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-research table .col-thumb { width: 140px; height: 110px; padding: 0 10px; } }

@media (min-width: 1280px) { .common-board .board-research table .col-thumb { width: 140px; height: 110px; padding: 0 10px; } }

.common-board .board-research table .col-thumb a { display: block; position: relative; text-decoration: none; width: 120px; height: 0; padding-bottom: 66.6666%; margin: 0 auto; overflow: hidden; }

.common-board .board-research table .col-thumb a img { position: absolute; width: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.common-board .board-research table .col-title { font-size: 0; }

@media (max-width: 639px) { .common-board .board-research table .col-title { display: block; padding-left: 130px; padding-top: 16px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-research table .col-title { padding: 0 10px; } }

@media (min-width: 1280px) { .common-board .board-research table .col-title { padding: 0 30px; } }

.common-board .board-research table .col-title .team-clip { display: block; overflow: hidden; }

@media (max-width: 639px) { .common-board .board-research table .col-title .team-clip { height: 38px; margin-bottom: 6px; } }

@media (min-width: 640px) { .common-board .board-research table .col-title .team-clip { max-width: calc(100% - 100px); max-height: 18px; margin-bottom: 5px; } }

.common-board .board-research table .col-title .team-clip .research-team { font-size: 13px; font-weight: 500; line-height: 19px; margin-bottom: 7px; vertical-align: top; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-research table .col-title .team-clip .research-team { max-height: 38px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) { .common-board .board-research table .col-title .team-clip .research-team { max-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .board-research table .col-title a { display: block; vertical-align: top; text-decoration: none; }

.common-board .board-research table .col-title a[target="_blank"]::after { content: ''; display: inline-block; width: 10px; height: 10px; margin-left: 10px; margin-bottom: 3px; vertical-align: bottom; background: url("../image/icon-newwindow_lg.png") 0 0/10px auto no-repeat; }

@media (max-width: 639px) { .common-board .board-research table .col-title a[target="_blank"]::after { display: none; } }

.common-board .board-research table .col-title a .icon-new { display: inline-block; vertical-align: bottom; }

@media (max-width: 639px) { .common-board .board-research table .col-title a .icon-new { width: 30px; height: 14px; margin-right: 10px; vertical-align: middle; background: url("../image/icon-new_sm.png") 0 0/30px auto no-repeat; } }

@media (min-width: 640px) { .common-board .board-research table .col-title a .icon-new { width: 42px; height: 18px; margin-left: 10px; background: url("../image/icon-new_lg.png") 0 0/42px auto no-repeat; } }

.common-board .board-research table .col-title a .icon-file { display: inline-block; width: 12px; height: 14px; margin-bottom: 1px; margin-left: 10px; vertical-align: bottom; background: url("../image/icon-file_sm.png") center center/12px auto no-repeat; }

@media (max-width: 639px) { .common-board .board-research table .col-title a .icon-file { display: none; } }

.common-board .board-research table .col-title a .clip { display: inline-block; vertical-align: bottom; }

@media (max-width: 639px) { .common-board .board-research table .col-title a .clip { width: 100%; vertical-align: middle; } }

@media (min-width: 640px) { .common-board .board-research table .col-title a .clip { max-width: calc(100% - 100px); } }

.common-board .board-research table .col-title a .clip .txt { display: inline-block; letter-spacing: -0.025em; vertical-align: top; color: #333; }

@media (max-width: 639px) { .common-board .board-research table .col-title a .clip .txt { max-height: 20px; font-size: 14px; font-weight: 500; line-height: 20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-research table .col-title a .clip .txt { max-height: 19px; font-size: 14px; font-weight: 400; line-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .board-research table .col-title a .clip .txt { max-height: 19px; font-size: 14px; font-weight: 400; line-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 639px) { .common-board .board-research table .col-title.new .clip { max-width: calc(100% - 56px); } }

.common-board .board-research table .col-date { font-weight: 400; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .common-board .board-research table .col-date { display: block; height: 23px; padding: 0px 10px 10px 130px; font-size: 11px; line-height: 1; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-research table .col-date { width: 87px; height: 74px; font-size: 14px; line-height: 19px; } }

@media (min-width: 1280px) { .common-board .board-research table .col-date { width: 93px; height: 74px; font-size: 14px; line-height: 19px; } }

.common-board .board-research table .notice { background: #f3f4f8; }

.common-board .board-research table .notice .col-title a .txt { font-weight: 500; color: #1b3b86; }

@media (min-width: 640px) { .common-board .board-research .only-m { display: none !important; } }

@media (max-width: 639px) { .common-board .board-research .only-md-lg { display: none !important; } }

.common-board .view .header { position: relative; border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; }

@media (max-width: 1279px) { .common-board .view .header { padding: 12px 15px 12px; } }

@media (min-width: 1280px) { .common-board .view .header { padding: 28px 100px 20px; } }

.common-board .view .header .cate { font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 1279px) { .common-board .view .header .cate { margin-bottom: 6px; font-size: 14px; } }

@media (min-width: 1280px) { .common-board .view .header .cate { margin-bottom: 6px; font-size: 16px; } }

.common-board .view .header .research-team { font-weight: 500; line-height: 1; letter-spacing: 0; color: #666; }

@media (max-width: 1279px) { .common-board .view .header .research-team { margin-bottom: 6px; font-size: 14px; } }

@media (min-width: 1280px) { .common-board .view .header .research-team { margin-bottom: 6px; font-size: 16px; } }

.common-board .view .header .title { font-weight: 500; letter-spacing: -0.025em; color: #333; }

@media (max-width: 1279px) { .common-board .view .header .title { max-height: 57px; font-size: 14px; line-height: 19px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .view .header .title { max-height: 48px; font-size: 17px; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 1279px) { .common-board .view .header .date { margin-top: 3px; font-size: 11px; font-weight: 400; line-height: 19px; letter-spacing: 0; color: #666; } }

@media (min-width: 1280px) { .common-board .view .header .date { margin-top: 6px; font-size: 14px; font-weight: 500; line-height: 24px; letter-spacing: -0.025em; color: #333; } }

.common-board .view .header .cardnews-controller { position: absolute; }

@media (max-width: 1279px) { .common-board .view .header .cardnews-controller { left: 15px; bottom: -33px; z-index: 1; } }

@media (min-width: 1280px) { .common-board .view .header .cardnews-controller { right: 50px; bottom: 33px; } }

.common-board .view .header .cardnews-controller .btn { display: none; padding-left: 24px; border: 0; margin: 0; font-weight: 500; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .common-board .view .header .cardnews-controller .btn { height: 12px; font-size: 12px; line-height: 12px; } }

@media (min-width: 1280px) { .common-board .view .header .cardnews-controller .btn { height: 18px; padding-left: 24px; font-size: 14px; line-height: 14px; } }

.common-board .view .header .cardnews-controller .btn::after { content: ''; display: block; position: absolute; left: 0; width: 17px; height: 12px; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.common-board .view .header .cardnews-controller .btn.open::after { background: url("../image/icon-cardnews_lg.png") 0 0/auto 12px no-repeat; }

.common-board .view .header .cardnews-controller .btn.slide::after { background: url("../image/icon-cardnews_lg.png") -23px 0/auto 12px no-repeat; }

.common-board .view .header .cardnews-controller .btn.is-active { display: block; }

.common-board .view .content-wrap { position: relative; margin: 0 auto; }

@media (max-width: 1279px) { .common-board .view .content-wrap { padding: 0 15px; } }

@media (min-width: 1280px) { .common-board .view .content-wrap { width: 1000px; padding: 40px 0 30px; } }

@media (max-width: 1279px) { .common-board .view .content-wrap .share { padding: 17px 0 13px; margin-right: -5px; font-size: 0; text-align: right; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .share { position: absolute; top: 40px; right: -50px; text-align: right; } }

.common-board .view .content-wrap .share .icon { position: relative; }

@media (max-width: 1279px) { .common-board .view .content-wrap .share .icon { display: inline-block; width: 20px; height: 20px; margin-left: 1px; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .share .icon { display: block; width: 22px; height: 23px; margin-bottom: 17px; } }

.common-board .view .content-wrap .share .icon::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 1279px) { .common-board .view .content-wrap .share .icon.kakao::after { width: 20px; height: 20px; background: url("../image/icon-share_sm.png") 0 0/auto 20px no-repeat; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .share .icon.kakao::after { width: 22px; height: 23px; background: url("../image/icon-share_lg.png") 0 0/auto 100px no-repeat; } }

@media (max-width: 1279px) { .common-board .view .content-wrap .share .icon.facebook::after { width: 25px; height: 25px; background: url("../image/icon-share_sm.png") -24px 0/auto 25px no-repeat; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .share .icon.facebook::after { width: 22px; height: 23px; background: url("../image/icon-share_lg.png") 0 -40px/auto 100px no-repeat; } }

@media (max-width: 1279px) { .common-board .view .content-wrap .share .icon.etc::after { width: 25px; height: 25px; background: url("../image/icon-share_sm.png") -48px 0/auto 25px no-repeat; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .share .icon.etc::after { width: 22px; height: 23px; background: url("../image/icon-share_lg.png") 0 -82px/auto 100px no-repeat; } }

.common-board .view .content-wrap .content { /*//기존 스타일 시작*/ /*//기존 스타일 끝 */ }

.common-board .view .content-wrap .content::after { content: ''; display: table; clear: both; table-layout: fixed; }

@media (max-width: 1279px) { .common-board .view .content-wrap .content { font-size: 13px; line-height: 19px; letter-spacing: -0.025em; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .content { font-size: 14px; line-height: 22px; letter-spacing: 0; } }

.common-board .view .content-wrap .content .tc { margin-bottom: 40px; }

.common-board .view .content-wrap .content figure { max-width: 100%; margin: 0 auto 50px; text-align: center; }

@media (max-width: 1279px) { .common-board .view .content-wrap .content figure img { max-width: 100%; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .content figure img { max-width: 800px; } }

.common-board .view .content-wrap .content figure figcaption { font-weight: 400; letter-spacing: -0.025em; color: #888; }

@media (max-width: 1279px) { .common-board .view .content-wrap .content figure figcaption { margin: 8px 0 10px; font-size: 11px; line-height: 15px; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .content figure figcaption { margin-top: 15px; font-size: 14px; line-height: 22px; } }

.common-board .view .content-wrap .content p { margin: 10px 0; font-weight: 400; letter-spacing: -0.025em; }
.common-board .view .content-wrap .content .f15 { font-size: 15px; line-height: 24px;}

@media (max-width: 1279px) { .common-board .view .content-wrap .content p { font-size: 13px; line-height: 19px; color: #666; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .content p { font-size: 14px; line-height: 22px; color: #666; } }

@media (max-width: 1279px) { .common-board .view .content-wrap .content img { max-width: 100%; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .content img { max-width: 100%; } }

.common-board .view .content-wrap .content .bold { font-weight: 700; }

.common-board .view .content-wrap .content .tc { text-align: center; }

.common-board .view .content-wrap .content .tl { text-align: left; }

.common-board .view .content-wrap .content .tr { text-align: right; }

.common-board .view .content-wrap .content .imgcaption { display: block; font-weight: 400; letter-spacing: -0.025em; color: #888; }

@media (max-width: 1279px) { .common-board .view .content-wrap .content .imgcaption { margin: 8px 0 10px; font-size: 11px; line-height: 15px; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .content .imgcaption { margin-top: 15px; font-size: 14px; line-height: 22px; } }

.common-board .view .content-wrap .content .titlecolor1 { color: #4587EB; }

.common-board .view .content-wrap .content .titlecolor2 { color: #6E9CF2; }

.common-board .view .content-wrap .content .titlecolor3 { color: #8394CF; }

.common-board .view .content-wrap .content .titlecolor4 { color: #7B8493; }

.common-board .view .content-wrap .content .titlecolor5 { color: #4B4B4B; }

.common-board .view .content-wrap .content .titlecolor6 { color: #2EB8C7; }

.common-board .view .content-wrap .content .titlecolor7 { color: #69C2D2; }

.common-board .view .content-wrap .content .titlecolor8 { color: #97ADD2; }

.common-board .view .content-wrap .content .titlecolor9 { color: #94A5B6; }

.common-board .view .content-wrap .content .titlecolor10 { color: #8C66D9; }

.common-board .view .content-wrap .content .titlecolor11 { color: #44be1e; }

.common-board .view .content-wrap .content .titlecolor12 { color: #93CC4B; }

.common-board .view .content-wrap .content .titlecolor13 { color: #B4B4B4; }

.common-board .view .content-wrap .content .titlecolor14 { color: #A28AB5; }

.common-board .view .content-wrap .content .titlecolor15 { color: #C08BD7; }

.common-board .view .content-wrap .content .titlecolor16 { color: #B0BC2D; }

.common-board .view .content-wrap .content .titlecolor17 { color: #CCC05D; }

.common-board .view .content-wrap .content .titlecolor18 { color: #BEB297; }

.common-board .view .content-wrap .content .titlecolor19 { color: #DA9B9B; }

.common-board .view .content-wrap .content .titlecolor20 { color: #F06280; }

.common-board .view .content-wrap .content .titlecolor21 { color: #DEC200; }

.common-board .view .content-wrap .content .titlecolor22 { color: #E6A11B; }

.common-board .view .content-wrap .content .titlecolor23 { color: #F3672A; }

.common-board .view .content-wrap .content .titlecolor24 { color: #F62D2D; }

.common-board .view .content-wrap .content .titlecolor25 { color: #D2423C; }

.common-board .view .content-wrap .content img.leftimg { float: left; margin-right: 10px; margin-bottom: 10px; }

.common-board .view .content-wrap .content img.rightimg { float: right; margin-left: 10px; margin-bottom: 10px; }

.common-board .view .content-wrap .content p.leftimg { float: left; margin-right: 10px; text-align: center; }

.common-board .view .content-wrap .content p.rightimg { float: right; margin-left: 10px; text-align: center; }

.common-board .view .content-wrap .content .align-center { text-align: center; }

.common-board .view .content-wrap .slider { position: relative; }

@media (min-width: 1280px) { .common-board .view .content-wrap .slider { padding: 40px 0 10px; } }

.common-board .view .content-wrap .slider .slide figure { width: 100%; margin: 0 auto; text-align: center; }

@media (max-width: 1279px) { .common-board .view .content-wrap .slider .slide figure { width: 100%; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .slider .slide figure { width: 800px; height: 800px; } }

.common-board .view .content-wrap .slider .slide figure img { margin: 0 auto; }

@media (max-width: 1279px) { .common-board .view .content-wrap .slider .slide figure img { max-width: 100%; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .slider .slide figure img { width: 100%; } }

.common-board .view .content-wrap .slider .slide + .slide { margin-top: 40px; }

.common-board .view .content-wrap .slider .slide.slick-slide { margin-top: 0; }

.common-board .view .content-wrap .slider .slick-arrow { position: absolute; padding: 0; border: 0; margin: 0; font-size: 1px; color: rgba(0, 0, 0, 0); z-index: 1; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

@media (max-width: 1279px) { .common-board .view .content-wrap .slider .slick-arrow { width: 46px; height: 46px; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .slider .slick-arrow { width: 30px; height: 58px; } }

.common-board .view .content-wrap .slider .slick-arrow.slick-prev { left: 0; }

@media (max-width: 1279px) { .common-board .view .content-wrap .slider .slick-arrow.slick-prev { background: url("../image/icon-slider-arrow_sm.png") 0 0/auto 46px no-repeat; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .slider .slick-arrow.slick-prev { background: url("../image/icon-slider-arrow_lg.png") 0 0/auto 58px no-repeat; } }

.common-board .view .content-wrap .slider .slick-arrow.slick-next { right: 0; }

@media (max-width: 1279px) { .common-board .view .content-wrap .slider .slick-arrow.slick-next { background: url("../image/icon-slider-arrow_sm.png") -65px 0/auto 46px no-repeat; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .slider .slick-arrow.slick-next { background: url("../image/icon-slider-arrow_lg.png") -50px 0/auto 58px no-repeat; } }

.common-board .view .content-wrap .slider .slick-dots { padding: 30px; font-size: 0; text-align: center; color: rgba(0, 0, 0, 0); }

.common-board .view .content-wrap .slider .slick-dots li { display: inline-block; margin: 0 5px; }

.common-board .view .content-wrap .slider .slick-dots li button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 100%; margin: 0; background: #c6cee1; }

.common-board .view .content-wrap .slider .slick-dots li.slick-active button { background: #1b3b86; }

.common-board .view .content-wrap .download { border: 1px solid #ebebeb; background: #f7f7f7; }

@media (max-width: 1279px) { .common-board .view .content-wrap .download { padding: 10px 8px; margin: 20px 0; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .download { padding: 16px 18px; margin: 40px 0; } }

.common-board .view .content-wrap .download a { display: block; min-height: 22px; font-size: 0; text-decoration: none; }

@media (max-width: 1279px) { .common-board .view .content-wrap .download a { padding-left: 17px; background: url("../image/icon-file.png") left 5px/8px auto no-repeat; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .download a { padding-left: 21px; background: url("../image/icon-file.png") left 4px/12px auto no-repeat; } }

.common-board .view .content-wrap .download a + a { margin-top: 4px; }

.common-board .view .content-wrap .download a span { display: inline-block; font-weight: 400; letter-spacing: 0; vertical-align: top; color: #666; }

@media (max-width: 1279px) { .common-board .view .content-wrap .download a span { font-size: 11px; line-height: 16px; } }

@media (min-width: 1280px) { .common-board .view .content-wrap .download a span { font-size: 12px; line-height: 22px; } }

.common-board .view .content-wrap .download a .filesize { padding-left: 3px; }

.common-board .view .footer { position: relative; border-top: 1px solid #333; font-size: 0; }

@media (max-width: 1279px) { .common-board .view .footer { padding: 15px 0 50px; } }

@media (min-width: 1280px) { .common-board .view .footer { padding: 23px 100px 104px; } }

.common-board .view .footer .btn { display: inline-block; width: 50%; vertical-align: top; text-decoration: none; }

@media (max-width: 1279px) { .common-board .view .footer .btn { height: 52px; padding: 0px 15px; } }

@media (min-width: 1280px) { .common-board .view .footer .btn { height: 85px; padding: 15px 0; } }

.common-board .view .footer .btn.prev { border-right: 1px dashed #b3b2b2; text-align: left; }

@media (max-width: 1039px) { .common-board .view .footer .btn.prev { padding: 0px 35px 0 15px; } }

.common-board .view .footer .btn.next { text-align: right; }

@media (max-width: 1039px) { .common-board .view .footer .btn.next { padding: 0px 15px 0 35px; } }

.common-board .view .footer .btn .title { display: inline-block; max-width: 340px; font-weight: 700; letter-spacing: -0.025em; color: #333; overflow: hidden; }

@media (max-width: 1279px) { .common-board .view .footer .btn .title { height: 34px; font-size: 12px; line-height: 17px; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .title { font-size: 16px; line-height: 22px; } }

.common-board .view .footer .btn .title .clip { display: block; }

@media (max-width: 1279px) { .common-board .view .footer .btn .title .clip { max-height: 34px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .title .clip { max-height: 22px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.common-board .view .footer .btn .arrow { display: block; position: relative; font-weight: 500; letter-spacing: 0; color: #888; }

@media (max-width: 1279px) { .common-board .view .footer .btn .arrow { margin-top: 11px; font-size: 11px; line-height: 12px; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .arrow { margin-top: 24px; font-size: 14px; line-height: 15px; } }

.common-board .view .footer .btn .arrow::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

@media (max-width: 1279px) { .common-board .view .footer .btn .arrow::after { width: 30px; height: 8px; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .arrow::after { width: 62px; height: 16px; } }

@media (max-width: 1279px) { .common-board .view .footer .btn .arrow.prev { padding-left: 40px; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .arrow.prev { padding-left: 72px; } }

.common-board .view .footer .btn .arrow.prev::after { left: 0; }

@media (max-width: 1279px) { .common-board .view .footer .btn .arrow.prev::after { background: url("../image/icon-view-arrow_lg.png") 0 0/auto 8px no-repeat; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .arrow.prev::after { background: url("../image/icon-view-arrow_lg.png") 0 0/auto 16px no-repeat; } }

@media (max-width: 1279px) { .common-board .view .footer .btn .arrow.next { padding-right: 40px; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .arrow.next { padding-right: 72px; } }

.common-board .view .footer .btn .arrow.next::after { right: 0; }

@media (max-width: 1279px) { .common-board .view .footer .btn .arrow.next::after { background: url("../image/icon-view-arrow_lg.png") -33px 0/auto 8px no-repeat; } }

@media (min-width: 1280px) { .common-board .view .footer .btn .arrow.next::after { background: url("../image/icon-view-arrow_lg.png") -65px 0/auto 16px no-repeat; } }

.common-board .view .footer .btn-list { display: inline-block; position: absolute; z-index: 1; padding: 15px; font-weight: 500; line-height: 1; letter-spacing: -0.025em; text-decoration: none; color: #888; background: #fff; position: absolute; left: 50%; -ms-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

@media (max-width: 1279px) { .common-board .view .footer .btn-list { top: 45px; font-size: 11px; } }

@media (min-width: 1280px) { .common-board .view .footer .btn-list { top: 70px; font-size: 14px; } }

.common-board .board-noresult { display: block; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.025em; text-align: center; color: #888888; }
td.board-noresult { display: table-cell !important;}

@media (max-width: 639px) { .common-board .board-noresult { margin: 120px auto; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-noresult { margin: 150px auto 150px; } }

@media (min-width: 1280px) { .common-board .board-noresult { margin: 150px auto 150px; } }

.common-board .sort { font-size: 0; text-align: center; }

.common-board .sort .btn { display: inline-block; height: 36px; padding: 0; border: 1px solid #dbdbdb; border-radius: 18px; font-size: 13px; font-weight: 400; letter-spacing: 0; line-height: 34px; text-decoration: none; vertical-align: top; color: #666; background: #fff; }

@media (max-width: 1279px) { .common-board .sort .btn { padding: 0 22px; margin: 0 10px 8px; } }

@media (min-width: 1280px) { .common-board .sort .btn { width: 114px; margin: 0 5px; } }

.common-board .sort .btn.is-active { border: 1px solid #1b3b86; color: #fff; background: #1b3b86; }

.common-board .sort-select { font-size: 0; text-align: center; }

@media (max-width: 639px) { .common-board .sort-select { width: 100%; padding: 15px; background: #f7f7f7; } }

.common-board .sort-select .select { display: inline-block; border: none; font-weight: 500; letter-spacing: 0; text-decoration: none; vertical-align: top; color: #666; }

@media (max-width: 639px) { .common-board .sort-select .select { display: inline-block; width: 100%; height: 33px; padding: 0 10px 0; font-size: 13px; line-height: 33px; text-align: left; background: #fff url("../image/icon-select-arrow-down_sm.png") right 10px top 50%/9px auto no-repeat; }
  .common-board .sort-select .select::-webkit-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .sort-select .select:-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .sort-select .select::-moz-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .sort-select .select:-ms-input-placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .sort-select .select::placeholder { font-size: 13px; letter-spacing: 0; line-height: 33px; color: #666; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .sort-select .select { width: 210px; height: 56px; padding: 0 32px 0 10px; border-bottom: 2px solid #333; font-size: 16px; line-height: 54px; background: #fff url("../image/icon-select-arrow-down_lg.png") right 15px top 50%/12px auto no-repeat; }
  .common-board .sort-select .select::-webkit-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select:-moz-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select::-moz-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select:-ms-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select::placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; } }

@media (min-width: 1280px) { .common-board .sort-select .select { width: 220px; height: 56px; padding: 0 32px 0 10px; border-bottom: 2px solid #333; font-size: 16px; line-height: 54px; background: #fff url("../image/icon-select-arrow-down_lg.png") right 15px top 50%/12px auto no-repeat; }
  .common-board .sort-select .select::-webkit-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select:-moz-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select::-moz-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select:-ms-input-placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; }
  .common-board .sort-select .select::placeholder { font-size: 16px; letter-spacing: 0; line-height: 54px; color: #333; } }

@media (max-width: 639px) { .common-board .sort-select .select.year { width: calc(50% - 5px); margin-right: 5px; } }

@media (max-width: 639px) { .common-board .sort-select .select.month { width: calc(50% - 5px); margin-left: 5px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .sort-select .select.month { margin: 0 40px; } }

@media (min-width: 1280px) { .common-board .sort-select .select.month { margin: 0 30px; } }

@media (max-width: 639px) { .common-board .sort-select .select.all { margin-top: 8px; } }

.common-board .pager { padding: 7px 0 8px; font-size: 0; text-align: center; }

.common-board .pager .pg { display: inline-block; position: relative; width: 15px; height: 22px; font-size: 12px; font-weight: 400; line-height: 22px; letter-spacing: 0; text-decoration: none; vertical-align: top; color: #666; }

@media (max-width: 1279px) { .common-board .pager .pg { margin: 0 10px; } }

@media (max-width: 1279px) and (max-width: 359px) { .common-board .pager .pg { margin: 0 5px; } }

@media (min-width: 1280px) { .common-board .pager .pg { margin: 0 12px; } }

.common-board .pager .pg.prev-all { width: 22px; margin-right: 8px; margin-left: 0; }

.common-board .pager .pg.prev-all::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 1279px) { .common-board .pager .pg.prev-all::after { width: 11px; height: 9px; background: url("../image/icon-pager_sm.png") 0 0/auto 9px no-repeat; } }

@media (min-width: 1280px) { .common-board .pager .pg.prev-all::after { width: 14px; height: 12px; background: url("../image/icon-pager_lg.png") 0 0/auto 12px no-repeat; } }

.common-board .pager .pg.prev { width: 22px; margin-right: 17px; margin-left: 0; }

.common-board .pager .pg.prev::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 1279px) { .common-board .pager .pg.prev::after { width: 5px; height: 9px; background: url("../image/icon-pager_sm.png") -12px 0/auto 9px no-repeat; } }

@media (min-width: 1280px) { .common-board .pager .pg.prev::after { width: 6px; height: 12px; background: url("../image/icon-pager_lg.png") -16px 0/auto 12px no-repeat; } }

.common-board .pager .pg.current { color: #1b3b86; }

.common-board .pager .pg.current::after { content: ''; display: block; position: absolute; top: -7px; width: 3px; height: 3px; border-radius: 100%; background: #1b3b86; position: absolute; left: 50%; -ms-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.common-board .pager .pg.next { width: 22px; margin-right: 0; margin-left: 17px; }

.common-board .pager .pg.next::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 1279px) { .common-board .pager .pg.next::after { width: 5px; height: 9px; background: url("../image/icon-pager_sm.png") -18px 0/auto 9px no-repeat; } }

@media (min-width: 1280px) { .common-board .pager .pg.next::after { width: 6px; height: 12px; background: url("../image/icon-pager_lg.png") -25px 0/auto 12px no-repeat; } }

.common-board .pager .pg.next-all { width: 22px; margin-right: 0; margin-left: 8px; }

.common-board .pager .pg.next-all::after { content: ''; display: block; position: absolute; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 1279px) { .common-board .pager .pg.next-all::after { width: 11px; height: 9px; background: url("../image/icon-pager_sm.png") -22px 0/auto 9px no-repeat; } }

@media (min-width: 1280px) { .common-board .pager .pg.next-all::after { width: 14px; height: 12px; background: url("../image/icon-pager_lg.png") -31px 0/auto 12px no-repeat; } }

@media (max-width: 1279px) { .common-board .more { text-align: center; } }

@media (min-width: 1280px) { .common-board .more { text-align: right; } }

.common-board .more .link { text-decoration: none; }

@media (max-width: 1279px) { .common-board .more .link { display: block; height: 74px; } }

@media (min-width: 1280px) { .common-board .more .link { display: inline-block; height: 15px; } }

.common-board .more .txt { display: inline-block; padding-right: 20px; font-weight: 500; letter-spacing: 0; vertical-align: middle; color: #1b3b86; }

@media (max-width: 1279px) { .common-board .more .txt { font-size: 13px; line-height: 74px; background: url("../image/icon-more-arrow-right_sm.png") right center/6px auto no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .more .txt { font-size: 20px; background: url("../image/icon-more-arrow-right_sm.png") right center/8px auto no-repeat; } }

@media (min-width: 1280px) { .common-board .more .txt { font-size: 15px; line-height: 15px; background: url("../image/icon-more-arrow-right_sm.png") right center/6px auto no-repeat; } }

.common-board .calendar { padding: 20px 0 105px; margin-top: 62px; font-size: 0; }

@media (max-width: 1279px) { .common-board .calendar { display: none; } }

.common-board .calendar .month { display: inline-block; vertical-align: top; }

.common-board .calendar .month span { font-family: 'Noto Serif KR'; font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: 0; color: #222; text-transform: uppercase; }

.common-board .calendar .days { display: inline-block; vertical-align: top; }

.common-board .calendar .days span { display: inline-block; width: 15px; margin-left: 25px; font-family: 'Noto Serif KR'; font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: 0; text-align: center; color: #222; }

.common-board .calendar .days span.point { position: relative; }

.common-board .calendar .days span.point::after { content: ''; display: block; position: absolute; top: -15px; width: 5px; height: 5px; border-radius: 100%; background: #14387a; position: absolute; left: 50%; -ms-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.common-board .board-profile { position: relative; }

@media (max-width: 639px) { .common-board .board-profile { margin: 10px 0 0; font-size: 0; } }

.common-board .board-profile .profile-title { font-family: 'Noto serif KR'; font-weight: 500; letter-spacing: 0; vertical-align: top; color: #333; }

@media (max-width: 639px) { .common-board .board-profile .profile-title { display: inline-block; width: calc(100% - 145px); padding: 13px 15px 15px 0; font-size: 20px; line-height: 25px; vertical-align: middle; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .profile-title { padding: 0 0 10px; font-size: 20px; line-height: 30px; } }

@media (min-width: 1280px) { .common-board .board-profile .profile-title { padding: 0 0 10px; font-size: 20px; line-height: 30px; } }

.common-board .board-profile .profile-title .strong { font-weight: 700; }

@media (max-width: 639px) { .common-board .board-profile .profile-title .slim { display: block; font-size: 11px; line-height: 22.5px; } }

@media (max-width: 639px) { .common-board .board-profile .profile-img { display: inline-block; width: 145px; text-align: right; vertical-align: middle; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .profile-img { display: block; position: absolute; z-index: 1; top: 70px; right: 0; } }

@media (min-width: 1280px) { .common-board .board-profile .profile-img { display: block; position: absolute; z-index: 1; top: 110px; right: 40px; } }

@media (max-width: 639px) { .common-board .board-profile .profile-img img { max-height: 76px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .profile-img img { max-height: 152px; } }

@media (min-width: 1280px) { .common-board .board-profile .profile-img img { max-height: 152px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile.img-long .profile-img { top: 100px; position: absolute; left: 50%; -ms-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } }

@media (min-width: 1280px) { .common-board .board-profile.img-long .profile-img { right: 40px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile.img-long .board-wrap { padding-top: 240px; } }

@media (min-width: 1280px) { .common-board .board-profile.img-long .board-wrap { padding-top: 67px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile.img-long .board-wrap .board .table-wrap { display: inline-block; width: 465px; } }

@media (min-width: 1280px) { .common-board .board-profile.img-long .board-wrap .board .table-wrap { display: inline-block; width: 465px; } }

.common-board .board-profile .board-wrap { position: relative; border-top: 2px solid #333; border-bottom: 2px solid #333; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap { padding: 20px 0 15px; margin-top: 10px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap { min-height: 300px; padding: 30px 0; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap { min-height: 300px; padding: 57px 0 52px; } }

.common-board .board-profile .board-wrap .board-title { font-family: 'Noto serif KR'; font-size: 20px; font-weight: 700; line-height: 20px; letter-spacing: 0; vertical-align: top; color: #333; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board-title { display: block; margin-bottom: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board-title { margin-bottom: 70px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board-title { margin-bottom: 70px; } }

.common-board .board-profile .board-wrap .board-title::after, .common-board .board-profile .board-wrap .board-title::before { content: ''; display: inline-block; width: 10px; height: 20px; vertical-align: top; }

.common-board .board-profile .board-wrap .board-title::before { margin-right: 8px; background: url("../image/icon-lt_sm.png") center center/10px auto no-repeat; }

.common-board .board-profile .board-wrap .board-title::after { margin-left: 8px; background: url("../image/icon-gt_sm.png") center center/10px auto no-repeat; }

.common-board .board-profile .board-wrap .board-title .job { display: inline-block; margin-left: 5px; font-weight: 400; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap * + .board-title { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap * + .board-title { padding-top: 70px; border-top: 1px solid #ebebeb; margin-top: 70px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap * + .board-title { padding-top: 70px; border-top: 1px solid #ebebeb; margin-top: 70px; } }

.common-board .board-profile .board-wrap .board { font-size: 0; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board { padding-bottom: 20px; } }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board + .board { padding-top: 20px; border-top: 1px solid #ebebeb; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board + .board { margin-top: 40px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board + .board { margin-top: 60px; } }

.common-board .board-profile .board-wrap .board .table-sort { font-family: 'Noto serif KR'; font-size: 20px; font-weight: 700; letter-spacing: 0; vertical-align: top; color: #333; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-sort { display: block; line-height: 22px; margin-bottom: 18px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-sort { display: inline-block; width: 125px; margin-bottom: 10px; line-height: 30px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-sort { display: inline-block; width: 125px; padding-right: 10px; line-height: 30px; } }

.common-board .board-profile .board-wrap .board .table-wrap { font-weight: 400; letter-spacing: -0.025em; vertical-align: top; text-decoration: none; color: #666; /*UL 형식*/ /*OL 형식*/ /*PERIOD 형식*/ /*PERIOD + TEXTAREA 형식*/ }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap { font-size: 13px; line-height: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap { display: block; width: calc(100% - 140px); font-size: 14px; line-height: 22px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap { display: inline-block; width: 605px; font-size: 15px; line-height: 24px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea b, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea strong { font-weight: 700; color: #333; }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea i { font-style: italic; }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea ol { padding: 0 0 0 14px; margin: 0; }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea ol li { padding-left: 2px; list-style-type: decimal; }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea ol li + li { margin-top: 10px; }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea ul { padding: 0; margin: 0; }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea ul li { position: relative; padding-left: 8px; line-height: 20px; list-style-type: none; }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea ul li::before { content: ''; display: block; position: absolute; left: 0; width: 3px; height: 3px; border-radius: 100%; background: #666; }

@media (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-textarea ul li::before { top: 7px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-textarea ul li::before { top: 6px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-textarea ul li + li { margin-top: 2px; }

@media (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + *, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + ul, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + ol, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + p, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + div { margin-top: 2px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + *, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + ul, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + ol, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + p, .common-board .board-profile .board-wrap .board .table-wrap.type-textarea > * + div { margin-top: 10px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-ul ul { padding: 0; margin: 0; }

.common-board .board-profile .board-wrap .board .table-wrap.type-ul ul li { font-weight: 500; list-style-type: none; color: #333; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-ul ul li + li { margin-top: 3px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-ul ul li + li { margin-top: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-ul ul li + li { margin-top: 10px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-ol ol { padding: 0 0 0 14px; margin: 0; }

.common-board .board-profile .board-wrap .board .table-wrap.type-ol ol li { padding-left: 2px; font-weight: 500; list-style-type: decimal; color: #333; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-ol ol li + li { margin-top: 3px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-ol ol li + li { margin-top: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-ol ol li + li { margin-top: 10px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-period table { width: 100%; }

.common-board .board-profile .board-wrap .board .table-wrap.type-period table th, .common-board .board-profile .board-wrap .board .table-wrap.type-period table td { vertical-align: top; }

.common-board .board-profile .board-wrap .board .table-wrap.type-period table td { font-weight: 500; color: #333; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-period table td { display: block; float: left; width: 100%; clear: both; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-period table td { display: block; float: left; width: 100%; clear: both; padding-bottom: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-period table td { padding-bottom: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-period table tr:last-child td { padding-bottom: 0; } }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-period table tr + tr .col-year { margin-top: 3px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-period table .col-year { font-weight: 400; color: #666; }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-period table .col-year { padding-bottom: 0; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-period table .col-year { width: 147px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table { width: 100%; }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table th, .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td { vertical-align: top; }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td { font-weight: 500; color: #333; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td { display: block; float: left; width: 100%; clear: both; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td { display: block; float: left; width: 100%; clear: both; padding-bottom: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td { padding-bottom: 10px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td b, .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td strong { font-weight: 700; color: #333; }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td i { font-style: italic; }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ol { padding: 0 0 0 14px; margin: 0; }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ol li { padding-left: 2px; list-style-type: decimal; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ol li + li { margin-top: 3px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ol li + li { margin-top: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ol li + li { margin-top: 10px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ul { padding: 0; margin: 0; }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ul li { position: relative; padding-left: 8px; line-height: 20px; list-style-type: none; }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ul li::before { content: ''; display: block; position: absolute; left: 0; width: 3px; height: 3px; border-radius: 100%; background: #666; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ul li::before { top: 7px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ul li::before { top: 6px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ul li::before { top: 6px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td ul li + li { margin-top: 2px; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td > * + * { margin-top: 2px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td > * + * { margin-top: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table td > * + * { margin-top: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table tr:last-child td { padding-bottom: 0; } }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table tr + tr .col-year { margin-top: 3px; } }

.common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table .col-year { font-weight: 400; color: #666; }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table .col-year { padding-bottom: 0; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .board .table-wrap.type-periodtextarea table .col-year { width: 147px; } }

.common-board .board-profile .board-wrap .links { text-align: right; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .links { padding: 15px 0 0; border-top: 1px solid #ebebeb; } }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .links div + div { margin-top: 5px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .links div + div { margin-top: 10px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .links div + div { margin-top: 10px; } }

.common-board .board-profile .board-wrap .links .link { display: inline-block; height: 19px; font-weight: 500; line-height: 19px; letter-spacing: 0; vertical-align: top; text-decoration: none; color: #333; background: url("../image/icon-popup_lg.png") 0 center/20px auto no-repeat; }

@media (max-width: 639px) { .common-board .board-profile .board-wrap .links .link { padding-left: 28px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-profile .board-wrap .links .link { padding-left: 30px; font-size: 14px; } }

@media (min-width: 1280px) { .common-board .board-profile .board-wrap .links .link { padding-left: 30px; font-size: 15px; } }

@media (max-width: 639px) { .msie9 .common-board .board-img2 .item, .msie9 .common-board .board-gallery .item, .msie9 .common-board .board-preview .item { width: 45.45%; margin-right: 9.1%; } }

@media (min-width: 640px) and (max-width: 1279px) { .msie9 .common-board .board-img2 .item, .msie9 .common-board .board-gallery .item, .msie9 .common-board .board-preview .item { width: 31.3%; margin-right: 3%; } }

@media (max-width: 639px) { .msie9 .common-board .board-img2 .item:nth-child(2n), .msie9 .common-board .board-gallery .item:nth-child(2n), .msie9 .common-board .board-preview .item:nth-child(2n) { margin-right: 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .msie9 .common-board .board-img2 .item:nth-child(3n), .msie9 .common-board .board-gallery .item:nth-child(3n), .msie9 .common-board .board-preview .item:nth-child(3n) { margin-right: 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .msie9 .common-board .board-img .item, .msie9 .common-board .board-img2 .item, .msie9 .common-board .board-gallery .item, .msie9 .common-board .board-preview .item { width: 31.3%; margin-right: 3%; } }

@media (min-width: 1280px) { .msie9 .common-board .board-img .item, .msie9 .common-board .board-img2 .item, .msie9 .common-board .board-gallery .item, .msie9 .common-board .board-preview .item { width: 255px; margin-right: 60px; } }

@media (min-width: 640px) and (max-width: 1279px) { .msie9 .common-board .board-img .item:nth-child(3n), .msie9 .common-board .board-img2 .item:nth-child(3n), .msie9 .common-board .board-gallery .item:nth-child(3n), .msie9 .common-board .board-preview .item:nth-child(3n) { margin-right: 0; } }

@media (min-width: 1280px) { .msie9 .common-board .board-img .item:nth-child(4n), .msie9 .common-board .board-img2 .item:nth-child(4n), .msie9 .common-board .board-gallery .item:nth-child(4n), .msie9 .common-board .board-preview .item:nth-child(4n) { margin-right: 0; } }

.msie9 .common-board .board-list tr::after { content: ''; display: table; clear: both; table-layout: fixed; }

@media (max-width: 639px) { .msie9 .common-board .board-list tr .col-thumb { display: block; position: absolute; left: 0; z-index: -1; float: left; width: 100%; padding-left: 15px; text-align: left; clear: both; } }

@media (max-width: 639px) { .msie9 .common-board .board-list tr .col-thumb a { display: inline-block; } }

@media (max-width: 639px) { .msie9 .common-board .board-list tr .col-thumb + * a { padding-top: 28px; } }

@media (max-width: 639px) { .msie9 .common-board .board-list tr .col-thumb + * a .clip { height: 55px; } }

.msie9 .common-board .board-list tr .col-thumb img { top: 0; left: 0; transform: none; }

@media (max-width: 639px) { .msie9 .common-board .board-list tr .col-cate, .msie9 .common-board .board-list tr .col-title, .msie9 .common-board .board-list tr .col-date { display: block; float: left; width: 100%; clear: both; } }

.common-linebanner { display: block; width: 100%; }

.common-linebanner .inner { display: block; margin: 0 auto; }

@media (max-width: 1279px) { .common-linebanner .inner { width: 100%; } }

@media (min-width: 1280px) { .common-linebanner .inner { width: 1200px; } }

.common-linebanner .inner img { width: 100%; }

@media (max-width: 1279px) { .common-table .common-smalltitle { margin: 20px 0 0; } }

@media (min-width: 1280px) { .common-table .common-smalltitle { margin: 40px 0 0; } }

.common-table .table-type01 { position: relative; width: 100%; }

@media (max-width: 1279px) { .common-table .table-type01 { margin: 10px 0 0; } }

@media (min-width: 1280px) { .common-table .table-type01 { margin: 31px 0 0; } }

.common-table .table-type01.col2 th, .common-table .table-type01.col2 td { width: 50%; }

.common-table .table-type01.col3 th, .common-table .table-type01.col3 td { width: 33.3333%; }

.common-table .table-type01.col4 th, .common-table .table-type01.col4 td { width: 25%; }

.common-table .table-type01.col5 th, .common-table .table-type01.col5 td { width: 20%; }

.common-table .table-type01.col6 th, .common-table .table-type01.col6 td { width: 16.6666%; }

.common-table .table-type01 thead tr:first-child th { border-top: 1px solid #333; }

.common-table .table-type01 tbody tr:first-child th, .common-table .table-type01 tbody tr:first-child td { border-top: 1px solid #333; }

.common-table .table-type01 thead + tbody tr:first-child th, .common-table .table-type01 thead + tbody tr:first-child td { border-top: 0; }

.common-table .table-type01 thead.is-hidden + tbody tr:first-child th, .common-table .table-type01 thead.is-hidden + tbody tr:first-child td { border-top: 1px solid #333; }

@media (max-width: 1279px) { .common-table .table-type01 thead.only-desktop + tbody tr:first-child th, .common-table .table-type01 thead.only-desktop + tbody tr:first-child td { border-top: 1px solid #333; } }

.common-table .table-type01 .table-note { position: absolute; right: 0; font-weight: 400; line-height: 1; letter-spacing: -0.025em; text-align: right; color: #888; }

@media (max-width: 1279px) { .common-table .table-type01 .table-note { font-size: 12px; } }

@media (min-width: 1280px) { .common-table .table-type01 .table-note { font-size: 13px; } }

.common-table .table-type01 .table-note.upper { padding-top: 8px; }

@media (max-width: 1279px) { .common-table .table-type01 .table-note.upper { top: -30px; padding-bottom: 11px; } }

@media (min-width: 1280px) { .common-table .table-type01 .table-note.upper { top: -39px; padding-bottom: 20px; } }

.common-table .table-type01 .table-note.under { padding-top: 12px; }

.common-table .table-type01 .table-note-link { position: absolute; top: -54px; right: 0; padding-right: 20px; margin-top: 18px; font-size: 15px; font-weight: 500; line-height: 24px; letter-spacing: 0; text-decoration: none; color: #1b3b86; background: url("../image/link-list-on_lg.png") center right 1px/auto auto no-repeat; }

.common-table .table-type01 table { width: 100%; }

.common-table .table-type01 th, .common-table .table-type01 td { border-bottom: 1px solid #ebebeb; border-right: 1px solid #ebebeb; /*border-left: 1px solid #ebebeb;*/ }

.common-table .table-type01 th:last-child, .common-table .table-type01 td:first-child { border-left: 0; }
.common-table .table-type01 th:last-child, .common-table .table-type01 td:last-child { border-right: 0; }

.common-table .table-type01 th.border-r, .common-table .table-type01 td.border-r { border-right: 1px solid #ebebeb; }

.common-table .table-type01 th { border-bottom: 1px solid #ebebeb; font-weight: 500; letter-spacing: 0; color: #333; background: #f7f7f7; }

@media (max-width: 1279px) { .common-table .table-type01 th { padding: 8px 5px; font-size: 13px; line-height: 16px; } }

@media (min-width: 1280px) { .common-table .table-type01 th { padding: 19px 0; font-size: 15px; line-height: 16px; } }

.common-table .table-type01 td { font-weight: 400; letter-spacing: 0; text-align: center; color: #333; }

@media (max-width: 1279px) { .common-table .table-type01 td { padding: 8px 5px; font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .common-table .table-type01 td { padding: 16px 0 17px; font-size: 14px; line-height: 18px; } }

.common-table .table-type01 .col-total { font-weight: 500; }

.pdf-viewer-wrap { position: relative; width: 100%; max-width: 1100px; height: 0; padding-bottom: 86.7%; margin: 49px auto 67px; }

@media (max-width: 1279px) { .pdf-viewer-wrap { display: none; } }

@media (min-width: 1280px) { .pdf-viewer-wrap .pdf-viewer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0 auto !important; } }

.msie9 .pdf-viewer-wrap, .msie10 .pdf-viewer-wrap { display: none; }

@media (max-width: 639px) { .common-contact { margin-top: 12px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-contact { margin-top: 20px; } }

@media (min-width: 1280px) { .common-contact { margin-top: 70px; } }

.common-contact .ly-inner { text-align: right; }

.common-contact .ly-inner .person { display: inline-block; font-size: 0; }

@media (max-width: 639px) { .common-contact .ly-inner .person { padding-left: 18px; background: url("../image/icon-tel_lg.png") left top 3px/12px no-repeat; } }

@media (min-width: 640px) { .common-contact .ly-inner .person { padding-left: 29px; background: url("../image/icon-tel_lg.png") left top 2px/20px auto no-repeat; } }

.common-contact .ly-inner .person span, .common-contact .ly-inner .person a { font-weight: 400; line-height: 1.6; letter-spacing: -0.025em; color: #666; }

@media (max-width: 639px) { .common-contact .ly-inner .person span, .common-contact .ly-inner .person a { font-size: 11px; } }

@media (min-width: 640px) { .common-contact .ly-inner .person span, .common-contact .ly-inner .person a { font-size: 15px; } }

.common-contact .ly-inner .person span.strong, .common-contact .ly-inner .person a.strong { font-weight: 500; }

.common-contact .ly-inner .person .bar { display: inline-block; position: relative; vertical-align: top; }

@media (max-width: 639px) { .common-contact .ly-inner .person .bar { width: 12px; height: 12px; } }

@media (min-width: 640px) { .common-contact .ly-inner .person .bar { width: 22px; height: 24px; } }

.common-contact .ly-inner .person .bar::after { content: ''; display: block; position: absolute; width: 1px; height: 10px; background: #ccc; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.common-contact .ly-inner .person .link { display: inline-block; padding-left: 6px; text-decoration: none; color: #666; }

.common-contact.no-icon .person { background: none; }

.common-btn-link, .common-btn-down { position: relative; display: inline-block; padding: 0 15px; border: 1px solid #1b3b86; font-weight: 500; letter-spacing: 0; text-decoration: none; color: #1b3b86; }

.common-btn-link::after, .common-btn-down::after { content: ''; width: 10px; height: 10px; vertical-align: baseline; background: url("../image/icon-link-newwindow_lg.png") center center/10px auto no-repeat; }

@media (max-width: 1279px) { .common-btn-link::after, .common-btn-down::after { display: inline-block; margin-left: 30px; } }

@media (min-width: 1280px) { .common-btn-link::after, .common-btn-down::after { display: inline-block; margin-left: 30px; } }

.common-btn-link.icon-arrow::after, .common-btn-down.icon-arrow::after { width: 6px; height: 10px; background: url("../image/link-list-on_sm.png") center center/6px auto no-repeat; }

.common-btn-link { height: 42px; line-height: 40px; color: #1b3b86; }

@media (max-width: 1279px) {
.common-btn-link { width: 100%; text-align: center; font-size: 14px; }
.with-btn .common-btn-link { width: auto !important; }
}

@media (min-width: 1280px) { .common-btn-link { font-size: 14px; } }

.common-btn-link::after { width: 10px; height: 10px; margin-left: 30px; background: url("../image/icon-link-newwindow_lg.png") center center/10px auto no-repeat; }

@media (max-width: 1279px) { .common-btn-link.lg { height: 42px; font-size: 14px; font-weight: 700; line-height: 40px; } }

@media (min-width: 1280px) { .common-btn-link.lg { height: 56px; font-size: 16px; font-weight: 700; line-height: 54px; } }

.common-btn-link.lg::after { margin-left: 30px; }

.common-btn-link.sm { height: 30px; font-size: 12px; line-height: 28px; }

@media (max-width: 1279px) { .common-btn-link.sm { width: auto; text-align: left; } }

.common-btn-link.sm::after { position: relative; }

@media (max-width: 1279px) { .common-btn-link.sm::after { margin-left: 20px; } }

@media (min-width: 1280px) { .common-btn-link.sm::after { margin-left: 20px; } }

.common-btn-down { height: 40px; line-height: 38px; color: #fff; background: #1b3b86; }

@media (max-width: 1279px) { .common-btn-down { height: 30px; font-size: 12px; line-height: 28px; } }

@media (min-width: 1280px) { .common-btn-down { font-size: 14px; } }

.common-btn-down::after { width: 12px; height: 14px; -ms-transform: translate(0px, 2px); -webkit-transform: translate(0px, 2px); transform: translate(0px, 2px); background: url("../image/icon-down_lg.png") center center/12px auto no-repeat; }

@media (max-width: 1279px) { .common-btn-down::after { margin-left: 20px; } }

@media (min-width: 1280px) { .common-btn-down::after { margin-left: 30px; } }

.common-btn-down.sm { height: 30px; font-size: 12px; line-height: 28px; }

.common-btn-down.sm::after { margin-left: 20px; }

.common-btn-down.wide { position: relative; }

@media (max-width: 1279px) { .common-btn-down.wide { width: 100%; } }

@media (max-width: 1279px) { .common-btn-down.wide::after { position: absolute; right: 15px; position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } }

.common-btn-wrap { font-size: 0; }

@media (max-width: 1279px) { .common-btn-wrap.double .common-btn-link, .common-btn-wrap.double .common-btn-down { width: calc(50% - 8px); } }

@media (max-width: 1279px) { .common-btn-wrap.double .common-btn-link + .common-btn-link, .common-btn-wrap.double .common-btn-link + .common-btn-down, .common-btn-wrap.double .common-btn-down + .common-btn-link, .common-btn-wrap.double .common-btn-down + .common-btn-down { margin-left: 16px; } }

@media (min-width: 1280px) { .common-btn-wrap.double .common-btn-link + .common-btn-link, .common-btn-wrap.double .common-btn-link + .common-btn-down, .common-btn-wrap.double .common-btn-down + .common-btn-link, .common-btn-wrap.double .common-btn-down + .common-btn-down { margin-left: 15px; } }

.common-list-arr { position: relative; }

.common-list-arr::before { content: ''; display: inline-block; width: 4px; height: 7px; margin-right: 6px; vertical-align: baseline; background: url("../image/icon-list-arr_lg.png") 0 0/4px auto no-repeat; -ms-transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px); transform: translate(0px, -2px); }

.common-list-arr-r { position: relative; }

.common-list-arr-r::after { content: ''; display: inline-block; width: 4px; height: 7px; margin-left: 6px; vertical-align: baseline; background: url("../image/icon-list-arr_lg.png") 0 0/4px auto no-repeat; -ms-transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px); transform: translate(0px, -2px); }

.table-title { position: relative; font-weight: 700; color: #333; }

@media (max-width: 1279px) { .table-title { padding-left: 10px; margin-top: -3px; margin-bottom: 4px; font-size: 14px; line-height: 22px; } }

@media (min-width: 1280px) { .table-title { padding-left: 21px; margin-top: -11px; margin-bottom: 27px; font-size: 16px; line-height: 45px; } }

.table-title:before { content: ''; display: inline-block; position: absolute; left: 0; top: 50%; line-height: 45px; background: #000; }

@media (max-width: 1279px) { .table-title:before { width: 3px; height: 12px; margin-top: -7px; } }

@media (min-width: 1280px) { .table-title:before { width: 4px; height: 20px; margin-top: -10px; } }

@media (max-width: 1279px) { .common-link-list { margin-bottom: 30px; } }

@media (min-width: 1280px) { .common-link-list { margin-bottom: 57px; } }

.common-link-list .ly-inner .link-list { padding-left: 0; border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; font-size: 0; }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list { padding: 17px 0 14px; } }

@media (max-width: 1279px) { .common-link-list .ly-inner .link-list li { display: block; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li { display: inline-block; width: calc(100% / 4); } }

@media (max-width: 1279px) { .common-link-list .ly-inner .link-list li + li { border-top: 1px dashed #ebebeb; } }

.common-link-list .ly-inner .link-list li .no-link { position: relative; letter-spacing: -0.025em; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .common-link-list .ly-inner .link-list li .no-link { display: block; margin-left: 21px; font-size: 13px; line-height: 36px; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li .no-link { margin-left: 44px; font-size: 14px; line-height: 32px; } }

.common-link-list .ly-inner .link-list li a, .common-link-list .ly-inner .link-list li span { position: relative; letter-spacing: -0.025em; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .common-link-list .ly-inner .link-list li a, .common-link-list .ly-inner .link-list li span { display: block; margin-left: 10px; font-size: 13px; line-height: 36px; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li a, .common-link-list .ly-inner .link-list li span { margin-left: 30px; font-size: 14px; line-height: 32px; } }

.common-link-list .ly-inner .link-list li a::before { content: ''; display: inline-block; width: 6px; height: 10px; margin-right: 6px; }

@media (max-width: 1279px) { .common-link-list .ly-inner .link-list li a::before { width: 5px; height: 8px; background: url("../image/link-list_sm.png") left center/contain no-repeat; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li a::before { width: 6px; height: 10px; background: url("../image/link-list_lg.png") left center/auto no-repeat; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li a:hover { font-weight: 500; color: #1b3b86; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li a:hover::before { background-position: -9px center; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li a:focus { font-weight: 500; color: #1b3b86; } }

@media (min-width: 1280px) { .common-link-list .ly-inner .link-list li a:focus::before { background-position: -9px center; } }

.common-table .ly-inner .table-list { border-top: 1px solid #333; }

.common-table .ly-inner .table-list table thead { display: none; }

.common-table .ly-inner .table-list table tbody tr { border-bottom: 1px solid #ebebeb; }

.common-table .ly-inner .table-list table tbody tr .col-cate { line-height: 45px; letter-spacing: -0.025em; text-align: center; color: #666; background: #f7f7f7; }

@media (max-width: 1279px) { .common-table .ly-inner .table-list table tbody tr .col-cate { font-size: 13px; width: 100px; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-cate { font-size: 15px; width: 220px; } }

.common-table .ly-inner .table-list table tbody tr .col-list .link-list { padding-left: 0; font-size: 0; }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list { padding: 11px 0 9px 30px; } }

.common-table .ly-inner .table-list table tbody tr .col-list .link-list li { display: inline-block; }

@media (max-width: 1279px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li { width: calc(100% / 1); } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li { width: calc(100% / 4); } }

@media (max-width: 1279px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li + li { border-top: 1px dashed #ebebeb; } }

.common-table .ly-inner .table-list table tbody tr .col-list .link-list li .no-link { position: relative; letter-spacing: -0.025em; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li .no-link { display: block; padding: 9px 0 9px 12px; margin-left: 21px; font-size: 13px; line-height: 16px; text-indent: -12px; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li .no-link { margin-left: 12px; font-size: 14px; line-height: 32px; } }

.common-table .ly-inner .table-list table tbody tr .col-list .link-list li a { position: relative; letter-spacing: -0.025em; text-decoration: none; color: #666; }
.common-table .ly-inner .table-list table tbody tr .col-list .link-list li span { position: relative; letter-spacing: -0.025em; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a { display: block; padding: 9px 0 9px 12px; margin-left: 10px; font-size: 13px; line-height: 16px; text-indent: -12px; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a { font-size: 14px; line-height: 32px; } }
@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li span { font-size: 14px; line-height: 32px; } }

.common-table .ly-inner .table-list table tbody tr .col-list .link-list li a::before { content: ''; display: inline-block; margin-right: 6px; }
.common-table .ly-inner .table-list table tbody tr .col-list .link-list li span::before { content: ''; display: inline-block; margin-right: 6px; }

@media (max-width: 1279px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a::before { width: 5px; height: 8px; background: url("../image/link-list_sm.png") left center/contain no-repeat; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a::before { width: 6px; height: 10px; background: url("../image/link-list_lg.png") left center/auto no-repeat; } }
@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li span::before { width: 6px; height: 10px; background: url("../image/link-list_lg.png") left center/auto no-repeat; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a:hover { font-weight: 500; color: #1b3b86; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a:hover::before { background-position: -9px center; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a:focus { font-weight: 500; color: #1b3b86; } }

@media (min-width: 1280px) { .common-table .ly-inner .table-list table tbody tr .col-list .link-list li a:focus::before { background-position: -9px center; } }

@media (max-width: 1279px) { .common-download { margin-bottom: 36px; } }

@media (min-width: 1280px) { .common-download { margin-bottom: 70px; } }

.common-download .ly-inner { position: relative; }

.common-download .ly-inner .common-contitle { display: inline-block; }

@media (max-width: 1279px) { .common-download .ly-inner .common-contitle { margin-top: 10px; margin-bottom: 10px; } }

@media (min-width: 1280px) { .common-download .ly-inner .common-contitle { margin-bottom: 30px; } }

.common-download .ly-inner .download-btn-wrap { position: absolute; display: inline-block; }

@media (max-width: 1279px) { .common-download .ly-inner .download-btn-wrap { top: 0; text-align: right; } }

@media (max-width: 1279px) and (max-width: 639px) { .common-download .ly-inner .download-btn-wrap { width: calc(100% - 30px); right: 15px; } }

@media (max-width: 1279px) and (min-width: 640px) and (max-width: 1279px) { .common-download .ly-inner .download-btn-wrap { width: calc(100% - 60px); right: 30px; } }

@media (min-width: 1280px) { .common-download .ly-inner .download-btn-wrap { width: 100%; height: 50px; top: 0; right: 0; text-align: right; } }

@media (min-width: 1280px) { .common-download .ly-inner .download-btn-wrap .common-btn-down { position: absolute; right: 85px; top: 0; } }

.common-download .ly-inner .download-btn-wrap .common-desc-open-btn { border: none; margin: 0; width: 100%; }

@media (max-width: 1279px) { .common-download .ly-inner .download-btn-wrap .common-desc-open-btn { width: 100%; height: 40px; padding: 17px 10px; background: url("../image/unit_download-desc-btn_sm.png") right/14px no-repeat; } }

@media (max-width: 1279px) and (max-width: 639px) { .common-download .ly-inner .download-btn-wrap .common-desc-open-btn { height: auto; } }

@media (min-width: 1280px) { .common-download .ly-inner .download-btn-wrap .common-desc-open-btn { vertical-align: top; width: 100%; height: 100%; background: url("../image/unit_download-desc-btn_lg.png") right 10px top 8px/auto no-repeat; } }

.common-download .ly-inner .download-btn-wrap .common-desc-open-btn.no-outline { outline: none; }

@media (max-width: 1279px) { .common-download .ly-inner .download-btn-wrap.is-active .common-desc-open-btn { background-image: url("../image/unit_download-desc-btn-on_sm.png"); } }

@media (min-width: 1280px) { .common-download .ly-inner .download-btn-wrap.is-active .common-desc-open-btn { background-image: url("../image/unit_download-desc-btn-on_lg.png"); } }

@media (min-width: 1280px) { .common-download .ly-inner .download-btn-wrap.is-active + .desc-container { height: auto; } }

.common-download .ly-inner .download-btn-wrap.is-active + .desc-container .desc-inner { display: block; }

@media (max-width: 1279px) { .common-download .ly-inner .download-btn-wrap.is-active + .desc-container .desc-content { height: auto; } }

.common-download .ly-inner .desc-container { border-top: 1px solid #333; background: #f7f7f7; overflow: hidden; }

@media (min-width: 1280px) { .common-download .ly-inner .desc-container { height: 0; } }

.common-download .ly-inner .desc-container .desc-inner { display: none; }

@media (max-width: 1279px) { .common-download .ly-inner .desc-container .desc-inner { padding: 14px 14px 12px; } }

@media (min-width: 1280px) { .common-download .ly-inner .desc-container .desc-inner { padding: 33px 30px 27px; } }

@media (max-width: 1279px) { .common-download .ly-inner .desc-container .desc-inner .desc-content { height: 0; overflow: hidden; } }

.common-download .ly-inner .desc-container .desc-inner .desc-content .desc { letter-spacing: -0.025em; font-weight: 400; color: #666; }

@media (max-width: 1279px) { .common-download .ly-inner .desc-container .desc-inner .desc-content .desc { margin-bottom: 12px; font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .common-download .ly-inner .desc-container .desc-inner .desc-content .desc { font-size: 15px; line-height: 24px; } }

@media (min-width: 1280px) { .common-download .ly-inner .desc-container .desc-inner .snu1010project .desc { margin-bottom:12px; } }



@media (min-width: 1280px) { .common-download .ly-inner .desc-container .desc-inner .desc-content .desc.desc-tel { margin-top: 10px; font-size: 14px; font-weight: 400; line-height: 24px; } }

@media (max-width: 1279px) { .common-download .ly-inner .desc-container .desc-inner .common-btn-down { display: block; width: 185px; margin: 0 auto; } }

@media (max-width: 1279px) { .common-img-list { margin-bottom: 24px; } }

@media (min-width: 1280px) { .common-img-list { margin-bottom: 62px; } }

.common-img-list .ly-inner .img-list-wrap { font-size: 0; padding: 0; margin-top: 0; }

@media (max-width: 1279px) { .common-img-list .ly-inner .img-list-wrap { margin: 0 0 24px 0; } }

.common-img-list .ly-inner .img-list-wrap li { display: inline-block; vertical-align: top; }

@media (max-width: 639px) { .common-img-list .ly-inner .img-list-wrap li { width: 100%; margin-bottom: 24px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-img-list .ly-inner .img-list-wrap li { width: calc(50% - 30px); margin-bottom: 25px; } }

@media (min-width: 1280px) { .common-img-list .ly-inner .img-list-wrap li { width: 255px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-img-list .ly-inner .img-list-wrap li:nth-child(2n) { margin-left: 60px; } }

@media (max-width: 1279px) { .common-img-list .ly-inner .img-list-wrap li .common-smalltitle { margin-bottom: 12px; } }

@media (min-width: 1280px) { .common-img-list .ly-inner .img-list-wrap li .common-smalltitle { margin-bottom: 20px; } }

.common-img-list .ly-inner .img-list-wrap li img { width: 100%; }

.common-img-list .ly-inner .img-list-wrap li .desc { letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .common-img-list .ly-inner .img-list-wrap li .desc { padding-top: 9px; font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .common-img-list .ly-inner .img-list-wrap li .desc { padding-top: 17px; font-size: 15px; line-height: 24px; } }

@media (min-width: 1280px) { .common-img-list .ly-inner .img-list-wrap li + li { margin-left: 55px; } }

@media (max-width: 639px) { .common-img-list .ly-inner .img-list-wrap li:last-child { margin: 0; } }

.common-unit-tel .ly-inner { text-align: right; }

.common-unit-tel .ly-inner p { display: inline-block; letter-spacing: -0.025em; color: #666; }

@media (max-width: 639px) { .common-unit-tel .ly-inner p { padding-left: 16px; margin-top: 12px; font-size: 11px; line-height: 12px; background: url("../image/unit_inst-tel-icon_sm.png") left center/12px no-repeat; } }

@media (min-width: 640px) { .common-unit-tel .ly-inner p { padding-left: 29px; margin-top: 38px; font-size: 15px; line-height: 24px; background: url("../image/unit_inst-tel-icon_lg.png") left center no-repeat; } }

.common-unit-tel .ly-inner p span { font-weight: 500; }

.common-unit-tel .ly-inner p span:after { content: ''; display: inline-block; width: 1px; height: 10px; background: #ccc; }

@media (max-width: 1279px) { .common-unit-tel .ly-inner p span:after { margin: 0 4px; } }

@media (min-width: 1280px) { .common-unit-tel .ly-inner p span:after { margin: 0 11px; } }

.common-unit-tel .ly-inner p a { text-decoration: none; color: #666; }

.common-tab { margin-top: -7px; }

.common-tab .ly-inner .tab-wrap { font-size: 0; }

.common-tab .ly-inner .tab-wrap .tab-btn { display: inline-block; position: relative; width: calc(100% / 3); height: 55px; border-bottom: 1px solid #ebebeb; font-size: 16px; line-height: 55px; letter-spacing: -0.025em; text-align: center; vertical-align: bottom; text-decoration: none; color: #666; }

.common-tab .ly-inner .tab-wrap .tab-btn.is-active { border-bottom: 2px solid #1b3b86; font-weight: 600; color: #1b3b86; }

.common-tab .ly-inner .tab-wrap .tab-btn:after { content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 14px; margin-top: -7px; background: #ccc; }

.common-tab .ly-inner .tab-wrap .tab-btn:last-child::after { display: none; }

.common-tab .ly-inner .tab-wrap.double .tab-btn { width: calc(100% / 2); }

.common-tab .ly-inner .tab-wrap.triple .tab-btn { width: calc(100% / 3); }

.common-tab .ly-inner .tab-wrap.quad .tab-btn { width: calc(100% / 4); }

.common-tab .ly-inner .tab-wrap.five .tab-btn { width: calc(100% / 5); }

.common-tab .ly-inner .tab-wrap.six .tab-btn { width: calc(100% / 6); }

.common-num-guide .ly-inner .title-wrap { padding: 0 15px; border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .title-wrap { margin-top: 10px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .title-wrap { margin-top: 40px; margin-bottom: 70px; } }

.common-num-guide .ly-inner .title-wrap .title { letter-spacing: -0.025em; color: #333; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .title-wrap .title { font-size: 14px; font-weight: 600; line-height: 44px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .title-wrap .title { display: inline-block; padding-left: 20px; font-size: 16px; font-weight: 500; line-height: 75px; } }

.common-num-guide .ly-inner .title-wrap .download-btn-wrap { padding-right: 20px; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .title-wrap .download-btn-wrap { margin-bottom: 15px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .title-wrap .download-btn-wrap { line-height: 75px; float: right; } }

.common-num-guide .ly-inner .title-wrap .download-btn-wrap .common-download-btn { display: inline-block; position: relative; width: 145px; height: 30px; padding-left: 15px; font-size: 12px; font-weight: 500; line-height: 30px; letter-spacing: 0; text-decoration: none; color: #fff; background: #1b3b86; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .title-wrap .download-btn-wrap .common-download-btn { margin-right: 20px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .title-wrap .download-btn-wrap .common-download-btn { margin-left: 10px; } }

.common-num-guide .ly-inner .title-wrap .download-btn-wrap .common-download-btn::after { content: ''; display: block; position: absolute; top: 50%; right: 16px; width: 11px; height: 13px; margin-top: -6px; background: url("../image/unit_download-btn_sm.png") center/contain no-repeat; }

.common-num-guide .ly-inner .table-list table { width: 100%; }

.common-num-guide .ly-inner .table-list table thead { display: none; }

.common-num-guide .ly-inner .table-list table tbody { border-bottom: 1px solid #ebebeb; }

.common-num-guide .ly-inner .table-list table tbody tr:nth-of-type(2n-1) { background: #f7f7f7; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .table-list table tbody tr .col-title { display: block; padding: 14px 10px 9px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .table-list table tbody tr .col-title { width: 295px; padding-left: 28px; } }

.common-num-guide .ly-inner .table-list table tbody tr .col-title p { display: inline-block; padding-top: 4px; margin-left: 20px; font-size: 15px; font-weight: 500; line-height: 22px; letter-spacing: -0.025em; vertical-align: top; color: #333; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .table-list table tbody tr .col-title p { margin-left: 7px; } }

.common-num-guide .ly-inner .table-list table tbody tr .col-title p span { font-weight: 400; }

.common-num-guide .ly-inner .table-list table tbody tr .col-title .num { display: inline-block; width: 29px; height: 29px; border-radius: 100px; font-size: 16px; font-weight: 500; letter-spacing: -0.025em; line-height: 29px; text-align: center; vertical-align: top; color: #fff; background: #c5a86f; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .table-list table tbody tr .col-text { display: block; padding: 0 0 10px 25px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .table-list table tbody tr .col-text { width: 490px; padding: 30px 0; } }

.common-num-guide .ly-inner .table-list table tbody tr .col-text p { padding-left: 20px; font-size: 14px; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .table-list table tbody tr .col-text p { line-height: 21px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .table-list table tbody tr .col-text p { line-height: 22px; } }

.common-num-guide .ly-inner .table-list table tbody tr .col-text p a { text-decoration: none; color: #666; }

.common-num-guide .ly-inner .table-list table tbody tr .col-text p span { color: #888; }

.common-num-guide .ly-inner .table-list table tbody tr .col-text p.time { margin-bottom: 10px; letter-spacing: 0; background: url("../image/guide-time_lg.png") left top 4px no-repeat; }

.common-num-guide .ly-inner .table-list table tbody tr .col-text p.home { background: url("../image/guide-home_lg.png") left top 4px no-repeat; }

.common-num-guide .ly-inner .table-list table tbody tr .col-text p.map { background: url("../image/guide-map_lg.png") left top 4px no-repeat; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .table-list table tbody tr .col-sub { display: block; padding: 0 25px 15px; } }

.common-num-guide .ly-inner .table-list table tbody tr .col-sub span { padding-left: 20px; font-size: 14px; line-height: 20px; letter-spacing: -0.025em; color: #666; background: url("../image/guide-snb-icon_lg.png") left center/auto no-repeat; }

.common-num-guide .ly-inner .tip { letter-spacing: -0.025em; color: #888; }

@media (max-width: 1279px) { .common-num-guide .ly-inner .tip { padding: 10px 15px 0px 14px; font-size: 12px; line-height: 16px; text-indent: -14px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .tip { margin-bottom: 42px; font-size: 13px; line-height: 23px; } }

@media (min-width: 1280px) { .common-num-guide .ly-inner .tip:first-of-type { padding-top: 20px; } }

.common-down-table .ly-inner .open-btn-wrap .common-desc-open-btn { width: 100%; border: none; font-weight: 500; letter-spacing: 0; text-align: left; }

@media (max-width: 1279px) { .common-down-table .ly-inner .open-btn-wrap .common-desc-open-btn { height: 30px; font-size: 13px; line-height: 30px; background: url("../image/unit_download-desc-btn_sm.png") right center/14px no-repeat; } }

@media (min-width: 1280px) { .common-down-table .ly-inner .open-btn-wrap .common-desc-open-btn { height: 60px; font-size: 16px; line-height: 45px; background: url("../image/unit_download-desc-btn_lg.png") right 10px center/auto no-repeat; } }

.common-down-table .ly-inner .open-btn-wrap .common-desc-open-btn.no-outline { outline: none; }

@media (max-width: 1279px) { .common-down-table .ly-inner .open-btn-wrap.is-active .common-desc-open-btn { background-image: url("../image/unit_download-desc-btn-on_sm.png"); } }

@media (min-width: 1280px) { .common-down-table .ly-inner .open-btn-wrap.is-active .common-desc-open-btn { background-image: url("../image/unit_download-desc-btn-on_lg.png"); } }

.common-down-table .ly-inner .open-btn-wrap.is-active + .table-list { height: auto; overflow: hidden; }

.common-down-table .ly-inner .table-list.close { height: 1px; overflow: hidden; }

.common-down-table .ly-inner .table-list table { width: 100%; }

.common-down-table .ly-inner .table-list table thead { display: none; }

.common-down-table .ly-inner .table-list table tbody { border-top: 1px solid #333; }

.common-down-table .ly-inner .table-list table tbody tr { border-bottom: 1px solid #ebebeb; }

@media (min-width: 1280px) { .common-down-table .ly-inner .table-list table tbody tr { height: 70px; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-title { padding: 11px 0; } }

.common-down-table .ly-inner .table-list table tbody tr .col-title p { letter-spacing: -0.025em; vertical-align: top; color: #333; }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-title p { margin-left: 10px; font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .common-down-table .ly-inner .table-list table tbody tr .col-title p { margin-left: 20px; font-size: 15px; line-height: 24px; } }

.common-down-table .ly-inner .table-list table tbody tr .col-title p span { font-weight: 400; color: #666; }

.common-down-table .ly-inner .table-list table tbody tr .col-down { text-align: right; font-size: 0; }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-down { min-width: 90px; } }

@media (min-width: 1280px) { .common-down-table .ly-inner .table-list table tbody tr .col-down { min-width: 320px; } }

.common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn { display: inline-block; }

@media (min-width: 1280px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn { position: relative; width: 140px; height: 40px; padding-left: 40px; margin: 0 10px 0 7px; font-size: 14px; line-height: 40px; text-align: left; text-decoration: none; color: #1b3b86; } }

.common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn img { height: 22px; padding: 0 9px; }

@media (min-width: 1280px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn::after { content: ''; display: block; position: absolute; top: 50%; left: 11px; width: 22px; height: 22px; margin-top: -10px; background: url("../image/common-download-btn_lg.png") no-repeat center/auto; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn.icon { position: relative; display: inline-block; width: 43px; height: 40px; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn.icon:after { content: ''; display: block; width: 24px; height: 22px; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: url("../image/icon-down_sm.png") center center/auto 22px no-repeat; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn.icon.pdf:after { background: url("../image/icon-pdf_sm.png") center center/auto 22px no-repeat; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn.icon.hwp:after { background: url("../image/icon-hwp_sm.png") center center/auto 22px no-repeat; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn.icon.word:after { background: url("../image/icon-word_sm.png") center center/auto 22px no-repeat; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .table-list table tbody tr .col-down .common-download-btn.icon.zip:after { background: url("../image/icon-zip_sm.png") center center/auto 22px no-repeat; } }

.common-down-table .ly-inner .tip { letter-spacing: -0.025em; color: #888; }

@media (max-width: 1279px) { .common-down-table .ly-inner .tip { font-size: 12px; line-height: 22px; } }

@media (min-width: 1280px) { .common-down-table .ly-inner .tip { font-size: 13px; line-height: 23px; } }

@media (max-width: 1279px) { .common-down-table .ly-inner .tip:first-of-type { padding-top: 10px; } }

@media (min-width: 1280px) { .common-down-table .ly-inner .tip:first-of-type { padding-top: 20px; } }

@media (max-width: 1279px) { .common-tel-table .ly-inner .common-smalltitle, .common-tel-list .ly-inner .common-smalltitle { margin-bottom: 8px; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .common-smalltitle, .common-tel-list .ly-inner .common-smalltitle { margin-bottom: 18px; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap, .common-tel-list .ly-inner .tel-list-wrap { display: inline-block; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap:nth-of-type(2n), .common-tel-list .ly-inner .tel-list-wrap:nth-of-type(2n) { width: 570px; float: right; } }

.common-tel-table .ly-inner .tel-list-wrap .tel-list, .common-tel-list .ly-inner .tel-list-wrap .tel-list { position: relative; border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; font-size: 0; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list, .common-tel-list .ly-inner .tel-list-wrap .tel-list { margin-bottom: 19px; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list, .common-tel-list .ly-inner .tel-list-wrap .tel-list { width: 520px; padding: 14px 0 14px 30px; margin-bottom: 26px; } }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list:after { content: ''; display: block; width: 100%; height: 1px; position: absolute; left: 0; top: 50%; border-top: 1px dashed #ebebeb; } }

.common-tel-table .ly-inner .tel-list-wrap .tel-list p, .common-tel-table .ly-inner .tel-list-wrap .tel-list a, .common-tel-list .ly-inner .tel-list-wrap .tel-list p, .common-tel-list .ly-inner .tel-list-wrap .tel-list a { display: inline-block; position: relative; font-weight: 400; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list p, .common-tel-table .ly-inner .tel-list-wrap .tel-list a, .common-tel-list .ly-inner .tel-list-wrap .tel-list p, .common-tel-list .ly-inner .tel-list-wrap .tel-list a { width: 45%; padding-left: 30px; font-size: 13px; line-height: 38px; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list p, .common-tel-table .ly-inner .tel-list-wrap .tel-list a, .common-tel-list .ly-inner .tel-list-wrap .tel-list p, .common-tel-list .ly-inner .tel-list-wrap .tel-list a { width: 240px; padding-left: 20px; font-size: 14px; line-height: 35px; } }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .map, .common-tel-list .ly-inner .tel-list-wrap .tel-list .map { width: 100%; } }

.common-tel-table .ly-inner .tel-list-wrap .tel-list .tel:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .tel:after { content: ''; display: block; position: absolute; top: 13px; width: 12px; height: 12px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .tel:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .tel:after { left: 10px; background: url("../image/guide-tel_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .tel:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .tel:after { left: 0; background: url("../image/guide-tel_lg.png") center/contain no-repeat; } }

.common-tel-table .ly-inner .tel-list-wrap .tel-list .home:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .home:after { content: ''; display: block; position: absolute; top: 12px; width: 13px; height: 13px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .home:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .home:after { left: 10px; background: url("../image/guide-home_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .home:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .home:after { left: 0; background: url("../image/guide-home_lg.png") center/contain no-repeat; } }

.common-tel-table .ly-inner .tel-list-wrap .tel-list .map:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .map:after { content: ''; display: block; position: absolute; top: 10px; width: 11px; height: 15px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .map:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .map:after { left: 10px; background: url("../image/guide-map_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .map:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .map:after { left: 0; background: url("../image/guide-map_lg.png") center/contain no-repeat; } }

.common-tel-table .ly-inner .tel-list-wrap .tel-list .fax:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .fax:after { content: ''; display: block; position: absolute; top: 14px; width: 13px; height: 11px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .fax:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .fax:after { left: 10px; background: url("../image/guide-fax_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .tel-list-wrap .tel-list .fax:after, .common-tel-list .ly-inner .tel-list-wrap .tel-list .fax:after { left: 0; background: url("../image/guide-fax_lg.png") center/contain no-repeat; } }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list, .common-tel-list .ly-inner .table-list { margin-bottom: 20px; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list, .common-tel-list .ly-inner .table-list { margin-bottom: 40px; } }

.common-tel-table .ly-inner .table-list table, .common-tel-list .ly-inner .table-list table { width: 100%; }

.common-tel-table .ly-inner .table-list table thead, .common-tel-list .ly-inner .table-list table thead { display: none; }

.common-tel-table .ly-inner .table-list table tbody, .common-tel-list .ly-inner .table-list table tbody { border-top: 1px solid #333; }

.common-tel-table .ly-inner .table-list table tbody tr, .common-tel-list .ly-inner .table-list table tbody tr { height: 52px; border-bottom: 1px solid #ebebeb; font-size: 14px; color: #333; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr td:last-of-type, .common-tel-list .ly-inner .table-list table tbody tr td:last-of-type { border-bottom: none; } }

.common-tel-table .ly-inner .table-list table tbody tr .col-title, .common-tel-list .ly-inner .table-list table tbody tr .col-title { text-align: center; background: #f7f7f7; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr .col-title, .common-tel-list .ly-inner .table-list table tbody tr .col-title { width: 100px; padding: 15px; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr .col-title, .common-tel-list .ly-inner .table-list table tbody tr .col-title { width: 215px; } }

.common-tel-table .ly-inner .table-list table tbody tr .col-title span, .common-tel-list .ly-inner .table-list table tbody tr .col-title span { line-height: 22px; letter-spacing: -0.025em; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr .col-tel, .common-tel-table .ly-inner .table-list table tbody tr .col-map, .common-tel-table .ly-inner .table-list table tbody tr .col-home, .common-tel-table .ly-inner .table-list table tbody tr .col-mail, .common-tel-list .ly-inner .table-list table tbody tr .col-tel, .common-tel-list .ly-inner .table-list table tbody tr .col-map, .common-tel-list .ly-inner .table-list table tbody tr .col-home, .common-tel-list .ly-inner .table-list table tbody tr .col-mail { display: block; height: 36px; padding: 0; border-bottom: 1px dashed #ebebeb; margin: 0; } }

.common-tel-table .ly-inner .table-list table tbody tr .col-tel span, .common-tel-table .ly-inner .table-list table tbody tr .col-tel a, .common-tel-table .ly-inner .table-list table tbody tr .col-map span, .common-tel-table .ly-inner .table-list table tbody tr .col-map a, .common-tel-table .ly-inner .table-list table tbody tr .col-home span, .common-tel-table .ly-inner .table-list table tbody tr .col-home a, .common-tel-table .ly-inner .table-list table tbody tr .col-mail span, .common-tel-table .ly-inner .table-list table tbody tr .col-mail a, .common-tel-list .ly-inner .table-list table tbody tr .col-tel span, .common-tel-list .ly-inner .table-list table tbody tr .col-tel a, .common-tel-list .ly-inner .table-list table tbody tr .col-map span, .common-tel-list .ly-inner .table-list table tbody tr .col-map a, .common-tel-list .ly-inner .table-list table tbody tr .col-home span, .common-tel-list .ly-inner .table-list table tbody tr .col-home a, .common-tel-list .ly-inner .table-list table tbody tr .col-mail span, .common-tel-list .ly-inner .table-list table tbody tr .col-mail a { padding: 0 0 0 20px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr .col-tel span, .common-tel-table .ly-inner .table-list table tbody tr .col-tel a, .common-tel-table .ly-inner .table-list table tbody tr .col-map span, .common-tel-table .ly-inner .table-list table tbody tr .col-map a, .common-tel-table .ly-inner .table-list table tbody tr .col-home span, .common-tel-table .ly-inner .table-list table tbody tr .col-home a, .common-tel-table .ly-inner .table-list table tbody tr .col-mail span, .common-tel-table .ly-inner .table-list table tbody tr .col-mail a, .common-tel-list .ly-inner .table-list table tbody tr .col-tel span, .common-tel-list .ly-inner .table-list table tbody tr .col-tel a, .common-tel-list .ly-inner .table-list table tbody tr .col-map span, .common-tel-list .ly-inner .table-list table tbody tr .col-map a, .common-tel-list .ly-inner .table-list table tbody tr .col-home span, .common-tel-list .ly-inner .table-list table tbody tr .col-home a, .common-tel-list .ly-inner .table-list table tbody tr .col-mail span, .common-tel-list .ly-inner .table-list table tbody tr .col-mail a { margin: 0 0 0 11px; line-height: 36px; } }

.common-tel-table .ly-inner .table-list table tbody tr td, .common-tel-list .ly-inner .table-list table tbody tr td { box-sizing: content-box; }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr td, .common-tel-list .ly-inner .table-list table tbody tr td { width: 290px; } }

.common-tel-table .ly-inner .table-list table tbody tr td span, .common-tel-table .ly-inner .table-list table tbody tr td a, .common-tel-list .ly-inner .table-list table tbody tr td span, .common-tel-list .ly-inner .table-list table tbody tr td a { position: relative; color: #666; text-decoration: none; }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr td.col-tel, .common-tel-list .ly-inner .table-list table tbody tr td.col-tel { padding-left: 66px; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr td.col-home, .common-tel-list .ly-inner .table-list table tbody tr td.col-home { padding-right: 40px; } }

.common-tel-table .ly-inner .table-list table tbody tr td .tel:after, .common-tel-list .ly-inner .table-list table tbody tr td .tel:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; position: absolute; left: 0; width: 12px; height: 12px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr td .tel:after, .common-tel-list .ly-inner .table-list table tbody tr td .tel:after { background: url("../image/guide-tel_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr td .tel:after, .common-tel-list .ly-inner .table-list table tbody tr td .tel:after { background: url("../image/guide-tel_lg.png") center/contain no-repeat; } }

.common-tel-table .ly-inner .table-list table tbody tr td .home:after, .common-tel-list .ly-inner .table-list table tbody tr td .home:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; position: absolute; left: 0; width: 13px; height: 13px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr td .home:after, .common-tel-list .ly-inner .table-list table tbody tr td .home:after { background: url("../image/guide-home_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr td .home:after, .common-tel-list .ly-inner .table-list table tbody tr td .home:after { background: url("../image/guide-home_lg.png") center/contain no-repeat; } }

.common-tel-table .ly-inner .table-list table tbody tr td .map:after, .common-tel-list .ly-inner .table-list table tbody tr td .map:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; position: absolute; left: 0; width: 11px; height: 15px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr td .map:after, .common-tel-list .ly-inner .table-list table tbody tr td .map:after { background: url("../image/guide-map_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr td .map:after, .common-tel-list .ly-inner .table-list table tbody tr td .map:after { background: url("../image/guide-map_lg.png") center/contain no-repeat; } }

.common-tel-table .ly-inner .table-list table tbody tr td .mail:after, .common-tel-list .ly-inner .table-list table tbody tr td .mail:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; position: absolute; left: 0; width: 14px; height: 12px; }

@media (max-width: 1279px) { .common-tel-table .ly-inner .table-list table tbody tr td .mail:after, .common-tel-list .ly-inner .table-list table tbody tr td .mail:after { background: url("../image/guide-mail_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .common-tel-table .ly-inner .table-list table tbody tr td .mail:after, .common-tel-list .ly-inner .table-list table tbody tr td .mail:after { background: url("../image/guide-mail_lg.png") center/contain no-repeat; } }

.common-select .ly-inner { padding: 0; }

.common-select .ly-inner select { position: relative; width: 100%; height: 42px; padding: 0 15px; border: none; border-top: 2px solid #1b3b86; border-bottom: 1px solid #d1d1d1; font-size: 14px; font-weight: 600; letter-spacing: -0.025em; color: #1b3b86; background: #f3f7ff url("../image/guide-select-icon_sm.png") center right 30px/11px no-repeat; }

.common-select .ly-inner select option { height: 40px; font-size: 13px; font-weight: 400; line-height: 40px; }

.page-subindex .common-select { margin-bottom: 15px; }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap { position: relative; } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap:after, .common-colleges-list .ly-inner .colleges-wrap:before { content: ''; display: block; position: absolute; bottom: 0; width: 568px; height: 1px; border-top: 1px dashed #b7c2d7; } }

.common-colleges-list .ly-inner .colleges-wrap:after { left: 0; }

.common-colleges-list .ly-inner .colleges-wrap:before { right: 0; }

.common-colleges-list .ly-inner .colleges-wrap .list-content { vertical-align: top; }

@media (max-width: 1279px) { .common-colleges-list .ly-inner .colleges-wrap .list-content { padding-top: 25px; padding-bottom: 20px; border-bottom: 1px dashed #b7c2d7; } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content { padding-top: 40px; border-top: 1px dashed #b7c2d7; display: inline-block; width: 568px; } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content:nth-child(2n) { margin-left: 60px; } }

@media (max-width: 1279px) { .common-colleges-list .ly-inner .colleges-wrap .list-content:first-child { border-top: none; padding-top: 0; } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content:first-child, .common-colleges-list .ly-inner .colleges-wrap .list-content:nth-child(2) { border-top: none; padding-top: 0; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content .common-smalltitle { margin: 0 0 12px; }

@media (max-width: 639px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .common-smalltitle a { font-size: 12px; } }

@media (min-width: 640px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .common-smalltitle a { margin-top: 10px; margin-left: 0; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content figure { margin: 0; }

@media (max-width: 639px) { .common-colleges-list .ly-inner .colleges-wrap .list-content figure img { width: 100%; } }

@media (min-width: 640px) { .common-colleges-list .ly-inner .colleges-wrap .list-content figure img { width: 240px; } }

@media (max-width: 639px) { .common-colleges-list .ly-inner .colleges-wrap .list-content figure figcaption { display: block; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-colleges-list .ly-inner .colleges-wrap .list-content figure figcaption { display: inline-block; margin-left: 25px; width: calc(100% - 268px); } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content figure figcaption { display: inline-block; margin-left: 25px; width: 300px; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content figure figcaption p { font-weight: 500; font-size: 15px; line-height: 24px; letter-spacing: -0.05em; color: #333; }

@media (max-width: 639px) { .common-colleges-list .ly-inner .colleges-wrap .list-content figure figcaption p { padding-top: 10px; padding-bottom: 15px; font-size: 13px; line-height: 20px; letter-spacing: -0.025em; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list { font-size: 0; }

@media (min-width: 640px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list { padding-top: 20px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list { margin-bottom: 0px; } }

@media (min-width: 640px) and (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list { margin-bottom: 30px; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list span { display: inline-block; position: relative; font-size: 13px; font-weight: 400; letter-spacing: -0.025em; text-decoration: none; vertical-align: top; color: #666; }

@media (max-width: 640px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list span { width: calc(100% / 2); padding: 2px 0 2px 11px; line-height: 25px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list span { padding: 4px 0 4px 11px; width: calc(100% / 4); line-height: 18px; } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list span { width: 189px; padding: 2px 0 2px 11px; line-height: 20px; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a { display: inline-block; position: relative; font-size: 13px; font-weight: 400; letter-spacing: -0.025em; text-decoration: none; vertical-align: top; color: #666; }

@media (max-width: 640px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a { width: calc(100% / 2); padding-left: 11px; margin: 2px 0; line-height: 25px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a { padding: 4px 0 4px 11px; width: calc(100% / 4); line-height: 18px; } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a { width: 189px; padding: 2px 0 2px 11px; line-height: 20px; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a.ls { letter-spacing: -0.05em; }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a.pd { padding-right: 10px; }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a span { position: absolute; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a:after { content: ''; display: block; position: absolute; left: 0; width: 6px; height: 10px; background: url("/webdata/uploads/kor/image/2020/01/academics-colleges-list_lg.png") center left/auto no-repeat; }

@media (max-width: 1279px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a:after { top: 7px; } }

@media (min-width: 1280px) { .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a:after { top: 6px; } }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a:focus, .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a:hover { font-weight: 500; color: #1b3b86; }

.common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a:focus:after, .common-colleges-list .ly-inner .colleges-wrap .list-content .link-list a:hover:after { background-position: center right; }

.common-colleges-list .ly-inner .colleges-wrap .list-content.last .common-smalltitle { margin-bottom: 0; }

.common-colleges-list .ly-inner .colleges-wrap .list-content.last .link-list { padding: 15px 0; }

.page-index { position: relative; }

@media (min-width: 1280px) { .page-index { background: #eaeaea; } }

.page-index .ly-main { position: relative; }

@media (min-width: 1280px) { .page-index .ly-main { background: #fff; } }

@media (min-width: 1280px) { .page-index .ly-footer { background: #fff; } }

.index-navigation-visitnav { position: absolute; right: 0px; top: 0; z-index: 1005; height: 380px; }

.index-navigation-visitnav.show { right: 200px; }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d1-title { width: 113px; height: 76px; padding-top: 38px; border: none; border-bottom: 1px solid rgba(49, 63, 90, 0.55); font-size: 13px; font-weight: 700; text-align: center; color: #9397a7; cursor: pointer; background: rgba(28, 36, 70, 0.8) url("/webdata/uploads/kor/image/2019/12/header-visitgnb-visit_lg.png") center bottom 37px/auto no-repeat; }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d1-title.is-active { color: #fff; background: #14387a url("/webdata/uploads/kor/image/2019/12/header-visitgnb-visit-on_lg.png") center bottom 37px/auto no-repeat; }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(2) .visitnav-list-d1-title { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-freshman_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(2) .visitnav-list-d1-title.is-active { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-freshman-on_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(3) .visitnav-list-d1-title { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-professor_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(3) .visitnav-list-d1-title.is-active { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-professor-on_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(4) .visitnav-list-d1-title { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-alumni_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(4) .visitnav-list-d1-title.is-active { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-alumni-on_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(5) .visitnav-list-d1-title { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-student_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1:nth-child(5) .visitnav-list-d1-title.is-active { background-image: url("/webdata/uploads/kor/image/2019/12/header-visitgnb-student-on_lg.png"); }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list { display: none; position: absolute; top: 0; left: 113px; width: 200px; height: 100%; padding: 11px 20px; background: #4c6492; }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list.show { display: block; }

.index-navigation-visitnav .visitnav-list-d1-list .visitnav-list-d1 .visitnav-list-d2-list .visitnav-list-d2-title { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 500; line-height: 30px; text-decoration: none; color: #fff; }

.index-topbanner { position: relative; }

.index-topbanner .slider-list, .index-topbanner .nonslider { width: 100%; overflow: hidden; }

.index-topbanner .slide { position: relative; }

@media (max-width: 639px) { .index-topbanner .slide { width: 100%; } }

.index-topbanner .slide .slider-copy { position: absolute; z-index: 1; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 639px) { .index-topbanner .slide .slider-copy .symbol { display: block; height: 120px; margin: 0 auto 35px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-topbanner .slide .slider-copy .symbol { display: block; height: 208px; margin: 0 auto 62px; } }

@media (min-width: 1280px) { .index-topbanner .slide .slider-copy .symbol { display: block; height: 116px; margin: 0 auto 57px; } }

.index-topbanner .slide .slider-copy .txt { font-family: 'Roboto', 'Noto Serif KR'; font-weight: 300; text-align: center; text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5); color: #fff; }

@media (max-width: 639px) { .index-topbanner .slide .slider-copy .txt { width: 330px; margin-top: 35px; font-size: 24px; line-height: 35px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-topbanner .slide .slider-copy .txt { width: 660px; margin-top: 62px; font-size: 50px; line-height: 70px; } }

@media (min-width: 1280px) { .index-topbanner .slide .slider-copy .txt { margin-top: 57px; font-size: 26px; font-weight: 100; line-height: 32px; } }

@media (max-width: 639px) { .index-topbanner .slide .slider-copy .txt .symbol-text { width: 100%; } }

.index-topbanner .slide .slide-bg { position: relative; top: 0; left: 0; width: 100%; margin: 0; }

@media (max-width: 639px) { .index-topbanner .slide .slide-bg { width: 100%; height: 0; padding-bottom: 127%; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-topbanner .slide .slide-bg { width: 100%; height: 100vh; } }

@media (min-width: 1280px) { .index-topbanner .slide .slide-bg { width: 100%; height: 800px; } }

.index-topbanner .slide .slide-bg .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #282945; }

.index-topbanner .slide .slide-bg .bg video, .index-topbanner .slide .slide-bg .bg .img { position: absolute; height: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.index-topbanner .slide .slide-bg .bg .img { width: 100%; height: 100%; }

.index-topbanner .slider-pager { position: absolute; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }

@media (max-width: 1279px) { .index-topbanner .slider-pager { left: 50%; bottom: 14px; padding: 0; } }

@media (min-width: 640px) { .index-topbanner .slider-pager { left: 50%; bottom: 30px; padding: 0; } }

.index-topbanner .slider-pager .slick-dots-wrap { display: inline-block; vertical-align: middle; }

.index-topbanner .slider-pager .slick-dots-wrap ul { padding: 0; }

.index-topbanner .slider-pager .slick-dots-wrap li { display: inline-block; }

.index-topbanner .slider-pager .slick-dots-wrap li button { padding: 0; border: none; border-radius: 100px; color: rgba(255, 255, 255, 0); background: rgba(255, 255, 255, 0.5); overflow: hidden; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

@media (max-width: 639px) { .index-topbanner .slider-pager .slick-dots-wrap li button { width: 10px; height: 10px; } }

@media (min-width: 640px) { .index-topbanner .slider-pager .slick-dots-wrap li button { width: 15px; height: 15px; margin: 7px; } }

@media (max-width: 1279px) { .index-topbanner .slider-pager .slick-dots-wrap li + li { margin-left: 15px; } }

@media (min-width: 640px) { .index-topbanner .slider-pager .slick-dots-wrap li + li { margin-left: 10px; } }

.index-topbanner .slider-pager .slick-dots-wrap li.slick-active button { position: relative; width: 29px; height: 29px; margin: 0; }

.index-topbanner .slider-pager .slick-dots-wrap li.slick-active button:after { content: ''; display: block; position: absolute; left: 7px; top: 7px; width: 15px; height: 15px; border-radius: 100px; background: #fff; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }

.index-topbanner .slider-pager .slider-btn-wrap { display: inline-block; margin-left: 15px; vertical-align: middle; }

.index-topbanner .slider-pager .slider-btn-wrap .slider-btn { border: none; }

@media (max-width: 639px) { .index-topbanner .slider-pager .slider-btn-wrap .slider-btn { width: 30px; height: 30px; } }

@media (min-width: 640px) { .index-topbanner .slider-pager .slider-btn-wrap .slider-btn { width: 35px; height: 35px; } }

@media (max-width: 639px) { .index-topbanner .slider-pager .slider-btn-wrap .slider-btn .img { width: 11px; } }

@media (min-width: 640px) { .index-topbanner .slider-pager .slider-btn-wrap .slider-btn .img { width: 18px; } }

.index-topbanner .topbanner-controller .ctl-btn { position: absolute; padding: 0; border: 0; margin: 0; transition: opacity 0.3s ease; }

@media (max-width: 639px) { .index-topbanner .topbanner-controller .ctl-btn { width: 25px; height: 25px; bottom: 25px; right: 15px; background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") left top/auto 25px no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-topbanner .topbanner-controller .ctl-btn { width: 34px; height: 34px; bottom: 25px; right: 15px; background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") left top/auto 34px no-repeat; } }

@media (min-width: 1280px) { .index-topbanner .topbanner-controller .ctl-btn { width: 44px; height: 44px; bottom: 30px; left: calc(50% + 560px); background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") left top/auto 44px no-repeat; } }

@media (max-width: 639px) { .index-topbanner .topbanner-controller .ctl-btn.is-paused { background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") right top/auto 25px no-repeat; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-topbanner .topbanner-controller .ctl-btn.is-paused { background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") right top/auto 34px no-repeat; } }

@media (min-width: 1280px) { .index-topbanner .topbanner-controller .ctl-btn.is-paused { background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") right top/auto 44px no-repeat; } }

.index-topbanner .topbanner-controller .ctl-btn:hover, .index-topbanner .topbanner-controller .ctl-btn:focus { opacity: 1; }

@media (max-width: 1279px) { .index-borad01 .common-boardtitle { padding: 45px 0 33px; } }

.index-borad01 .board-index-img1 { font-size: 0; }

.index-borad01 .board-index-img1 .item { vertical-align: top; text-decoration: none; }

@media (max-width: 1279px) { .index-borad01 .board-index-img1 .item { display: block; margin-bottom: 50px; } }

@media (min-width: 768px) and (max-width: 1279px) { .index-borad01 .board-index-img1 .item { display: inline-block; width: 31.3333%; margin-right: 3%; } }
@media (min-width: 640px) and (max-width: 767px) { .index-borad01 .board-index-img1 .item { display: inline-block; width: 48%; margin-right: 3%; } }

@media (min-width: 1280px) { .index-borad01 .board-index-img1 .item { display: inline-block; width: 255px; margin-right: 60px; margin-bottom: 85px; } }

@media (min-width: 768px) and (max-width: 1279px) { .index-borad01 .board-index-img1 .item:nth-child(3n) { margin-right: 0; } }
@media (min-width: 640px) and (max-width: 767px) { .index-borad01 .board-index-img1 .item:nth-child(2n) { margin-right: 0; } }

@media (min-width: 1280px) { .index-borad01 .board-index-img1 .item:nth-child(4n) { margin-right: 0; } }

.index-borad01 .board-index-img1 .item[target="_blank"] { position: relative; }

.index-borad01 .board-index-img1 .item[target="_blank"]::before { content: ''; display: block; position: absolute; top: 0; right: 0; width: 10px; height: 10px; background: url("../image/icon-newwindow_lg.png") 0 0/10px auto no-repeat; }

.index-borad01 .board-index-img1 .item .cate { display: block; font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 1279px) { .index-borad01 .board-index-img1 .item .cate { padding-bottom: 15px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad01 .board-index-img1 .item .cate { font-size: 16px; font-weight: 500; } }

@media (min-width: 1280px) { .index-borad01 .board-index-img1 .item .cate { padding-bottom: 10px; font-size: 16px; } }

.index-borad01 .board-index-img1 .item .thumb { display: block; margin: 0 0 13px; position:relative;}

.index-borad01 .board-index-img1 .item .thumb img { width: 100%; }

.index-borad01 .board-index-img1 .item .texts { display: block; border-bottom: 1px dashed #b8c3d7; }

@media (max-width: 1279px) { .index-borad01 .board-index-img1 .item .texts { padding-bottom: 15px; } }

@media (min-width: 1280px) { .index-borad01 .board-index-img1 .item .texts { padding-bottom: 30px; } }

.index-borad01 .board-index-img1 .item .texts .title { display: block; font-weight: 500; color: #111; }

@media (max-width: 1279px) { .index-borad01 .board-index-img1 .item .texts .title { max-height: 130px; font-size: 20px; line-height: 26px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad01 .board-index-img1 .item .texts .title { font-size: 24px; } }

@media (min-width: 1280px) { .index-borad01 .board-index-img1 .item .texts .title { max-height: 190px; font-size: 30px; line-height: 38px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.index-borad01 .board-index-img1 .item .texts .research-team { display: block; margin-top: 5px; font-weight: 500; color: #666; }

@media (max-width: 1279px) { .index-borad01 .board-index-img1 .item .texts .research-team { max-height: 126px; margin-top: 7px; font-size: 13px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) { .index-borad01 .board-index-img1 .item .texts .research-team { max-height: 36px; font-size: 14px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.index-borad01 .board-index-img1 .item .texts .research-team + .sub { margin-top: 5px; }

.index-borad01 .board-index-img1 .item .texts .sub { display: block; margin-top: 15px; font-weight: 400; color: #666; }

@media (max-width: 1279px) { .index-borad01 .board-index-img1 .item .texts .sub { max-height: 126px; margin-top: 7px; font-size: 13px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad01 .board-index-img1 .item .texts .sub { font-size: 14px; } }

@media (min-width: 1280px) { .index-borad01 .board-index-img1 .item .texts .sub { max-height: 88px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 1279px) { .index-borad01 .board-index-img1 .item .thumb + .texts .title { max-height: 48px; font-size: 15px; line-height: 16px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad01 .board-index-img1 .item .thumb + .texts .title { max-height: 60px; font-size: 16px; line-height: 20px; letter-spacing: -0.05em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .index-borad01 .board-index-img1 .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 639px) { .index-borad01 .board-index-img1 .item.no-tablet { display: none; } }

@media (max-width: 1279px) { .msie9 .index-borad01 .item { width: 45.45%; margin-right: 9.1%; } }

.common-linebanner { display: block; width: 100%; }

.common-linebanner .inner { display: block; margin: 0 auto; }

@media (max-width: 1279px) { .common-linebanner .inner { width: 100%; } }

@media (min-width: 1280px) { .common-linebanner .inner { width: 1200px; } }

.common-linebanner .inner img { width: 100%; }

.index-borad02 { background: #f3f3f3; }

@media (min-width: 640px) { .index-borad02 { padding-bottom: 110px; } }

.index-borad02 .common-boardtitle .bg-wrap .title { background: #f3f3f3; }

.index-borad02 .board-index-img2 { font-size: 0; }

.index-borad02 .board-index-img2 .item { vertical-align: top; text-decoration: none; }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item { display: block; position: relative; margin-bottom: 25px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item { display: inline-block; width: 31.3333%; margin-right: 3%; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item { display: inline-block; width: 255px; height: 386px; margin-right: 60px; margin-bottom: 29px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item:nth-child(3n) { margin-right: 0; } }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item:last-child { margin-bottom: 0; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item:nth-child(4n) { display: none; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item:nth-child(4n) { margin-right: 0; } }

.index-borad02 .board-index-img2 .item .date { display: block; font-weight: 500; line-height: 1; letter-spacing: 0; color: #1b3b86; text-transform: uppercase; }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item .date { padding-bottom: 15px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item .date { font-size: 16px; font-weight: 500; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .date { padding-bottom: 10px; font-size: 16px; } }

.index-borad02 .board-index-img2 .item .thumb { display: block; margin: 0; overflow: hidden; position: relative; padding-bottom: 67%; }

.index-borad02 .board-index-img2 .item .top-title { width: 100%; text-align: center; font-weight: 500; color: #111; }

@media (max-width: 639px) { .index-borad02 .board-index-img2 .item .top-title { height: 30px; font-size: 11px; line-height: 30px; } }

@media (min-width: 640px) { .index-borad02 .board-index-img2 .item .top-title { height: 45px; font-size: 16px; line-height: 45px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item .top-title + .texts { height: 261px; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .top-title + .texts { height: 315px; } }

.index-borad02 .board-index-img2 .item .texts { display: block; background: #fff; }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item .texts { padding: 11px 15px 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item .texts { height: 306px; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .texts { height: 360px; padding: 25px 20px; } }

.index-borad02 .board-index-img2 .item .texts .title { display: block; font-weight: 500; color: #111; }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item .texts .title { max-height: 78px; font-size: 20px; line-height: 26px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item .texts .title { font-size: 24px; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .texts .title { max-height: 102px; font-size: 28px; line-height: 34px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.index-borad02 .board-index-img2 .item .texts .sub { display: block; font-weight: 400; color: #666; }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item .texts .sub { margin-top: 7px; max-height: 126px; font-size: 13px; line-height: 18px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }
  .index-borad02 .board-index-img2 .item .texts .sub.pointline { max-height: 95px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item .texts .sub { font-size: 14px; }
  .index-borad02 .board-index-img2 .item .texts .sub.pointline { max-height: 95px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .texts .sub { margin-top: 15px; max-height: 158px; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.index-borad02 .board-index-img2 .item .texts .sub .point { display: block; font-size: 13px; margin-bottom: 5px; font-weight: 500; }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item .thumb + .texts { height: 175px; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .thumb + .texts { height: 200px; } }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item .thumb + .texts .title { max-height: 42px; font-size: 15px; line-height: 21px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-borad02 .board-index-img2 .item .thumb + .texts .title { font-size: 16px; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .thumb + .texts .title { max-height: 63px; font-size: 16px; line-height: 20px; letter-spacing: -0.025em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (max-width: 1279px) { .index-borad02 .board-index-img2 .item .thumb + .texts .sub { max-height: 541px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }
  .index-borad02 .board-index-img2 .item .thumb + .texts .sub.pointline { max-height: 95px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1280px) { .index-borad02 .board-index-img2 .item .thumb + .texts .sub { max-height: 66px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; }
  .index-borad02 .board-index-img2 .item .thumb + .texts .sub.pointline { max-height: 95px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

.index-borad02 .board-index-img2 .item.admission .top-title { background: #e2dec5; }

.index-borad02 .board-index-img2 .item.admission .texts .admission-title { display: block; width: 72px; height: 24px; border: 1px solid #114da6; border-radius: 100px; margin-top: 16px; font-size: 11px; font-weight: 500; line-height: 24px; text-align: center; color: #114da6; }

.index-borad02 .board-index-img2 .item.admission .texts .admission-title.regular { border-color: #198619; color: #198619; }

.index-borad02 .board-index-img2 .item.admission .texts .admission-title.spring { border-color: #c01448; color: #c01448; }

.index-borad02 .board-index-img2 .item.admission .texts .admission-title.fall { border-color: #651c87; color: #651c87; }

.index-borad02 .board-index-img2 .item.admission .texts .admission-title.transfer { border-color: #cd841c; color: #cd841c; }

.index-borad02 .board-index-img2 .item.admission .texts .admission-title.other { border-color: #666666; color: #666666; }

.index-borad02 .board-index-img2 .item.admission .texts .admission-title + .sub { margin-top: 7px; }

.index-borad02 .board-index-img2 .item.resources .top-title { background: #dedede; }

.index-borad02 .calendar .days span { margin-left: 21px; }

.index-borad02 .calendar .days span:first-child { margin-left: 19px; }

.index-borad02 .calendar .days span:last-child { margin-right: 19px; }

@media (max-width: 1279px) { .page-telephone .common-contitle { margin-bottom: 20px; } }

@media (min-width: 1280px) { .page-telephone .common-contitle { margin-bottom: 30px; } }

.page-telephone .tel-list .ly-container { margin-bottom: 67px; }

.page-telephone .tel-list .ly-container .ly-inner .table-list { border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; font-size: 0; }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list { padding: 15px 30px 9px; } }

.page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap { display: inline-block; vertical-align: top; }

.page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p { display: inline-block; vertical-align: top; }

.page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p.title { letter-spacing: -0.025em; color: #666; vertical-align: top; }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p.title { position: relative; padding-left: 8px; padding-right: 30px; font-size: 14px; font-weight: 400; line-height: 22px; } }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p.title:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; left: 0; width: 2px; height: 2px; border-radius: 100px; background: #666; } }

.page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p.title:first-child { margin-bottom: 35px; }

.page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p.tel { padding-right: 135px; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0; color: #666; }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p.tel { padding-bottom: 8px; } }

.page-telephone .tel-list .ly-container .ly-inner .table-list .tel-wrap p.tel a { text-decoration: none; color: #666; }

.page-telephone .tel-list .ly-container .ly-inner .table-list table { width: 100%; }

.page-telephone .tel-list .ly-container .ly-inner .table-list table thead { display: none; }

.page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr { vertical-align: top; }

@media (max-width: 1279px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr { border-bottom: 1px solid #d1d1d1; } }

@media (max-width: 1279px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-title { text-align: center; background: #f7f7f7; } }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-title { width: 100px; } }

.page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-title span { letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-title span { font-size: 13px; font-weight: 500; line-height: 45px; } }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-title span { position: relative; padding-left: 8px; padding-right: 8px; font-size: 14px; font-weight: 400; line-height: 22px; } }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-title span:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: block; left: 0; width: 2px; height: 2px; border-radius: 100px; background: #666; } }

.page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-tel p { font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0; color: #666; }

@media (max-width: 1279px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-tel p { padding: 8px 0 8px 11px; } }

@media (min-width: 1280px) { .page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-tel p { padding-bottom: 8px; } }

.page-telephone .tel-list .ly-container .ly-inner .table-list table tbody tr .col-tel p a { text-decoration: none; color: #666; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container { margin-bottom: 50px; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container { margin-bottom: 100px; } }

.page-telephone .tel-search .ly-container .ly-inner .select-btn { border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn { padding: 5px 0; text-align: center; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn { padding: 20px 60px; } }

.page-telephone .tel-search .ly-container .ly-inner .select-btn a { display: inline-block; font-size: 16px; font-weight: 400; letter-spacing: -0.025em; text-align: center; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a { width: 40px; height: 40px; margin: 5px 0 5px 10px; line-height: 40px; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a { width: 29px; height: 29px; border-radius: 100px; margin-left: 35px; line-height: 29px; background: #f7f7f7; } }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a.long { width: 67px; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a.long { padding: 0 13px; width: auto; } }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a.long { width: auto; padding: 0 15px; } }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a { display: inline-block; width: 30px; height: 30px; border-radius: 100px; line-height: 30px; background: #f7f7f7; } }

.page-telephone .tel-search .ly-container .ly-inner .select-btn a:first-child { margin-left: 0; }

@media (min-width: 640px) and (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a:nth-of-type(9) { margin-left: 0; } }

@media (max-width: 639px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn a:nth-of-type(7), .page-telephone .tel-search .ly-container .ly-inner .select-btn a:nth-of-type(13) { margin-left: 0; } }

.page-telephone .tel-search .ly-container .ly-inner .select-btn a.is-active { font-weight: 600; color: #fff; background: #1b3b86; }

@media (max-width: 639px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn br.only-mobile { display: block; } }

@media (min-width: 640px) and (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn br.only-mobile { display: none; } }

@media (max-width: 639px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn br.only-middle { display: none; } }

@media (min-width: 640px) and (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn br.only-middle { display: block; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .select-btn br.only-middle { display: none; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap { background: #f7f7f7; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap { padding: 15px 15px 0; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap { padding-top: 30px; } }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list { text-align: center; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list { width: 1100px; margin: 0 auto; text-align: right; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form { margin-bottom: 32px; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset { border: none; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset .search-input { border: none; font-weight: 400; letter-spacing: 0; background: #fff; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset .search-input { width: calc(100% - 51px); height: 40px; padding-left: 10px; font-size: 13px; line-height: 40px; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset .search-input { width: 420px; height: 50px; padding-left: 15px; font-size: 14px; line-height: 24px; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset button { border: none; margin-left: -2px; font-weight: 500; letter-spacing: 0; color: #fff; background: #888; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset button { width: 50px; height: 40px; font-size: 13px; line-height: 40px; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset button { width: 70px; height: 50px; font-size: 14px; line-height: 24px; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table { margin-bottom: 42px; width: 100%; text-align: center; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead { border-top: 1px solid #333; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead { display: none; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead tr th { position: relative; padding: 7px 0; font-size: 14px; font-weight: 600; line-height: 22px; letter-spacing: -0.025em; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead tr th.col-title { padding-left: 10px; text-align: left; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead tr th.col-title:after { display: none; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead tr th:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; display: inline-block; position: absolute; left: 0; width: 1px; height: 15px; background: #888; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody { border-top: 1px solid #333; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr { height: 50px; border-bottom: 1px solid #ebebeb; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title { text-align: left; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title { display: block; padding-top: 10px; padding-left: 8px; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title { width: 600px; padding-left: 10px; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title p { font-weight: 500; letter-spacing: -0.025em; text-decoration: none; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title p { font-size: 13px; line-height: 20px; color: #666; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title p { font-size: 14px; line-height: 50px; color: #333; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title .link { font-weight: 500; letter-spacing: -0.025em; text-decoration: none; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title .link { font-size: 13px; line-height: 20px; color: #666; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title .link { font-size: 14px; line-height: 50px; color: #333; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title .link:after { content: ''; display: inline-block; width: 13px; height: 13px; margin: 0 0 3px 8px; vertical-align: middle; background: url("../image/guide-home_sm.png") center/cover no-repeat; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel { padding-bottom: 3px; } }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel { display: block; padding-left: 8px; text-align: left; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p { display: inline-block; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p a { position: relative; width: 250px; font-size: 14px; font-weight: 400; letter-spacing: 0; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p a { padding: 7px 7px 7px 20px; margin-right: 40px; line-height: 28px; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p a { line-height: 50px; } }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p a:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; left: 0; width: 12px; height: 12px; background: url("../image/guide-tel_sm.png") center/contain no-repeat; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p.fax { position: relative; padding-left: 20px; font-size: 14px; font-weight: 400; line-height: 28px; letter-spacing: 0; text-decoration: none; color: #666; }

@media (max-width: 1279px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p.fax:after { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); content: ''; left: 0; width: 13px; height: 11px; background: url("../image/guide-fax_sm.png") center/contain no-repeat; } }

@media (min-width: 1280px) { .page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel[colspan="2"] { padding-right: 250px; } }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-fax { width: 250px; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-fax p { font-size: 14px; font-weight: 400; line-height: 50px; letter-spacing: 0; color: #666; }

.page-telephone .tel-search .ly-container .ly-inner .search-table-wrap .pager { padding-bottom: 34px; }

.page-sitemap .ly-section .ly-container { margin-bottom: 28px; }

.page-sitemap .ly-section .ly-container .site-title { padding-bottom: 7px; font-family: 'Noto Serif KR'; font-size: 20px; font-weight: 600; letter-spacing: 0; }

@media (max-width: 1279px) { .page-sitemap .ly-section .ly-container .site-title { padding-left: 15px; line-height: 25px; } }

@media (min-width: 1280px) { .page-sitemap .ly-section .ly-container .site-title { line-height: 45px; } }

@media (max-width: 1279px) { .page-sitemap .ly-section .ly-container .ly-inner { border-top: 2px solid #333; } }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap { padding-top: 10px; }

@media (min-width: 1280px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap { border-top: 2px solid #333; } }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list { padding: 0; margin: 0; font-size: 0; }

@media (max-width: 1279px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li { padding: 12px 0 12px; border-bottom: 1px solid #ebebeb; } }

@media (min-width: 1280px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li { display: inline-block; position: relative; width: 220px; padding-top: 28px; padding-left: 20px; margin-bottom: 17px; vertical-align: top; } }

@media (max-width: 1279px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li:first-child { padding-top: 0; } }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li:nth-child(5n+1):before { content: ''; position: absolute; left: 0; top: 0; width: 1200px; height: 1px; background: #ebebeb; }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li:first-child:before { display: none; }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 { display: block; font-size: 16px; font-weight: 500; letter-spacing: 0; line-height: 33px; text-decoration: none; color: #1b3b86; }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1.icon:after { content: ''; display: inline-block; width: 10px; height: 16px; margin-left: 10px; margin-bottom: 3px; vertical-align: middle; background: url("../image/link-btn_lg.png") center center/auto no-repeat; }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul { margin: 0; font-size: 0; }

@media (max-width: 1279px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul { padding: 2px 0 0; } }

@media (min-width: 1280px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul { padding: 5px 0 0; } }

@media (max-width: 1279px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li { display: inline-block; width: 50%; } }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2 { display: block; font-size: 14px; font-weight: 400; line-height: 33px; letter-spacing: 0; text-decoration: none; color: #666; }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2.icon:after { content: ''; display: inline-block; width: 10px; height: 14px; margin-left: 10px; margin-bottom: 4px; vertical-align: middle; background: url("/webdata/uploads/kor/image/2020/01/sitemap-d2-link-icon_lg.png") center center/auto no-repeat; }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2:before { content: ''; display: inline-block; width: 2px; height: 2px; border-radius: 100px; vertical-align: middle; background: #666; }

@media (max-width: 1279px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2:before { margin-right: 4px; } }

@media (min-width: 1280px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2:before { margin-right: 5px; } }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2:hover, .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2:focus { font-weight: 500; color: #1b3b86; }

@media (max-width: 1279px) { .page-media_information .ly-section .ly-container { margin-bottom: 35px; } }

@media (min-width: 1280px) { .page-media_information .ly-section .ly-container { margin-bottom: 70px; } }

@media (max-width: 1279px) { .page-media_information .ly-section .ly-container .ly-inner .common-contitle { margin-bottom: 15px; } }

@media (min-width: 1280px) { .page-media_information .ly-section .ly-container .ly-inner .common-contitle { margin-bottom: 30px; } }

.page-media_information .ly-section .ly-container .ly-inner p { font-weight: 400; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .page-media_information .ly-section .ly-container .ly-inner p { font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .page-media_information .ly-section .ly-container .ly-inner p { font-size: 14px; line-height: 22px; } }

.page-media_information .ly-section .ly-container .ly-inner p.dot-list { position: relative; padding-left: 8px; margin: 6px 0; }

.page-media_information .ly-section .ly-container .ly-inner p.dot-list:after { content: ''; position: absolute; top: 10px; left: 0; width: 2px; height: 2px; background: #666; }

.page-media_information .ly-section .ly-container .ly-inner p.title-list:first-of-type { margin-bottom: 11px; }

.page-media_information .ly-section .ly-container .ly-inner p span { margin-right: 5px; font-weight: 500; color: #333; }

.page-media_information .ly-section .ly-container .ly-inner .table-type01 { margin: 12px 0 0; }

.page-media_information .ly-section .ly-container .ly-inner .table-type01 .table-wrap table td, .page-media_information .ly-section .ly-container .ly-inner .table-type01 .table-wrap table th { color: #666; }

.page-media_information .ly-section .ly-container .ly-inner .table-type01 .table-wrap table td a, .page-media_information .ly-section .ly-container .ly-inner .table-type01 .table-wrap table th a { text-decoration: none; color: #666; }

@media (max-width: 1279px) { .page-media_information .ly-section .ly-container .ly-inner .table-type01 + p { margin-top: 7px; } }

@media (min-width: 1280px) { .page-media_information .ly-section .ly-container .ly-inner .table-type01 + p { margin-top: 22px; } }

.page-media_information .ly-section .only-text .ly-container .ly-inner .common-contitle { margin-bottom: 40px; }

@media (max-width: 1279px) { .page-prohibition_of_unauthorized_email_collection .unauthorized-email .ly-container { margin-bottom: 45px; } }

@media (min-width: 1280px) { .page-prohibition_of_unauthorized_email_collection .unauthorized-email .ly-container { margin-bottom: 94px; } }

.page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .desc { font-weight: 400; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .desc { margin-bottom: 24px; font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .desc { margin-bottom: 62px; font-size: 14px; line-height: 22px; } }

@media (max-width: 1279px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .common-contitle { margin-bottom: 20px; } }

@media (min-width: 1280px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .common-contitle { margin-bottom: 30px; } }

@media (max-width: 1279px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc { margin-bottom: 6px; } }

@media (min-width: 1280px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc { margin-bottom: 20px; } }

.page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc p { font-weight: 400; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc p { font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc p { font-size: 14px; line-height: 22px; } }

.page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc .point { font-weight: 500; letter-spacing: -0.025em; color: #333; }

@media (max-width: 1279px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc .point { font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .page-prohibition_of_unauthorized_email_collection .ly-container .ly-inner .email-desc .point { font-size: 14px; line-height: 22px; } }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner { position: relative; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table02 { position: absolute; top: -72px; right: 0; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table02 tbody { text-align: right; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table02 tbody tr th, .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table02 tbody tr td { width: 80px; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: 0; color: #666; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents p { font-weight: 400; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents p { font-size: 13px; line-height: 20px; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents p { font-size: 14px; line-height: 22px; } }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table-title { margin-top: 21px; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table-title { margin-top: 50px; } }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table-title.front-table { margin-bottom: 3px; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table-title.front-table { margin-bottom: 15px; } }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table-title.front-table + .front-table-desc { margin-bottom: 7px; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table-title.front-table + .front-table-desc { margin-bottom: 20px; } }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .front-table-desc { margin-bottom: 10px; }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .text_ol05 { padding-left: 10px; margin: 5px 0; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .text_ol05 { padding-left: 20px; } }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .text_ol05 li { font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.025em; color: #666; }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .text_ol05 li { margin-bottom: 6px; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .text_ol05 li { margin-bottom: 20px; } }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .text_ol05 li p { padding-left: 10px; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .text_ol05 li p { padding-left: 20px; } }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table03 thead { border-top: 1px solid #333; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table03 thead tr th { padding: 15px 0; border: 1px solid #ebebeb; border-top: 1px solid #333; font-size: 15px; font-weight: 500; line-height: 22px; letter-spacing: 0; color: #333; background: #f7f7f7; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table03 tbody tr td { width: calc(100% / 6); padding: 15px 10px; border: 1px solid #ebebeb; font-size: 14px; font-weight: 400; line-height: 22px; letter-spacing: -0.025em; text-align: center; word-break: break-all; color: #666; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table03 tbody tr td.left { text-align: left; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .table03 tbody tr td.left a { position: relative; padding-right: 17px; text-decoration: none; background: url("../image/link-list-on_lg.png") center right/auto no-repeat; }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .tip { padding-left: 14px; padding-top: 20px; font-weight: 400; letter-spacing: -0.025em; text-indent: -14px; color: #888; }

@media (max-width: 1279px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .tip { margin-bottom: 45px; font-size: 12px; line-height: 16px; } }

@media (min-width: 1280px) { .page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .tip { margin-bottom: 95px; font-size: 13px; line-height: 22px; } }

.page-personal_information .temp .personal_information-section .ly-container .ly-inner #contents .tip a { text-decoration: none; color: #888; }

.page-error .error-section { position: relative; }

@media (max-width: 1279px) { .page-error .error-section { padding: 70px 0 50px; } }

@media (min-width: 1280px) { .page-error .error-section { min-height: calc(100vh - 292px); } }

@media (min-width: 1280px) and (max-height: 757px) { .page-error .error-section { min-height: 0; padding: 160px 180px; } }

.page-error .error-section .figure { width: 100%; margin: 0 auto; text-align: center; }

@media (min-width: 1280px) and (min-height: 758px) { .page-error .error-section .figure { position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } }

@media (max-width: 1279px) { .page-error .error-section .figure .img { width: 80px; } }

@media (max-width: 1279px) { .page-error .error-section .figure .texts { margin-top: 20px; } }

@media (min-width: 1280px) { .page-error .error-section .figure .texts { margin-top: 70px; } }

.page-error .error-section .figure .texts .title { font-family: 'Noto Serif KR'; font-weight: 600; letter-spacing: 0; line-height: 1; color: #1b3b86; }

@media (max-width: 1279px) { .page-error .error-section .figure .texts .title { font-size: 25px; } }

@media (min-width: 1280px) { .page-error .error-section .figure .texts .title { font-size: 30px; } }

.page-error .error-section .figure .texts .desc { font-family: 'Noto Serif KR'; font-weight: 400; color: #333; }

@media (max-width: 1279px) { .page-error .error-section .figure .texts .desc { margin-top: 15px; font-size: 13px; line-height: 15px; } }

@media (min-width: 1280px) { .page-error .error-section .figure .texts .desc { margin-top: 17px; font-size: 20px; line-height: 22px; } }

.page-error .error-section .figure .links { font-size: 0; }

@media (max-width: 1279px) { .page-error .error-section .figure .links { margin-top: 50px; } }

@media (min-width: 1280px) { .page-error .error-section .figure .links { margin-top: 40px; } }

.page-error .error-section .figure .links .btn-link { display: inline-block; height: 40px; padding: 0; border: 1px solid #1b3b86; font-size: 14px; line-height: 38px; vertical-align: top; text-decoration: none; color: #1b3b86; background: #fff; }

@media (max-width: 1279px) { .page-error .error-section .figure .links .btn-link { position: relative; width: calc(50% - 7px); max-width: 160px; padding-left: 15px; text-align: left; }
  .page-error .error-section .figure .links .btn-link::after { content: ''; display: table; clear: both; table-layout: fixed; } }

@media (min-width: 1280px) { .page-error .error-section .figure .links .btn-link { width: 160px; margin: 0 10px; text-align: center; } }

@media (max-width: 1279px) { .page-error .error-section .figure .links .btn-link + .btn-link { margin-left: 14px; } }

.page-error .error-section .figure .links .btn-link::after { content: ''; display: inline-block; width: 6px; height: 10px; margin-left: 10px; background: url("../image/link-list-on_lg.png") left top/auto no-repeat; }

@media (max-width: 1279px) { .page-error .error-section .figure .links .btn-link::after { position: absolute; top: 50%; right: 16px; margin-top: -5px; } }

.page-error .error-section .figure .links .btn-link:hover { color: #fff; background: #1b3b86; }

.page-error .error-section .figure .links .btn-link:hover::after { background: url("../image/link-list-off_lg.png") left top/auto no-repeat; }

/*검색페이지*/
.page-search .lnb-d2-list { border-bottom: 0 !important; }

.page-search .lnb-d2-list::before { display: none !important; }

.page-search .lnb-d2-list .lnb-d2-titlegroup { display: none !important; }

.page-search .search-result .ly-inner { max-width: 1020px; }

.page-search .search-result .result-wrap { width: 100%; }

.page-search input.gsc-input { background: white !important; }

.page-search .gsc-wrapper { margin-top: 10px; }

.page-search .gsc-control-cse { font-family: "PT Sans",'Helvetica Neue',Arial,Helvetica,sans-serif; border-color: #FFFFFF; background-color: #FFFFFF; }

.page-search .gsc-control-cse .gsc-table-result { font-family: "PT Sans",'Helvetica Neue',Arial,Helvetica,sans-serif; }

.page-search input.gsc-input, .page-search .gsc-input-box, .page-search .gsc-input-box-hover, .page-search .gsc-input-box-focus { border-color: #D9D9D9; }

.page-search input.gsc-search-button, .page-search input.gsc-search-button:hover, .page-search input.gsc-search-button:focus { border-color: #666666; background-color: #CECECE; background-image: none; filter: none; }

.page-search .gsc-tabHeader.gsc-tabhInactive { border-color: #E9E9E9; background-color: #E9E9E9; }

.page-search .gsc-tabHeader.gsc-tabhActive { border-color: #FF9900; border-bottom-color: #FFFFFF; background-color: #FFFFFF; }

.page-search .gsc-tabsArea { border-color: #FF9900; }

.page-search .gsc-webResult.gsc-result, .page-search .gsc-results .gsc-imageResult { border-color: #FFFFFF; background-color: #FFFFFF; border: 0 !important; }

.page-search .gsc-webResult.gsc-result:hover, .page-search .gsc-imageResult:hover { border-color: #FFFFFF; background-color: #FFFFFF; }

.page-search .gs-webResult.gs-result a.gs-title:link, .page-search .gs-webResult.gs-result a.gs-title:link b, .page-search .gs-imageResult a.gs-title:link, .page-search .gs-imageResult a.gs-title:link b { color: #1b3b86; }

.page-search .gs-webResult.gs-result a.gs-title:visited, .page-search .gs-webResult.gs-result a.gs-title:visited b, .page-search .gs-imageResult a.gs-title:visited, .page-search .gs-imageResult a.gs-title:visited b { color: #1b3b86; }

.page-search .gs-webResult.gs-result a.gs-title:hover, .page-search .gs-webResult.gs-result a.gs-title:hover b, .page-search .gs-imageResult a.gs-title:hover, .page-search .gs-imageResult a.gs-title:hover b { color: #1b3b86; }

.page-search .gs-webResult.gs-result a.gs-title:active, .page-search .gs-webResult.gs-result a.gs-title:active b, .page-search .gs-imageResult a.gs-title:active, .page-search .gs-imageResult a.gs-title:active b { color: #1b3b86; }

.page-search .cse .gsc-cursor-box, .page-search .gsc-cursor-box { text-align: center; }

.page-search .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .page-search .gsc-results .gsc-cursor-page.gsc-cursor-current-page { padding: 0 10px; }

.page-search .gsc-cursor-page { color: #1b3b86; padding: 0 10px; }

.page-search a.gsc-trailing-more-results:link { color: #1b3b86; }

.page-search .gs-webResult .gs-snippet, .page-search .gs-imageResult .gs-snippet, .page-search .gs-fileFormatType { font-size: 13px; color: #333; }

.page-search .gs-no-results-result .gs-snippet, .page-search .gs-error-result .gs-snippet { border: 0; border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; background: #fff; }

@media (max-width: 1279px) { .page-search .gs-no-results-result .gs-snippet, .page-search .gs-error-result .gs-snippet { padding: 20px 0; text-align: center; } }

@media (min-width: 1280px) { .page-search .gs-no-results-result .gs-snippet, .page-search .gs-error-result .gs-snippet { padding: 30px 10px; text-align: left; } }

.page-search .gs-webResult div.gs-visibleUrl, .page-search .gs-imageResult div.gs-visibleUrl { padding-top: 7px; font-size: 12px; color: #888; }

.page-search .gs-webResult div.gs-visibleUrl-short { color: #888; }

.page-search .gs-webResult div.gs-visibleUrl-short { display: none; }

.page-search .gs-webResult div.gs-visibleUrl-long { display: block; }

.page-search .gs-promotion div.gs-visibleUrl-short { display: none; }

.page-search .gs-promotion div.gs-visibleUrl-long { display: block; }

.page-search .gsc-cursor-box { border-color: #FFFFFF; }

.page-search .gsc-results .gsc-cursor-box .gsc-cursor-page { border-color: #E9E9E9; background-color: #FFFFFF; color: #1b3b86; }

.page-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page { border-color: #FF9900; background-color: #FFFFFF; color: #1b3b86; }

.page-search .gsc-webResult.gsc-result.gsc-promotion { border-color: #336699; background-color: #FFFFFF; }

.page-search .gsc-completion-title { color: #1b3b86; }

.page-search .gsc-completion-snippet { color: #000000; }

.page-search .gs-promotion a.gs-title:link, .page-search .gs-promotion a.gs-title:link *, .page-search .gs-promotion .gs-snippet a:link { color: #1b3b86; }

.page-search .gs-promotion a.gs-title:visited, .page-search .gs-promotion a.gs-title:visited *, .page-search .gs-promotion .gs-snippet a:visited { color: #1b3b86; }

.page-search .gs-promotion a.gs-title:hover, .page-search .gs-promotion a.gs-title:hover *, .page-search .gs-promotion .gs-snippet a:hover { color: #1b3b86; }

.page-search .gs-promotion a.gs-title:active, .page-search .gs-promotion a.gs-title:active *, .page-search .gs-promotion .gs-snippet a:active { color: #1b3b86; }

.page-search .gs-promotion .gs-snippet, .page-search .gs-promotion .gs-title .gs-promotion-title-right, .page-search .gs-promotion .gs-title .gs-promotion-title-right * { color: #000000; }

.page-search .gs-promotion .gs-visibleUrl, .page-search .gs-promotion .gs-visibleUrl-short { color: #888; }

.page-search .gs-result .gs-title, .page-search .gs-result .gs-title * { color: #0000cc; text-decoration: none !important; }

.page-search .gs-webResult { margin: 10px 0 15px 0; padding: 10px 0 30px 0px; border-bottom: 1px solid #eee; }

.page-search .gs-result { margin-top: 0px !important; padding-top: 0 !important; }

.page-search .gs-result em { color: #1b3b86; }

.page-search .gsc-control-cse .gs-spelling, .page-search .gsc-control-cse .gs-result .gs-title, .page-search .gsc-control-cse .gs-result .gs-title * { font-size: 17px; }

.page-search .gsc-control-cse, .page-search .gsc-control-cse .gsc-table-result { width: 100%; font-size: 14px; }

.page-search .gsc-url-top { margin-bottom: 10px; }

.page-search .gs-snippet { line-height: 140%; }

.page-search .cse .gsc-control-cse, .page-search .gsc-control-cse { padding: 0em; }

.page-search .cse .gs-webResult .gs-visibleUrl, .page-search .gs-webResult .gs-visibleUrl, .page-search .cse .gs-webResult .gs-visibleUrl-short, .page-search .gs-webResult .gs-visibleUrl-short, .page-search .gs-imageResult .gs-visibleUrl, .page-search .gs-imageResult .gs-visibleUrl-short { font-weight: normal; }

.page-search .gsc-results .gsc-cursor-box { margin-bottom: 33px; }

@media (max-width: 1279px) { .page-search .gsc-results .gsc-cursor-box { border-top: 0; padding-top: 0; margin-top: 0; } }

.page-search #gsc-i-id1 { text-indent: 0 !important; }

.page-search .gsc-table-result, .page-search .gsc-thumbnail-inside, .page-search .gsc-url-top { padding-left: 10px; }

.page-search .gsc-above-wrapper-area { padding: 12px 0 15px; margin-bottom: 22px; }

.page-search #gs_tti50 { padding-top: 5px; padding-bottom: 5px; }

.page-search #gsc-i-id1 { font-size: 16px; line-height: 18px; }

.page-search #gsc-i-id1::-webkit-input-placeholder { color: rgba(0, 0, 0, 0); }

.page-search #gsc-i-id1:-moz-input-placeholder { color: rgba(0, 0, 0, 0); }

.page-search #gsc-i-id1::-moz-input-placeholder { color: rgba(0, 0, 0, 0); }

.page-search #gsc-i-id1:-ms-input-placeholder { color: rgba(0, 0, 0, 0); }

.page-search #gsc-i-id1::placeholder { color: rgba(0, 0, 0, 0); }

/*======================================플러그인(커스텀) ======================================*/


/* 인스타뉴스 */
.captionslide { padding-top:50px; padding-bottom:1px; padding-bottom:75px; background: #f3f3f3;}


.caption-item .snsicon  {
  text-indent:-1000px;
  position:absolute;
  left:20px;
  bottom:20px;
  background-size:28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: table-cell;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  opacity:0.8;
}

.caption-item .snsicon.instagram {
  background: #fff url('/_skin/kor/layout/image/icon-sns-insta-32.png') center center no-repeat;
}

.caption-item .snsicon.youtube {
  background: #fff url('/_skin/kor/layout/image/icon-sns-youtube-32.png') center center no-repeat;
}

.caption-item .snsicon.bird {
  background: #fff url('/_skin/kor/layout/image/icon-sns-bird-32.png') center center no-repeat;
}

.caption-style-2{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.caption-style-2:after {
  display: block;
  clear: both;
  content: "";
}

.caption-style-2 li {
  float: left;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.caption-style-2 .caption-item{
  width:100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.caption-style-2 li a:focus .caption,
.caption-style-2 .caption-item:hover .caption{
  opacity: 1;
  transform: translateY(-120px);
  -webkit-transform:translateY(-120px);
  -moz-transform:translateY(-120px);
  -ms-transform:translateY(-120px);
  -o-transform:translateY(-120px);

}

.caption-style-2 img{
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
  width:100%;
}


.caption-style-2 .caption{
  position: absolute;
  opacity: 0;
  top:60%;
  width:100%;
  height:100%;
  -webkit-transition:all 0.15s ease-in-out;
  -moz-transition:all 0.15s ease-in-out;
  -o-transition:all 0.15s ease-in-out;
  -ms-transition:all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
}


.caption-style-2 .blur{
  background-color: rgba(0,0,0,0.7);
  height:90%;
  width: 100%;
  z-index: 5;
  position: absolute;
}

.caption-style-2 .caption-text{
  z-index: 10;
  color: #fff;
  position: absolute;
  padding:20px;
  width: 100%;
  display:block;
}

.caption-style-2 .caption-text h1{
  line-height: 150%;
  font-size: 18px;
  margin-bottom:20px;
  max-height:50px;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.caption-style-2 .caption-text p {
  max-height: 110px;
  margin-top: 7px;
  max-height:65px;
  line-height: 140%;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  font-size:15px;
  text-align:left;
  margin-bottom:20px;
}

.caption-style-2 .caption-text a {
  position:absolute;
  bottom:-10px;
  left:50%;
  color:#fff;
  text-decoration:none;
  display:block;
  border:2px solid #fff;
  padding:5px 10px;
  font-size:14px;
  margin:0 auto;
  margin-left:-60px;
  width:120px;
  text-align:center;
}

.caption-style-2 .caption-text a:hover {
  background-color:#fff;
  color:#000;
}

.instaslide a { display:block; position:relative;}
.instaslide .outline { position:absolute; left:0; top:0; width:100%; height:100%; border:2px dotted #ff0; display:none; z-index:2; }
.instaslide a:focus > .outline { display:block; }


.instaslide .slick-arrow {
  position: absolute;
  padding: 0;
  border: 0;
  margin: 0;
  top:-30px;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
  z-index: 1;
  width: 50px;
  height: 15px;
}

.instaslide .slick-arrow.slick-prev {
  right:80px;
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') left bottom no-repeat;
}
.instaslide .slick-arrow.slick-prev:hover {
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') left top no-repeat;
}
.instaslide .slick-arrow.slick-next {
  right:10px;
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') right bottom no-repeat;
}
.instaslide .slick-arrow.slick-next:hover {
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') right top no-repeat;
}

.body-social-box { width:210px;  margin:15px auto; background: #f3f3f3;}
.body-social-box ul { margin:0; padding:0; }
.body-social-box ul li { list-style:none; display:inline-block; margin-right:30px; }
.body-social-box ul li img { /*max-width:28px;*/ }
.body-social-box ul li a { display:block; }
.body-social-box ul li:last-child { margin-right:0;  }
.body-social-box ul li:last-child img { padding-top:1px; }


.text_uldot li:before { content:'·'; padding-right:5px; }
.text_ol04 > li { list-style:decimal; }

.videocontainer {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.popup-cont { width:700px; border:1px solid #ddd;}
.popup-cont.popup-lg { width:1024px; }
.popup-body { font-size:17px; line-height:160%;}
.popup-title { font-size:30px; margin-bottom:20px; padding:0 20px;}
.popup-text { text-align:left; padding:10px 20px;}
.popup-body .btn-wrap {margin-top:20px; text-align:center;}
.popup-body .btn-wrap a { display:inline-block; padding:10px 30px; background-color:#2e3552; color:#fff !important; }

.popup-cont .bbs_ul01 { margin:0; padding:0; }
.popup-cont .lm_15 { margin-left:15px; }

@media (max-width: 639px) {
  .popup-body { font-size:14px; line-height:150%;}
  .popup-title { font-size:25px; margin-bottom:0px;line-height:130%;}
  .popup-body .btn-wrap {margin-top:0px;}
}

body[data-responsive="responsive-mobile"] .second-popup {
left:50%;
}
body[data-responsive="responsive-desktop"] .second-popup {
 left:40%;
}

.board-pdf-viewer-wrap { position: relative; width: 100%; height: 0; padding-bottom: 86.7%; margin: 10px auto 10px; }
@media (max-width: 1279px) { .board-pdf-viewer-wrap { display: none; } }
@media (min-width: 1280px) { .board-pdf-viewer-wrap .board-pdf-viewer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0 auto !important; } }
.msie9 .board-pdf-viewer-wrap, .msie10 .board-pdf-viewer-wrap { display: none; }


.common-btn-link-sm { text-align: center; font-size: 14px; line-height:20px; position: relative; display: inline-block; padding: 2px 30px 2px 15px; margin-left:20px; border: 1px solid #1b3b86; font-weight: 400; letter-spacing: 0; text-decoration: none; color: #1b3b86; }

.common-btn-link-sm::after { content: ''; position:absolute; z-index:10; right:10px; top:7px; width: 10px; height: 10px; vertical-align: baseline; background: url("../image/icon-link-newwindow_lg.png") center center/10px auto no-repeat; }

@media (max-width: 639px) {
  .common-btn-link-sm { display:block; margin-left:0;margin-top:10px; }
}


.smallspace table td, .smallspace table th { padding:3px !important; }


.text-center { text-align:center !important; }
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}


@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}






