@charset "UTF-8";

.page-privacy p.normaltext  { margin-bottom:10px; letter-spacing: 0;
    color: #666;font-size: 14px;
    line-height: 22px; }

.page-privacy .common-contitle { margin:20px 0; }

.page-privacy .mt_10 {margin-top:10px; }
.page-privacy .ml_10 {margin-left:10px; }
.page-privacy .text-right {text-align:right; }

.page-privacy .revisionhead { width:300px; float:right;}

.clear {
display: block;
    content: "";
    clear: both;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}


.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; }

.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: 1039px) { [only-desktop], .only-desktop { display: none !important; } }

@media (min-width: 1040px) { [only-mobile], .only-mobile { display: none !important; } }

@media (min-width: 640px) { [only-sm], .only-sm { display: none !important; } }

@media (max-width: 639px) { [only-tablet], .only-tablet { display: none !important; } }

@media (min-width: 1040px) { [only-tablet], .only-tablet { display: none !important; } }

@media (min-width: 640px) and (max-width: 1039px) { [no-tablet], .no-tablet { display: none !important; } }

@media (min-width: 640px) and (max-width: 1039px) { [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 SC', 'Malgun Gothic', '맑은 고딕', 'Nanum Gothic', '나눔 고딕', '맑은 고딕', Malgun Gothic, '돋움', Dotum, 'Apple SD Gothic Neo', Helvetica, sans-serif; font-size: 14px; -ms-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: keep-all; box-sizing: border-box; }

* { 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: 1040px) { body { margin: 0 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; }

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 { position: absolute; top: -9999px; left: -9999px; visibility: hidden; width: 0; height: 0; font-size: 0; overflow: hidden; }

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: 1040px) { .navigation-header-gnb .navigation-gnb-d1-list:hover .navigation-gnb-d1-link, .navigation-header-gnb .navigation-gnb-d1-list:focus .navigation-gnb-d1-link { font-weight: 500; }
  .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title:hover, .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title:focus { text-shadow: 0 0 1px #fff, 0 0 1px #fff; }
  .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub:hover, .navigation-header-gnb .navigation-gnb-d1-list .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub:focus { text-shadow: 0 0 1px #fff, 0 0 1px #fff; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu01 .navigation-gnb-d1-link { width: 111px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu01 .navigation-gnb-d2-titlegroup:nth-child(1) { width: 160px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu01 .navigation-gnb-d2-titlegroup:nth-child(2) { width: 150px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu01 .navigation-gnb-d2-titlegroup:nth-child(3) { width: 240px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu01 .navigation-gnb-d2-titlegroup:nth-child(4) { width: 270px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu01 .navigation-gnb-d2-titlegroup:nth-child(5) { width: 130px; }

  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d1-link { width: 103px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d2-titlegroup:nth-child(1) { width: 150px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d2-titlegroup:nth-child(2) { width: 110px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d2-titlegroup:nth-child(3) { width: 170px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d2-titlegroup:nth-child(4) { width: 150px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d2-titlegroup:nth-child(5) { width: 150px; padding-right: 10px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d2-titlegroup:nth-child(6) { width: 150px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu02 .navigation-gnb-d2-titlegroup:nth-child(7) { width: 140px; }

  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d1-link { width: 118px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d2-titlegroup:nth-child(1) { width: 155px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d2-titlegroup:nth-child(2) { width: 105px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d2-titlegroup:nth-child(3) { width: 140px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d2-titlegroup:nth-child(4) { width: 105px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d2-titlegroup:nth-child(5) { width: 173px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d2-titlegroup:nth-child(6) { width: 182px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu03 .navigation-gnb-d2-titlegroup:nth-child(7) { width: 160px; }

  .navigation-header-gnb .navigation-gnb-d1-list.menu04 .navigation-gnb-d1-link { width: 95px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu04 .navigation-gnb-d2-titlegroup:nth-child(1) { width: 170px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu04 .navigation-gnb-d2-titlegroup:nth-child(2) { width: 150px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu04 .navigation-gnb-d2-titlegroup:nth-child(3) { width: 160px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu04 .navigation-gnb-d2-titlegroup:nth-child(4) { width: 125px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu04 .navigation-gnb-d2-titlegroup:nth-child(5) { width: 170px; }

  .navigation-header-gnb .navigation-gnb-d1-list.menu05 .navigation-gnb-d1-link { width: 110px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu05 .navigation-gnb-d2-titlegroup { width: 300px; }

  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d1-link { width: 100px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(1) { width: 105px; padding-right: 10px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(2) { width: 160px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(3) { width: 153px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(4) { width: 93px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(5) { width: 125px; padding-right: 10px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(6) { width: 140px; padding-right: 10px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(7) { width: 122px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(8) { width: 110px; }
  .navigation-header-gnb .navigation-gnb-d1-list.menu06 .navigation-gnb-d2-titlegroup:nth-child(9) { width: 90px; }
}

@media (min-width: 1040px) { .ly-lnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup a:hover, .ly-lnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup a:focus { font-weight: 500; }
  .ly-lnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title.active { font-weight: 500; }
  .ly-lnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub::after { display: block; content: attr(data-title); font-weight: 500; height: 0; overflow: hidden; visibility: hidden; }

  .ly-lnb.menu01 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(1) { width: 120px; }
  .ly-lnb.menu01 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(2) { width: 120px; }
  .ly-lnb.menu01 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(3) { width: 150px; }
  .ly-lnb.menu01 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(4) { width: 150px; }
  .ly-lnb.menu01 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(5) { width: 150px; }


  .ly-lnb.menu02 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(1) { width: 152px; }
  .ly-lnb.menu02 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(2) { width: 120px; }
  .ly-lnb.menu02 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(3) { width: 190px; }
  .ly-lnb.menu02 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(4) { width: 130px; }
  .ly-lnb.menu02 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(5) { width: 130px; }
  .ly-lnb.menu02 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(6) { width: 130px; }
  .ly-lnb.menu02 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(7) { width: 140px; }

  .ly-lnb.menu03 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(1) { width: 155px; }
  .ly-lnb.menu03 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(2) { width: 105px; }
  .ly-lnb.menu03 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(3) { width: 140px; }
  .ly-lnb.menu03 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(4) { width: 105px; }
  .ly-lnb.menu03 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(5) { width: 173px; }
  .ly-lnb.menu03 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(6) { width: 182px; }
  .ly-lnb.menu03 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(7) { width: 160px; }

  .ly-lnb.menu04 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(1) { width: 145px; }
  .ly-lnb.menu04 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(2) { width: 150px; }
  .ly-lnb.menu04 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(3) { width: 160px; }
  .ly-lnb.menu04 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(4) { width: 125px; }
  .ly-lnb.menu04 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(5) { width: 170px; }

  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(1) { width: 95px; padding-right: 10px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(2) { width: 150px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(3) { width: 143px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(4) { width: 83px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(5) { width: 115px; padding-right: 10px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(6) { width: 130px; padding-right: 10px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(7) { width: 112px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(8) { width: 100px; }
  .ly-lnb.menu06 .navigation-gnb-d2-list > .navigation-gnb-d2-titlegroup:nth-child(9) { width: 90px; }

}

/*mib200302 데스크탑 검색영역 추가//*/
@media (max-width: 1039px) { .nav-search { display: none; } }

@media (min-width: 1040px) { .nav-search { position: absolute; top: 10px; right: 0; } }

@media (min-width: 1040px) { .nav-search .input-box { width: 107px; height: 25px; border: 0; border-radius: 3px; padding: 0 27px 0 8px; margin: 0; font-size: 12px; line-height: 25px; color: #333; background: #f1f1f1; }
  .nav-search .input-box::-webkit-input-placeholder { font-size: 12px; line-height: 25px; color: #666; }
  .nav-search .input-box:-moz-input-placeholder { font-size: 12px; line-height: 25px; color: #666; }
  .nav-search .input-box::-moz-input-placeholder { font-size: 12px; line-height: 25px; color: #666; }
  .nav-search .input-box:-ms-input-placeholder { font-size: 12px; line-height: 25px; color: #666; }
  .nav-search .input-box::placeholder { font-size: 12px; line-height: 25px; color: #666; } }

@media (min-width: 1040px) { .nav-search .btn-submit { position: absolute; top: 1px; right: 0; width: 28px; height: 23px; padding: 0; border: 0; border-radius: 3px; margin: 0; color: #666; background: url("../image/icon-search.png") center center/27px auto no-repeat; } }

@media (min-width: 1040px) { .ly-header.open .nav-search .input-box { color: #fff; background: #1d1d37; } }

@media (min-width: 1040px) { .ly-header.open .nav-search .btn-submit { background: url("../image/icon-search-hover.png") center center/27px auto no-repeat; } }

/*//mib200302 데스크탑 검색영역 추가*/
/*mib200506 탑 띠배너 추가//*/
.common-topbanner { top: 0; left: 0; width: 100%; overflow: hidden; }

@media (max-width: 1039px) { .common-topbanner { position: relative; } }

@media (min-width: 1040px) { .common-topbanner { position: absolute; } }

.common-topbanner .link { display: block; text-align: center; }

@media (max-width: 1039px) { .common-topbanner .link img { width: 100%; max-width: 358px; } }

@media (min-width: 1040px) { .common-topbanner .link img { max-width: 100%; } }

.common-topbanner .close { position: absolute; top: 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%); }

@media (max-width: 1039px) { .common-topbanner .close { right: 15px; width: 36px; height: 36px; } }

@media (min-width: 1040px) { .common-topbanner .close { right: 50%; width: 50px; height: 50px; -ms-transform: translate(520px, -50%); -webkit-transform: translate(520px, -50%); -moz-transform: translate(520px, -50%); transform: translate(520px, -50%); } }

.common-topbanner .close::before, .common-topbanner .close::after { content: ''; display: block; position: absolute; background: #fff; }

@media (max-width: 1039px) { .common-topbanner .close::before, .common-topbanner .close::after { top: 8px; right: 17px; width: 2px; height: 20px; } }

@media (min-width: 1040px) { .common-topbanner .close::before, .common-topbanner .close::after { top: 15px; right: 23px; width: 2px; height: 20px; } }

.common-topbanner .close::before { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.common-topbanner .close::after { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }

/*//mib200302 데스크탑 검색영역 추가*/
#skip-content { outline: none; }

.ly-content { outline: none; }

.page-sub .ly-content .ly-inner { margin: 0 auto; }

@media (max-width: 639px) { .page-sub .ly-content .ly-inner { width: 100%; padding: 0 15px; } }

@media (min-width: 640px) and (max-width: 1039px) { .page-sub .ly-content .ly-inner { width: 100%; padding: 0 40px; } }

@media (min-width: 1040px) { .page-sub .ly-content .ly-inner { max-width: 1040px; padding: 0 10px; } }

/* common */
.clfix:after { content: ""; display: block; height: 0px; clear: both; visibility: hidden; }

.clfix { display: inline-block; }

.clfix { display: block; }

* html .clfix { height: 1%; }

.clfix { zoom: 1; }

.common-btn-more { display: inline-block; padding: 10px 33px 10px 10px; margin-left: -10px; font-size: 13px; color: #333; font-weight: 500; text-decoration: none; background: url("../image/common-more-arr.png") no-repeat right 10px center; background-size: 13px 9px; letter-spacing: 0.1em; }

.common-btn-more.wh { color: #fff; background-image: url("../image/common-more-arr-wh.png"); }

.common-btn-more.blue { color: #1b3b86; background-image: url("../image/common-more-arr-blue.png"); }

.index-media .index-media-notice .common-btn-more.notice-more {
  position: absolute;
  right: 10px;
  top: 17%;
  margin-top: -17px;
}

.index-media .index-media-notice .common-btn-more.event-more {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -17px;
}

.index-media .index-media-notice .common-btn-more.media-more {
  position: absolute;
  right: 10px;
  top: 83%;
  margin-top: -17px;
}

/* layout ------------------------------------------------------------------------------------------------ */
.ly-content:focus { outline: none; }

.ly-section > .ly-inner { max-width: 1920px; margin-left: auto; margin-right: auto; }

/*mib수정됨*/
html[class*="submain"] .ly-section > .ly-inner { max-width: 1100px; }

html[class*="page-sub"] .ly-content { padding-top: 300px; padding-bottom: 100px; }

html[class*="page-sub"] .ly-section { max-width: 1040px; margin-left: auto; margin-right: auto; }

/*mib수정됨*/
@media (max-width: 1039px) { html[class*="page-sub"] .ly-content { padding: 100px 0 100px 0; }
  /* 임의 */ }

/* GNB ------------------------------------------------------------------------------------------------ */
/* desktop gnb*/
.ly-header { width: 100%; position: absolute; top: 0; left: 0; background-color: #272945; height: 0px; transition: height 0.3s; -webkit-transition: height 0.3s; z-index: 2; }

@media (min-width: 1040px) { .ly-header.open nav .navigation-gnb-d1-list { height: auto; } }

.ly-header nav { width: 1020px; margin: 0 auto; padding-top: 53px; position: relative; }

.ly-header nav:before { content: ''; display: block; width: 100vw; height: 1px; position: absolute; top: 123px; background-color: rgba(255, 255, 255, 0.1); 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); }

html[class*="submain"] .ly-header nav:before, html[class*="page-sub"] .ly-header nav:before { display: none; }

.ly-header nav a { text-decoration: none; }

.ly-header.open nav:before { display: none; }

.ly-header nav h1 { width: 214px; height: 91px; margin-left: -105px; position: absolute; left: 50%; top: 32px; background: url(../image/snu-logo_lg.png) top center no-repeat; background-size: 156px 66px; }

.ly-header nav h1 a { display: block; height: 66px; width: 156px; margin: 0 auto; }

.navigation-gnb-d1-title { text-transform: uppercase; cursor: pointer; }

.navigation-gnb-d1-list { float: left; }

@media (min-width: 1040px) { .navigation-gnb-d1-list { height: 30px; } }

.navigation-gnb-d1-list .navigation-gnb-d1-link { float: left; padding: 10px 0 10px; font-size: 15px; font-weight: 400; margin: 0 19px 34px 15px; text-align: center; letter-spacing: 0.07em; color: #fff; }

.page-admission-submain .navigation-gnb-d1-list .navigation-gnb-d1-link { color: #d2d2d2; }

.page-admission-submain .navigation-gnb-d1-list .navigation-gnb-d1-link.active .navigation-gnb-d1-title { color: #fff; font-weight: 500; }

.ly-header.open .navigation-gnb-d1-link { color: #7d7f8f; }

.navigation-gnb-d1-list:hover .navigation-gnb-d1-link, .navigation-gnb-d1-list:focus .navigation-gnb-d1-link { color: #fff; }

.navigation-gnb-d1-list .navigation-gnb-d1-link.active .navigation-gnb-d1-title { color: #1b3b86; font-weight: 600; }

.navigation-gnb-d1-list:focus { outline: none; }

.navigation-gnb-d1-list.menu01 .navigation-gnb-d1-link { margin-left: 0; padding-left: 0; }

.navigation-gnb-d1-list.menu03 .navigation-gnb-d1-link { margin-right: 200px; }

.navigation-gnb-d1-list.menu04 .navigation-gnb-d1-link { margin-left: 20px; }

/*
.navigation-gnb-d1-list.menu05 .navigation-gnb-d1-link { margin-right: 0; }
*/

.navigation-gnb-d2-list { width: 100%; padding: 0; position: absolute; top: 123px; left: 0; visibility: hidden; z-index: -1; }

.navigation-gnb-d1-list:hover .navigation-gnb-d2-list, .navigation-gnb-d1-list.open .navigation-gnb-d2-list { visibility: visible; z-index: auto; transition: all 0.5s; -webkit-transition: all 0.5s; transition-delay: 0.2s; -webkit-transition-delay: 0.2s; }

.navigation-gnb-d1-list.open .navigation-gnb-d2-list:hover { display: block; }

.navigation-gnb-d2-list:before { content: ''; display: block; width: 1020px; height: 1px; position: absolute; left: 0px; top: 0px; background-color: #525569; }

.navigation-gnb-d2-list:after { content: ''; display: block; width: 1020px; height: 1px; position: absolute; left: 0px; top: 55px; background-color: #525569; }

.navigation-gnb-d1-list.menu05 .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup:after {
    content: '';
    display: block;
    width: 1020px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 105px;
    background-color: #525569;
}

.navigation-gnb-d2-list .navigation-gnb-d2-titlegroup { float: left; }

.navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title { display: inline-block; height: 55px; line-height: 55px; margin-bottom: 12px; font-size: 14px; font-weight: 300; color: #fff; white-space: nowrap; }

.navigation-gnb-d1-list.menu05 .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title { display: inline-block; height: 55px; line-height: 55px; margin-bottom: 0px; font-size: 14px; font-weight: 300; color: #fff; white-space: nowrap; }

.navigation-gnb-d2-list .navigation-gnb-d2-titlegroup:first-child .navigation-gnb-d2-title { padding-left: 0 !important; }

.navigation-gnb-d2-list .navigation-gnb-d2-titlegroup:last-child .navigation-gnb-d2-title { padding-right: 0 !important; }

.navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { display: block; padding: 10px 0; font-size: 13px; font-weight: 300; line-height: 1.2; color: #bfc0c7; }

.menu04 .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { white-space: nowrap; }

.navigation-gnb-d2-list .navigation-gnb-d2-titlegroup:first-child .navigation-gnb-d2-sub { padding-left: 0px !important; }

.navigation-gnb-d2-list .navigation-gnb-d2-titlegroup a:hover, .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup a:focus { color: #fff; }

@media (max-width: 1039px) { .ly-lnb { display: none; } }

.ly-lnb.menu05 .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { padding-left: 18.5px; }

.ly-lnb.menu01 .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { padding-left: 63.5px; }

.ly-lnb.menu02 .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { padding-left: 37.5px; }

.ly-lnb.menu03 .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { padding-left: 23px; }

.ly-lnb.menu04 .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { padding-left: 50px; }

/* desktop 서브메뉴 gnb*/
.ly-header .navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list { visibility: visible; z-index: auto; }

.ly-header .navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list .navigation-gnb-d2-sub { visibility: hidden; z-index: -1; position: absolute; }

.ly-header .navigation-gnb-d2-list:hover .navigation-gnb-d2-sub { visibility: visible; transition: all 0.5s; -webkit-transition: all 0.5s; transition-delay: 0.2s; -webkit-transition-delay: 0.2s; }

.navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list:before { background-color: #fff; height: 2px; }

.navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list:after { background-color: #fff; height: 2px; }

/* mobile gnb */
.ly-header-mo { position: fixed; height: 100%; width: 100%; overflow-y: auto; background-color: #272945; z-index: 2; display: none; }

.ly-header-mo * { float: none !important; }

.ly-header-mo .navigation-header-gnb-mo { height: 100%; position: relative; top: auto; /*mib200506 top 추가*/ padding-top: 65px; overflow: auto; /*mib200506 overflow 추가*/ -ms-overflow-style: none; /*mib200506 overflowstyle 추가*/ }

.ly-header-mo .navigation-header-gnb-mo::-webkit-scrollbar { width: 0; /*mib200506 scrollbar width 추가*/ height: 0; /*mib200506 scrollbar height 추가*/ }

.ly-header-mo .navigation-header-gnb-mo:before { content: ''; width: calc(100% - 133px); height: calc(100% - 65px); position: absolute; left: 133px; top: 65px; background-color: #1c1d36; }

.ly-header-mo .navigation-header-gnb-mo h1 { position: absolute; /*mib200506 position fixed -> absolute 수정*/ width: 100%; top: 0; text-align: center; padding-top: 9px; height: 65px; border-bottom: 1px solid #343650; background-color: #272945; z-index: 2; }

.ly-header-mo .navigation-header-gnb-mo h1 a { display: inline-block; width: 43px; height: 45px; background: url("../image/snu-logo_sm.png") no-repeat; background-size: 100% 100%; }

.ly-header-mo .navigation-header-gnb-mo .btn-close { display: block; position: absolute; /*mib200506 fixed -> absolute 수정*/ right: 7px; top: 15px; width: 31px; height: 31px; background: url("../image/header-gnb-close2.png") no-repeat center center; background-size: 16px 16px; z-index: 2; }

.ly-header-mo .navigation-gnb-d1-list.menu01 { margin-top: 20px; }

.ly-header-mo .navigation-gnb-d1-list { margin-bottom: 20px; }

.ly-header-mo .navigation-gnb-d1-list.menu05 { margin-top: 20px; }

.ly-header-mo .navigation-gnb-d1-list .navigation-gnb-d1-link { float: none; display: block; width: 135px; padding: 15px 0 !important; margin-left: 0; margin-bottom: 0; font-size: 16px; color: #7d7f8f; text-decoration: none; text-align: center; }

.ly-header-mo .navigation-gnb-d1-list .navigation-gnb-d1-link:hover span, .ly-header-mo .navigation-gnb-d1-list .navigation-gnb-d1-link:focus span, .ly-header-mo .navigation-gnb-d1-list .navigation-gnb-d1-link.active span { color: #fff; }

.ly-header-mo .navigation-gnb-d2-list { padding: 0; top: 65px; visibility: visible; margin-left: 135px; padding-left: 15px; background-color: #1c1d36; z-index: 1; display: none; }

.ly-header-mo .navigation-gnb-d1-list .navigation-gnb-d2-list { display: none; width: calc(100% - 135px); height: calc(100% - 65px); min-height: 600px; /*mib200506 min-height추가*/ position: absolute; /*mib200506 fixed -> absolute 수정 */ overflow-y: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; /*mib200506 overflow-style 추가*/ }

.ly-header-mo .navigation-gnb-d1-list .navigation-gnb-d2-list::-webkit-scrollbar { width: 0; /*mib200506 scrollbar width 추가*/ height: 0; /*mib200506 scrollbar height 추가*/ }

.ly-header-mo .navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list { display: block; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup { width: auto !important; border-bottom: 1px solid #272945; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title { position: relative; display: block; margin: 0 34px 0 0; padding: 15px 15px 15px 0 !important; text-decoration: none; height: auto; line-height: 1.2; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title em { width: 34px; height: 41px; position: absolute; top: 0px; right: -30px; background: url("../image/header-gnbsub-open.png") no-repeat right 15px center; background-size: auto 5px; z-index: 1; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title.only em { display: none; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title.active em { background-image: url("../image/header-gnbsub-close.png"); }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup:first-child .navigation-gnb-d2-title { margin-top: 21px; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub { padding: 10px 15px 10px 0px !important; text-decoration: none; font-size: 13px; display: none; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title.active ~ .navigation-gnb-d2-sub { display: block; }

.ly-header-mo .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-sub:last-child { margin-bottom: 20px; }

.ly-header-mo .navigation-gnb-d2-list:before { display: none; }

.ly-header-mo .navigation-gnb-d2-list:after { display: none; }

.btn-moOpen { display: none; position: fixed; left: 5px; top: 15px; width: 34.5px; height: 34px; background: url("../image/header-mognb-open.png") no-repeat center center; background-size: 14.5px 14px; z-index: 2; }

@media (max-width: 1039px) { html.layer-open { overflow-y: hidden; }
  .btn-moOpen { display: block; }
  .ly-header-mo.open { display: block; }
  .ly-header nav { height: 65px; padding: 0; position: fixed; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .ly-header nav:before { display: none; }
  .ly-header.scroll nav { background-color: #272945; }
  html[class*="-sub"].ly-header nav { background-color: #272945; }
  .ly-header nav h1 { position: fixed; width: 43px; height: 45px; margin-left: -21.5px; top: 9px; background-image: url("../image/snu-logo_sm.png"); background-size: 100% 100%; }
  .ly-header nav h1 a { height: 100%; }
  .ly-header .navigation-gnb-d1-list { visibility: hidden; z-index: -1; }
  .ly-header .navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list { visibility: hidden; z-index: -1; }
  .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title { white-space: normal; } }

/* 검색영역 */
.navigation-side-content { width: 410px; height: 350px; padding: 48px 60px; border-radius: 2px; position: absolute; left: 50%; margin-left: 140px; top: 550px; z-index: 1; background-color: #fff; }

.search-fieldset { padding: 0; border: 0 none; border-bottom: 2px solid #333; overflow: hidden; position: relative; height: 40px;}

.search-fieldset .search-input { display: block; width: 100%; height: 36px; border: 0 none; padding-right: 38px; font-size: 14px; color: #333; font-weight: 400;position: absolute;
    top: 0px; }

.search-fieldset .search-input::-webkit-input-placeholder { font-weight: 300; color: #999; }

.search-fieldset .search-input:-moz-input-placeholder { font-weight: 300; color: #999; }

.search-fieldset .search-input::-moz-input-placeholder { font-weight: 300; color: #999; }

.search-fieldset .search-input:-ms-input-placeholder { font-weight: 300; color: #999; }

.search-fieldset .search-input::placeholder { font-weight: 300; color: #999; }

.search-fieldset button { width: 28px; height: 36px; border: 0 none; position: absolute; right: 0; top: 0; background: url("../image/header-gnb-search.png") no-repeat right center; background-size: 18px 18px; }

.search-form .search-keyword { margin: 20px 0 0; padding: 0; }

.search-form .search-keyword a { display: inline-block; padding: 8px 0; font-size: 14px; color: #333; text-decoration: none; }

.navigation-side-content.open { position: fixed; left: 0; /*top: 65px; */width: 100%; height: calc(100% - 65px); padding: 40px; margin-left: 0; z-index: 3; background-color: #272945; }

.navigation-side-content.open .search-fieldset { border-bottom-color: #fff; position: absolute; top: 50%; margin-top: -18px; width: calc(100% - 80px); }

.navigation-side-content.open .search-fieldset .search-input { font-size: 13px; color: #fff; font-weight: normal; }

#search1:focus {  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none;}

.navigation-side-content.open .search-fieldset .search-input::-webkit-input-placeholder { color: #7d7f8f; }

.navigation-side-content.open .search-fieldset .search-input:-moz-input-placeholder { color: #7d7f8f; }

.navigation-side-content.open .search-fieldset .search-input::-moz-input-placeholder { color: #7d7f8f; }

.navigation-side-content.open .search-fieldset .search-input:-ms-input-placeholder { color: #7d7f8f; }

.navigation-side-content.open .search-fieldset .search-input::placeholder { color: #7d7f8f; }

.navigation-side-content.open .search-fieldset button { width: 28px; height: 30px; background: url("../image/header-gnb-search-wh.png") no-repeat right center; background-size: 17.5px 17.5px; }

.navigation-side-content.open .search-form .search-keyword { display: none; }

.navigation-side-content.open .btn-prev { display: block; position: fixed; left: 5px; top: 15px; width: 34.5px; height: 34px; background: url("../image/header-gnb-back.png") no-repeat center center; background-size: 9.5px 16.5px; }

html[class*="submain"] .navigation-side-content { display: none; }

html[class*="-sub"] .navigation-side-content { border:1px solid #1b3b86; }

.ly-header-mo.open .search-link-box { position:relative; margin-top:30px; }

.ly-header-mo.open .btn-search { position: absolute; left: 48.5px; top: 0px; width: 37.5px; height: 37.5px; background: url("../image/header-gnb-search-wh.png") no-repeat center center; background-size: 17.5px 17.5px; }

@media (max-width: 1039px) { .navigation-side-content { display: none; }
  .navigation-side-content.open { display: block; }
  html[class*="submain"] .navigation-side-content.open { display: block; }
  html[class*="-sub"] .navigation-side-content.open { display: block; } }

/* family site / languge */
nav .navigation-link-fmly { margin-top:0 !important;  position: absolute; top: 20px; right: 0px; display: block; width: 62px; height: 20px; text-align: center; font-size: 12px; line-height: 19px; color: #1e1618; background-color: #fff; font-weight: 500; text-indent: -9999px; overflow: hidden; background: url("../image/header-gnb-fmly.png") no-repeat; }

nav .navigation-link-lang { position: absolute; top: 60px; right: 38px; display: block; width: 40px; height: 20px; text-align: center; font-size: 12px; line-height: 19px; color: #fff; font-weight: 500; text-indent: -9999px; overflow: hidden; background: url("../image/header-gnb-lang.png") no-repeat; }

nav .navigation-link-search { position: absolute; top: 60px; right: 0px; display: block;width: 40px; height: 20px; background: url("../image/header-gnb-search.png") no-repeat center center; background-size: 17.5px 17.5px; }
body.gnbopen nav .navigation-link-search,
.page-index nav .navigation-link-search { background: url("../image/header-gnb-search-wh.png") no-repeat center center; background-size: 17.5px 17.5px; }

.ly-header-mo.open .navigation-link-lang { position: absolute; left: 47px; top: 40px; display: block; width: 44px; height: 22px; line-height: 22px; text-decoration: none; background: url("../image/header-gnb-lang.png") no-repeat; }
.ly-header-mo.open .navigation-link-oia { color:#fff; position: absolute; left: 47px; top: 70px; display: block; width: 40px; height: 20px; line-height: 20px; text-align:center;font-size:12px; color:#fff; text-decoration: none; background-color:#6a6b7b; }
.ly-header-mo.open .navigation-link-oia:hover { background-color:#fff; color:#000; }

/*mib수정됨//*/
/*
html[class*="page-sub"] .navigation-link-fmly { background: url("../image/header-gnb-fmly-sky.png") no-repeat; }

html[class*="page-sub"] .navigation-link-lang { background: url("../image/header-gnb-lang-sky.png") no-repeat; }

html[class*="page-sub"] .ly-header.open .navigation-link-fmly { background: url("../image/header-gnb-fmly.png") no-repeat; }

html[class*="page-sub"] .ly-header.open .navigation-link-lang { background: url("../image/header-gnb-lang.png") no-repeat; }
*/

/*//mib수정됨*/
.navigation-link-fmly-cont { visibility: hidden; position: fixed; right: 0; top: 0; width: 800px; height: 584px; padding: 55px; background-color: #272945; z-index: 20; margin-right: -800px; }

.navigation-link-fmly-cont.open { visibility: visible; margin-right: 0; transition: margin-right 0.5s; -webkit-transition: margin-right 0.5s; }

.navigation-link-fmly-cont h2 { display: none; }

.navigation-link-fmly-cont dl + dl { margin-top: 47px; }

.navigation-link-fmly-cont dl dt { position: relative; float: left; width: 100%; }

.navigation-link-fmly-cont dl dt:after { content: ''; display: block; width: 100%; height: 1px; position: absolute; left: 0; top: 50%; background-color: #525569; }

.navigation-link-fmly-cont dl dt span { position: relative; z-index: 1; display: inline-block; padding-right: 20px; font-size: 15px; color: #fff; background-color: #272945; }

.navigation-link-fmly-cont dl dd { float: left; width: 225px; margin: 17px 0 0 0; }

.navigation-link-fmly-cont dl dd a { display: block; font-size: 14px; color: #bfc0c7; padding: 10px 0; }

.navigation-link-fmly-cont dl dd a.line2 { min-height: 52px; }

.navigation-link-fmly-cont dl dd a:hover { color: #fff; }

.navigation-link-fmly-cont .btn-close { position: absolute; left: 0; top: 0; display: block; width: 55px; height: 55px; background: url("../image/header-fmly-close.png") no-repeat center center; }

@media (min-width: 2200px) { .navigation-link-fmly-cont { /*display:none; //mib200506 display 삭제*/ /*position: absolute; //mib200506 position 삭제*/ /*left: 50%; //mib200506 left 삭제*/ /*margin-left: 300px; //mib200506 margin 삭제*/ left: calc(50% + 800px); /*mib200506 left 추가*/ }
  .navigation-link-fmly-cont.open { display: block; right: auto; /*mib200506 right 추가*/ left: 50%; /*mib200506 left 추가*/ margin-left: 300px; /*mib200506 margin 추가*/ -ms-transition: left 0.3s ease; /*mib200506 transition 추가*/ -webkit-transition: left 0.3s ease; /*mib200506 transition 추가*/ -moz-transition: left 0.3s ease; /*mib200506 transition 추가*/ transition: left 0.3s ease; /*mib200506 transition 추가*/ } }

@media (max-width: 1039px) {
  .navigation-link-fmly { position: fixed; text-indent: -9999px; overflow: hidden; width: 38px; height: 38px; background: url("../image/header-mognb-fmly.png") no-repeat center !important; background-size: 18px 18px !important; top: 14px; right: 5px; }
  .navigation-link-fmly-cont { width: 100%; height: 100%; left: auto; right: 0; top: 0; padding: 0; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; margin-right: -100%; }
  .navigation-link-fmly-cont:after { content: ''; width: 1px; height: 100%; position: absolute; left: 50%; top: 65px; background-color: rgba(255, 255, 255, 0.1); }
  .navigation-link-fmly-cont.open { background-color: #1c1d36; }
  .navigation-link-fmly-cont.open h2 { display: block; float: left; width: 100%; text-align: center; height: 65px; line-height: 65px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: #fff; font-size: 20px; background-color: #272945; }
  .navigation-link-fmly-cont dl { margin: 0; float: left; width: 50%; }
  .navigation-link-fmly-cont dl dt { padding: 35px 15px 12px; float: none; }
  .navigation-link-fmly-cont dl dt span { background: none; }
  .navigation-link-fmly-cont dl + dl { margin: 0; }
  .navigation-link-fmly-cont dl dt:after { display: none; }
  .navigation-link-fmly-cont dl dt span { font-size: 16px; }
  .navigation-link-fmly-cont dl dd { float: none; margin-top: 0; width: auto !important; }
  .navigation-link-fmly-cont dl dd a { padding: 12px 15px; }
  .navigation-link-fmly-cont dl dd a.line2 { min-height: 0; }
  .navigation-link-fmly-cont .btn-close { position: absolute; left: auto; right: 8px; top: 17px; width: 31px; height: 31px; background: url("../image/header-gnb-close2.png") no-repeat center center; background-size: 16px 16px; }
  .navigation-link-lang { display: none; } }

@media (min-width: 1039px) and (max-width: 1200px) { .navigation-side-content { margin-left: 102px; } }

/* LNB ------------------------------------------------------------------------------------------------ */
/*mib수정됨//*/
html[class*="page-sub"] .ly-header nav h1 { background-image: url("../image/snu-logo-blue_lg.png"); }

html[class*="page-sub"] .ly-header.open nav h1 { background-image: url("../image/snu-logo_lg.png"); }

.page-sub .navigation-gnb-d2-list { top:163px; }
.page-sub nav .navigation-gnb-d2-list { top:65px; }
body[data-responsive="responsive-desktop"] nav .navigation-gnb-d2-list {
  top: 123px !important;
}


html[class*="page-sub"] .navigation-gnb-d1-list .navigation-gnb-d1-link { color: #333; }

html[class*="page-sub"] .open .navigation-gnb-d1-list .navigation-gnb-d1-link { color: #fff; }

html[class*="page-sub"] .navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list { visibility: hidden; z-index: -1; }

/*//mib수정됨*/
.ly-lnb .navigation-gnb-d2-list { visibility: visible; z-index: auto; width: 1020px; left: 50%; margin-left: -510px; }

.ly-lnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title { color: #60709a; text-decoration: none; }

.ly-lnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title.active { color: #1b3b86; }

.ly-lnb .navigation-gnb-d2-titlegroup:hover .navigation-gnb-d2-title { color: #1b3b86; }

.ly-lnb .navigation-gnb-d2-list:before { height: 3px; background-color: #1b3b86; }

.ly-lnb .navigation-gnb-d2-list:after { height: 3px; background-color: #1b3b86; }

.ly-lnb .navigation-gnb-d2-list .depth3 { position: absolute; left: 0; top: 58px; width: 100%; padding-left: 20px; background-color: #ebf2ff; display: none; }

.ly-lnb .navigation-gnb-d2-list .active + .depth3 { display: block; }

.ly-lnb .navigation-gnb-d2-list .depth3 .navigation-gnb-d2-sub { display: none; padding: 0 10px !important; height: 50px; line-height: 50px; color: #60709a; font-size: 13px; text-decoration: none; letter-spacing: -0.02em; }

.ly-lnb .navigation-gnb-d2-list .navigation-gnb-d2-titlegroup .navigation-gnb-d2-title.active + .depth3 .navigation-gnb-d2-sub { display: inline-block; }

.ly-lnb .navigation-gnb-d2-list .depth3 .navigation-gnb-d2-sub:hover, .ly-lnb .navigation-gnb-d2-list .depth3 .navigation-gnb-d2-sub.active { font-weight: 500; color: #1b3b86; }

.ly-lnb .navigation-gnb-d2-titlegroup:hover .depth3 { display: block; z-index: 1; }

.ly-lnb .navigation-gnb-d2-titlegroup:hover .depth3 .navigation-gnb-d2-sub { display: inline-block; }

@media (max-width: 1039px) { /*mib수정됨//*/
  html[class*="page-sub"] .ly-content { padding-top: 78px; }
  html[class*="page-sub"] .ly-header nav { background-color: #272945; }
  html[class*="page-sub"] .ly-header nav h1 { background-image: url("../image/snu-logo_sm.png"); }
  html[class*="page-sub"] .navigation-header-gnb-mo .navigation-gnb-d1-list .navigation-gnb-d1-link.active + .navigation-gnb-d2-list { visibility: visible; z-index: auto; }
  html[class*="page-sub"] .open .navigation-gnb-d1-list .navigation-gnb-d1-link { color: #7d7f8f; }
  .ly-lnb .navigation-gnb-d2-list { visibility: hidden; z-index: -1; }
  .ly-lnb .navigation-gnb-d2-list .active + .depth3 { display: none; }
  /*html[class*="page-sub"] nav .navigation-link-fmly{background-color:#272945;} html[class*="page-sub"] nav .navigation-link-lang{background-color:#272945;color:#fff;border-color:rgba(255,255,255,0.4)} */
  /*//mib수정됨*/ }

/* footer ------------------------------------------------------------------------------------------------ */
.ly-footer { background: #272945; }

.ly-footer > .ly-inner { max-width: 1100px; margin: 0 auto; }

.ly-footer > .ly-inner > * { float: left; padding: 40px; /* height: 303px;*/ width: 33%; }

.ly-footer .footer-logo { border-left: 1px solid rgba(255, 255, 255, 0.1); }

.ly-footer .footer-logo .img { display: block; width: 82px; height: 85px; background: url("../image/snu-logo_sm.png") no-repeat; background-size: 100% 100%; }

.ly-footer .footer-logo p { margin-top: 20px; color: #7d7f8f; font-size: 12px; line-height: 1.5; font-weight: 500; }

.ly-footer .footer-copyright { width: 34%; margin: 0 0 0 0px; padding-left: 40px; border-left: 1px solid rgba(255, 255, 255, 0.1); border-right: 1px solid rgba(255, 255, 255, 0.1); }

.ly-footer .footer-copyright dt { margin-top: 20px; color: #bfc0c7; font-size: 12px; line-height: 1.6; font-weight: 500; }

.ly-footer .footer-copyright dt:first-child { margin-top: 0; }

.ly-footer .footer-copyright dd { margin: 0; color: #7d7f8f; font-size: 12px; line-height: 1.6; }

.ly-footer .footer-link { padding-left: 0; padding-right: 0; border-right: 1px solid rgba(255, 255, 255, 0.1); }

.ly-footer .footer-link ul { margin: -9px 0 0 0; padding: 0 0 0 40px; }

.ly-footer .footer-link ul li a { font-size: 12px; color: #bfc0c7; text-decoration: none; font-weight: 500; display: inline-block; padding: 9px 0; letter-spacing: 0.1em; }

.ly-footer .footer-link > div { position:relative; padding: 10px 0 0 40px; margin: 25px 0 0 0px; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.ly-footer .footer-link > div a { display: inline-block; padding: 10px 8px; margin-left: 20px; }

.ly-footer .footer-link > div a + a { margin-left: 10px; }

.ly-footer .footer-link > div a img { height: 16px; }

.ly-footer .footer-link > div a:first-child { margin-left: -10px; }

.ly-footer .footer-link > div a.designawards { position:absolute;right:10px;top:0px; }

@media (min-width: 640px) and (max-width: 700px) {
  .ly-footer .footer-link > div a.designawards { top:40px; }
}


@media (min-width: 700px) and (max-width: 799px) {
  .ly-footer .footer-link > div a { padding: 10px 2px; }
}

@media (min-width: 800px) and (max-width: 900px) {
  .ly-footer .footer-link > div a { padding: 10px 5px; }
}

@media (max-width: 1039px) { .ly-footer > .ly-inner > * { padding: 40px 5%; height: auto; }
  .ly-footer .footer-logo .img { width: 67px; height: 70px; }
  .ly-footer .footer-logo { width: 23.5%; }
  .ly-footer .footer-copyright { width: 37.5%; min-height: 324px; }
  .ly-footer .footer-link { width: 39%; }
  .ly-footer > .ly-inner > div.footer-link { padding-left: 0; padding-right: 0; }
  .ly-footer .footer-link ul { padding-left: 11.6%; }
  .ly-footer .footer-link > div { padding-left: 11.6%; } }

@media (max-width: 639px) { .ly-footer > .ly-inner > * { float: none; width: auto; padding: 30px; }
  .ly-footer .footer-logo { padding-bottom: 0; }
  .ly-footer .footer-logo .img { display: inline-block; width: 55.5px; height: 57.5px; }
  .ly-footer .footer-logo p { display: inline-block; vertical-align: top; padding-left: 15px; margin-top: 15px; }
  .ly-footer .footer-copyright { border-left: 0 none; min-height: auto; }
  .ly-footer .footer-copyright dt { margin-top: 15px; }
  .ly-footer > .ly-inner > div.footer-link { padding: 0 30px 20px 30px; }
  .ly-footer .footer-link ul { padding-left: 0; overflow: hidden; }
  .ly-footer .footer-link ul li { float: left; margin-right: 22px; padding-right: 20px; /*mib수정*/ position: relative; }
  .ly-footer .footer-link ul li:after { content: ''; width: 1px; height: 8px; position: absolute; right: 0; top: 50%; margin-top: -4px; background-color: #525569; }
  .ly-footer .footer-link ul li:last-child:after { display: none; }
  .ly-footer .footer-link > div { padding-left: 0; border-top: 0 none; margin-top: 0; padding-top: 10px; }
  .ly-footer .footer-link > div a { /*width: 36px;*/ overflow: hidden; }
  .ly-footer .footer-link > div a:first-child { width: 26px; } }

@media (max-width: 375px) { .ly-footer .footer-link ul li:nth-child(2):after { display: none; }
  .ly-footer .footer-link ul li:nth-child(4):after { display: none; } }

@media (max-width: 320px) { .ly-footer .footer-link ul li:nth-child(1):after { display: none; }
  .ly-footer .footer-link ul li:nth-child(2):after { display: block; }
  .ly-footer .footer-link ul li:nth-child(3):after { display: none; } }

/* index ------------------------------------------------------------------------------------------------ */
/* title */
.ly-section .index-tit { text-align: center; margin-bottom: 46px; }

.ly-section .index-tit span { position: relative; display: inline-block; font-size: 12px; color: #333; padding-top: 47px; letter-spacing: 0.15em; }

.ly-section .index-tit span:before { content: ''; width: 1px; height: 40px; position: absolute; left: 50%; top: 0; margin-left: -0.5px; background-color: #d1d1d1; }

@media (max-width: 639px) { .ly-section .index-tit span { padding-top: 35px; }
  .ly-section .index-tit span:before { height: 25px; } }

/* 메인비쥬얼 */
.index-visual { position: relative; max-width: 2200px; margin: 0 auto; height: 900px; overflow: hidden; }

.index-visual .slide { display: none; height: 100%; }

.index-visual .slide .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.index-visual .slide .tx { position: relative; width: 100%; max-width: 1100px; padding: 0 40px; margin: 0 auto; color: #fff; font-size: 45px; font-weight: 300; line-height: 1.45; 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-visual .slide.active { display: block; }

@media (max-width: 1039px) { .index-visual .slide { background-size: cover; } }

@media (max-width: 639px) { .index-visual { height: 0; max-height: 100vh; padding-bottom: 150%; overflow: hidden; }
  .index-visual .slide { position: absolute; width: 100%; }
  .index-visual .slide .tx { font-size: 25px; padding-left: 15px; } }

/* Number of SNU */
.index-number { padding-bottom: 145px; height: auto; border-bottom: 1px solid #ebebeb; background: #fafafa; overflow: hidden; }

.index-number > .ly-inner { max-width: 1020px; }

.index-number .txt { position: relative; height: 78px; }

.index-number .txt p { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; font-size: 30px; color: #272945; opacity: 0; background-color: #fafafa; line-height: 1.3; }

.index-number .txt p em { font-weight: 600; color: #272945; }

.index-number .txt.on p { opacity: 1; transition: opacity 0.6s; -webkit-transition: opacity 0.6s; }

.index-number .txt .tx1 { opacity: 1; }

.index-number .txt.on .tx2 { transition-delay: 2s; -webkit-transition-delay: 1.8s; }

.index-number .txt.on .tx3 { transition-delay: 5s; -webkit-transition-delay: 5s; }

.index-number .txt.on .tx4 { transition-delay: 9.6s; -webkit-transition-delay: 9.6s; }

.index-number .txt .line3 { display: none; }

.index-number .bar { margin: 40px auto 0; position: relative; }

.index-number .bar .line { float: left; position: relative; width: 100%; height: 20px; background-color: #dadada; }

.index-number .bar .line .load { position: absolute; display: block; left: 0; top: 0; width: 0; height: 100%; background-color: #272945; transition: none; -webkit-transition: none; }

.index-number .bar .line.on .load { width: 100%; transition: width 10s linear; -webkit-transition: width 10s linear; }

.index-number .bar .line b { display: block; float: left; height: 10px; position: absolute; top: 10px; background-color: #fafafa; }

.index-number .bar .line .space1 { width: calc(17.65% + 20px); left: 10px; }

.index-number .bar .line .space2 { width: calc(29.5% - 25px); left: calc(17.65% + 40px); }

.index-number .bar .line .space3 { width: calc(52.85% - 35px); left: calc(47.15% + 25px); }

.index-number .bar p { position: absolute; top: 30px; width: 230px; text-align: center; margin-left: -115px; }

.index-number .bar p.tx1 { left: 0%; }

.index-number .bar p.tx2 { left: calc(17.5% + 30px); }

.index-number .bar p.tx3 { left: calc(47% + 20px); }

.index-number .bar p.tx4 { right: 0; margin-right: -45px; }

.index-number .bar p em { display: block; font-size: 50px; color: #dadada; font-weight: 500; }

.index-number .bar p b { display: block; font-size: 14px; color: #dadada; font-weight: 400; text-align: center; }

.index-number .bar p em, .index-number .bar p b { transition: none; -webkit-transition: none; }

.index-number .bar p.on em, .index-number .bar p.on b { color: #272945; transition: color 0.5s; -webkit-transition: color 0.5s; }

.index-number .bar p.on.tx2 em, .index-number .bar p.on.tx2 b { transition-delay: 1.8s; -webkit-transition-delay: 1.8s; }

.index-number .bar p.on.tx3 em, .index-number .bar p.on.tx3 b { transition-delay: 5s; -webkit-transition-delay: 5s; }

.index-number .bar p.on.tx4 em, .index-number .bar p.on.tx4 b { transition-delay: 9.6s; -webkit-transition-delay: 9.6s; }

.index-number .bar p.on.tx1 b { text-indent: 15px; }

.index-number .bar p.on.tx4 b { text-align: right; padding-right: 8px; }

@media (max-width: 1200px) { .index-number .txt { height: 138px; }
  .index-number .txt .line3 { display: block; }
  .index-number .txt .mo-del { display: none; }
  .index-number .bar { margin-left: 40px; margin-right: 40px; } }

@media (max-width: 639px) { .index-number { padding-bottom: 95px; }
  .index-number .bar { margin: 20px 15px 0 15px; }
  .index-number .bar p { width: 110px; margin-left: -52px; }
  .index-number .bar p.tx1 { margin-left: -43px; }
  .index-number .bar p.tx4 { margin-right: -5px; }
  .index-number .bar p em { font-size: 24px; }
  .index-number .bar p b { font-size: 12px; }
  .index-number .bar p.tx1 b { text-indent: 18px; }
  .index-number .txt { height: 90px; }
  .index-number .txt p { font-size: 20px; }
  .index-number .txt p span { line-height: 1.4; }
  .index-number .txt p.tx4 span { letter-spacing: -0.015em; font-size: 22px; } }

/* SNU MEDIA */
.index-media > .ly-inner { max-width: 1920px; margin: 0 auto; padding-bottom: 100px; }

.index-media .index-media-news { float: left; }

.index-media .index-media-news .imgTx .img { float: left; }

.index-media .index-media-news .imgTx .tx { float: left; }

.index-media .index-media-news .imgTx .tx > div { display: table-cell; padding-left: 90px; width: 500px; height: 342px; vertical-align: middle; }

.index-media .index-media-news .imgTx .tx strong { display: block; color: #333; font-size: 14px; font-weight: 500; }

.index-media .index-media-news .imgTx .tx p { margin-top: 12px; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; max-height: 66px; line-height: 22px; }

.index-media .index-media-notice { position: relative; float: right; width: 1020px; margin: -58px 450px 0 0; box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.2); background-color: #272945; border-radius: 2px; }

.index-media .index-media-notice h3 { position: absolute; left: 30px; top: 30%;; padding-top: 15px !important; color: #fff; font-size: 12px; text-align:center;  line-height:200%;}

.index-media .index-media-notice ul { margin: 0 130px 0 108px; padding: 0; }

.index-media .index-media-notice ul li { position: relative; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.index-media .index-media-notice ul li:first-child { border-top: 0 none; }

.index-media .index-media-notice ul li a { display: block; padding-right: 100px; color: #fff; font-size: 14px; text-decoration: none; height: 50px; line-height: 50px; text-overflow: ellipsis; overflow: hidden; width: 100%; white-space: nowrap; }

.index-media .index-media-notice ul li .date { position: absolute; right: 50px; top: 0; display: block; width: 100px; height: 50px; line-height: 50px; text-align: right; color: #bfc0c7; font-size: 12px; }

.index-media .index-media-notice .common-btn-more { position: absolute; right: 20px; top: 50%; margin-top: -17px; }

.index-media .index-media-notice ul {  margin: 0 10px 0 25px;  padding: 0;}
.index-media .index-media-notice ul li { padding-right:40px; }

@media (max-width: 1500px) { .index-media > .ly-inner { padding-bottom: 35px; }
  .index-media .index-media-news { float: none; }
  .index-media .index-media-news .imgTx { overflow: hidden; }
  .index-media .index-media-news .imgTx .img { width: 50%; }
  .index-media .index-media-news .imgTx .img img { width: 131%; height: auto; margin-left: -31%; }
  .index-media .index-media-news .imgTx .tx { width: 50%; }
  .index-media .index-media-news .imgTx .tx strong { text-overflow: ellipsis; overflow: hidden; width: 100%; height: 16px; }
  .index-media .index-media-news .imgTx .tx p br { display: none; }
  .index-media .index-media-news .imgTx .tx > div { padding: 30px 30px 0 30px; width: 100%; height: 100%; }
  .index-media .index-media-notice { float: none; margin: 40px; width: auto; }
}

@media (max-width: 1039px) { .index-media .index-media-notice h3 { position: static; padding: 20px 20px 10px 20px; }
  .index-media .index-media-notice ul { margin: 0 20px 0 0; }
  .index-media .index-media-notice ul li { width: 100%; }
  .index-media .index-media-notice ul li a { padding-left: 20px; }
  .index-media .index-media-notice .common-btn-more { right: 10px; top: 25px; }
  .index-media .index-media-news .imgTx .tx p { -webkit-line-clamp: 3; }
}

@media (max-width: 639px) { .index-media .index-media-news .imgTx .img { float: none; width: 100%; }
  .index-media .index-media-news .imgTx .img img { width: 100%; margin: 0; }
  .index-media .index-media-news .imgTx .tx { float: none; width: 100%; }
  .index-media .index-media-news .imgTx .tx > div { padding: 20px 15px; height: 100%; }
  .index-media .index-media-news .imgTx .common-btn-more { margin-top: 10px; }
  .index-media .index-media-notice { margin: 25px 15px; }
  .index-media .index-media-notice ul li { margin-left: 20px; width: auto; }
  .index-media .index-media-notice ul li a { padding-right: 0px; padding-left: 0; }
  .index-media .index-media-notice ul li .date { position: static; width: auto; height: auto; line-height: 1.1; padding: 0 0 15px; text-align: left; }
 .index-media .index-media-notice h3 {top: 30%;padding:0; }
}

/* SNU CAMPUS */
.index-campus { overflow: hidden; visibility: hidden; background-size: 1px; background: #000; }

.index-campus > .ly-inner { max-width: 1920px; margin: 0 auto; padding-bottom: 67px; -webkit-transition: background-image 0.5s ease-in-out; transition: background-image 0.5s ease-in-out; }

.index-campus > .ly-inner.bg2 { background: url("/webdata/uploads/eng/image/2020/02/index-campas-bg01.jpg") no-repeat center top; background-size: cover; }

.index-campus > .ly-inner.bg1 { background: url("/webdata/uploads/eng/image/2020/02/index-campas-bg02.jpg") no-repeat center top; background-size: cover; }

.index-campus > .ly-inner.bg3 { background: url("/webdata/uploads/eng/image/2020/02/index-campas-bg03.jpg") no-repeat center top; background-size: cover; }

.index-campus > .ly-inner.bg4 { background: url("/webdata/uploads/eng/image/2021/01/index-campus-bg04.jpg") no-repeat center top; background-size: cover; }

.index-campus > .ly-inner h2.index-tit { max-width: 1020px; margin: 0 auto; padding: 80px 0 0 0; margin-bottom: 25px; }

.index-campus > .ly-inner h2.index-tit { text-align: left; }

.index-campus > .ly-inner h2.index-tit span { font-size: 12px; color: #fff; padding-top: 0; }

.index-campus > .ly-inner h2.index-tit span:before { display: none; }

.index-campus .slider-wrap { width: 1020px; margin: 0 auto; position: relative; }

.index-campus .slider .slick-list { width: 780px; }

.index-campus .slider .slick-list .slick-slide p { color: #fff; font-size: 14px; padding-top: 18px; }

.index-campus .slider .slick-arrow { position: absolute; top: 50%; width: 92px; height: 58px; margin: -29px 0 0 -40px; border: 0 none; text-indent: -9999px; overflow: hidden; }

index-campus .slider .slick-list .slick-slide img { transition: all 0.3s; -webkit-transition: all 0.3s; }

.index-campus .slider .slick-arrow.slick-prev { background: url("../image/silder-arr-prev.png") no-repeat; left: 0; z-index: 1; }

.index-campus .slider .slick-arrow.slick-next { background: url("../image/silder-arr-next.png") no-repeat; left: 780px; margin-left: -50px; }

.index-campus .slider .slick-dots { text-align: center; margin: 13px 0 0 0; padding-left: 0; display: none !important; }

.index-campus .slider .slick-dots li { display: inline-block; margin: 0 5px; }

.index-campus .slider .slick-dots li button { width: 7px; height: 7px; padding: 0; border: 0 none; border-radius: 7.5px; background-color: #fff; opacity: 0.4; text-indent: -9999px; overflow: hidden; }

.index-campus .slider .slick-dots li.slick-active button { opacity: 1; }

.index-campus .btns > div { display: none; width: 90px; position: absolute; right: 110px; bottom: 80px; }

.index-campus .btns > div.active { display: block; }

@media (max-width: 1150px) { .index-campus > .ly-inner { padding-bottom: 40px; }
  .index-campus .slider-wrap { width: 780px; }
  .index-campus > .ly-inner h2.index-tit { text-align: center; padding-top: 0; }
  .index-campus > .ly-inner h2.index-tit span { padding-top: 47px; }
  .index-campus > .ly-inner h2.index-tit span:before { display: block; }
  .index-campus .slider .slick-list .slick-slide p { text-align: center; }
  .index-campus .btns { overflow: hidden; margin-top: 40px; }
  .index-campus .btns > div { position: static; text-align: right; float: right; } }

@media (max-width: 950px) { .index-campus > .ly-inner h2.index-tit { margin-bottom: 60px; }
  .index-campus .slider-wrap { width: calc(100% - 170px); }
  .index-campus .slider .slick-list { width: 100%; }
  .index-campus .slider .slick-list .slick-slide img { width: 100%; height: auto; }
  .index-campus .slider .slick-arrow.slick-prev { margin-left: -45px; }
  .index-campus .slider .slick-arrow.slick-next { left: auto; right: -45px; } }

@media (max-width: 639px) { .index-campus > .ly-inner h2.index-tit { margin-bottom: 50px; }
  .index-campus .slider-wrap { width: calc(100% - 30px); }
  .index-campus .slider .slick-dots { display: block !important; }
  .index-campus .slider .slick-arrow { display: none !important; }
  .index-campus .btns { margin-top: 15px; } }

/* CUSTOM MENU */
.index-custom { text-align: center; padding-bottom: 50px; }

.index-custom .index-tit { margin-bottom: 70px; }

.index-custom .index-custom-select { display: inline-block; }

.index-custom .index-custom-select > * { display: inline-block; vertical-align: middle; margin: 0; font-size: 50px; color: #272945; font-weight: 500; }

.index-custom .index-custom-select > span { border-bottom: 10px solid #fff; }

.index-custom .index-custom-select dl { position: relative; margin: 0 9px 0 25px; }

@media (min-width: 640px) and (max-width: 839px) { .index-custom .index-custom-select dl { width: 510px; } }

@media (min-width: 840px) and (max-width: 1039px) { .index-custom .index-custom-select dl { width: 510px; } }

@media (min-width: 1040px) { .index-custom .index-custom-select dl { width: 510px; } }

.index-custom .index-custom-select dl dt a { display: block; padding: 0 25px 5px 0; border-bottom: 5px solid #272945; text-decoration: none; font-size: 50px; color: #272945; font-weight: 500; background: url("../image/index-select-arr.png") no-repeat right center; }

.index-custom .index-custom-select dl dd { position: absolute; left: 0; top: 62px; width: 100%; margin: 0; background-color: #272945; display: none; }

.index-custom .index-custom-select dl dd ul { padding: 0; margin: 14px 0; }

.index-custom .index-custom-select dl dd ul li a { display: block; height: 70px; line-height: 70px; color: #fff; font-size: 50px; text-decoration: none; font-weight: normal; }

.index-custom .index-custom-select-cont { max-width: 720px; margin: 0 auto; margin-top: 60px; min-height: 180px; display: none; }

.index-custom .index-custom-select-cont a { display: inline-block; height: 36px; line-height: 36px; padding: 0 20px; margin: 2.5px 1.5px; color: rgba(255, 255, 255, 0.8); font-size: 14px; text-decoration: none; background-color: #272945; border-radius: 2px; }

@media (max-width: 839px) { .index-custom .index-tit { margin-bottom: 45px; }
  .index-custom { text-align: left; }
  .index-custom > .ly-inner { margin-left: 15px; margin-right: 15px; }
  .index-custom .index-custom-select { display: block; }
  .index-custom .index-custom-select > * { font-size: 30px; } }

@media (max-width: 839px) and (max-width: 359px) { .index-custom .index-custom-select > * { font-size: 26px; } }

@media (max-width: 839px) { .index-custom .index-custom-select > span:first-child { display: block; }
  .index-custom .index-custom-select dl { margin-left: 0; width: calc(100% - 30px); }
  .index-custom .index-custom-select dl dt a { font-size: 30px; padding-right: 20px; letter-spacing: -0.03em; } }

@media (max-width: 839px) and (max-width: 359px) { .index-custom .index-custom-select dl dt a { font-size: 26px; } }

@media (max-width: 839px) { .index-custom .index-custom-select dl dd { text-align: center; top: 43px; } }

@media (max-width: 839px) and (max-width: 359px) { .index-custom .index-custom-select dl dd { top: 38px; } }

@media (max-width: 839px) { .index-custom .index-custom-select dl dd ul { margin: 7px 0 10px; }
  .index-custom .index-custom-select dl dd ul li a { font-size: 30px; height: 50px; line-height: 50px; white-space: nowrap; } }

@media (max-width: 839px) and (max-width: 359px) { .index-custom .index-custom-select dl dd ul li a { font-size: 26px; } }

@media (max-width: 839px) { .index-custom .index-custom-select-cont { margin-top: 30px; } }

/* 입학 메인 ------------------------------------------------------------------------------------------------ */
.page-admission-submain .ly-content .ly-section > .ly-inner { padding: 60px 0; max-width: 1020px; }

.page-admission-submain .ly-content h2 { margin-bottom: 30px; font-size: 26px; line-height: 1.25; /*mib추가*/ color: #000; font-family: 'Noto Serif SC'; }

@media (max-width: 639px) { .page-admission-submain .ly-content h2 { letter-spacing: -0.02em; /*mib추가*/ } }

@media (max-width: 1039px) { .page-admission-submain .ly-content .ly-section > .ly-inner { margin-left: 40px; margin-right: 40px; } }

@media (max-width: 639px) { .page-admission-submain .ly-content .ly-section > .ly-inner { padding: 40px 0; }
  .page-admission-submain .ly-content .ly-section > .ly-inner { margin-left: 15px; margin-right: 15px; }
  .page-admission-submain .ly-content h2 { font-size: 20px; } }

/*  비주얼 */
.index-admission-visual { position: relative; max-width: 1920px; margin: 0 auto; height: 823px; }

@media (max-width: 639px) { .index-admission-visual { height: 0; max-height: 100vh; padding-bottom: 150%; overflow: hidden; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-admission-visual { height: 112.5vw; max-height: 900px; } }

.index-admission-visual .slide { display: none; height: 100%; }

.index-admission-visual .slide .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.index-admission-visual .slide .tx { max-width: 1100px; width: 100%; margin: 0 auto; color: #fff; font-size: 32px; line-height: 1.45; text-align: center; font-family: 'Noto Serif SC'; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); 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-admission-visual .slide .tx br { display: none; }

.index-admission-visual .slide.active { display: block; }

@media (max-width: 1039px) { .index-admission-visual .slide .tx br { display: block; } }

@media (max-width: 639px) { .index-admission-visual .slide { position: absolute; width: 100%; }
  .index-admission-visual .sld1 { background-size: cover; }
  .index-admission-visual .sld2 { background-size: cover; }
  .index-admission-visual .sld3 { background-size: cover; } }

/* admission-menu */
.page-admission-submain .ly-content .ly-section.admission-menu { background-color: #f7f7f7; }

.page-admission-submain .ly-content .ly-section.admission-menu > .ly-inner { padding-top: 50px; }

.admission-menu-list { margin: 0; padding: 0; }

.admission-menu-list li { float: left; position: relative; width: 188px; height: 194px; margin: 0; margin-left: 20px; background: #fff; }

.admission-menu-list li:first-child { margin-left: 0; }

.admission-menu-list li a { display: block; position: relative; height: 100%; text-decoration: none; padding: 30px; }

.admission-menu-list li a span { font-size: 20px; color: #1b3b86; font-weight: 500; }

.admission-menu-list li:before { content: ''; width: 54px; height: 56px; position: absolute; right: 30px; bottom: 30px; }

.admission-menu-list li:nth-child(1):before { background: url("/webdata/uploads/eng/image/2020/02/admssn-mnlist-ico01.png") no-repeat; background-size: 100% 100%; }

.admission-menu-list li:nth-child(2):before { background: url("/webdata/uploads/eng/image/2020/02/admssn-mnlist-ico02.png") no-repeat; background-size: 100% 100%; }

.admission-menu-list li:nth-child(3):before { background: url("/webdata/uploads/eng/image/2020/02/admssn-mnlist-ico03.png") no-repeat; background-size: 100% 100%; }

.admission-menu-list li:nth-child(4):before { background: url("/webdata/uploads/eng/image/2020/02/admssn-mnlist-ico04.png") no-repeat; background-size: 100% 100%; }

.admission-menu-list li:nth-child(5):before { background: url("/webdata/uploads/eng/image/2020/02/admssn-mnlist-ico05.png") no-repeat; background-size: 100% 100%; }

@media (max-width: 1039px) { .admission-menu-list li { width: 18.7%; margin-left: 1.62%; height: 160px; }
  .admission-menu-list li:first-child { margin-left: 0; }
  .admission-menu-list li:before { bottom: 20px; right: 10px; width: 42px; height: 44px; }
  .admission-menu-list li a { padding: 20px 14px; }
  .admission-menu-list li a span { word-break: break-word; font-size: 16px; } }

@media (max-width: 1039px) and (max-width: 820px) { .admission-menu-list li a span { font-size: 14px; letter-spacing: -0.03em; word-break: keep-all; } }

@media (max-width: 639px) { .page-admission-submain .ly-content .ly-section.admission-menu > .ly-inner { padding: 20px 0; }
  .admission-menu-list li { float: none; width: 100%; height: auto; margin-left: 0; margin-top: 10px; }
  .admission-menu-list li:first-child { margin-top: 0; }
  .admission-menu-list li:before { width: 27px; height: 28px; top: 50%; margin-top: -14px; }
  .admission-menu-list li a span { font-size: 14px; }
  .admission-menu-list li a span br { display: none; } }

/* Announcements from the Office of Admissions */
.page-admission-submain .ly-content .ly-section.admission-bbs > .ly-inner { padding-bottom: 40px; }

@media (max-width: 639px) { .page-admission-submain .ly-content .ly-section.admission-bbs > .ly-inner { padding-bottom: 15px; /*mib추가*/ } }

.admission-bbs-list { margin: 0; padding: 0; border-top: 1px solid #ebebeb; }

.admission-bbs-list li { position: relative; border-bottom: 1px solid #ebebeb; font-size: 0; }

.admission-bbs-list li .cate { display: inline-block; line-height: 75px; padding: 0 0 0 10px; font-size: 14px; font-weight: 500; vertical-align: top; color: #193988; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 639px) { .admission-bbs-list li .cate { height: auto; padding-top: 10px; line-height: 20px; } }

@media (min-width: 640px) and (max-width: 1039px) { .admission-bbs-list li .cate { width: 130px; } }

@media (min-width: 1040px) { .admission-bbs-list li .cate { width: 180px; } }

.admission-bbs-list li a { display: inline-block; width: 840px; padding: 0 120px 0 10px; height: 75px; line-height: 75px; font-size: 14px; color: #333; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (min-width: 640px) and (max-width: 1039px) { .admission-bbs-list li a { width: calc(100% - 130px); } }

.admission-bbs-list li .date { padding-right: 10px; position: absolute; right: 0; top: 0; height: 75px; line-height: 75px; font-size: 14px; color: #666; }

.admission-bbs .btn { margin-top: 20px; }

@media (max-width: 639px) { .admission-bbs .btn { margin-top: 15px; /*mib추가*/ } }

.admission-bbs .btn a { float: right; margin-right: -10px; }

@media (max-width: 639px) { .admission-bbs-list li a { width: 100%; padding: 0; line-height: 1.3; height: auto; padding: 2px 10px 9px; }
  .admission-bbs-list li .date { display: inline-block; padding: 0; position: static; height: auto; line-height: 1; padding: 0 10px 15px; } }

/* Contact SNU Office of Admissions for more information */
.admission-contactinfo { background: #f7f7f7; }

@media (max-width: 639px) { .admission-contactinfo .ly-inner { padding: 50px 0 40px !important; } }

@media (min-width: 640px) and (max-width: 1039px) { .admission-contactinfo .ly-inner { padding: 30px 0 33px !important; } }

@media (max-width: 639px) { .admission-contactinfo .ly-inner .title { margin-bottom: 14px; } }

@media (min-width: 640px) and (max-width: 1039px) { .admission-contactinfo .ly-inner .title { margin-bottom: 23px; } }

@media (min-width: 1040px) { .admission-contactinfo .ly-inner .title { margin-bottom: 0; } }

@media (min-width: 1040px) { .admission-contactinfo .contactinfo-group { margin-top: 40px; } }

.admission-contactinfo .contactinfo-group .line { position: relative; }

@media (max-width: 639px) { .admission-contactinfo .contactinfo-group .line.pd { padding: 1px 0; } }

@media (min-width: 640px) and (max-width: 1039px) { .admission-contactinfo .contactinfo-group .line.pd { padding: 1px 0; } }

.admission-contactinfo .contactinfo-group .line .subtitle { position: relative; display: inline-block; padding-right: 13px; font-family: 'Noto Serif SC', serif; font-weight: 500; color: #333; background: #f7f7f7; }

@media (max-width: 639px) { .admission-contactinfo .contactinfo-group .line .subtitle { font-size: 13px; line-height: 13px; } }

@media (min-width: 640px) { .admission-contactinfo .contactinfo-group .line .subtitle { font-size: 16px; line-height: 17px; } }

.admission-contactinfo .contactinfo-group .line::before { content: ''; display: block; position: absolute; right: 0; width: calc(100% - 10px); height: 1px; background: #ebebeb; 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%); }

.admission-contactinfo .contactinfo-group .contact { font-size: 0; }

@media (max-width: 639px) { .admission-contactinfo .contactinfo-group .contact { margin: 24px 0; } }

@media (min-width: 640px) and (max-width: 1039px) { .admission-contactinfo .contactinfo-group .contact { margin: 38px 0; } }

@media (min-width: 1040px) { .admission-contactinfo .contactinfo-group .contact { margin: 34px 0; } }

@media (min-width: 1040px) { .admission-contactinfo .contactinfo-group .contact.double .list { width: 50%; } }

@media (min-width: 1040px) { .admission-contactinfo .contactinfo-group .contact.third .list:nth-child(1) { width: 25%; }
  .admission-contactinfo .contactinfo-group .contact.third .list:nth-child(2) { width: 36%; }
  .admission-contactinfo .contactinfo-group .contact.third .list:nth-child(3) { width: 39%; } }

.admission-contactinfo .contactinfo-group .contact .list { display: block; position: relative; min-height: 32px; vertical-align: middle; }

@media (min-width: 1040px) { .admission-contactinfo .contactinfo-group .contact .list { display: inline-block; padding-left: 50px; } }

.admission-contactinfo .contactinfo-group .contact .list::before { content: ''; display: block; width: 30px; height: 32px; }

@media (max-width: 639px) { .admission-contactinfo .contactinfo-group .contact .list::before { display: inline-block; margin-right: 20px; vertical-align: middle; } }

@media (min-width: 640px) and (max-width: 1039px) { .admission-contactinfo .contactinfo-group .contact .list::before { display: inline-block; margin-right: 20px; vertical-align: middle; } }

@media (min-width: 1040px) { .admission-contactinfo .contactinfo-group .contact .list::before { 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%); } }

.admission-contactinfo .contactinfo-group .contact .list.icon-phone::before { background: url("../image/icon-contact-phone_sm.png") center center/30px auto no-repeat; }

.admission-contactinfo .contactinfo-group .contact .list.icon-mail::before { background: url("../image/icon-contact-mail_sm.png") center center/30px auto no-repeat; }

.admission-contactinfo .contactinfo-group .contact .list.icon-map::before { background: url("../image/icon-contact-map_sm.png") center center/30px auto no-repeat; }

.admission-contactinfo .contactinfo-group .contact .list .item-wrap { display: inline-block; max-width: calc(100% - 50px); vertical-align: middle; }

.admission-contactinfo .contactinfo-group .contact .list .item { display: block; font-size: 14px; font-weight: 400; color: #666; }

@media (max-width: 639px) { .admission-contactinfo .contactinfo-group .contact .list .item { line-height: 20px; } }

@media (min-width: 640px) { .admission-contactinfo .contactinfo-group .contact .list .item { line-height: 22px; } }

.admission-contactinfo .contactinfo-group .contact .list .item .light { color: #888; }

.admission-contactinfo .contactinfo-group .contact .list a { text-decoration: none; color: inherit; }

@media (max-width: 639px) { .admission-contactinfo .contactinfo-group .contact .list + .list { margin-top: 16px; } }

@media (min-width: 640px) and (max-width: 1039px) { .admission-contactinfo .contactinfo-group .contact .list + .list { margin-top: 16px; } }

@media (min-width: 1040px) { .admission-contactinfo .contactinfo-group .contact ~ .contact { margin-top: 30px; } }

.page-admission-submain .ly-content .ly-section.admission-contact { background-color: #f7f7f7; }

.page-admission-submain .ly-content .ly-section.admission-contact > .ly-inner { padding-bottom: 75px; }

.admission-contact-list { margin: 0; padding: 0 0 0 50px; box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.2); background-color: #262846; border-radius: 2px; }

.admission-contact-list li { float: left; display: table; position: relative; padding-left: 49px; height: 150px; }

.admission-contact-list li:nth-child(2) { margin: 0 71px; }

.admission-contact-list li:nth-child(3) { padding-left: 45px; }

.admission-contact-list li:after { content: ''; width: 49px; height: 100%; position: absolute; left: 0; top: 0; }

.admission-contact-list li:nth-child(1):after { background: url("/webdata/uploads/eng/image/2020/02/admssn-contact-ico01.png") no-repeat left center; background-size: auto 30px; }

.admission-contact-list li:nth-child(2):after { background: url("/webdata/uploads/eng/image/2020/02/admssn-contact-ico02.png") no-repeat left center; background-size: auto 30px; }

.admission-contact-list li:nth-child(3):after { background: url("/webdata/uploads/eng/image/2020/02/admssn-contact-ico03.png") no-repeat left center; background-size: auto 30px; }

.admission-contact-list li > div { height: 100%; display: table-cell; vertical-align: middle; }

.admission-contact-list li a, .admission-contact-list li p { color: #bfc0c7; font-size: 14px; line-height: 1.9; }

.admission-contact-list li a { display: block; text-decoration: none; }

@media (max-width: 1039px) { .admission-contact-list { padding: 37.5px 50px; }
  .admission-contact-list li { height: auto; float: none; display: block; padding-top: 12.5px; padding-bottom: 12.5px; }
  .admission-contact-list li:nth-child(2) { margin: 0; }
  .admission-contact-list li > div { display: block; }
  .admission-contact-list li > div a { display: inline-block; }
  .admission-contact-list li > div a:first-child:after { content: ','; } }

@media (max-width: 1039px) and (min-width: 640px) { .admission-contact-list li > div p br { display: none; } }

@media (max-width: 639px) { .page-admission-submain .ly-content .ly-section.admission-contact > .ly-inner { padding-bottom: 50px; }
  .admission-contact-list { padding: 12.5px 25px; }
  .admission-contact-list li > div a { display: block; }
  .admission-contact-list li > div a:first-child:after { content: ''; } }

/* banner */
.page-admission-submain .ly-content .ly-section.admission-banner { background-color: #1b3b86; }

.page-admission-submain .ly-content .ly-section.admission-banner > .ly-inner { padding: 40px 0; background: url("/webdata/uploads/eng/image/2020/02/admission-banner-bg01.jpg") no-repeat right bottom; }

.page-admission-submain .ly-content .ly-section.admission-banner h2 { margin-bottom: 20px; font-size: 16px; line-height: 24px; /*mib추가*/ color: #fff; }

.admission-banner-link a { display: inline-block; padding: 0 55px 0 15px; border: 1px solid #fff; height: 40px; line-height: 38px; font-size: 14px; color: #fff; text-decoration: none; background: url("../image/common-newwin-ico.png") no-repeat right 16px center; background-size: 10px 10px; margin-right: 13px; }

@media (max-width: 1039px) { .admission-banner-link a { padding: 0 37px 0 15px; /*mib 추가*/ background: url("../image/common-newwin-ico.png") no-repeat right 14px center; background-size: 10px 10px; letter-spacing: -0.01em; } }

@media (max-width: 359px) { .admission-banner-link a { font-size: 13px; /*mib 추가*/ letter-spacing: -0.05em; /*mib 추가*/ } }

@media (max-width: 1039px) { .admission-banner-link { width: 370px; }
  .admission-banner-link a:first-child { margin-bottom: 10px; } }

@media (max-width: 760px) { .page-admission-submain .ly-content .ly-section.admission-banner > .ly-inner { padding-bottom: 90px; background-position: center bottom -14px; background-size: auto 100px; }
  .admission-banner-link { width: auto; }
  .admission-banner-link a { margin-right: 0; } }

.page-contacts .ly-lnb .navigation-gnb-d2-list:after, .page-site-index .ly-lnb .navigation-gnb-d2-list:after, .page-sitemap .ly-lnb .navigation-gnb-d2-list:after { display: none; }

@media (min-width: 1040px) { .page-contacts .ly-main .ly-content, .page-site-index .ly-main .ly-content, .page-sitemap .ly-main .ly-content { padding-top: 180px; } }

.ly-lnb.menu .navigation-gnb-d2-titlegroup { display: none; }

.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; } }

.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-width: 639px) { .common-popup-dimmed .popup-cont { width: 100%; } }

@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); } }

.common-popup-dimmed .popup-cont .popup-header { text-align: right; }

.popup-cont.popup-lg {
    width: 1024px;
}


@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: 500; letter-spacing: 0; vertical-align: middle; color: #fff; }

@media (max-width: 639px) { .page-epresident .ly-popheader .title { font-size: 13px; line-height: 15px; } }

@media (min-width: 640px) { .page-epresident .ly-popheader .title { font-size: 25px; line-height: 35px; } }

.page-epresident .ly-popheader .title .strong { font-weight: 700; }

@media (max-width: 639px) { .page-epresident .ly-popheader .title .strong { display: block; } }

.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 100px 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: 15px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .titlegroup { padding-bottom: 16px; } }

.page-epresident .ly-popmain .ly-popcontent .titlegroup .title { font-weight: 700; line-height: 1; letter-spacing: 0; color: #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .titlegroup .title { font-size: 20px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .titlegroup .title { font-size: 26px; } }

.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: 18px 0 18px; } }

.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: 16px; font-weight: 500; line-height: 20px; letter-spacing: 0; color: #1b3b86; }

.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; vertical-align: top; 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: 16px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board { margin-top: 26px; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board ~ .board { margin-top: 26px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board ~ .board { margin-top: 40px; } }

.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: 11px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-sort { width: 140px; padding-right: 11px; line-height: 26px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap { display: inline-block; font-weight: 400; line-height: 1.5; 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; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap { display: inline-block; width: calc(100% - 140px); font-size: 14px; } }

.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: 1039px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-textarea ul li::before { top: 7px; } }

@media (min-width: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ul ul li + li { margin-top: 10px; } }

@media (min-width: 1040px) { .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: 1039px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-profile .board .table-wrap.type-ol ol li + li { margin-top: 10px; } }

@media (min-width: 1040px) { .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: 400; 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: 11px; } }

.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: 120px; } }

.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 { width: 100%; text-align: left; vertical-align: top; }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap { text-align: right; } }

.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 { display: block; width: 100%; margin-bottom: 5px; } }

@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: 689px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword { width: calc(100% - 105px); margin: 0; } }

@media (min-width: 690px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .keyword { width: 200px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-search .input-wrap .search { display: inline-block; width: 59px; 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: 41px; 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 { letter-spacing: 0; color: #333; }

@media (max-width: 639px) { .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: 13px; line-height: 18px; } }

@media (min-width: 640px) { .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; } }

.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; color: #888; }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-rate { width: 90px; color: #888; }

.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 { padding: 10px 0 11px; border-bottom: 0; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title { padding: 12px 20px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title a { display: inline-block; max-width: calc(100% - 22px); line-height: 1.38; vertical-align: middle; text-decoration: none; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-title a { 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 a { color: #666; } }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-board .table td.col-data { padding-bottom: 10px; 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 10px; 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; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .header-h { border-bottom: 1px solid #ebebeb; font-weight: 500; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .header-h { padding: 8px 0; font-size: 13px; line-height: 18px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .header-h { padding: 18px 0; font-size: 14px; line-height: 20px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .header-h .point { display: inline-block; margin-right: 6px; font-weight: 500; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .header-h .point { font-size: 16px; line-height: 18px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .header-h .point { font-size: 16px; line-height: 20px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header { position: relative; }

@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: 13px; } }

@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-header .info .btn { display: inline-block; position: absolute; right: 0; bottom: 11px; width: 32px; height: 28px; border: 1px solid #d1d1d1; border-radius: 2px; vertical-align: top; text-decoration: none; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info .btn { padding: 0; font-size: 1px; color: rgba(0, 0, 0, 0); } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info .btn { font-size: 12px; font-weight: 500; line-height: 26px; letter-spacing: 0; color: #666; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-header .info .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-view .view-header .info .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-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; max-width: calc(100% - 50px); }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-footer .flie-wrap .btn-down { display: inline-block; padding-left: 20px; font-size: 12px; font-weight: 400; line-height: 16px; letter-spacing: 0; text-decoration: none; color: #666; background: url("../image/icon-file.png") left top 1px/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; font-size: 14px; font-weight: 500; line-height: 50px; letter-spacing: 0; vertical-align: middle; color: #333; }

@media (max-width: 639px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .strong { width: 64px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .strong { width: 74px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .link { display: inline-block; position: relative; font-size: 14px; 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 { max-width: calc(100% - 65px); padding: 14px 0 14px 20px; font-weight: 300; line-height: 16px; } }

@media (min-width: 640px) { .page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .link { max-width: calc(100% - 75px); padding-left: 20px; font-weight: 400; line-height: 20px; } }

.page-epresident .ly-popmain .ly-popcontent .content .popup-common-view .view-nav .nav .link::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; }

@media (max-width: 639px) { .content.pop-message { margin-top: 10px; } }

@media (min-width: 640px) { .content.pop-message { margin-top: 20px; } }

.content.pop-message .pop-title { font-weight: 700; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .content.pop-message .pop-title { margin: 15px 0 20px; font-size: 17px; line-height: 18px; } }

@media (min-width: 640px) { .content.pop-message .pop-title { margin: 30px 0; font-size: 20px; line-height: 22px; } }

.content.pop-message .pop-title-h { border-bottom: 1px solid #ebebeb; font-weight: 500; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .content.pop-message .pop-title-h { padding: 0 0 8px; font-size: 13px; line-height: 18px; } }

@media (min-width: 640px) { .content.pop-message .pop-title-h { padding: 0 0 18px; font-size: 14px; line-height: 20px; } }

.content.pop-message .pop-title-h .point { display: inline-block; margin-right: 6px; font-weight: 500; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .content.pop-message .pop-title-h .point { font-size: 16px; line-height: 18px; } }

@media (min-width: 640px) { .content.pop-message .pop-title-h .point { font-size: 16px; line-height: 20px; } }

.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-weight: 400; letter-spacing: 0; color: #666; }

@media (max-width: 1039px) { .content.pop-message .pop-p { margin-bottom: 20px; font-size: 13px; line-height: 18px; } }

@media (min-width: 1040px) { .content.pop-message .pop-p { margin-bottom: 30px; font-size: 14px; line-height: 22px; } }

.content.pop-message .pop-p .point { font-weight: 700; color: #1b3b86; }

@media (max-width: 639px) { .content.pop-message .pop-p .point { font-size: 17px; } }

@media (min-width: 640px) { .content.pop-message .pop-p .point { font-size: 20px; } }

.content.pop-message .pop-p .email { display: block; padding: 16px 0; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }

@media (max-width: 639px) { .content.pop-message .pop-p .email { font-size: 12px; } }

@media (min-width: 640px) { .content.pop-message .pop-p .email { padding: 8px 0; } }

.content.pop-message .pop-p .email .link { text-decoration: none; color: inherit; }

.content.pop-message .pop-sign { font-weight: 400; letter-spacing: 0; text-align: left; color: #333; }

@media (max-width: 639px) { .content.pop-message .pop-sign { margin-top: 27px; font-size: 12px; line-height: 18px; } }

@media (min-width: 640px) { .content.pop-message .pop-sign { margin-top: 38px; font-size: 14px; line-height: 20px; } }

.content.pop-message .pop-sign img { margin-bottom: 10px; }

.content.pop-vision .img-title .figure-graph { margin: 0 0 30px 0; }

@media (max-width: 1039px) { .content.pop-vision .img-title .figure-graph img { width: 100%; } }

@media (min-width: 1040px) { .content.pop-vision .img-title .figure-graph img { max-width: 680px; } }

@media (min-width: 1040px) { .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: 1039px) { .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: 1039px) { .content.pop-vision .graph { margin-bottom: 30px; } }

@media (min-width: 1040px) { .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: 1039px) { .content.pop-vision .graph .figure-graph { margin: 0 27px; } }

@media (min-width: 1040px) { .content.pop-vision .graph .figure-graph { margin: 0; } }

@media (max-width: 1039px) { .content.pop-vision .graph .figure-graph img { width: 100%; max-width: 549px; } }

@media (min-width: 1040px) { .content.pop-vision .graph .figure-graph img { max-width: 275px; } }

@media (max-width: 1039px) { .content.pop-vision .step-wrap .step-content { margin-top: 30px; } }

@media (min-width: 1040px) { .content.pop-vision .step-wrap .step-content { display: inline-block; width: 320px; margin-top: 50px; vertical-align: top; } }

@media (min-width: 1040px) { .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: 1040px) { .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: 1039px) { .content.pop-plan .img-title .figure-graph img { width: 100%; } }

@media (min-width: 1040px) { .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: 1039px) { .content.pop-plan .step-wrap .step-content { margin-top: 50px; } }

@media (min-width: 1040px) { .content.pop-plan .step-wrap .step-content { display: inline-block; width: 320px; margin-top: 50px; vertical-align: top; } }

@media (max-width: 1039px) { .content.pop-plan .step-wrap .step-content:first-of-type { margin-top: 17px; } }

@media (min-width: 1040px) { .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: 1040px) { .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: 1039px) { .content.pop-plan .step-wrap .step-content img { width: 90%; } }

@media (min-width: 1040px) { .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 SC'; 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 { margin-bottom: 29px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-page-path { margin-bottom: 70px; } }

@media (min-width: 1040px) { .common-page-path { margin-bottom: 50px; } }

@media (min-width: 1040px) { .common-page-path .mobile { display: none; } }

.common-page-path .mobile .upper .upper-page { font-family: 'Roboto', sans-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: 12px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-page-path .mobile .upper .upper-page { font-size: 17px; } }

.common-page-path .mobile .upper .bar { display: inline-block; position: relative; width: 18px; 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: 639px) { .common-page-path .mobile .upper .bar { height: 14px; }
  .common-page-path .mobile .upper .bar::after { height: 10px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-page-path .mobile .upper .bar { height: 16px; }
  .common-page-path .mobile .upper .bar::after { height: 15px; } }

.common-page-path .mobile .current-page { font-family: 'Noto Serif SC', serif; font-weight: 600; line-height: 1; letter-spacing: 0; vertical-align: middle; color: #3667c1; }

@media (max-width: 639px) { .common-page-path .mobile .current-page { margin-top: 3px; font-size: 30px; line-height: 1.2; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-page-path .mobile .current-page { margin-top: 20px; font-size: 35px; } }

@media (max-width: 1039px) { .common-page-path .desktop { display: none; } }

.common-page-path .desktop .upper { display: inline-block; height: 20px; font-size: 0; vertical-align: bottom; }

.common-page-path .desktop .upper .upper-page { display: inline-block; height: 20px; font-family: 'Roboto', sans-serif; font-size: 17px; font-weight: 400; line-height: 20px; letter-spacing: 0; vertical-align: middle; color: #333; }

.common-page-path .desktop .upper .bar { display: inline-block; position: relative; width: 40px; height: 16px; 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: 17px; margin: auto; background: #000; transform: rotate(26.54deg); }

.common-page-path .desktop .current-page { display: inline-block; height: 30px; font-family: 'Noto Serif SC', serif; font-size: 30px; font-weight: 600; line-height: 30px; letter-spacing: 0; vertical-align: middle; color: #3667c1; }

.common-coment { text-align: right; }

@media (max-width: 1039px) { .common-coment { margin-top: 30px; } }

@media (min-width: 1040px) { .common-coment { margin-top: 60px; } }

.common-coment .txt { display: inline-block; padding-left: 19px; font-style: italic; letter-spacing: 0; color: #888; }

@media (max-width: 1039px) { .common-coment .txt { font-size: 11px; line-height: 15px; background: url("../image/icon-update_lg.png") left top 0px/auto 15px no-repeat; } }

@media (min-width: 1040px) { .common-coment .txt { font-size: 13px; line-height: 24px; background: url("../image/icon-update_lg.png") left top 4px/auto 15px no-repeat; } }

.common-icon::before { content: ''; display: inline-block; width: 20px; height: 16px; vertical-align: middle; }

.common-icon.plti { display: inline-block; padding-left: 21px; text-indent: -21px; }

.common-icon.tel::before { background: url("../image/guide-tel_sm.png") left top 1px/12px auto no-repeat; }

.common-icon.fax::before { background: url("../image/guide-fax_sm.png") left top 2px/14px auto no-repeat; }

@media (max-width: 639px) { .common-icon.fax::before { background: url("../image/guide-fax_sm.png") left top/13px auto no-repeat; } }

.common-icon.save::before { background: url("../image/guide-save_sm.png") left top 2px/12px auto no-repeat; }

.common-icon.mail::before { background: url("../image/guide-mail_sm.png") left top 2px/14px auto no-repeat; }

.common-icon.map::before { background: url("../image/guide-map_sm.png") left top 0px/12px auto no-repeat; }

@media (max-width: 639px) { .common-icon.map::before { background: url("../image/guide-map_sm.png") left top/11px auto no-repeat; } }

.common-icon.home::before { background: url("../image/guide-home_sm.png") left top 0px/14px auto no-repeat; }

@media (max-width: 639px) { .common-icon.home::before { background: url("../image/guide-home_sm.png") left top 0px/13px auto no-repeat; } }

.common-icon.time::before { background: url("../image/guide-time_sm.png") left top 0px/14px auto no-repeat; }

.common-icon.bullet { display: inline-block; position: relative; padding-left: 8px; }

@media (max-width: 1039px) { .common-icon.bullet { font-size: 13px; line-height: 18px; } }

@media (min-width: 1040px) { .common-icon.bullet { font-size: 14px; line-height: 22px; } }

.common-icon.bullet::before { position: absolute; left: 0; width: 3px; height: 3px; border-radius: 100%; background: #666; }

@media (max-width: 1039px) { .common-icon.bullet::before { top: 6px; } }

@media (min-width: 1040px) { .common-icon.bullet::before { top: 10px; } }

.common-icon.list { display: inline-block; position: relative; padding-left: 8px; }

.common-icon.list::before { position: absolute; left: 0; border-radius: 100%; background: #666; }

@media (max-width: 1039px) { .common-icon.list::before { top: 8px; width: 3px; height: 1px; } }

@media (min-width: 1040px) { .common-icon.list::before { top: 12px; width: 4px; height: 1px; } }

.common-icon.list.table:before { top: 8px; }

.common-icon-metro::before { content: ''; display: inline-block; width: 22px; height: 22px; margin-right: 7px; vertical-align: middle; }

.common-icon-metro.metro-1::before { background: url("../image/icon-metro-num1_lg.png") left top 0px/22px auto no-repeat; }

.common-icon-metro.metro-2::before { background: url("../image/icon-metro-num2_lg.png") left top 0px/22px auto no-repeat; }

.common-icon-metro.metro-3::before { background: url("../image/icon-metro-num3_lg.png") left top 0px/22px auto no-repeat; }

.common-icon-metro.metro-4::before { background: url("../image/icon-metro-num4_lg.png") left top 0px/22px auto no-repeat; }

.common-icon-metro.metro-5::before { background: url("../image/icon-metro-num5_lg.png") left top 0px/22px auto no-repeat; }

.common-icon-metro a { text-decoration: none; color: #666; color: inherit; }

.common-icon-bus::before { content: ''; display: inline-block; width: 14px; height: 15px; margin-right: 8px; vertical-align: middle; }

.common-icon-bus.bus-red::before { background: url("../image/icon-bus-r_lg.png") left top 0px/14px auto no-repeat; }

.common-icon-bus.bus-green::before { background: url("../image/icon-bus-g_lg.png") left top 0px/14px auto no-repeat; }

.common-icon-bus.bus-blue::before { background: url("../image/icon-bus-b_lg.png") left top 0px/14px auto no-repeat; }

.common-icon-bus.bus-town::before { background: url("../image/icon-bus-t_lg.png") left top 0px/14px auto no-repeat; }

.common-icon-bus.bus-air::before { background: url("../image/icon-bus-air_lg.png") left top 0px/14px auto no-repeat; }

.common-icon-bus a { text-decoration: none; color: #666; color: inherit; }

.common-desc { font-family: 'Noto Serif SC', serif; font-weight: 600; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .common-desc { font-size: 15px; line-height: 21px; } }

@media (min-width: 640px) { .common-desc { font-size: 16px; line-height: 24px; } }

.common-normaltext { letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .common-normaltext { font-size: 13px; line-height: 18px; } }

@media (min-width: 640px) { .common-normaltext { font-size: 14px; line-height: 22px; } }

.common-normaltext .point { font-weight: 500; }

.common-tip { padding-left: 14px; line-height: 1.3333; font-weight: 400; text-indent: -14px; color: #888; }

@media (max-width: 639px) { .common-tip { font-size: 12px; } }

@media (min-width: 640px) { .common-tip { font-size: 13px; } }

.common-strongtext { font-weight: 500; color: #333; }

@media (max-width: 639px) { .common-strongtext { font-size: 13px; line-height: 19px; } }

@media (min-width: 640px) { .common-strongtext { font-size: 14px; line-height: 22px; } }

.common-strongtext .link { margin-left: 5px; font-weight: 400; text-decoration: none; color: inherit; }

@media (max-width: 1039px) { .common-strongtext .link { font-size: 12px; } }

@media (min-width: 1040px) { .common-strongtext .link { font-size: 13px; } }

.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); }

.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: 1039px) { .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: 1040px) { .common-board .board-img { padding-bottom: 30px; -webkit-column-width: 225px; -moz-column-width: 225px; column-width: 225px; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } }

.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: 1039px) { .common-board .board-img .item { display: inline-block; margin-bottom: 30px; } }

@media (min-width: 1040px) { .common-board .board-img .item { display: inline-block; margin-bottom: 40px; } }

@media (max-width: 1039px) { .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: 700; 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: 1039px) { .common-board .board-img .item .cate { padding-bottom: 10px; font-size: 16px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .board-img .item .texts { padding-bottom: 30px; } }

@media (min-width: 1040px) { .common-board .board-img .item .texts { padding-bottom: 30px; } }

.common-board .board-img .item .texts .title { display: block; font-weight: 700; 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; 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: 1039px) { .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: 1040px) { .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; 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: 1039px) { .common-board .board-img .item .texts .sub { max-height: 88px; margin-top: 10px; font-size: 14px; line-height: 22px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-img .item .texts .sub { max-height: 88px; margin-top: 15px; font-size: 14px; line-height: 22px; letter-spacing: 0; 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; 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: 1039px) { .common-board .board-img .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-img .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: 0; 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: 1039px) { .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: 1040px) { .common-board .board-img2 { padding-bottom: 30px; -webkit-column-width: 225px; -moz-column-width: 225px; column-width: 225px; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } }

.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: 1039px) { .common-board .board-img2 .item { margin-bottom: 30px; } }

@media (min-width: 1040px) { .common-board .board-img2 .item { display: inline-block; margin-bottom: 40px; } }

@media (max-width: 1039px) { .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: 700; 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: 1039px) { .common-board .board-img2 .item .cate { padding-bottom: 10px; font-size: 16px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .board-img2 .item .texts { padding-bottom: 30px; } }

@media (min-width: 1040px) { .common-board .board-img2 .item .texts { padding-bottom: 30px; } }

.common-board .board-img2 .item .texts .title { display: block; font-weight: 700; 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; 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: 1039px) { .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: 1040px) { .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; 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: 1039px) { .common-board .board-img2 .item .texts .sub { max-height: 88px; margin-top: 10px; font-size: 14px; line-height: 22px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-img2 .item .texts .sub { max-height: 88px; font-size: 14px; line-height: 22px; letter-spacing: 0; 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; 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: 1039px) { .common-board .board-img2 .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-img2 .item .thumb + .texts .title { max-height: 40px; font-size: 16px; line-height: 20px; letter-spacing: 0; 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: 1039px) { .common-board .board-imgline .item { display: inline-block; width: 31.3%; margin-right: 3%; margin-bottom: 40px; } }

@media (min-width: 1040px) { .common-board .board-imgline .item { display: inline-block; width: 22%; margin-right: 4%; margin-bottom: 40px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-imgline .item:nth-child(3n) { margin-right: 0; } }

@media (min-width: 1040px) { .common-board .board-imgline .item:nth-child(4n) { margin-right: 0; } }

.common-board .board-imgline .item .cate { display: block; font-size: 15px; font-weight: 700; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-imgline .item .cate { padding-bottom: 6px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-imgline .item .cate { padding-bottom: 4px; } }

@media (min-width: 1040px) { .common-board .board-imgline .item .cate { padding-bottom: 7px; } }

.common-board .board-imgline .item .date { display: block; font-size: 15px; font-weight: 700; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 639px) { .common-board .board-imgline .item .date { padding-bottom: 6px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-imgline .item .date { padding-bottom: 10px; } }

@media (min-width: 1040px) { .common-board .board-imgline .item .date { padding-bottom: 10px; } }

.common-board .board-imgline .item .thumb { display: block; position: relative; height: 0; border: 1px solid #dedede; border-bottom: 0; margin: 0; overflow: hidden; }

@media (max-width: 639px) { .common-board .board-imgline .item .thumb { padding-bottom: 62.2222%; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-imgline .item .thumb { padding-bottom: 62.2222%; } }

@media (min-width: 1040px) { .common-board .board-imgline .item .thumb { height: 140px; } }

.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: 1039px) { .common-board .board-imgline .item .texts { min-height: 200px; padding: 26px 20px 30px; padding-bottom: calc(62.2222% - 66px); } }

@media (min-width: 1040px) { .common-board .board-imgline .item .texts { height: 353px; padding: 26px 20px 30px; } }

.common-board .board-imgline .item .texts .title { display: block; font-weight: 700; color: #111; }

@media (max-width: 639px) { .common-board .board-imgline .item .texts .title { max-height: 175px; font-size: 28px; line-height: 35px; letter-spacing: 0; 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: 1039px) { .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: 1040px) { .common-board .board-imgline .item .texts .title { max-height: 170px; font-size: 28px; line-height: 34px; 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: 9px; 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; 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: 1039px) { .common-board .board-imgline .item .texts .sub { max-height: 100px; font-size: 13px; line-height: 20px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-imgline .item .texts .sub { max-height: 100px; font-size: 13px; line-height: 20px; letter-spacing: 0; 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; line-height: 18px; margin-bottom: 5px; font-weight: 700; }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-imgline .item .thumb + .texts { height: 213px; padding-bottom: 30px; } }

@media (min-width: 1040px) { .common-board .board-imgline .item .thumb + .texts { height: 213px; } }

@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; 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: 1039px) { .common-board .board-imgline .item .thumb + .texts .title { max-height: 40px; font-size: 15px; line-height: 20px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-imgline .item .thumb + .texts .title { max-height: 40px; font-size: 15px; line-height: 20px; letter-spacing: 0; 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-imgline .item .thumb + .texts .sub { max-height: 92px; margin-top: 7px; font-size: 13px; line-height: 18px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -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: 816px) { .common-board .board-gallery { column-width: 150px; column-gap: 30px; } }

@media (min-width: 817px) and (max-width: 1039px) { .common-board .board-gallery { column-width: 210px; column-gap: 30px; } }

@media (min-width: 1040px) { .common-board .board-gallery { padding-bottom: 30px; -webkit-column-width: 225px; -moz-column-width: 225px; column-width: 225px; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; } }

.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; }

@media (max-width: 639px) { .common-board .board-gallery .item { margin-bottom: 30px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-gallery .item { margin-bottom: 40px; } }

@media (min-width: 1040px) { .common-board .board-gallery .item { margin-bottom: 40px; } }

.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: 1039px) { .common-board .board-gallery .item .thumb .dimmed { right: 0; bottom: 0; width: 30px; height: 30px; } }

@media (min-width: 1040px) { .common-board .board-gallery .item .thumb .dimmed { top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } }

@media (max-width: 1039px) { .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: 1040px) { .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: 700; 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: 1039px) { .common-board .board-gallery .item .texts { margin: 18px 0 0; } }

@media (min-width: 1040px) { .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: 700; 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; 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: 1039px) { .common-board .board-gallery .item .texts .title { max-height: 40px; font-size: 15px; line-height: 20px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-gallery .item .texts .title { max-height: 40px; font-size: 15px; line-height: 20px; letter-spacing: 0; 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: 1039px) { .common-board .board-preview .item { width: 31.3%; margin-right: 3%; margin-bottom: 30px; } }

@media (min-width: 1040px) { .common-board .board-preview .item { width: 225px; margin-right: 40px; 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: 1039px) { .common-board .board-preview .item:nth-child(3n) { margin-right: 0; } }

@media (min-width: 1040px) { .common-board .board-preview .item:nth-child(4n) { margin-right: 0; } }

@media (max-width: 1039px) { .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: 700; 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: 1039px) { .common-board .board-preview .item .cate { padding-bottom: 10px; font-size: 15px; } }

@media (min-width: 1040px) { .common-board .board-preview .item .cate { padding-bottom: 10px; font-size: 15px; } }

.common-board .board-preview .item .thumb { display: block; position: relative; width: 100%; /*height: 0; padding-bottom: 66.6666%;*/ margin: 0 0 13px; overflow: hidden; }

.common-board .board-preview .item .thumb img { 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: 1039px) { .common-board .board-preview .item .texts { min-height: 145px; padding-bottom: 30px; } }

@media (min-width: 1040px) { .common-board .board-preview .item .texts { padding-bottom: 30px; } }

.common-board .board-preview .item .texts .title { display: block; font-weight: 700; 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; 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: 1039px) { .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: 1040px) { .common-board .board-preview .item .texts .title { max-height: 170px; font-size: 28px; line-height: 34px; 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-size: 13px; font-weight: 400; 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; }

.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; 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: 1039px) { .common-board .board-preview .item .texts .sub { max-height: 88px; margin-top: 10px; font-size: 14px; line-height: 22px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-preview .item .texts .sub { max-height: 88px; font-size: 14px; line-height: 22px; letter-spacing: 0; 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: 1039px) { .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; 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: 1039px) { .common-board .board-preview .item .thumb + .texts .title { max-height: 40px; font-size: 15px; line-height: 20px; letter-spacing: 0; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-preview .item .thumb + .texts .title { max-height: 40px; font-size: 15px; line-height: 20px; letter-spacing: 0; 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; }

@media (max-width: 639px) { .common-board .ly-inner .form-search { margin-right: -15px; margin-left: -15px; } }

.common-board .form-search { position: relative; font-size: 0; }

@media (max-width: 639px) { .common-board .form-search { padding: 15px 15px; margin: 0 auto 20px; background: #f7f7f7; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .form-search { padding: 0; margin: 40px auto 40px; } }

@media (min-width: 1040px) { .common-board .form-search { width: 100%; padding: 0 10px; margin: 70px auto 40px; } }

.common-board .form-search .input-wrap { vertical-align: top; }

@media (min-width: 640px) and (max-width: 1039px) { .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: 1040px) { .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: 1040px) { .common-board .form-search .input-wrap .date { margin-right: 15px; } }

.common-board .form-search .input-wrap .date .datepicker { border: 0; margin: 0; font-weight: 400; 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: 14px; 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: 14PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-moz-input-placeholder { font-size: 14PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::-moz-input-placeholder { font-size: 14PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker:-ms-input-placeholder { font-size: 14PX; letter-spacing: 0; line-height: 33px; color: #666; }
  .common-board .form-search .input-wrap .date .datepicker::placeholder { font-size: 14PX; letter-spacing: 0; line-height: 33px; color: #666; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .form-search .input-wrap .date .datepicker { width: 73px; height: 40px; padding: 0 0 0 3px; font-size: 13px; 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: 1040px) { .common-board .form-search .input-wrap .date .datepicker { width: 133px; height: 50px; padding: 0 45px 0 10px; font-size: 13px; 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: 1039px) { .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: 1040px) { .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% - 520px); } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .date + .keyword { width: 130px; } }

@media (min-width: 1040px) { .common-board .form-search .input-wrap .date + .keyword { margin-left: 26px; } }

.common-board .form-search .input-wrap .cate { display: inline-block; border: 0; font-weight: 700; letter-spacing: 0; vertical-align: top; color: #1d3d84; }

.common-board .form-search .input-wrap .cate::-webkit-input-placeholder { font-weight: 700; letter-spacing: 0; line-height: 50px; color: #1d3d84; }

.common-board .form-search .input-wrap .cate:-moz-input-placeholder { font-weight: 700; letter-spacing: 0; line-height: 50px; color: #1d3d84; }

.common-board .form-search .input-wrap .cate::-moz-input-placeholder { font-weight: 700; letter-spacing: 0; line-height: 50px; color: #1d3d84; }

.common-board .form-search .input-wrap .cate:-ms-input-placeholder { font-weight: 700; letter-spacing: 0; line-height: 50px; color: #1d3d84; }

.common-board .form-search .input-wrap .cate::placeholder { font-weight: 700; letter-spacing: 0; line-height: 50px; color: #1d3d84; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .cate { width: 49.25%; height: 33px; padding: 0 10px; margin-top: 8px; font-size: 14px; 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: 1039px) { .common-board .form-search .input-wrap .cate { width: 150px; height: 50px; padding: 15px 10px; border-bottom: 1px solid #ebebeb; margin: -6px 0 0; font-size: 13px; 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: 1040px) { .common-board .form-search .input-wrap .cate { width: 150px; height: 50px; padding: 15px; border-bottom: 1px solid #ebebeb; margin: 0; font-size: 13px; 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: 16px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .form-search .input-wrap .cate + .date { margin-left: calc(100% - 590px); } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .cate + .date { margin-left: calc(100% - 480px); } }

@media (min-width: 1040px) { .common-board .form-search .input-wrap .cate + .date { margin-left: calc(100% - 761px); } }

@media (min-width: 1040px) { .common-board .form-search .input-wrap .cate + .date + .date + .sort { margin-left: 35px; } }

@media (min-width: 1040px) { .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%; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .form-search .input-wrap .cate + .sort { margin-left: calc(100% - 574px); } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search .input-wrap .cate + .sort { margin-left: calc(100% - 474px); } }

@media (min-width: 1040px) { .common-board .form-search .input-wrap .cate + .sort { margin-left: calc(100% - 574px); } }

.common-board .form-search .input-wrap .sort { display: inline-block; border: 0; font-weight: 400; 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; margin-top: 8px; font-size: 14px; 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: 1039px) { .common-board .form-search .input-wrap .sort { width: 140px; height: 40px; padding: 10px 15px; margin: 0; margin-left: calc(100% - 580px); font-size: 13px; 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: 1040px) { .common-board .form-search .input-wrap .sort { width: 140px; height: 50px; padding: 15px; margin: 0; margin-left: calc(100% - 735px); font-size: 13px; 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; font-weight: 400; letter-spacing: 0; vertical-align: top; color: #666; }

@media (max-width: 639px) { .common-board .form-search .input-wrap .keyword { width: calc(100% - 71px); height: 33px; padding: 0 10px; margin: 16px 0 0; font-size: 14px; 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: 1039px) { .common-board .form-search .input-wrap .keyword { width: 200px; height: 40px; padding: 0 15px; margin: 0 0 0 10px; font-size: 13px; 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: 1040px) { .common-board .form-search .input-wrap .keyword { width: 200px; height: 50px; padding: 0 15px; margin: 0 0 0 10px; font-size: 13px; line-height: 50px; 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; } }

.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: 66px; height: 33px; margin: 16px 0 0 5px; font-size: 14px; font-weight: 400; line-height: 33px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .form-search .input-wrap .search { width: 64px; height: 40px; margin: 0 0 0 10px; font-size: 13px; font-weight: 700; line-height: 40px; } }

@media (min-width: 1040px) { .common-board .form-search .input-wrap .search { width: 64px; height: 50px; margin: 0 0 0 10px; font-size: 13px; font-weight: 700; 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% - 542px); } }

@media (min-width: 901px) and (max-width: 1039px) { .common-board .form-search.search-type04 .cate + .date { margin-left: calc(100% - 760px); } }

@media (min-width: 1040px) { .common-board .form-search.search-type04 .cate + .date { margin-left: calc(100% - 970px); } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search.search-type04 .cate + .date + .date + .sort { width: 126px; padding: 10px 5px; margin-left: 0; } }

@media (min-width: 901px) and (max-width: 1039px) { .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: 100px; } }

@media (min-width: 640px) and (max-width: 900px) { .common-board .form-search.search-type04 .search { width: 50px; margin-left: 0; } }

.common-board .board-list { border-top: 1px solid #333; }

@media (max-width: 1039px) { .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: 1040px) { .common-board .board-list { width: 100%; margin: 40px auto; } }

.common-board .board-list table { width: 100%; }

.common-board .board-list table thead { display: none; }

.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: 1039px) { .common-board .board-list table .col-title { padding: 0 10px; } }

@media (min-width: 1040px) { .common-board .board-list table .col-title { width: 1007px; padding: 0 30px; } }

.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: 1039px) { .common-board .board-list table .col-title a { display: inline-block; position: relative; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .board-list table .col-title a[target="_blank"]::before { top: 2px; } }

@media (min-width: 1040px) { .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; vertical-align: top; color: #333; }

@media (max-width: 639px) { .common-board .board-list table .col-title a .txt { max-height: 20px; padding: 0 0 0 10px; margin: 10px 0 0; font-size: 14px; font-weight: 700; 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: 1039px) { .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: 1040px) { .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 .cont-sub { display: inline-block; margin-top: 6px; vertical-align: middle; }

@media (max-width: 639px) { .common-board .board-list table .col-title a .cont-sub { width: 100%; margin: 3px 0; } }

.common-board .board-list table .col-title a .cont-sub .title-text { display: inline-block; letter-spacing: 0; vertical-align: top; color: #333; }

@media (max-width: 639px) { .common-board .board-list table .col-title a .cont-sub .title-text { max-height: 36px; padding: 0 0 0 10px; font-size: 14px; font-weight: 700; line-height: 18px; 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: 1039px) { .common-board .board-list table .col-title a .cont-sub .title-text { max-height: 36px; font-size: 14px; font-weight: 400; line-height: 18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; } }

@media (min-width: 1040px) { .common-board .board-list table .col-title a .cont-sub .title-text { max-height: 36px; font-size: 14px; font-weight: 400; line-height: 18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -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; }

@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: 1039px) { .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: 1040px) { .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; }

@media (max-width: 639px) { .common-board .board-list table .col-title a .icon-file { width: 29px; height: 15px; margin-top: 11px; vertical-align: top; background: url("../image/icon-file_sm.png") center center/10px auto no-repeat; } }

@media (min-width: 640px) and (max-width: 1039px) { .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 center/12px auto no-repeat; } }

@media (min-width: 1040px) { .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 center/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: 1039px) { .common-board .board-list table .col-title.new .clip { padding-right: 70px; } }

@media (min-width: 1040px) { .common-board .board-list table .col-title.new .clip { max-width: 800px; } }

@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: 1039px) { .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: 55px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-list table .col-title.file .clip { padding-right: 70px; } }

@media (min-width: 1040px) { .common-board .board-list table .col-title.file .clip { max-width: 880px; } }

@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: 1039px) { .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: 1039px) { .common-board .board-list table .col-title.new.file .clip { padding-right: 105px; } }

@media (min-width: 1040px) { .common-board .board-list table .col-title.new.file .clip { max-width: 770px; } }

@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: 1039px) { .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: 1039px) { .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; white-space: nowrap; 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: 1039px) { .common-board .board-list table .col-date { width: 87px; height: 74px; font-size: 14px; line-height: 19px; } }

@media (min-width: 1040px) { .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: 700; 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: 1039px) { .common-board .board-list table .col-thumb { width: 140px; height: 110px; padding: 0 10px; } }

@media (min-width: 1040px) { .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; } }

.common-board .board-list table .col-thumb + .col-title .clip .txt { font-weight: 700; margin: 0; }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title .clip .txt { padding-left: 8px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title .cont-sub { margin: 4px 0 9px; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title .cont-sub .title-text { height: 36px; font-weight: 400; color: #666; } }

@media (max-width: 639px) { .common-board .board-list table .col-thumb + .col-title + .col-date { display: block; padding-left: 130px; } }

@media (min-width: 1040px) { .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: 14px; } }

@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 .clip { width: 100%; padding-right: 10px; padding-left: 40px; } }

@media (min-width: 1040px) { .common-board .board-list table .col-thumb + .col-title.new a .clip { max-width: 630px; } }

@media (max-width: 639px) { .common-board .board-list table .col-cate { display: block; padding: 15px 10px 0; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-list table .col-cate { height: 73px; padding: 0 10px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .board-list table .col-cate a { width: 120px; } }

@media (min-width: 1040px) { .common-board .board-list table .col-cate a { width: 120px; } }

.common-board .board-list table .col-cate span { font-weight: 700; 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: 1039px) { .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: 1040px) { .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: 1040px) { .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: 1039px) { .common-board .board-list table .col-cate + .col-title.new a .clip { padding-right: 70px; } }

@media (min-width: 1040px) { .common-board .board-list table .col-cate + .col-title.new a .clip { max-width: 668px; } }

@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: 1039px) { .common-board .board-list table .col-cate + .col-title.new a .icon-new { position: absolute; top: 0; right: 25px; } }

.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 { display: none; }

.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 { 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: 700; 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: 700; 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: 132px; height: 74px; padding-right: 10px; font-size: 14px; line-height: 19px; text-align: right; } }

.common-board .board-research table .notice { background: #f3f4f8; }

.common-board .board-research table .notice .col-title a .txt { font-weight: 700; 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; } }

@media (max-width: 639px) { .common-board .board-view { padding-right: 0; padding-left: 0; } }

.common-board .view .header { position: relative; border-top: 1px solid #333; border-bottom: 1px solid #ebebeb; }

@media (max-width: 1039px) { .common-board .view .header { padding: 12px 15px 12px; } }

@media (min-width: 1040px) { .common-board .view .header { padding: 28px 40px 20px; } }

.common-board .view .header .cate { font-weight: 700; line-height: 1; letter-spacing: 0; color: #1b3b86; }

@media (max-width: 1039px) { .common-board .view .header .cate { margin-bottom: 5px; font-size: 12px; } }

@media (min-width: 1040px) { .common-board .view .header .cate { margin-bottom: 6px; font-size: 16px; } }

.common-board .view .header .research-team { font-weight: 700; line-height: 1; letter-spacing: 0; color: #666; }

@media (max-width: 1039px) { .common-board .view .header .research-team { margin-bottom: 5px; font-size: 12px; } }

@media (min-width: 1040px) { .common-board .view .header .research-team { margin-bottom: 6px; font-size: 16px; } }

.common-board .view .header .title { font-weight: 700; letter-spacing: 0; color: #333; }

@media (max-width: 1039px) { .common-board .view .header .title { max-height: 57px; font-size: 18px; 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: 1040px) { .common-board .view .header .title { max-height: 48px; font-size: 18px; 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: 1039px) { .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: 1040px) { .common-board .view .header .date { margin-top: 6px; font-size: 14px; font-weight: 400; line-height: 24px; letter-spacing: 0; color: #666; } }

.common-board .view .header .cardnews-controller { position: absolute; }

@media (max-width: 1039px) { .common-board .view .header .cardnews-controller { left: 15px; bottom: -33px; z-index: 1; } }

@media (min-width: 1040px) { .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: 700; letter-spacing: 0; color: #666; }

@media (max-width: 1039px) { .common-board .view .header .cardnews-controller .btn { height: 12px; font-size: 12px; line-height: 12px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .view .content-wrap { padding: 0 15px; } }

@media (min-width: 1040px) { .common-board .view .content-wrap { width: 100%; padding: 40px 40px 30px; } }

@media (max-width: 1039px) { .common-board .view .content-wrap .share { padding: 17px 0 13px; margin-right: -5px; font-size: 0; text-align: right; } }

@media (min-width: 1040px) { .common-board .view .content-wrap .share { position: absolute; top: 40px; right: 0; text-align: right; } }

.common-board .view .content-wrap .share .icon { position: relative; }

@media (max-width: 1039px) { .common-board .view .content-wrap .share .icon { display: inline-block; width: 20px; height: 20px; margin-left: 1px; } }

@media (min-width: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .common-board .view .content-wrap .content { font-size: 13px; line-height: 19px; letter-spacing: 0; margin-bottom:50px; } }

@media (min-width: 1040px) { .common-board .view .content-wrap .content { font-size: 14px; line-height: 22px; letter-spacing: 0; } }

.common-board .view .content-wrap .content figure { max-width: 100%; margin: 0 auto 50px; text-align: center; }

@media (max-width: 1039px) { .common-board .view .content-wrap .content figure img { max-width: 100%; } }

@media (min-width: 1040px) { .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; color: #888; }

@media (max-width: 1039px) { .common-board .view .content-wrap .content figure figcaption { margin: 8px 0 10px; font-size: 11px; line-height: 15px; } }

@media (min-width: 1040px) { .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-size: 16px; font-weight: 400; line-height: 22px; color: #666; letter-spacing: 0; }

@media (max-width: 1039px) { .common-board .view .content-wrap .content img { max-width: 100%; } }

@media (min-width: 1040px) { .common-board .view .content-wrap .content img { max-width: 940px; } }

.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; color: #888; }

@media (max-width: 1039px) { .common-board .view .content-wrap .content .imgcaption { margin: 8px 0 10px; font-size: 11px; line-height: 15px; } }

@media (min-width: 1040px) { .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: 1040px) { .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: 1039px) { .common-board .view .content-wrap .slider .slide figure { width: 100%; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .view .content-wrap .slider .slide figure img { max-width: 100%; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .view .content-wrap .slider .slick-arrow { width: 46px; height: 46px; } }

@media (min-width: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .common-board .view .content-wrap .download { padding: 10px 8px; margin: 20px 0; } }

@media (min-width: 1040px) { .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: 1039px) { .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: 1040px) { .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; word-break: break-all; color: #666; }

@media (max-width: 1039px) { .common-board .view .content-wrap .download a span { font-size: 12px; line-height: 17px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .view .footer { padding: 15px 0 50px; } }

@media (min-width: 1040px) { .common-board .view .footer { padding: 23px 0 104px; } }

.common-board .view .footer .btn { display: inline-block; width: 50%; vertical-align: top; text-decoration: none; }

@media (max-width: 1039px) { .common-board .view .footer .btn { height: 62px; padding: 0px 15px; } }

@media (min-width: 1040px) { .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; color: #333; overflow: hidden; }

@media (max-width: 1039px) { .common-board .view .footer .btn .title { height: 34px; font-size: 14px; line-height: 19px; } }

@media (min-width: 1040px) { .common-board .view .footer .btn .title { font-size: 16px; line-height: 22px; } }

.common-board .view .footer .btn .title .clip { display: block; }

@media (max-width: 1039px) { .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: 1040px) { .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: 700; letter-spacing: 0; color: #888; }

@media (max-width: 1039px) { .common-board .view .footer .btn .arrow { display: inline-block; width: 100%; margin-top: 11px; font-size: 12px; line-height: 12px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .view .footer .btn .arrow::after { width: 30px; height: 8px; } }

@media (min-width: 1040px) { .common-board .view .footer .btn .arrow::after { width: 62px; height: 16px; } }

@media (max-width: 1039px) { .common-board .view .footer .btn .arrow.prev { padding-left: 40px; } }

@media (min-width: 1040px) { .common-board .view .footer .btn .arrow.prev { padding-left: 72px; } }

.common-board .view .footer .btn .arrow.prev::after { left: 0; }

@media (max-width: 1039px) { .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: 1040px) { .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: 1039px) { .common-board .view .footer .btn .arrow.next { padding-right: 40px; } }

@media (min-width: 1040px) { .common-board .view .footer .btn .arrow.next { padding-right: 72px; } }

.common-board .view .footer .btn .arrow.next::after { right: 0; }

@media (max-width: 1039px) { .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: 1040px) { .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: 700; line-height: 1; letter-spacing: 0; 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: 1039px) { .common-board .view .footer .btn-list { top: 45px; font-size: 12px; } }

@media (min-width: 1040px) { .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; text-align: center; color: #888888; }

@media (max-width: 639px) { .common-board .board-noresult { margin: 120px auto; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-board .board-noresult { margin: 150px auto 150px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-board .sort .btn { padding: 0 22px; margin: 0 10px 8px; } }

@media (min-width: 1040px) { .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: 700; 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: 1039px) { .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: 1040px) { .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: 1039px) { .common-board .sort-select .select.month { margin: 0 40px; } }

@media (min-width: 1040px) { .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; }

@media (max-width: 1039px) { .common-board .pager { padding-bottom: 50px; } }

@media (min-width: 1040px) { .common-board .pager { padding-bottom: 100px; } }

.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: 1039px) { .common-board .pager .pg { margin: 0 10px; } }

@media (max-width: 1039px) and (max-width: 359px) { .common-board .pager .pg { margin: 0 5px; } }

@media (min-width: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .common-board .more { text-align: center; } }

@media (min-width: 1040px) { .common-board .more { text-align: right; } }

.common-board .more .link { text-decoration: none; }

@media (max-width: 1039px) { .common-board .more .link { display: block; height: 74px; } }

@media (min-width: 1040px) { .common-board .more .link { display: inline-block; height: 15px; } }

.common-board .more .txt { display: inline-block; padding-right: 20px; font-weight: 700; letter-spacing: 0; vertical-align: middle; color: #1b3b86; }

@media (max-width: 1039px) { .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: 1039px) { .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: 1040px) { .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: 1039px) { .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; }

.common-board .calendar .days { display: inline-block; vertical-align: top; }

.common-board .calendar .days span { 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); }

@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: 1039px) { .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: 1039px) { .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: 1039px) { .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: 1040px) { .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: 225px; margin-right: 40px; } }

@media (min-width: 640px) and (max-width: 1039px) { .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: 1040px) { .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; } }

@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-table .table-type01 { position: relative; width: 100%; }

@media (max-width: 1039px) { .common-table .table-type01 { margin: 0 auto; } }

@media (min-width: 1040px) { .common-table .table-type01 { margin: 0 auto; } }

.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 thead tr:first-child th.no-topborder { border-top: 1px solid #ebebeb; }

.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 tbody tr:first-child th.no-topborder, .common-table .table-type01 tbody tr:first-child td.no-topborder { border-top: 1px solid #ebebeb; }

.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: 1039px) { .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 { width: 100%; }

.common-table .table-type01 th, .common-table .table-type01 td { border-bottom: 1px solid #ebebeb; border-right: 1px solid #ebebeb; }

.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: 400; letter-spacing: 0; color: #333; background: #f7f7f7; }

@media (max-width: 1039px) { .common-table .table-type01 th { padding: 8px 5px; font-size: 13px; line-height: 16px; } }

@media (min-width: 1040px) { .common-table .table-type01 th { padding: 9px 0; font-size: 13px; line-height: 16px; } }

.common-table .table-type01 td { font-weight: 400; letter-spacing: 0; text-align: center; color: #666; }

@media (max-width: 1039px) { .common-table .table-type01 td { padding: 8px 5px; font-size: 13px; line-height: 20px; } }

@media (min-width: 1040px) { .common-table .table-type01 td { padding: 7px 0 8px; font-size: 13px; 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: 1039px) { .pdf-viewer-wrap { display: none; } }

@media (min-width: 1040px) { .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 (min-width: 1040px) { .common-table-links { border-top: 1px solid #333; } }

.common-table-links .row { position: relative; font-size: 0; }

@media (max-width: 1039px) { .common-table-links .row { margin-bottom: 15px; } }

@media (min-width: 1040px) { .common-table-links .row { border-bottom: 1px solid #ebebeb; } }

@media (min-width: 1040px) { .common-table-links .row:after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 180px; height: 100%; background: #f7f7f7; } }

@media (max-width: 1039px) { .common-table-links .row:last-child { margin-bottom: 0px; } }

@media (max-width: 1039px) { .common-table-links .row .col-title { border-bottom: 1px solid #333; } }

@media (min-width: 1040px) { .common-table-links .row .col-title { display: inline-block; width: 180px; padding: 16px 20px; text-align: center; vertical-align: middle; background: #f7f7f7; } }

.common-table-links .row .col-title .title { position: relative; z-index: 1; font-weight: 500; letter-spacing: 0; }

@media (max-width: 1039px) { .common-table-links .row .col-title .title { padding-bottom: 5px; font-size: 13px; line-height: 19px; color: #333; } }

@media (min-width: 1040px) { .common-table-links .row .col-title .title { font-size: 14px; line-height: 18px; color: #666; } }

.common-table-links .row .col-links { vertical-align: middle; background-color: #fff; }

@media (max-width: 1039px) { .common-table-links .row .col-links { border-bottom: 1px solid #ebebeb; width: 100%; } }

@media (min-width: 1040px) { .common-table-links .row .col-links { display: inline-block; width: calc(100% - 180px); padding: 16px 32px 4px; } }

.common-table-links .row .col-links .links-ul { padding: 0; }

@media (min-width: 1040px) { .common-table-links .row .col-links .links-ul { width: 100%; border: none; } }

@media (max-width: 1039px) { .common-table-links .row .col-links .links-ul li { border-bottom: 1px dashed #ebebeb; } }

@media (min-width: 1040px) { .common-table-links .row .col-links .links-ul li { display: inline-block; width: 50%; } }

@media (max-width: 1039px) { .common-table-links .row .col-links .links-ul li:last-child { border-bottom: none; } }

.common-table-links .row .col-links .links-ul li a, .common-table-links .row .col-links .links-ul li span { display: inline-block; position: relative; font-weight: 400; line-height: 18px; text-decoration: none; color: #666; }

@media (max-width: 1039px) { .common-table-links .row .col-links .links-ul li a, .common-table-links .row .col-links .links-ul li span { padding: 8px 0 8px 9px; font-size: 13px; } }

@media (min-width: 1040px) { .common-table-links .row .col-links .links-ul li a, .common-table-links .row .col-links .links-ul li span { padding-left: 9px; margin-bottom: 12px; font-size: 14px; } }

.common-table-links .row .col-links .links-ul .link::before { content: ''; position: absolute; top: 4px; left: 0; display: block; width: 4px; height: 10px; background: url("../image/icon-list-arr_lg.png") left top/4px auto no-repeat; }

@media (max-width: 1039px) { .common-table-links .row .col-links .links-ul .link::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%); } }

.common-dropdown { margin: 0 auto; }

.common-dropdown .dropdown-btn { display: block; position: relative; width: 100%; padding: 0 42px 0 10px; border: 0; border-bottom: 1px solid #333; margin: 0; font-weight: 500; text-align: left; cursor: pointer; color: #333; }

@media (max-width: 1039px) { .common-dropdown .dropdown-btn { min-height: 30px; padding: 5px 30px 7px 0px; font-size: 13px; line-height: 17px; } }

@media (min-width: 1040px) { .common-dropdown .dropdown-btn { height: 50px; font-size: 15px; line-height: 50px; } }

.common-dropdown .dropdown-btn::after { content: ''; display: block; position: absolute; right: 0; top: 0; }

@media (max-width: 1039px) { .common-dropdown .dropdown-btn::after { width: 14px; height: 25px; background: url("../image/unit_download-desc-btn_sm.png") center center/14px auto no-repeat; } }

@media (min-width: 1040px) { .common-dropdown .dropdown-btn::after { width: 42px; height: 50px; background: url("../image/icon-dropdown-arrow_lg.png") center center/42px auto no-repeat; } }

.common-dropdown .dropdown-btn .link { display: inline-block; padding-left: 10px; font-size: 13px; text-decoration: none; vertical-align: middle; color: #666; }

.common-dropdown .dropdown-cont { height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0); background: #f7f7f7; overflow: hidden; }

.common-dropdown.is-active .dropdown-btn::after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }

@media (max-width: 1039px) { .common-dropdown.is-active .dropdown-btn::after { background: url("../image/unit_download-desc-btn_sm.png") center center/14px auto no-repeat; } }

@media (min-width: 1040px) { .common-dropdown.is-active .dropdown-btn::after { background: url("../image/icon-dropdown-arrow_lg.png") center center/42px auto no-repeat; } }

.common-dropdown.is-active .dropdown-cont { height: auto; border-bottom: 1px solid #ebebeb; }

@media (max-width: 1039px) { .common-dropdown.is-active .dropdown-cont { padding: 15px 14px; } }

@media (min-width: 1040px) { .common-dropdown.is-active .dropdown-cont { padding: 40px; } }

@media (max-width: 1039px) { .common-dropdown.is-active .common-icon.bullet { font-size: 12px; line-height: 17px; } }

@media (max-width: 1039px) { .common-dropdown.is-active .common-normaltext { font-size: 12px; line-height: 17px; } }

@media (max-width: 1039px) { .common-dropdown.is-active .list-dl { font-size: 12px; line-height: 17px; } }

@media (max-width: 1039px) { .common-dropdown.is-active .list-dl ul li .list { font-size: 12px; line-height: 17px; } }

@media (max-width: 1039px) { .common-dropdown.is-active .list-dl ul li .list::before { top: 7px; } }

.list-dl { padding: 0; color: #666; }

@media (max-width: 639px) { .list-dl { margin: 0; font-size: 13px; line-height: 18px; } }

@media (min-width: 640px) { .list-dl { margin: 0 0; font-size: 14px; line-height: 20px; } }

@media (max-width: 639px) { .list-dl + .list-dl { margin-top: 12px; } }

@media (min-width: 640px) { .list-dl + .list-dl { margin-top: 22px; } }

.list-dl .strong { font-weight: 500; color: #333; }

.list-dl .name { font-weight: 500; }

.list-dl dt, .list-dl dd { color: #666; }

@media (max-width: 639px) { .list-dl dt, .list-dl dd { margin: 5px auto 0; } }

@media (min-width: 640px) { .list-dl dt, .list-dl dd { margin: 2px auto 0; } }

.list-dl dt:first-child { margin-top: 0; }

@media (max-width: 639px) { .list-dl dt + dd { margin-top: 3px; } }

@media (min-width: 640px) { .list-dl dt + dd { margin-top: 0; } }

.list-dl ul { padding: 0 0 0 8px; margin: -5px 0 0; }

.list-dl ul li + li { margin-top: 2px; }

.list-dl ul li .list { font-size: 13px; line-height: 19px; }

.list-dl ul li .list::before { top: 10px; }

.list-dl dt + dd > ul { margin: 0px 0 0; }

.list-dl a { text-decoration: none; color: inherit; }

.common-contitle { position: relative; font-weight: 600; letter-spacing: 0; color: #333; }

@media (max-width: 639px) { .common-contitle { padding-left: 10px; font-size: 15px; line-height: 19px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-contitle { padding-left: 22px; font-size: 16px; line-height: 20px; } }

@media (min-width: 1040px) { .common-contitle { padding-left: 22px; font-size: 16px; line-height: 20px; } }

.common-contitle:before { content: ''; display: inline-block; position: absolute; left: 0; background: #000; }

@media (max-width: 639px) { .common-contitle:before { width: 4px; height: 13px; top: 2px; } }

@media (min-width: 640px) and (max-width: 1039px) { .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: 1040px) { .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: 13px; font-weight: 400; line-height: 19px; text-decoration: none; text-align: left; vertical-align: bottom; color: #666; }

.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: 1039px) { .common-smalltitle { font-size: 14px; line-height: 19px; } }

@media (min-width: 1040px) { .common-smalltitle { font-size: 15px; } }

.common-smalltitle .link { display: inline-block; position: relative; margin-left: 10px; font-size: 13px; font-weight: 400; text-decoration: none; text-align: left; vertical-align: bottom; color: #1b3b86; }

@media (max-width: 639px) { .common-smalltitle .link { line-height: 14px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-smalltitle .link { line-height: 18px; } }

@media (min-width: 1040px) { .common-smalltitle .link { line-height: 16px; } }

.common-smalltitle[target="_blank"]::after, .common-smalltitle[target="_self"]::after { content: ''; display: inline-block; }

@media (max-width: 1039px) { .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: 1040px) { .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-btn-link, .common-btn-down { position: relative; display: inline-block; padding: 0 15px; border: 1px solid #1b3b86; font-weight: 400; 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: 1039px) { .common-btn-link::after, .common-btn-down::after { display: inline-block; margin-left: 30px; } }

@media (min-width: 1040px) { .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.slim, .common-btn-down.slim { font-weight: 400; }

.common-btn-link { color: #1b3b86; }

@media (max-width: 1039px) { .common-btn-link { height: 29px; text-align: center; font-size: 12px; line-height: 29px; } }

@media (max-width: 1039px) and (max-width: 639px) { .common-btn-link { position: relative; height: auto; padding: 10px 40px 10px 15px; text-align: left; line-height: 15px; } }

@media (min-width: 1040px) { .common-btn-link { height: 40px; font-size: 14px; line-height: 38px; } }

.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: 639px) { .common-btn-link::after { 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%); right: 15px; } }

@media (max-width: 1039px) { .common-btn-link[target="_self"], .common-btn-link[target='_self'] { padding-right: 39px; } }

@media (min-width: 1040px) { .common-btn-link[target="_self"], .common-btn-link[target='_self'] { padding-right: 52px; } }

.common-btn-link[target="_self"]::after, .common-btn-link[target='_self']::after { content: ''; display: block; position: absolute; top: 50%; width: 6px; height: 6px; margin-top: -4px; border-top: 1px solid #1d3d84; border-right: 1px solid #1d3d84; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); background: none; }

@media (max-width: 1039px) { .common-btn-link[target="_self"]::after, .common-btn-link[target='_self']::after { right: 20px; } }

@media (min-width: 1040px) { .common-btn-link[target="_self"]::after, .common-btn-link[target='_self']::after { right: 16px; } }

@media (max-width: 1039px) { .common-btn-link.lg { height: 42px; font-size: 14px; font-weight: 700; line-height: 40px; } }

@media (max-width: 1039px) and (max-width: 639px) { .common-btn-link.lg { position: relative; height: auto; padding: 12px 40px 12px 15px; line-height: 17px; } }

@media (min-width: 1040px) { .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: 1039px) { .common-btn-link.sm { width: auto; text-align: left; } }

@media (max-width: 1039px) and (max-width: 639px) { .common-btn-link.sm { position: relative; height: auto; padding: 7px 40px 7px 15px; line-height: 14px; } }

@media (max-width: 1039px) { .common-btn-link.sm::after { margin-left: 20px; } }

@media (min-width: 1040px) { .common-btn-link.sm::after { margin-left: 20px; } }

@media (max-width: 1039px) { .common-btn-link.m-sm { height: 33px; line-height: 33px; } }

@media (max-width: 1039px) and (max-width: 639px) { .common-btn-link.m-sm { position: relative; height: auto; padding: 9px 40px 9px 15px; line-height: 15px; } }

.common-btn-down { line-height: 38px; color: #fff; background: #1b3b86; }

@media (max-width: 1039px) { .common-btn-down { height: 30px; font-size: 12px; line-height: 30px; } }

@media (min-width: 1040px) { .common-btn-down { height: 40px; font-size: 14px; } }

.common-btn-down::after { width: 12px; height: 14px; -ms-transform: translate(0px, 3px); -webkit-transform: translate(0px, 3px); transform: translate(0px, 3px); background: url("../image/icon-down_lg.png") center center/12px auto no-repeat; }

@media (max-width: 1039px) { .common-btn-down::after { margin-left: 20px; } }

@media (min-width: 1040px) { .common-btn-down::after { margin-left: 30px; } }

@media (max-width: 1039px) { .common-btn-down.sm { height: 24px; font-size: 11px; line-height: 24px; } }

@media (min-width: 1039px) { .common-btn-down.sm { height: 30px; font-size: 12px; line-height: 28px; } }

.common-btn-down.sm::after { width: 10px; height: 14px; margin-left: 20px; background-size: 10px; }

.common-btn-down.wide { position: relative; }

@media (max-width: 1039px) { .common-btn-down.wide { width: 100%; } }

@media (max-width: 1039px) { .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: 1039px) { .common-btn-wrap.double .common-btn-link, .common-btn-wrap.double .common-btn-down { width: calc(50% - 8px); } }

@media (max-width: 1039px) { .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: 1040px) { .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-downcontent .ly-inner .downcontent-btn-wrap { display: inline-block; width: 100%; }

@media (max-width: 1039px) { .common-downcontent .ly-inner .downcontent-btn-wrap { top: 0; text-align: right; } }

@media (max-width: 1039px) and (max-width: 639px) { .common-downcontent .ly-inner .downcontent-btn-wrap { right: 15px; } }

@media (max-width: 1039px) and (min-width: 640px) and (max-width: 1039px) { .common-downcontent .ly-inner .downcontent-btn-wrap { right: 30px; } }

@media (min-width: 1040px) { .common-downcontent .ly-inner .downcontent-btn-wrap { top: 0; right: 0; text-align: right; } }

.common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn { position: relative; border: none; margin: 0; width: 100%; text-align: left; }

@media (max-width: 1039px) { .common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn { width: 100%; padding: 0 55px 6px 0; } }

@media (min-width: 1040px) { .common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn { vertical-align: top; width: 100%; height: 100%; padding: 15px 80px 15px 10px; } }

.common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn span { font-weight: 500; letter-spacing: 0; color: #333; }

@media (max-width: 639px) { .common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn span { font-size: 13px; line-height: 17px; } }

@media (min-width: 640px) { .common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn span { font-size: 15px; line-height: 20px; } }

.common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn:after { content: ''; display: block; position: absolute; }

@media (max-width: 1039px) { .common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn: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%); right: 0px; width: 14px; height: 8px; background: url("../image/unit_download-desc-btn_sm.png") center/cover no-repeat; } }

@media (min-width: 1040px) { .common-downcontent .ly-inner .downcontent-btn-wrap .common-desc-open-btn:after { right: 10px; bottom: 50%; width: 24px; height: 14px; background: url("../image/unit_download-desc-btn_lg.png") center/cover no-repeat; } }

@media (max-width: 1039px) { .common-downcontent .ly-inner .downcontent-btn-wrap.is-active .common-desc-open-btn:after { transform: rotate(180deg) translateY(5px); -ms-transform: rotate(180deg) translateY(5px); -moz-transform: rotate(180deg) translateY(5px); -webkit-transform: rotate(180deg) translateY(5px); } }

@media (min-width: 1040px) { .common-downcontent .ly-inner .downcontent-btn-wrap.is-active .common-desc-open-btn:after { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); } }

@media (max-width: 1039px) { .common-downcontent .ly-inner .downcontent-btn-wrap.is-active + .desc-container { height: auto; } }

@media (min-width: 1040px) { .common-downcontent .ly-inner .downcontent-btn-wrap.is-active + .desc-container { height: auto; } }

@media (max-width: 1039px) { .common-downcontent .ly-inner .downcontent-btn-wrap.is-active + .desc-container .desc-content { height: auto; } }

.common-downcontent .ly-inner .desc-container { height: 0; border-top: 1px solid #333; background: #f7f7f7; overflow: hidden; }

@media (max-width: 1039px) { .common-downcontent .ly-inner .desc-container .desc-content { height: 0; padding: 14px 14px 12px; overflow: hidden; } }

@media (min-width: 1040px) { .common-downcontent .ly-inner .desc-container .desc-content { padding: 35px 39px; border-bottom: 1px solid #ebebeb; } }

.common-downcontent .ly-inner .desc-container .desc-content .desc { letter-spacing: 0; font-weight: 400; color: #666; }

@media (max-width: 639px) { .common-downcontent .ly-inner .desc-container .desc-content .desc { font-size: 12px; line-height: 17px; } }

@media (min-width: 640px) { .common-downcontent .ly-inner .desc-container .desc-content .desc { font-size: 14px; line-height: 22px; } }

@media (max-width: 639px) { .common-downcontent .ly-inner .desc-container .desc-content .desc + .desc { margin-top: 5px; } }

@media (min-width: 640px) { .common-downcontent .ly-inner .desc-container .desc-content .desc + .desc { margin-top: 8px; } }

@media (min-width: 1040px) { .common-downcontent .ly-inner .desc-container .desc-content .desc.desc-tel { margin-top: 10px; font-size: 14px; font-weight: 400; line-height: 24px; } }

.common-tab { margin-top: -7px; }

.common-tab .ly-inner .tab-wrap { display: table; width: 100%; margin-top: -5px; font-size: 0; }

.common-tab .ly-inner .tab-wrap .tab-btn { display: table-cell; position: relative; width: calc(100% / 3); height: 3.5em; border-bottom: 1px solid #ebebeb; font-size: 16px; line-height: 1.25; letter-spacing: 0; text-align: center; vertical-align: middle; 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-select { margin-bottom: 20px; }

.common-select .ly-inner { padding: 0 !important; }

.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; color: #1b3b86; background: #f3f7ff url("../image/guide-select-icon_sm.png") center right 15px/11px no-repeat; }

.common-select .ly-inner select option { height: 40px; font-size: 13px; font-weight: 400; line-height: 40px; }

/* 자료 다운로드 */
.common-download .down-text { position: relative; border-top: 1px solid #d1d1d1; }

@media (max-width: 639px) { .common-download .down-text { padding: 7px 10px 15px; } }

.common-download .down-text span { display: inline-block; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .common-download .down-text span { margin-bottom: 5px; } }

@media (min-width: 640px) { .common-download .down-text span { padding: 15px 10px; } }

@media (min-width: 640px) and (max-width: 1039px) { .common-download .down-text span { width: calc(100% - 155px); } }

@media (min-width: 640px) { .common-download .down-text .common-btn-down { position: absolute; right: 10px; 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-download .down-text:last-child { border-bottom: 1px solid #d1d1d1; }

.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: 1040px) { .common-link-list .ly-inner .link-list { padding: 10px 0 14px; } }

@media (max-width: 1039px) { .common-link-list .ly-inner .link-list li { display: block; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .link-list li { display: inline-block; width: calc(100% / 2); } }

@media (max-width: 1039px) { .common-link-list .ly-inner .link-list li + li { border-top: 1px dashed #ebebeb; } }

.common-link-list .ly-inner .link-list li a { position: relative; font-weight: 400; letter-spacing: 0; text-decoration: none; color: #666; }

@media (max-width: 1039px) { .common-link-list .ly-inner .link-list li a { display: block; font-size: 13px; line-height: 36px; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .link-list li a { margin-left: 30px; font-size: 14px; line-height: 30px; } }

.common-link-list .ly-inner .link-list li a::before { content: ''; display: inline-block; width: 6px; height: 10px; margin-right: 5px; }

@media (max-width: 1039px) { .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: 1040px) { .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; } }

.common-link-list .ly-inner .link-list li span { position: relative; font-weight: 400; letter-spacing: 0; text-decoration: none; color: #666; }

@media (max-width: 1039px) { .common-link-list .ly-inner .link-list li span { display: block; padding-left: 9px; font-size: 13px; line-height: 36px; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .link-list li span { padding-left: 10px; margin-left: 30px; font-size: 14px; line-height: 30px; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .table-list { border-top: 1px solid #333; } }

.common-link-list .ly-inner .table-list .list-wrap { position: relative; font-size: 0; }

@media (max-width: 1039px) { .common-link-list .ly-inner .table-list .list-wrap { margin-bottom: 27px; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .table-list .list-wrap { border-bottom: 1px solid #ebebeb; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .table-list .list-wrap:after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 180px; height: 100%; background: #f7f7f7; } }

@media (max-width: 1039px) { .common-link-list .ly-inner .table-list .list-wrap:last-child { margin-bottom: 0px; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .table-list .list-wrap .title-box { display: inline-block; width: 180px; padding: 16px 20px; text-align: center; vertical-align: middle; background: #f7f7f7; } }

.common-link-list .ly-inner .table-list .list-wrap .title-box .title { position: relative; z-index: 1; font-size: 14px; font-weight: 500; letter-spacing: 0; }

@media (max-width: 1039px) { .common-link-list .ly-inner .table-list .list-wrap .title-box .title { padding-bottom: 5px; line-height: 19px; color: #1b3b86; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .table-list .list-wrap .title-box .title { margin: 0; line-height: 18px; color: #666; } }

.common-link-list .ly-inner .table-list .list-wrap .list-box { vertical-align: middle; background-color: #fff; }

@media (max-width: 1039px) { .common-link-list .ly-inner .table-list .list-wrap .list-box { width: 100%; } }

@media (min-width: 1040px) { .common-link-list .ly-inner .table-list .list-wrap .list-box { display: inline-block; width: calc(100% - 180px); } }

@media (min-width: 1040px) { .common-link-list .ly-inner .table-list .list-wrap .list-box .link-list { width: 100%; border: none; } }

.page-error .navigation-side-content { display: none; }

.page-error .error-section { position: relative; }

@media (max-width: 639px) { .page-error .error-section { padding: 150px 0; } }

@media (min-width: 640px) { .page-error .error-section { min-height: calc(100vh - 292px); padding: 280px 0 180px; } }

.page-error .error-section .figure { width: 100%; margin: 0 auto; text-align: center; }

@media (max-width: 639px) { .page-error .error-section .figure .img { width: 80px; } }

@media (max-width: 639px) { .page-error .error-section .figure .texts { margin-top: 23px; } }

@media (min-width: 640px) { .page-error .error-section .figure .texts { margin-top: 70px; } }

.page-error .error-section .figure .texts .title { font-family: 'Noto serif SC'; font-weight: 600; letter-spacing: 0; line-height: 1; color: #1b3b86; }

@media (max-width: 639px) { .page-error .error-section .figure .texts .title { font-size: 25px; } }

@media (min-width: 640px) { .page-error .error-section .figure .texts .title { font-size: 30px; } }

.page-error .error-section .figure .texts .desc { font-family: 'Noto serif SC'; font-weight: 400; color: #333; }

@media (max-width: 639px) { .page-error .error-section .figure .texts .desc { margin-top: 15px; font-size: 13px; line-height: 15px; } }

@media (min-width: 640px) { .page-error .error-section .figure .texts .desc { margin-top: 14px; font-size: 20px; line-height: 22px; } }

.page-error .error-section .figure .links { font-size: 0; }

@media (max-width: 639px) { .page-error .error-section .figure .links { margin-top: 48px; } }

@media (min-width: 640px) { .page-error .error-section .figure .links { margin-top: 31px; } }

.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: 639px) { .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: 640px) { .page-error .error-section .figure .links .btn-link { width: 160px; margin: 0 10px; text-align: center; } }

@media (max-width: 639px) { .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: 639px) { .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; }

/* contacts us */
@media (max-width: 639px) { .page-contacts .common-contitle { margin-bottom: 13px; } }

@media (min-width: 640px) { .page-contacts .common-contitle { margin-bottom: 26px; } }

.page-contacts .adress { font-weight: 400; letter-spacing: 0; color: #666; }

@media (max-width: 639px) { .page-contacts .adress { padding-left: 20px; margin-bottom: 32px; font-size: 13px; line-height: 18px; text-indent: -20px; } }

@media (min-width: 640px) { .page-contacts .adress { margin-bottom: 59px; font-size: 14px; line-height: 22px; } }

.page-contacts .adress:before { content: ''; display: inline-block; width: 11px; height: 15px; margin-right: 8px; vertical-align: middle; background: url("../image/guide-map_sm.png") center center/cover no-repeat; }

@media (max-width: 639px) { .page-contacts .adress + .common-contitle { margin-bottom: 16px; } }

@media (min-width: 640px) { .page-contacts .adress + .common-contitle { margin-bottom: 39px; } }

@media (max-width: 639px) { .page-contacts .common-smalltitle { margin-bottom: 7px; } }

@media (min-width: 640px) { .page-contacts .common-smalltitle { margin-bottom: 16px; } }

@media (max-width: 639px) { .page-contacts .table-type01 { margin-bottom: 25px; } }

@media (min-width: 640px) { .page-contacts .table-type01 { margin-bottom: 49px; } }

.page-contacts .table-type01:last-of-type { margin-bottom: 0; }

.page-contacts .table-type01 .table-wrap { border-top: 1px solid #ebebeb; }

.page-contacts .table-type01 .table-wrap thead { display: none; }

@media (max-width: 639px) { .page-contacts .table-type01 .table-wrap .col-cate { width: 30%; } }

@media (min-width: 640px) { .page-contacts .table-type01 .table-wrap .col-cate { width: 155px; } }

.page-contacts .table-type01 .table-wrap .col-text { padding-left: 20px; text-align: left; }

@media (max-width: 639px) { .page-contacts .table-type01 .table-wrap .col-text { width: 70%; } }

@media (min-width: 640px) { .page-contacts .table-type01 .table-wrap .col-text { width: 864px; } }

.page-contacts .table-type01 .table-wrap .col-text a { font-size: 13px; font-weight: 400; line-height: 18px; letter-spacing: 0; text-decoration: none; color: #666; }

/* a-z site index */
@media (max-width: 1039px) { .page-site-index .tel-search .ly-container { margin-bottom: 50px; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container { margin-bottom: 100px; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner { position: relative; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner:after { content: ''; display: inline-block; position: absolute; left: 10px; top: 0; min-width: calc(100% - 20px); height: 1px; background: #333; } }

.page-site-index .tel-search .ly-container .ly-inner .select-btn { border-bottom: 1px solid #ebebeb; font-size: 0; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn { border-top: 1px solid #333; padding: 5px 0; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn { width: 940px; padding: 20px 0 10px; margin: 0 auto; } }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .all-btn { display: inline-block; width: 60px; }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .all-btn a { display: block; height: 29px; border-radius: 100px; font-size: 14px; font-weight: 500; line-height: 29px; letter-spacing: 0; color: #666; text-align: center; text-decoration: none; background-color: #f7f7f7; }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .all-btn a.is-active { color: #fff; font-weight: 600; background: #1b3b86; }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .all-btn a + a { margin-top: 10px; }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn { display: inline-block; }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn { width: 880px; } }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn .mobile-btn { display: inline-block; }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn .mobile-btn a { margin: 0; }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn a { display: inline-block; width: 30px; height: 30px; font-size: 14px; font-weight: 500; letter-spacing: 0em; text-align: center; text-decoration: none; color: #666; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn a { display: inline-block; border-radius: 100px; margin: 5px 6px; line-height: 30px; background: #f7f7f7; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn a { border-radius: 100px; margin-left: 37px; margin-bottom: 10px; line-height: 29px; background: #f7f7f7; } }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn a.long { width: 73px; height: 30px; } }

.page-site-index .tel-search .ly-container .ly-inner .select-btn .a-z-btn a.is-active { font-weight: 600; color: #fff; background: #1b3b86; }

@media (max-width: 639px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn br.only-mobile { display: block; } }

@media (min-width: 640px) and (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn br.only-mobile { display: none; } }

@media (max-width: 639px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn br.only-middle { display: none; } }

@media (min-width: 640px) and (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn br.only-middle { display: block; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .select-btn br.only-middle { display: none; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap { background: #f7f7f7; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap { padding: 15px 15px 0; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap { padding: 30px 40px 0; } }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list { text-align: center; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list { margin: 0 auto; text-align: right; } }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form { margin-bottom: 20px; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form { margin-bottom: 16px; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset { border: none; }

.page-site-index .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: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset .search-input { width: calc(100% - 71px); height: 33px; padding-left: 10px; font-size: 13px; line-height: 33px; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset .search-input { width: 300px; height: 40px; padding-left: 15px; margin-left: 566px; font-size: 14px; line-height: 24px; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset button { border: none; margin-left: -2px; letter-spacing: 0; color: #fff; background: #888; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset button { width: 66px; height: 33px; font-size: 13px; font-weight: 400; line-height: 33px; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list .search-form .search-fieldset button { width: 65px; height: 40px; font-size: 13px; font-weight: 500; line-height: 24px; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table { margin-bottom: 18px; width: 100%; text-align: center; }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead { border-top: 1px solid #333; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead { display: none; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead tr th { position: relative; padding: 7px 0; font-size: 13px; font-weight: 500; line-height: 22px; letter-spacing: 0; }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead tr th.col-title { padding-left: 10px; text-align: center; }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table thead tr th.col-title:after { display: none; }

.page-site-index .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-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody { border-top: 1px solid #333; }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr { border-bottom: 1px solid #ebebeb; }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title { text-align: left; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title { display: block; padding: 10px 5px; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title { width: 770px; padding: 18px 10px; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title p { font-weight: 500; letter-spacing: 0; text-decoration: none; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title p { font-size: 13px; line-height: 18px; color: #666; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title p { display: inline-block; width: 680px; font-size: 14px; line-height: 22px; color: #666; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title .link { font-weight: 500; letter-spacing: 0; text-decoration: none; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title .link { font-size: 13px; line-height: 18px; color: #666; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-title .link { display: inline-block; width: 680px; font-size: 14px; line-height: 22px; color: #666; } }

.page-site-index .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: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel { display: block; padding: 0 5px 13px 5px; text-align: left; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p { display: inline-block; }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p a { position: relative; font-size: 14px; font-weight: 400; letter-spacing: 0; text-decoration: none; color: #666; }

@media (max-width: 1039px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p a { padding: 0 7px 0 20px; margin-right: 40px; line-height: 14px; } }

@media (min-width: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel p a { line-height: 50px; } }

@media (max-width: 1039px) { .page-site-index .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-site-index .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: 1039px) { .page-site-index .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: 1040px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-tel[colspan="2"] { padding-right: 250px; } }

.page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr .col-fax { width: 250px; }

.page-site-index .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; }

@media (max-width: 639px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .pager { padding-bottom: 19px; } }

@media (min-width: 640px) { .page-site-index .tel-search .ly-container .ly-inner .search-table-wrap .pager { padding-bottom: 34px; } }

@media (max-width: 1279px) { .page-site-index .msie9 .tel-search .ly-container .ly-inner .search-table-wrap .table-list table tbody tr td { display: block; float: left; width: 100%; clear: both; } }

.page-sitemap .ly-section { margin-bottom: 34px; }

.page-sitemap .ly-section:last-of-type { margin-bottom: 0; }

.page-sitemap .ly-section .ly-container .site-title { font-family: 'Noto serif SC'; font-size: 20px; font-weight: 600; letter-spacing: 0; }

@media (max-width: 1039px) { .page-sitemap .ly-section .ly-container .site-title { padding-bottom: 11px; line-height: 25px; } }

@media (max-width: 1039px) and (max-width: 639px) { .page-sitemap .ly-section .ly-container .site-title { padding-left: 15px; } }

@media (max-width: 1039px) and (min-width: 640px) and (max-width: 1039px) { .page-sitemap .ly-section .ly-container .site-title { padding-left: 40px; } }

@media (min-width: 1040px) { .page-sitemap .ly-section .ly-container .site-title { padding-bottom: 5px; line-height: 45px; } }

@media (max-width: 1039px) { .page-sitemap .ly-section .ly-container .ly-inner { border-top: 2px solid #333; } }

@media (max-width: 1039px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap { padding-top: 11px; } }

@media (min-width: 1040px) { .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: 1039px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li { padding: 12px 0 3px; border-bottom: 1px solid #ebebeb; } }

@media (min-width: 1040px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li { display: inline-block; position: relative; width: calc(100% / 5); padding-top: 29px; padding-left: 20px; margin-bottom: 19px; vertical-align: top; } }

@media (max-width: 1039px) { .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: 20px; top: 0; width: 100%; height: 1px; background: #ebebeb; }

@media (max-width: 1039px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li:nth-child(5n+1):before { display: none; } }

@media (min-width: 1040px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li:nth-child(5n+1):before { display: block; width: 980px; } }

.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-weight: 500; letter-spacing: 0; text-decoration: none; color: #1b3b86; }

@media (max-width: 1039px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 { margin-bottom: 7px; font-size: 15px; line-height: 20px; } }

@media (min-width: 1040px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 { font-size: 14px; line-height: 16px; } }

.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: 2px; vertical-align: middle; background: url("../image/link-btn_lg.png") center center/10px auto no-repeat; }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul { margin: 0; font-size: 0; padding: 0; }

@media (max-width: 1039px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li { display: inline-block; width: 50%; padding-right: 10px; margin-bottom: 8px; vertical-align: top; } }

@media (min-width: 1040px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li { margin-top: 14px; } }

.page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2 { display: block; font-size: 13px; font-weight: 400; line-height: 15px; letter-spacing: 0; text-decoration: none; color: #666; }

@media (max-width: 1039px) { .page-sitemap .ly-section .ly-container .ly-inner .site-wrap .site-list > li .site-d1 + ul > li .site-d2 { text-indent: -7px; padding-left: 7px; } }

@media (max-width: 1039px) { .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; margin-right: 5px; vertical-align: middle; background: #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: 2px; vertical-align: middle; background: url("../link-btn_lg.png") center center/10px auto no-repeat; }

/*검색페이지*/
@media (max-width: 639px) { .page-search .ly-content { min-height: calc(100vh - 484px); } }

@media (min-width: 640px) and (max-width: 1039px) { .page-search .ly-content { min-height: calc(100vh - 324px); } }

@media (min-width: 1040px) { .page-search .ly-content { min-height: calc(100vh - 303px); } }

.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: 639px) { .page-search .gs-no-results-result .gs-snippet, .page-search .gs-error-result .gs-snippet { padding: 20px 0; text-align: center; } }

@media (min-width: 640px) { .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: 639px) { .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); }

/*======================================플러그인(커스텀) ======================================*/


/* main visual movie */
.index-visual .topbanner-controller .ctl-btn { position: absolute; padding: 0; border: 0; margin: 0; transition: opacity 0.3s ease; }

@media (max-width: 639px) { .index-visual .topbanner-controller .ctl-btn { width: 25px; height: 25px; bottom: 25px; left: 50px; 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-visual .topbanner-controller .ctl-btn { width: 34px; height: 34px; bottom: 25px; left: 50px; background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") left top/auto 34px no-repeat; } }

@media (min-width: 1280px) { .index-visual .topbanner-controller .ctl-btn { width: 44px; height: 44px; bottom: 30px; left: 50px; background: url("/webdata/uploads/kor/image/2020/02/index-visual-controller.png") left top/auto 44px no-repeat; } }

@media (max-width: 639px) { .index-visual .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-visual .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-visual .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-visual .topbanner-controller .ctl-btn:hover, .index-visual .topbanner-controller .ctl-btn:focus { opacity: 1; }

.page-index .ly-header:before {height:123px; width:100%; content:""; position:absolute; background-color:rgba(39, 41, 69, 0.5); margin: 0 auto;}
@media (max-width: 1040px) { .page-index .ly-header:before {height:65px; } }


/* 2020.05.29 main visual */
.index-visual .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-visual .slide .slider-copy .symbol { display: block; height: 120px; margin: 0 auto 35px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-visual .slide .slider-copy .symbol { display: block; height: 208px; margin: 0 auto 62px; } }

@media (min-width: 1280px) { .index-visual .slide .slider-copy .symbol { display: block; height: 116px; margin: 0 auto 57px; } }

.index-visual .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-visual .slide .slider-copy .txt { width: 330px; margin-top: 35px; font-size: 24px; line-height: 35px; } }

@media (min-width: 640px) and (max-width: 1279px) { .index-visual .slide .slider-copy .txt { width: 660px; margin-top: 62px; font-size: 50px; line-height: 70px; } }

@media (min-width: 1280px) { .index-visual .slide .slider-copy .txt { margin-top: 57px; font-size: 26px; font-weight: 100; line-height: 32px; } }

@media (max-width: 639px) { .index-visual .slide .slider-copy .txt .symbol-text { width: 100%; } }

.index-visual .slide video { 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%); }

/* 메인이미지뉴스 */
.captionslide { margin-top:30px; }

.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 .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:18px;
  margin:0 auto;
  margin-left:-60px;
  width:120px;
  text-align:center;
}

.caption-style-2 .caption-text a:hover {
  background-color:#fff;
  color:#000;
}

.newsslide .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;
  outline:0;
}

.newsslide .slick-arrow.slick-prev {
  right:80px;
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') left bottom no-repeat;
}
.newsslide .slick-arrow.slick-prev:hover {
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') left top no-repeat;
}
.newsslide .slick-arrow.slick-next {
  right:10px;
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') right bottom no-repeat;
}
.newsslide .slick-arrow.slick-next:hover {
  background: url('/_skin/kor/layout/image/icon-videos-arrow_lg.png') right top no-repeat;
}



/*SNU 소식 페이지*/
@media (max-width: 639px) { .common-board .sort { display: none; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .sort { display: none; } }

@media (min-width: 1280px) { .common-board .form-search { padding: 0; } }

@media (min-width: 1280px) { .common-board .form-search .input-wrap .cate { display: none; } }

@media (max-width: 639px) { .common-board .board-img { margin-top: 12px; } }

@media (min-width: 640px) and (max-width: 1279px) { .common-board .board-img { margin-top: 60px; } }

@media (min-width: 1280px) { .common-board .board-img { margin-top: 62px; } }


.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; }
.popup-body { font-size:17px; line-height:180%;}
.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; }

@media (max-width: 639px) {
  .popup-body { font-size:15px; line-height:150%;}
  .popup-title { font-size:22px; margin-bottom:0px;line-height:130%;}
  .popup-body .btn-wrap {margin-top:0px;}
}

.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; }
}


/* new main 2021-05-06 */
.ly-section .index-tit span { padding-top:80px;}
.ly-section .index-tit span:before { height:70px; }
.index-number { padding-bottom:200px;}

.news-wrapper { background-color:#f9f6ef;padding-bottom:80px;}
.news-wrapper h3 { text-transform:uppercase; font-size:16px; margin-bottom:10px; letter-spacing:-0.02em;}

.news-wrapper .item {background-color:#fff; position:relative; }
.news-wrapper .item .text { padding:28px; }
.news-wrapper .item .text p { font-size:16px; margin-bottom:0; }
.news-wrapper .mainitem { height:100%; border: 1px solid #eee; background-size:cover; background-repeat:no-repeat; }
.news-wrapper .subitem { height:100%;  border: 1px solid #eee; background-size:cover; background-repeat:no-repeat; }
.news-wrapper .mainitem h3 { color: #fff;  }
.news-wrapper .subitem h3 { color:#1b3b86; }


.news-wrapper .mainitem .text { width:100%; position:absolute; z-index:10; bottom:0; background:linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);}
.news-wrapper .mainitem .text p { color:#fff; font-size:28px; line-height:1.2; }

.news-wrapper img { width:100%; object-fit:cover;}

.en-container a { color:#000; text-decoration:none; }
.en-container a:hover p { color:#1b3b86; }

.news-wrapper .en-container {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    box-sizing: border-box;
    margin-left:-30px;
    padding-top:50px;
}

.en-container article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: inherit;
}

.en-container article {
    width: calc(25% - 34.75px);
    margin-left: 30px;
    margin-bottom: 30px;
}

.en-container article:hover {
  transition: box-shadow .3s ease-in;
  box-shadow: 0 0 5px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 5%);
}


@media only screen and (max-width: 575px) {
  .news-wrapper .item .text { padding:16px;}
  .news-wrapper .en-container {
    margin-left:-20px;
  }
  .en-container article img { display:none; }
  .en-container article { width:calc(100% - 40px); margin-left: 20px; margin-bottom:10px;}
  .en-container article:first-child  {
    min-height:300px;
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-wrapper .en-container {
    margin-left:-20px;
  }

  .en-container article {
    margin-bottom: 20px;
    width: calc(50% - 40px);
    margin-left: 20px;
  }
  .en-container article:first-child  {
    min-height:400px;
    width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .news-wrapper .en-container {
    margin-left:-10px;
  }
  .en-container article {
    width: calc(33.3333333333% - 26.6666666667px);
    margin-left:20px;
    margin-bottom:20px;
  }
  .en-container article:first-child  {
    width: calc(66.6666666667% - 33.3333333333px);
  }

}

@media only screen and (max-width: 1023.9999px) {
  .en-container article:last-child { display:none; }
}

@media only screen and (min-width: 1024px) and (max-width: 1499px) {
  .en-container article {
    margin-left:20px;
    margin-bottom:20px;
  }
  .en-container article:first-child,
  .en-container article:last-child {
    width: calc(50% - 50px);
  }
}



@media only screen and (min-width: 1500px) {
  .en-container {
    padding-left: calc(50% - 715px);
    padding-right: calc(50% - 715px);
  }

  .en-container article:first-child,
  .en-container article:last-child {
    width: calc(50% - 40.5px);
    margin-left: 30px;
    padding: 0;
  }
}


.navigation-gnb-d1-title { text-transform: uppercase; }

/* 2021-10-21, main search box control */
.navigation-side-content { display:none; width: 410px; height: auto; padding: 30px 40px; border-radius: 0px; position: absolute; right: 40px; margin-left: 90px; top: 122px; z-index: 100; background-color: #fff; }
.search-open .navigation-side-content { display:block; }

.navigation-side-content a.btn-search-close { position:absolute; top:7px; right:0px; display:inline-block; width:20px; height:20px; z-index:100; border:1px solid #000; border-radius:50%;}
.navigation-side-content a.btn-search-close:after {
  content:'';
  width: .125rem;
  height: 1.0625rem;
  background-color: #000;
  position: absolute;
  left: 8px;
  top:2px;
  transform: rotate(45deg);
}
.navigation-side-content a.btn-search-close:before {
  content: '';
  width: .125rem;
  height: 1.0625rem;
  background-color: #000;
  position: absolute;
  top:2px;
  left:8px;
  transform: rotate(-45deg);
}

.navigation-side-content.open a.btn-search-close {border:none; top:5px;  }
.navigation-side-content.open a.btn-search-close:after,
.navigation-side-content.open a.btn-search-close:before {background-color: #fff; }


.navigation-side-content .search-form { padding-top:0px; }
.search-fieldset button {right: 25px;}

@media (max-width: 1040px) {
  nav .navigation-link-search { display:none; }
  .search-open .navigation-side-content { display:none !important; }
}



/* 2021-12-16 index */
.main-event .container { max-width:1440px; }
.main-event.index-borad02 { background: #f3f3f3; }

@media (min-width: 640px) { .main-event.index-borad02 { padding-bottom: 110px; } }

.main-event.index-borad02 .common-boardtitle .bg-wrap .title { background: #f3f3f3; }

.main-event.index-borad02 .board-index-img2 { font-size: 0; }

.main-event.index-borad02 .board-index-img2 .item { vertical-align: top; display:block; text-decoration: none; margin-bottom:20px;}


.main-event.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) { .main-event.index-borad02 .board-index-img2 .item .date { padding-bottom: 15px; font-size: 13px; } }

@media (min-width: 640px) and (max-width: 1279px) { .main-event.index-borad02 .board-index-img2 .item .date { font-size: 16px; font-weight: 500; } }

@media (min-width: 1280px) { .main-event.index-borad02 .board-index-img2 .item .date { padding-bottom: 10px; font-size: 16px; } }

.main-event.index-borad02 .board-index-img2 .item .thumb { display: block; margin: 0; overflow: hidden; position: relative; padding-bottom: 62.745%; }

.main-event.index-borad02 .board-index-img2 .item .texts { display: block; background: #fff; }

@media (max-width: 1279px) { .main-event.index-borad02 .board-index-img2 .item .texts { padding: 11px 15px 15px; } }

@media (min-width: 640px) and (max-width: 1279px) { .main-event.index-borad02 .board-index-img2 .item .texts { height: 306px; } }

@media (min-width: 1280px) { .main-event.index-borad02 .board-index-img2 .item .texts { height: 360px; padding: 25px 20px; } }

.main-event.index-borad02 .board-index-img2 .item .texts .title { display: block; font-weight: 500; color: #111; }

@media (max-width: 1279px) { .main-event.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) { .main-event.index-borad02 .board-index-img2 .item .texts .title { font-size: 24px; } }

@media (min-width: 1280px) { .main-event.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; } }

.main-event.index-borad02 .board-index-img2 .item .texts .sub { display: block; font-weight: 400; color: #666; }

@media (max-width: 1279px) { .main-event.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; }
.main-event.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) { .main-event.index-borad02 .board-index-img2 .item .texts .sub { font-size: 14px; }
.main-event.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) { .main-event.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; } }

.main-event.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) { .main-event.index-borad02 .board-index-img2 .item .thumb + .texts { height: 175px; } }

@media (min-width: 1280px) { .main-event.index-borad02 .board-index-img2 .item .thumb + .texts { height: 200px; } }

@media (max-width: 1279px) { .main-event.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) { .main-event.index-borad02 .board-index-img2 .item .thumb + .texts .title { font-size: 16px; } }

@media (min-width: 1280px) { .main-event.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) { .main-event.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; }
.main-event.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) { .main-event.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; }
.main-event.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; } }



.common-board .board-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1035px) {
  .common-board .board-img {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 790px) {
  .common-board .board-img {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 639px) {
  .common-board .board-img {
    grid-template-columns: 1fr;
  }
}


.topbanner { position:relative; }




.top-link-box {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  height:40px;
  z-index:10;
}

.top-link-box .campus-link {
  position:absolute;
  left:0;
  top:0;
  height:40px;
}

.top-link-box .campus-link > a,
.top-link-box .college-link > a { color:#fff; opacity:0.8; display:inline-block; line-height:40px; padding-left:15px; position:relative; text-decoration:none;}
.top-link-box .campus-link a:not(:first-child):after { content:''; position:absolute; left:5px; top:15px; width:1px; height:10px; background-color:rgba(255, 255, 255, 0.5); }
.top-link-box .campus-link > a:hover,
.top-link-box .college-link > a:hover {  opacity:1;}

.top-link-box .college-link {
  position:absolute;
  right:0;
  top:0;
  height:40px;
}

 .page-index body[data-responsive="responsive-desktop"]  .ly-header:before {
  height: 163px !important;
}

.college-link .navigation-link-oia { position:relative;text-decoration:none;}
.college-link .navigation-link-oia:after { content:''; position:absolute; left:5px; top:15px; width:1px; height:10px; background-color:rgba(255, 255, 255, 0.5); }

.college-link .navigation-link-lang { padding-left:0 !important;margin-left:5px; position:relative;}
.college-link .navigation-link-lang img { padding-top:10px; }
.college-link .navigation-link-search { padding-left:0 !important; margin-left:5px;}
.college-link .navigation-link-search img { padding-top:10px; width:17.5px; }


.navigation-side-content {
    display: none;
    width: 410px;
    height: auto;
    padding: 30px 40px;
    border-radius: 0px;
    position: absolute;
    right: 40px;
    margin-left: 90px;
    top: 40px;
    z-index: 100;
    background-color: #fff;
}

.page-index .top-link-wrap { border-bottom:1px solid rgba(255, 255, 255, 0.8);}
.page-sub .top-link-wrap { background-color:rgba(31, 45, 82, 0.8);border-bottom:1px solid rgba(255, 255, 255, 0.1); }
.gnbopen .top-link-wrap { background-color:rgba(31, 45, 82, 0); border-bottom:1px solid rgba(255, 255, 255, 0.1); }


.navigation-link-fmly.btn-college { display:none; }

@media (max-width: 1040px) {
  .top-link-wrap { display:none; }

  .ly-header nav {
    width: 100%;
  }
  .navigation-link-fmly.btn-college { display:block; }

}

.ly-main .news-wrapper .resvideo { width:100%; position:relative; padding:10px 0px; z-index:1;  background-color:#000;}

img { max-width:100%; }

@media (min-width: 1280px) {
  .container {
    max-width: 1020px;
  }
}

@media (max-width: 768px) {
  .container {
     max-width: 100%;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}


.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%;
  }
}

