@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'SamsungOneLatin';
  src: url("../../fonts/SamsungOneLatin-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/SamsungOneLatin-400.woff") format("woff"), url("../../fonts/SamsungOneLatin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungOneLatin';
  src: url("../../fonts/SamsungOneLatin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/SamsungOneLatin-700.woff") format("woff"), url("../../fonts/SamsungOneLatin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungSharpSans';
  src: url("../../fonts/SamsungSharpSans-Bold.otf") format("oft"), url("../../fonts/SamsungSharpSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font style setting */
/* Point color setting */
/* Background - color setting */
/* Border - color setting */
/* Font - color setting */
/* Input - color setting */
/* Button - color setting */
/**
 * BASE SETTING
 */
#header .header_box:after, #gnb .depth1:after, #gnb .depth2_2 .depth2_2_sub:after, #footer .footer_wrap .f_link:after, .forum_wrap:after, .history .history_wrap:after, .history .history_wrap article dl:after, .labs .sait_global .sait_list:after, .labs .sait_global .sait_view article ul:after, .process .gro_step ul:after, .process .gro_calendar ul li:after, .apply .apply_wrap .flow_contents:after, .apply .apply_wrap .time_line .time_content dl:after, .apply .apply_wrap .research_wrap .theme_list dl:after, .apply .apply_wrap .note_wrap dl:after, .press .board_list ul:after, #content.press_view #contentLink:after, .contact .taking_wrap .contact_mail:after, .what .changing_list ul:after, .paper_list .view_list .list_box li:after, #content.paper_view .contents_wrap dl:after, #content.paper_view #contentLink:after, .infra #infraRolling .thumb_img:after, .application .process_list .gro_step ul:after, .search_etc .search_tab ul:after, .privacy .box .step01:after, .privacy .box .step02:after, .privacy .box .step03:after, #aiForum .forum_step01 .content_box dl:after, #aiForum .forum_step01 .content_box ul:after, #aiForum .write_wrap .agree_wrap:after, #aiForum .forum_step03 .tit_wrap:after, #aiForum .forum_step03 .tit_wrap .schedule_info dl:after, #aiForum .forum_step04 .location_box:after, .forum_popup .popup_wrap .table_wrap table tbody td ul:after, #subLocation .location_list:after, #boardSearch:after, #boardSearch .list_select:after, #relatedContents .related_wrap:after, #subTab ul:after, .contents_flow:after, .flow_contact ul:after {
  content: " ";
  display: block;
  clear: both;
}

body {
  -webkit-backface-visibility: hidden;
}

fieldset, img {
  border: 0 none;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  padding: 0;
  font-family: SamsungOneLatin, Noto Sans KR, sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #636363;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

select, input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  font-size: 17px;
  font-weight: 300;
  font-family: SamsungOneLatin, Noto Sans KR, sans-serif;
}

select[type="checkbox"], input[type="checkbox"], button[type="checkbox"], textarea[type="checkbox"] {
  -webkit-appearance: checkbox;
}

select[type="radio"], input[type="radio"], button[type="radio"], textarea[type="radio"] {
  -webkit-appearance: radio;
}

select::-ms-expand, input::-ms-expand, button::-ms-expand, textarea::-ms-expand {
  display: none;
}

html, body {
  font-family: SamsungOneLatin, Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #636363;
  word-break: keep-all;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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

label, button {
  cursor: pointer;
}

html, body {
  max-width: 100%;
}

html.no_scroll {
  overflow: hidden;
  padding: 0 17px 0 0;
}

body {
  background-color: #e5e5e5;
}

.dimmed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 80;
  background-color: #000;
  display: none;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

#header {
  width: 100%;
  height: 104px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

#header .header_wrap.header_open {
  background-color: #fff;
}

#header .header_wrap {
  height: 100%;
  background-color: #e5e5e5;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
}

#header .header_box {
  width: 1180px;
  height: 104px;
  margin: 0 auto;
  border-bottom: 1px solid #636363;
  position: relative;
}

#header .header_box h1 {
  width: 266px;
  height: 19px;
  padding: 43px 0 0;
  float: left;
}

#header .header_box h1 a {
  height: 19px;
  display: block;
  background: url(../../images/layout/logo.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

#headerSearch {
  width: 100%;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 104px;
  z-index: 100;
  text-align: center;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #a8a8a8;
  border-top: 1px solid #d6d6d6;
}

#headerSearch #globalInput {
  width: 380px;
  padding: 0 0 0 20px;
  position: relative;
  display: inline-block;
  margin: 37px 0 0;
}

#headerSearch #globalInput input[type=text] {
  width: 100%;
  height: 40px;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #333;
  padding: 0 33px 0 10px;
  color: #333;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

#headerSearch #globalInput input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#headerSearch #globalInput input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#headerSearch #globalInput input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#headerSearch #globalInput input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#headerSearch #globalInput input[type=text]:hover, #headerSearch #globalInput input[type=text]:focus {
  border-color: #1428a0;
}

#headerSearch #globalInput .submit_wrap {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 10px;
  background-image: url(../../images/icon/search_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#headerSearch #globalInput .submit_wrap input[type=submit] {
  width: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

#skipNavigation a {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  background: #f8f7f3;
  line-height: 50px;
}

#skipNavigation a:focus {
  top: 0;
  text-align: center;
}

#gnb {
  float: left;
  margin: 43px 0 0;
  padding: 0 0 0 204px;
}

#gnb .depth1 > li {
  float: left;
  margin: 0 8px;
}

#gnb .depth1 > li > a {
  font-size: 19px;
  font-weight: 700;
  padding: 15px 20px;
  background-color: transparent;
  color: #333;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#gnb .depth1 > li > a:hover, #gnb .depth1 > li > a:focus, #gnb .depth1 > li > a.on {
  background-color: #1428a0;
  color: #fff;
}

#gnb .depth1 .accent {
  font-weight: 700;
}

#gnb .depth2 {
  position: absolute;
  top: 144px;
  font-size: 15px;
}

#gnb .depth2 strong {
  font-size: 24px;
  color: #1428a0;
}

#gnb .depth2 > ul {
  padding: 8px 0 0;
}

#gnb .depth2 > ul > li {
  padding: 25px 0 0;
}

#gnb .depth2 > ul a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}

#gnb .depth2 > ul a:hover {
  color: #1428a0;
}

#gnb .depth2_1 {
  left: 100px;
}

#gnb .depth2_2 {
  width: 565px;
  left: 310px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-bottom: 0;
  padding: 0 0 0 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#gnb .depth2_2 .depth2_2_sub {
  margin: -17px 0 0;
}

#gnb .depth2_2 .depth2_2_sub ul {
  width: 245px;
  float: left;
}

#gnb .depth2_2 .depth2_2_sub ul:nth-of-type(1) {
  margin: 0 15px 0 0;
}

#gnb .depth2_2 .depth2_2_sub ul li {
  padding: 10px 0 0;
}

#gnb .depth2_3 {
  left: 920px;
}

#gnb .header_banner {
  width: 980px;
  height: 135px;
  position: absolute;
  top: 528px;
  left: 100px;
  background-image: url(../../images/layout/header_banner_default.jpg);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#searchBtn {
  width: 53px;
  height: 53px;
  float: right;
  text-indent: -9999px;
  background-image: url(../../images/layout/search_icon.png);
  margin: 26px 0 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  border-color: #636363;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#searchBtn:hover, #searchBtn:focus, #searchBtn.active {
  border-color: #1428a0;
  background-color: #1428a0;
  background-image: url(../../images/layout/search_icon_over.png);
}

#searchBtn.active {
  background-image: url(../../images/layout/search_close.png);
}

#footer {
  padding: 70px 0;
  background-color: #1f1f1f;
}

#footer .footer_wrap {
  width: 1180px;
  margin: 0 auto;
  position:relative;
}

#footer .footer_wrap .footer_wa {
  position:absolute; top:-45px; right:0;
}

#footer .footer_wrap .f_link {
  font-size: 15px;
  padding: 0 0 30px;
  border-bottom: 1px solid #363636;
}

#footer .footer_wrap .f_link li {
  float: left;
  margin: 0 10px;
  position: relative;
}

#footer .footer_wrap .f_link li:after {
  width: 1px;
  height: 12px;
  position: absolute;
  left: -9px;
  top: 0;
  background-color: #4c4c4c;
  display: block;
  content: "";
}

#footer .footer_wrap .f_link li:first-child {
  margin: 0 10px 0 0;
  font-weight: 700;
}

#footer .footer_wrap .f_link li:first-child:after {
  display: none;
}

#footer .footer_wrap .f_link li a {
  color: #a8a8a8;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}

#footer .footer_wrap .f_link li a:hover, #footer .footer_wrap .f_link li a:focus {
  color: #fff;
}

#footer .footer_wrap .f_bottom {
  padding: 35px 0 0;
  color: #a8a8a8;
  position: relative;
}

#footer .footer_wrap .f_bottom:after {
  width: 266px;
  height: 19px;
  display: block;
  content: "";
  background: url(../../images/layout/f_logo.gif) 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 35px;
}

#footer .footer_wrap .f_bottom .copy_wrap address {
  display: inline-block;
}

#footer .footer_wrap .f_bottom .copy_wrap .tel {
  padding: 0 0 0 10px;
}

#footer .footer_wrap .f_bottom .copy_wrap .copyright {
  padding: 10px 0 0;
}

#mainVisual {
  position: relative;
  padding: 104px 0 0;
  overflow: hidden;
  height: 585px;
}

#mainVisual .visual_wrap {
  position: relative;
}

#mainVisual .visual_wrap li {
  width: 100%;
  height: 585px;
  min-width: 1180px;
  position: absolute;
  top: 0;
  display: none;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#mainVisual .visual_wrap li:first-child {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

#mainVisual .visual_wrap li video {
  width: 100%;
}

#mainVisual .visual_wrap .visual_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  z-index: 10;
  text-align: center;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap h3, #mainVisual .visual_wrap .visual_txt .txt_wrap p, #mainVisual .visual_wrap .visual_txt .txt_wrap a {
  position: relative;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  filter: alpha(opacity=0);
}

#mainVisual .visual_wrap .visual_txt .txt_wrap h3 {
  font-size: 55px;
  line-height: 70px;
  font-family: SamsungSharpSans, sans-serif;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap p {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 0 0;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a {
  width: 183px;
  height: 42px;
  background-color: #1428a0;
  margin: 30px 0 0;
  display: inline-block;
  position: relative;
  text-indent: 22px;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a:hover, #mainVisual .visual_wrap .visual_txt .txt_wrap a:focus {
  background-color: #fff;
  color: #1428a0;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a:hover:after, #mainVisual .visual_wrap .visual_txt .txt_wrap a:focus:after {
  border-color: #1428a0;
}

#mainVisual .visual_wrap .visual_txt .txt_wrap a:after {
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 36px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

#mainVisual #navBtn {
  width: 100%;
  min-width: 1180px;
  position: absolute;
  top: 50%;
  z-index: 20;
}

#mainVisual #navBtn button {
  width: 74px;
  height: 74px;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../../images/icon/infra_navi_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#mainVisual #navBtn button:hover, #mainVisual #navBtn button:focus {
  background-color: #1428a0;
  border-color: #1428a0;
}

#mainVisual #navBtn button.prev {
  left: 50px;
}

#mainVisual #navBtn button.next {
  right: 50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mainVisual #indiBtn {
  width: 100%;
  position: absolute;
  z-index: 20;
  bottom: 40px;
  text-align: center;
}

#mainVisual #indiBtn li {
  display: inline-block;
  margin: 0 8px;
}

#mainVisual #indiBtn button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  text-indent: -9999px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#mainVisual #indiBtn button:hover, #mainVisual #indiBtn button:focus {
  background-color: #1428a0;
}

#mainVisual #indiBtn button.active {
  width: 45px;
  background-color: #1428a0;
}

.main_research {
  width: 1200px;
  margin: 0 auto 90px;
}

.main_research .js-act-research {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.main_research .tit {
  text-align: center;
  padding: 0 0 40px;
}

.main_research .tit h4 {
  font-size: 35px;
  color: #333;
  font-family: SamsungSharpSans, sans-serif;
}

.main_research .tit p {
  font-size: 20px;
  padding: 30px 0 0;
}

.main_research .research_list {
  position: relative;
}

.main_research .research_list .list_wrap {
  width: 1220px;
  height: 400px;
  padding: 0 0 30px;
  position: relative;
  overflow: hidden;
}

.main_research .research_list ul {
  width: 1200px;
  position: absolute;
  top: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main_research .research_list ul:first-child {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_research .research_list li {
  width: 380px;
  height: 185px;
  margin: 10px;
  position: relative;
  float: left;
  background-image: url(../../images/icon/list_none.png);
  background-color: #fff;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.main_research .research_list li.multimedia a {
  background-image: url(../../images/icon/research_icon01.gif);
}

.main_research .research_list li.deep a {
  background-image: url(../../images/icon/research_icon02.gif);
}

.main_research .research_list li.autonomous a {
  background-image: url(../../images/icon/research_icon03.gif);
}

.main_research .research_list li.brain a {
  background-image: url(../../images/icon/research_icon04.gif);
}

.main_research .research_list li.healthcare a {
  background-image: url(../../images/icon/research_icon05.gif);
}

.main_research .research_list li.metaphotonics a {
  background-image: url(../../images/icon/research_icon06.gif);
}

.main_research .research_list li.graphene a {
  background-image: url(../../images/icon/research_icon07.gif);
}

.main_research .research_list li.electronic a {
  background-image: url(../../images/icon/research_icon08.gif);
}

.main_research .research_list li.polymer a {
  background-image: url(../../images/icon/research_icon09.gif);
}

.main_research .research_list li.inorganics a {
  background-image: url(../../images/icon/research_icon10.gif);
}

.main_research .research_list li.quantum a {
  background-image: url(../../images/icon/research_icon11.gif);
}

.main_research .research_list li.battery a {
  background-image: url(../../images/icon/research_icon12.gif);
}

.main_research .research_list li.bio a {
  background-image: url(../../images/icon/research_icon13.gif);
}

.main_research .research_list li.science a {
  background-image: url(../../images/icon/research_icon14.gif);
}

.main_research .research_list li a {
  height: 100%;
  display: block;
  background-color: #fff;
  padding: 40px 0 0 120px;
  -ms-background-position-x: 30px;
  background-position-x: 30px;
  -ms-background-position-y: 40px;
  background-position-y: 40px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.main_research .research_list li a:hover, .main_research .research_list li a:focus {
  -moz-box-shadow: 10px 11px 20px #a8a8a8;
  -webkit-box-shadow: 10px 11px 20px #a8a8a8;
  box-shadow: 10px 11px 20px #a8a8a8;
}

.main_research .research_list li a:hover p:after,
.main_research .research_list li a:hover p:before, .main_research .research_list li a:focus p:after,
.main_research .research_list li a:focus p:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_research .research_list li a:hover strong:after, .main_research .research_list li a:hover strong:before, .main_research .research_list li a:focus strong:after, .main_research .research_list li a:focus strong:before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_research .research_list li a.more {
  padding: 115px 0 0;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  background-image: url(../../images/icon/img_over_icon.png);
  text-align: center;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 53px;
  background-position-y: 53px;
  background-repeat: no-repeat;
  -webkit-background-size: 41px;
  background-size: 41px;
}

.main_research .research_list li a.more:hover, .main_research .research_list li a.more:focus {
  background-color: #1428a0;
}

.main_research .research_list li strong {
  font-size: 20px;
  color: #333;
}

.main_research .research_list li strong:after, .main_research .research_list li strong:before {
  width: 0;
  height: 3px;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.main_research .research_list li strong:after {
  right: 0;
  top: 0;
}

.main_research .research_list li strong:before {
  left: 0;
  bottom: 0;
}

.main_research .research_list li p {
  line-height: 25px;
  padding: 15px 15px 0 0;
}

.main_research .research_list li p:after, .main_research .research_list li p:before {
  width: 3px;
  height: 0;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.main_research .research_list li p:after {
  left: 0;
  top: 0;
}

.main_research .research_list li p:before {
  right: 0;
  bottom: 0;
}

.main_research .research_list .btn_wrap button {
  width: 22px;
  height: 42px;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  background-image: url(../../images/icon/research_btn_icon.gif);
  overflow: hidden;
  margin: -27px 0 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.main_research .research_list .btn_wrap button.prev {
  left: -52px;
}

.main_research .research_list .btn_wrap button.next {
  right: -52px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_join {
  height: 780px;
  background-image: url(../../images/main/join_img.jpg);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.main_join .join_wrap {
  width: 1180px;
  margin: 0 auto;
  color: #fff;
}

.main_join .join_wrap h4 {
  font-size: 50px;
  font-family: SamsungSharpSans, sans-serif;
  padding: 110px 0 0;
  text-align: center;
}

.main_join .join_wrap .application_box {
  padding: 270px 0 0;
}

.main_join .join_wrap .application_box strong {
  font-size: 40px;
  font-family: SamsungSharpSans, sans-serif;
  position: relative;
  display: inline-block;
}

.main_join .join_wrap .application_box strong:before {
  width: 54px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  left: -84px;
  top: 50%;
  background-color: #fff;
}

.main_join .join_wrap .application_box p {
  font-size: 20px;
  line-height: 30px;
  padding: 30px 0 50px;
}

.main_join .join_wrap .application_box a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}

.main_join .join_wrap .application_box a:hover:after {
  right: -25px;
  border-color: #1428a0;
}

.main_join .join_wrap .application_box a:after {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top-width: 0;
  border-left-width: 0;
  position: absolute;
  right: -20px;
  top: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.forum_wrap {
  width: 1180px;
  margin: 120px auto 115px;
}

.forum_wrap .event_banner {
  width: 580px;
  height: 280px;
  overflow: hidden;
  float: left;
}

.forum_wrap article {
  width: 280px;
  height: 280px;
  float: left;
  position: relative;
  margin: 0 0 0 20px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.forum_wrap article:hover, .forum_wrap article:focus {
  -moz-box-shadow: 10px 11px 20px #a8a8a8;
  -webkit-box-shadow: 10px 11px 20px #a8a8a8;
  box-shadow: 10px 11px 20px #a8a8a8;
}

.forum_wrap article:hover:after, .forum_wrap article:hover:before, .forum_wrap article:focus:after, .forum_wrap article:focus:before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.forum_wrap article:hover h1:after, .forum_wrap article:hover h1:before, .forum_wrap article:focus h1:after, .forum_wrap article:focus h1:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.forum_wrap article:after, .forum_wrap article:before {
  width: 0;
  height: 3px;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.forum_wrap article:after {
  right: 0;
  top: 0;
}

.forum_wrap article:before {
  left: 0;
  bottom: 0;
}

.forum_wrap article h1 {
  font-size: 18px;
  font-weight: 700;
  color: #1428a0;
}

.forum_wrap article h1:after, .forum_wrap article h1:before {
  width: 3px;
  height: 0;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.forum_wrap article h1:after {
  left: 0;
  top: 0;
}

.forum_wrap article h1:before {
  right: 0;
  bottom: 0;
}

.forum_wrap article ul {
  position: relative;
  top: 45px;
}

.forum_wrap article ul li {
  position: absolute;
  top: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.forum_wrap article ul li:first-child {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.forum_wrap article ul li .tit {
  height: 108px;
  font-size: 20px;
  line-height: 27px;
  display: block;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.forum_wrap article ul li time {
  display: block;
  padding: 15px 0 0;
}

.forum_wrap article ul li .more_link {
  display: inline-block;
  margin: 20px 0 0;
  position: relative;
  color: #333;
}

.forum_wrap article ul li .more_link:hover {
  color: #1428a0;
}

.forum_wrap article ul li .more_link:hover:after {
  right: -17px;
  border-color: #1428a0;
}

.forum_wrap article ul li .more_link:after {
  width: 5px;
  height: 5px;
  display: block;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  border-top-width: 0;
  border-left-width: 0;
  position: absolute;
  right: -14px;
  top: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.forum_wrap article .btn_wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.forum_wrap article .btn_wrap button {
  width: 25px;
  height: 25px;
  background-color: #a8a8a8;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../../images/icon/link_icon_over.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

.forum_wrap article .btn_wrap button:hover, .forum_wrap article .btn_wrap button:focus {
  background-color: #1428a0;
}

.forum_wrap article .btn_wrap button.next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.who .who_wrap {
  padding: 80px 0 0;
}

.who .vice_box {
  width: 1180px;
  height: 640px;
  margin: 0 auto;
  position: relative;
}

.who .vice_box img {
  position: relative;
}

.who .vice_box .greetings {
  width: 500px;
  padding: 75px 70px;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  background-color: #1428a0;
  position: absolute;
  top: 170px;
  right: 0;
  -moz-box-shadow: 10px 35px 50px 5px #a8a8a8;
  -webkit-box-shadow: 10px 35px 50px 5px #a8a8a8;
  box-shadow: 10px 35px 50px 5px #a8a8a8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.who .vice_box .greetings strong {
  font-size: 32px;
}

.who .vice_box .greetings em {
  font-weight: 700;
}

.who .embraces_box {
  padding: 90px 0 0;
}

.who .embraces_box h5 {
  width: 1180px;
  margin: 0 auto;
  font-size: 45px;
  line-height: 62px;
  color: #1428a0;
  position: relative;
  z-index: 10;
}

.who .embraces_box .bg_wrap {
  height: 540px;
  background-image: url(../../images/about/who_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  margin: -30px 0 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.who .embraces_box .embraces_step {
  width: 1180px;
  margin: 0 auto;
  color: #333;
  padding: 55px 0 0 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.who .embraces_box .embraces_step .step01 {
  line-height: 40px;
  font-size: 20px;
}

.who .embraces_box .embraces_step .step02 {
  line-height: 35px;
  padding: 40px 0 0;
  font-size: 18px;
}

.history {
  width: 1180px;
  margin: 0 auto;
}

.history .history_wrap {
  margin: 85px 0 0;
  position: relative;
}

.history .history_wrap:before {
  width: 1px;
  height: 100%;
  display: block;
  content: "";
  background-color: #a8a8a8;
  top: 23px;
  left: 50%;
  position: absolute;
}

.history .history_wrap article {
  width: 480px;
  float: left;
  position: relative;
  padding: 65px 0 0;
  text-align: right;
}

.history .history_wrap article:nth-of-type(even) {
  direction: rtl;
  float: right;
  margin: 0 0 0 221px;
  text-align: left;
}

.history .history_wrap article:nth-of-type(even) h1 {
  right: auto;
  left: 0;
}

.history .history_wrap article:nth-of-type(even) h1:after {
  right: auto;
  left: -110px;
}

.history .history_wrap article:nth-of-type(even) h1:before {
  right: auto;
  left: -113px;
}

.history .history_wrap article:nth-of-type(even) dt {
  float: left;
}

.history .history_wrap article:nth-of-type(even) dd {
  float: right;
}

.history .history_wrap article h1 {
  font-size: 60px;
  color: #1428a0;
  position: absolute;
  top: 0;
  right: 0;
  font-family: SamsungSharpSans, sans-serif;
}

.history .history_wrap article h1:after {
  width: 96px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  background-color: #1428a0;
  right: -111px;
  top: 50%;
  margin: -5px 0 0;
}

.history .history_wrap article h1:before {
  width: 7px;
  height: 7px;
  display: block;
  content: "";
  background-color: #1428a0;
  position: absolute;
  top: 22px;
  right: -114px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.history .history_wrap article dl {
  position: relative;
  line-height: 25px;
  padding: 20px 0 0;
}

.history .history_wrap article dt {
  float: right;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.history .history_wrap article dd {
  width: 445px;
  float: left;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.history .history_wrap article dd img {
  width: 445px;
  display: block;
  margin: 20px 0 0;
}

.labs:after {
  display: block !important;
}

.labs .tit_wrap .bg_wrap {
  height: 567px;
  background: url(../../images/about/labs_img01.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.labs .tit_wrap p {
  width: 1180px;
  margin: 0 auto;
  line-height: 30px;
  padding: 90px 90px 70px;
  border-bottom: 1px solid #a8a8a8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.labs .sait_global {
  margin: 90px 0 0;
}

.labs .sait_global #map {
  width: 100%;
  height: 630px;
}

.labs .sait_global .contents_flow {
  padding: 0 0 295px;
}

.labs .sait_global .sait_list ul {
  width: 800px;
  line-height: 49px;
  margin: 0 0 0 -20px;
}

.labs .sait_global .sait_list li {
  float: left;
  margin: 0 0 20px 20px;
}

.labs .sait_global .sait_list li button {
  width: 180px;
  height: 49px;
  font-weight: 700;
  background-color: #fff;
  color: #636363;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.labs .sait_global .sait_list li button:hover, .labs .sait_global .sait_list li button:focus, .labs .sait_global .sait_list li button.active {
  background-color: #1428a0;
  color: #fff;
}

.labs .sait_global .sait_view {
  padding: 200px 0 100px;
  background-color: #fff;
}

.labs .sait_global .sait_view .view_wrap {
  width: 1180px;
  height: 615px;
  margin: 0 auto;
  position: relative;
}

.labs .sait_global .sait_view article {
  margin: -450px 0 0;
  display: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.labs .sait_global .sait_view article:first-child {
  display: block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.labs .sait_global .sait_view article:first-child .img_wrap {
  background-image: url(../../images/about/labs_img02.png);
}

.labs .sait_global .sait_view article:nth-of-type(2) .img_wrap {
  background-image: url(../../images/about/labs_img03.png);
}

.labs .sait_global .sait_view article:nth-of-type(3) .img_wrap {
  background-image: url(../../images/about/labs_img04.png);
}

.labs .sait_global .sait_view article:nth-of-type(4) .img_wrap {
  background-image: url(../../images/about/labs_img05.png);
}

.labs .sait_global .sait_view article:nth-of-type(5) .img_wrap {
  background-image: url(../../images/about/labs_img06.png);
}

.labs .sait_global .sait_view article:nth-of-type(6) .img_wrap {
  background-image: url(../../images/about/labs_img07.png);
}

.labs .sait_global .sait_view article:nth-of-type(7) .img_wrap {
  background-image: url(../../images/about/labs_img08.png);
}

.labs .sait_global .sait_view article .img_wrap {
  height: 380px;
  margin: 0 0 30px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.labs .sait_global .sait_view article .txt_wrap {
  padding: 40px 100px 0;
}

.labs .sait_global .sait_view article .txt_wrap h1 {
  font-size: 20px;
  color: #333;
}

.labs .sait_global .sait_view article .txt_wrap p {
  line-height: 30px;
  padding: 20px 0 0;
}

.labs .sait_global .sait_view article ul {
  line-height: 30px;
}

.labs .sait_global .sait_view article ul li {
  width: 50%;
  float: left;
  padding: 20px 0 0;
}

.labs .sait_global .sait_view article ul li.one {
  width: 100%;
}

.labs .sait_global .sait_view article ul strong {
  color: #1428a0;
}

.overview #subTab ul li a {
  width: 200px;
}

.overview .overview_wrap .overview_img {
  width: 100%;
  margin: 80px 0 0;
}

.overview .overview_wrap .contents_flow {
  padding: 110px 0 90px;
}

.overview .overview_wrap .contents_flow .flow_right {
  line-height: 30px;
}

.overview .overview_wrap .overview_box {
  width: 1180px;
  margin: 0 auto;
  padding: 80px 0 0;
  border-top: 1px solid #a8a8a8;
}

.overview .overview_wrap .overview_box h1 {
  font-size: 25px;
  color: #333;
  text-align: center;
}

.overview .overview_wrap .overview_box p {
  line-height: 30px;
  padding: 40px 0 0;
}

.overview .overview_wrap .overview_box p a {
  color: #1428a0;
  border-bottom: 1px solid #1428a0;
  font-weight: 700;
}

.overview .overview_wrap .flow_contact {
  width: 1180px;
  margin: 40px auto 0;
}

.process #subTab ul li a {
  width: 200px;
}

.process .contents_flow {
  padding: 65px 0 110px;
}

.process .contents_flow .flow_right {
  line-height: 30px;
}

.process .contents_flow .flow_right strong {
  font-size: 19px;
  color: #333;
  padding: 0 0 5px;
  display: inline-block;
}

.process .contents_flow .flow_right em {
  color: #333;
}

.process .gro_step {
  position: relative;
}

.process .gro_step:after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 116px;
  background-color: #1428a0;
  z-index: -1;
}

.process .gro_step ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.process .gro_step ul li {
  width: 200px;
  float: left;
  padding: 200px 0 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.process .gro_step ul li:first-child {
  margin: 0;
}

.process .gro_step ul li:nth-of-type(odd) strong {
  color: #1428a0;
}

.process .gro_step ul li:nth-of-type(1) {
  background-image: url(../../images/icon/process_icon01.png);
}

.process .gro_step ul li:nth-of-type(2) {
  background-image: url(../../images/icon/process_icon02.png);
}

.process .gro_step ul li:nth-of-type(3) {
  background-image: url(../../images/icon/process_icon03.png);
}

.process .gro_step ul li:nth-of-type(4) {
  background-image: url(../../images/icon/process_icon04.png);
}

.process .gro_step ul li:nth-of-type(5) {
  background-image: url(../../images/icon/process_icon05.png);
}

.process .gro_step ul li:nth-of-type(6) {
  background-image: url(../../images/icon/process_icon06.png);
}

.process .gro_step ul li strong {
  font-size: 22px;
  color: #333;
}

.process .gro_step ul li p {
  line-height: 22px;
  padding: 18px 0 0;
}

.process .gro_calendar {
  width: 1180px;
  margin: 120px auto 0;
}

.process .gro_calendar h1 {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.process .gro_calendar ul {
  margin: 45px 0 0;
}

.process .gro_calendar ul li {
  padding: 45px 60px;
  background-color: #fff;
  margin: 20px 0 0;
  position: relative;
}

.process .gro_calendar ul li:first-child {
  padding: 40px 60px;
}

.process .gro_calendar ul li:nth-of-type(1) {
  z-index: 5;
}

.process .gro_calendar ul li:nth-of-type(1) em:after {
  height: 90px;
}

.process .gro_calendar ul li:nth-of-type(2) {
  z-index: 4;
}

.process .gro_calendar ul li:nth-of-type(2) em:after {
  height: 155px;
}

.process .gro_calendar ul li:nth-of-type(3) {
  z-index: 3;
}

.process .gro_calendar ul li:nth-of-type(3) em:after {
  height: 280px;
}

.process .gro_calendar ul li:nth-of-type(4) {
  z-index: 2;
}

.process .gro_calendar ul li:nth-of-type(4) em:after {
  height: 130px;
}

.process .gro_calendar ul li:nth-of-type(5) {
  z-index: 1;
}

.process .gro_calendar ul li:nth-of-type(5) em:after {
  height: 130px;
}

.process .gro_calendar ul li:nth-of-type(6) em:after {
  height: 450px;
}

.process .gro_calendar ul .year {
  width: 220px;
  float: left;
  color: #1428a0;
  font-size: 26px;
  font-weight: 700;
}

.process .gro_calendar ul .year em {
  display: block;
  font-size: 40px;
  position: relative;
}

.process .gro_calendar ul .year em:after {
  width: 1px;
  background-color: #1428a0;
  display: block;
  content: "";
  position: absolute;
  left: 21px;
  top: 53px;
}

.process .gro_calendar ul .gro_detail {
  width: 830px;
  float: left;
}

.process .gro_calendar ul .gro_detail h2 {
  font-size: 22px;
  color: #333;
  padding: 27px 0 0;
}

.process .gro_calendar ul .gro_detail dl dt {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.process .gro_calendar ul .gro_detail dl dd {
  padding: 16px 0 0;
  line-height: 25px;
}

.process .gro_calendar ul .gro_detail dl dd span {
  position: relative;
  padding: 0 0 0 10px;
  display: inline-block;
}

.process .gro_calendar ul .gro_detail dl dd span:before {
  display: block;
  content: "-";
  position: absolute;
  left: 0;
}

.process .gro_calendar ul .gro_detail p {
  padding: 22px 0 0;
  line-height: 25px;
  color: #a8a8a8;
}

.process .gro_calendar ul .gro_detail p em {
  color: #a8a8a8;
  display: block;
  font-weight: 700;
  padding: 0 0 5px;
}

.process .gro_calendar ul .gro_detail p a {
  line-height: 20px;
  display: inline-block;
  color: #1428a0;
  margin: 15px 0 0;
  border-bottom: 1px solid #1428a0;
}

.apply:after {
  display: block !important;
}

.apply #subTab ul li a {
  width: 200px;
}

.apply .apply_wrap .flow_contents {
  width: 1180px;
  margin: 0 auto;
}

.apply .apply_wrap .flow_contents .tit {
  width: 400px;
  float: left;
  font-size: 30px;
  color: #333;
}

.apply .apply_wrap .time_line {
  margin: 80px auto 100px;
}

.apply .apply_wrap .time_line .time_content {
  width: 780px;
  float: left;
}

.apply .apply_wrap .time_line .time_content dl {
  padding: 20px 0 0;
}

.apply .apply_wrap .time_line .time_content dl:first-child {
  padding: 0;
}

.apply .apply_wrap .time_line .time_content dt {
  color: #333;
  float: left;
  font-weight: 700;
}

.apply .apply_wrap .time_line .time_content dd {
  float: left;
  margin: 0 0 0 3px;
}

.apply .apply_wrap .time_line .time_content button {
  width: 380px;
  height: 80px;
  margin: 45px 0 0;
  display: inline-block;
  text-indent: -52px;
  border: 2px solid #1428a0;
  background-color: #1428a0;
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.apply .apply_wrap .time_line .time_content button i {
  position: absolute;
  top: 49%;
  right: 162px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.apply .apply_wrap .time_line .time_content button i:before {
  width: 25px;
  height: 1px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

.apply .apply_wrap .time_line .time_content button i:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -25px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

.apply .apply_wrap .time_line .time_content button:hover, .apply .apply_wrap .time_line .time_content button:focus {
  background-color: #fff;
  color: #1428a0;
}

.apply .apply_wrap .time_line .time_content button:hover input[type=submit], .apply .apply_wrap .time_line .time_content button:focus input[type=submit] {
  color: #1428a0;
}

.apply .apply_wrap .time_line .time_content button:hover i, .apply .apply_wrap .time_line .time_content button:focus i {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.apply .apply_wrap .time_line .time_content button:hover i:before, .apply .apply_wrap .time_line .time_content button:focus i:before {
  background-color: #1428a0;
}

.apply .apply_wrap .time_line .time_content button:hover i:after, .apply .apply_wrap .time_line .time_content button:focus i:after {
  border-left-color: #1428a0;
}

.apply .apply_wrap .time_line .time_content p {
  padding: 32px 0 0;
}

.apply .apply_wrap .submission {
  padding: 100px 0;
  border-top: 1px solid #a8a8a8;
}

.apply .apply_wrap .submission .submission_contents {
  width: 780px;
  float: left;
}

.apply .apply_wrap .submission .submission_contents p {
  color: #333;
}

.apply .apply_wrap .submission .submission_contents dl {
  padding: 40px 0 0;
}

.apply .apply_wrap .submission .submission_contents dl:nth-of-type(1) {
  padding: 30px 0 0;
}

.apply .apply_wrap .submission .submission_contents dt {
  color: #333;
  font-weight: 700;
}

.apply .apply_wrap .submission .submission_contents dt em {
  color: #636363;
  font-weight: 300;
}

.apply .apply_wrap .submission .submission_contents dd {
  padding: 15px 0 0 10px;
}

.apply .apply_wrap .submission .submission_contents dd a {
  margin: 0 0 0 5px;
  color: #1428a0;
  border-bottom: 1px solid #1428a0;
  font-weight: 700;
}

.apply .apply_wrap .research_wrap {
  padding: 115px 0 0;
  background-color: #fff;
}

.apply .apply_wrap .research_wrap .research_contents {
  width: 780px;
  float: left;
  line-height: 30px;
  margin: -5px 0 0;
}

.apply .apply_wrap .research_wrap .theme_list {
  width: 1180px;
  margin: 75px auto 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.apply .apply_wrap .research_wrap .theme_list dl {
  border-top: 1px solid #a8a8a8;
  padding: 30px 0;
  line-height: 25px;
}

.apply .apply_wrap .research_wrap .theme_list dl:first-child {
  border-top: 0;
}

.apply .apply_wrap .research_wrap .theme_list dt {
  width: 320px;
  float: left;
  font-size: 19px;
  color: #333;
  font-weight: 700;
}

.apply .apply_wrap .research_wrap .theme_list dd {
  width: 860px;
  float: left;
}

.apply .apply_wrap .research_wrap .theme_list dd p {
  position: relative;
  padding: 0 100px 0 0;
  margin: 20px 0 0;
}

.apply .apply_wrap .research_wrap .theme_list dd p:first-child {
  margin: 0;
}

.apply .apply_wrap .research_wrap .theme_list dd p.one {
  margin: 12px 0 0;
}

.apply .apply_wrap .research_wrap .theme_list dd a {
  width: 15px;
  height: 18px;
  display: block;
  text-indent: -9999px;
  background-image: url(../../images/icon/download_icon.gif);
  position: absolute;
  right: 24px;
  top: 50%;
  margin: -9px 0 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position-y 0.2s ease;
  -moz-transition: background-position-y 0.2s ease;
  -o-transition: background-position-y 0.2s ease;
  -ms-transition: background-position-y 0.2s ease;
}

.apply .apply_wrap .research_wrap .theme_list dd a:hover {
  -ms-background-position-y: 5px;
  background-position-y: 5px;
}

.apply .apply_wrap .note_wrap {
  width: 1180px;
  margin: 60px auto 0;
}

.apply .apply_wrap .note_wrap strong {
  font-size: 22px;
  color: #1428a0;
  font-weight: 700;
  position: relative;
  margin: 0 0 15px;
  display: inline-block;
}

.apply .apply_wrap .note_wrap strong:before {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: -30px;
  content: "";
  background-color: #1428a0;
  top: 50%;
  margin: -1px 0 0;
}

.apply .apply_wrap .note_wrap dl {
  margin: 15px 0 0;
}

.apply .apply_wrap .note_wrap dt {
  float: left;
  font-weight: 700;
  color: #333;
}

.apply .apply_wrap .note_wrap dd {
  float: left;
  padding: 0 0 0 4px;
}

.faq {
  width: 1180px;
  margin: 0 auto;
}

.faq #subTab ul li a {
  width: 200px;
}

.faq .faq_wrap {
  margin: 80px 0 0;
}

.faq .faq_wrap li {
  background-color: #fff;
  margin: 10px 0 0;
  padding: 0 40px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

.faq .faq_wrap li:hover button:after,
.faq .faq_wrap li:focus button:after {
  border-top-color: #fff;
}

.faq .faq_wrap li.active button:after {
  border-top-color: transparent;
  border-bottom: 9px solid #fff;
  margin: -15px 0 0;
}

.faq .faq_wrap li:hover, .faq .faq_wrap li:focus, .faq .faq_wrap li.active {
  background-color: #1428a0;
}

.faq .faq_wrap li:hover button, .faq .faq_wrap li:focus button, .faq .faq_wrap li.active button {
  color: #fff;
}

.faq .faq_wrap li:hover button:before, .faq .faq_wrap li:focus button:before, .faq .faq_wrap li.active button:before {
  color: #fff;
}

.faq .faq_wrap li:hover .answer, .faq .faq_wrap li:focus .answer, .faq .faq_wrap li.active .answer {
  color: #fff;
}

.faq .faq_wrap button {
  width: 100%;
  padding: 27px 40px 27px 42px;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  text-align: left;
  line-height: 30px;
  color: #636363;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.faq .faq_wrap button:before {
  display: block;
  content: "Q.";
  font-weight: 700;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 26px;
  color: #333;
}

.faq .faq_wrap button:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #1428a0;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -5px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.faq .faq_wrap .answer {
  line-height: 25px;
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}

.faq .faq_wrap .answer:before {
  display: block;
  content: "A.";
  font-weight: 700;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 26px;
}

.faq .faq_wrap .answer .answer_txt {
  border-top: 1px solid #5b69bd;
  padding: 25px 0 25px 42px;
}

.faq .faq_wrap .answer a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.faq .faq_contact {
  margin: 75px 0 0;
}

.faq .faq_contact > strong {
  display: block;
  font-size: 18px;
  color: #333;
  margin: 0 0 20px;
}

.social .science_wrap {
  background-color: #fff;
  margin: 80px 0 0;
}

.social .bg_wrap {
  height: 567px;
  background: url(../../images/about/social_img01.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.social .science_box {
  width: 1180px;
  padding: 110px 0;
  margin: 0 auto;
}

.social .science_box .flow_right {
  line-height: 30px;
}

.social .science_box strong {
  font-size: 20px;
  color: #333;
}

.social .science_box .social_img {
  padding: 90px 0 0;
}

.social .science_box .social_txt {
  padding: 90px 100px 0;
  line-height: 30px;
}

.social .activity_wrap {
  width: 1180px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.social .activity_wrap .flow_right {
  line-height: 30px;
  font-size: 20px;
  color: #333;
}

.social .activity_wrap .activity_box {
  padding: 50px 0 0;
}

.social .activity_wrap .activity_box li {
  height: 420px;
  margin: 50px 0 0;
  position: relative;
  padding: 0 0 0 680px;
}

.social .activity_wrap .activity_box li:before {
  width: 680px;
  height: 420px;
  display: block;
  content: "";
  background-image: url(../../images/about/social_img04.jpg);
  position: absolute;
  left: 0;
  top: 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.social .activity_wrap .activity_box li:first-child {
  margin: 0;
}

.social .activity_wrap .activity_box li:first-child:before {
  background-image: url(../../images/about/social_img03.jpg);
}

.social .activity_wrap .activity_box li:first-child .tit {
  padding: 30px 0 0 60px;
}

.social .activity_wrap .activity_box li .tit {
  width: 315px;
  height: 140px;
  position: absolute;
  top: 50px;
  left: 620px;
  background-color: #333;
  color: #fff;
  line-height: 30px;
  padding: 37px 0 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social .activity_wrap .activity_box li .tit strong {
  font-size: 30px;
}

.social .activity_wrap .activity_box li .tit p {
  line-height: 24px;
}

.social .activity_wrap .activity_box li .txt {
  padding: 220px 0 0 70px;
  line-height: 30px;
}

.press {
  width: 1180px;
  margin: 0 auto;
}

.press .board_list {
  width: 1200px;
  padding: 30px 0 0;
  margin: 0 0 0 -20px;
}

.press .board_list ul.list_shape li {
  width: 100%;
  height: auto;
  margin: 10px 0 0 20px;
  float: none;
}

.press .board_list ul.list_shape li:first-child {
  margin: 20px 0 0 20px;
}

.press .board_list ul.list_shape li .tit {
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.press .board_list ul.list_shape p {
  display: block !important;
}

.press .board_list ul.list_shape .more {
  left: auto;
  right: 30px;
}

.press .board_list li {
  width: 380px;
  height: 380px;
  margin: 20px 0 0 20px;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 35px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.press .board_list li:after, .press .board_list li:before {
  width: 2px;
  height: 0;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.press .board_list li:after {
  left: 0;
  top: 0;
}

.press .board_list li:before {
  right: 0;
  bottom: 0;
}

.press .board_list li:hover {
  -moz-box-shadow: 10px 11px 20px #a8a8a8;
  -webkit-box-shadow: 10px 11px 20px #a8a8a8;
  box-shadow: 10px 11px 20px #a8a8a8;
}

.press .board_list li:hover:after, .press .board_list li:hover:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.press .board_list li:hover .tit:after, .press .board_list li:hover .tit:before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.press .board_list li .tit {
  height: 140px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  display: block;
  color: #1428a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.press .board_list li .tit:after, .press .board_list li .tit:before {
  width: 0;
  height: 2px;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.press .board_list li .tit:after {
  right: 0;
  top: 0;
}

.press .board_list li .tit:before {
  left: 0;
  bottom: 0;
}

.press .board_list li p {
  height: 75px;
  line-height: 25px;
  padding: 20px 0 0;
  display: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.press .board_list li time {
  padding: 25px 0 0;
  display: inline-block;
}

.press .board_list li .more {
  padding: 0 22px 0 0;
  position: absolute;
  left: 30px;
  bottom: 37px;
}

.press .board_list li .more:after {
  width: 6px;
  height: 6px;
  border-width: 0;
  border-style: solid;
  border-color: #636363;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: block;
  content: "";
  right: 0;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
}

.press .board_list li .more:hover:after {
  -webkit-transform: rotate(-45deg) translate(3px, 3px);
  -moz-transform: rotate(-45deg) translate(3px, 3px);
  -ms-transform: rotate(-45deg) translate(3px, 3px);
  -o-transform: rotate(-45deg) translate(3px, 3px);
  transform: rotate(-45deg) translate(3px, 3px);
}

.press .board_list .more_wrap {
  padding: 50px 0 0;
  text-align: center;
}

.press .board_list .more_wrap .btn_gray {
  width: 154px;
  height: 57px;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  background-color: transparent;
  color: #333;
  font-family: SamsungSharpSans, sans-serif;
  line-height: 61px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.press .board_list .more_wrap .btn_gray:hover, .press .board_list .more_wrap .btn_gray:focus {
  border-color: #1428a0;
  background-color: #1428a0;
  color: #fff;
}

#content.press_view {
  width: 1180px;
  margin: 0 auto;
}

#content.press_view #subTitle h4 {
  width: 950px;
  font-size: 35px;
  line-height: 50px;
  display: inline-block;
}

#content.press_view #subTitle time {
  display: block;
  font-size: 20px;
  color: #333;
  padding: 25px 0 0;
}

#content.press_view .contents_wrap {
  padding: 50px 0 90px;
  text-align: center;
}

#content.press_view .contents_wrap > img {
  max-width: 100%;
}

#content.press_view .contents_wrap .txt_wrap {
  padding: 50px 100px 0;
  line-height: 25px;
  color: #333;
  text-align: left;
}

#content.press_view .contents_wrap .down_wrap {
  padding: 25px 0 0;
}

#content.press_view .contents_wrap .down_wrap a {
  color: #1428a0;
}

#content.press_view #contentLink {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

#content.press_view #contentLink div {
  width: 580px;
  height: 190px;
  position: relative;
  float: left;
  margin: 0 0 0 20px;
  padding: 35px 45px 0;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content.press_view #contentLink div a {
  color: #333;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  -webkit-transition: border-bottom-color 0.2s ease;
  -moz-transition: border-bottom-color 0.2s ease;
  -o-transition: border-bottom-color 0.2s ease;
  -ms-transition: border-bottom-color 0.2s ease;
}

#content.press_view #contentLink div a span {
  height: 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

#content.press_view #contentLink div a:hover, #content.press_view #contentLink div a:focus {
  border-bottom-color: #333;
}

#content.press_view #contentLink div a:hover i, #content.press_view #contentLink div a:focus i {
  background-color: #1428a0;
  background-image: url(../../images/icon/link_icon_over.png);
}

#content.press_view #contentLink div a i {
  width: 33px;
  height: 33px;
  display: block;
  background-color: #fff;
  background-image: url(../../images/icon/link_icon.png);
  position: absolute;
  top: 115px;
  left: 50%;
  margin: 0 0 0 -15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#content.press_view #contentLink div.prev_link {
  margin: 0;
}

#content.press_view #contentLink div.next_link i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#content.press_view .list_link {
  text-align: center;
  padding: 60px 0 0;
}

#content.press_view .list_link a {
  width: 180px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  background-color: #333;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

#content.press_view .list_link a:hover, #content.press_view .list_link a:focus {
  background-color: #1428a0;
}

.contact:after {
  display: block !important;
}

.contact .contact_wrap {
  padding: 80px 0 0;
}

.contact .map_wrap {
  width: 1590px;
  margin: 0 auto;
  padding: 0 0 110px;
}

.contact .map_wrap #map {
  width: 100%;
  height: 700px;
  background-color: #d6d6d6;
  -moz-box-shadow: 10px 11px 20px #a8a8a8;
  -webkit-box-shadow: 10px 11px 20px #a8a8a8;
  box-shadow: 10px 11px 20px #a8a8a8;
}

.contact .map_box {
  height: 294px;
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.contact .map_box .company_name {
  width: 500px;
  height: 500px;
  position: absolute;
  left: -70px;
  top: -206px;
  z-index: 10;
  background-color: #1428a0;
  font-weight: 700;
  color: #fff;
  font-size: 37px;
  padding: 175px 0 0 70px;
  line-height: 80px;
  background-image: url(../../images/icon/company_icon.gif);
  -ms-background-position-x: 72px;
  background-position-x: 72px;
  -ms-background-position-y: 97px;
  background-position-y: 97px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact .map_box .company_name h5 {
  border-bottom: 3px solid #fff;
  display: inline;
}

.contact .map_box .address_wrap {
  padding: 60px 0 0 600px;
  color: #333;
  font-size: 24px;
}

.contact .map_box .address_wrap address {
  line-height: 38px;
}

.contact .map_box .address_wrap p {
  padding: 45px 0 0;
}

.contact .map_box .address_wrap strong {
  padding: 0 5px 0 0;
}

.contact .taking_wrap {
  padding: 100px 0 0;
  background-color: #fff;
}

.contact .taking_wrap h1 {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.contact .taking_wrap .taking_box {
  width: 1180px;
  height: 400px;
  padding: 55px 0;
  margin: 65px auto 0;
  background-image: url(../../images/about/contact_map.jpg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.contact .taking_wrap .taking_box dl {
  padding: 35px 0 0;
}

.contact .taking_wrap .taking_box dl:first-child {
  padding: 0;
}

.contact .taking_wrap .taking_box dt {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.contact .taking_wrap .taking_box dt em {
  font-weight: 300;
}

.contact .taking_wrap .taking_box dd {
  line-height: 25px;
  padding: 13px 0 0;
}

.contact .taking_wrap .contact_mail {
  width: 1180px;
  margin: 100px auto 0;
  padding: 75px 100px;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact .taking_wrap .contact_mail strong {
  float: left;
  line-height: 60px;
  font-size: 30px;
  color: #333;
}

.contact .taking_wrap .contact_mail p {
  float: left;
  margin: 0 0 0 130px;
  line-height: 30px;
  font-size: 19px;
}

.contact .taking_wrap .contact_mail p em {
  color: #1428a0;
}

.what {
  padding: 110px 0 80px !important;
}

.what .what_wrap .what_img {
  width: 100%;
  margin: 80px 0 0;
}

.what .what_wrap .contents_flow {
  padding: 110px 0 90px;
}

.what .what_wrap .contents_flow .flow_right {
  line-height: 30px;
}

.what .changing_list {
  width: 1180px;
  margin: 80px auto 0;
}

.what .changing_list ul li {
  width: 33.3%;
  height: 190px;
  float: left;
  padding: 0 0 0 100px;
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.what .changing_list ul strong a {
  line-height: 30px;
  font-size: 20px;
  color: #333;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}

.what .changing_list ul strong a:hover {
  color: #1428a0;
}

.what .changing_list ul p {
  line-height: 25px;
  padding: 15px 30px 0 0;
}

.what .changing_list .list01 li:nth-of-type(1) {
  background-image: url(../../images/icon/what_icon01.gif);
}

.what .changing_list .list01 li:nth-of-type(2) {
  background-image: url(../../images/icon/what_icon02.gif);
}

.what .changing_list .list01 li:nth-of-type(3) {
  background-image: url(../../images/icon/what_icon03.gif);
}

.what .changing_list .list01 li:nth-of-type(4) {
  background-image: url(../../images/icon/what_icon04.gif);
}

.what .changing_list .list01 li:nth-of-type(5) {
  background-image: url(../../images/icon/what_icon05.gif);
}

.what .changing_list .list01 li:nth-of-type(6) {
  background-image: url(../../images/icon/what_icon06.gif);
}

.what .changing_list .list01 li:nth-of-type(7) {
  background-image: url(../../images/icon/what_icon07.gif);
}

.what .changing_list .list02 {
  padding: 85px 0 0;
  border-top: 1px solid #a8a8a8;
}

.what .changing_list .list02 li:nth-of-type(1) {
  background-image: url(../../images/icon/what_icon08.gif);
}

.what .changing_list .list02 li:nth-of-type(2) {
  background-image: url(../../images/icon/what_icon09.gif);
}

.what .changing_list .list02 li:nth-of-type(3) {
  background-image: url(../../images/icon/what_icon10.gif);
}

.what .changing_list .list02 li:nth-of-type(4) {
  background-image: url(../../images/icon/what_icon11.gif);
}

.what .changing_list .list02 li:nth-of-type(5) {
  background-image: url(../../images/icon/what_icon12.gif);
}

.what .changing_list .list02 li:nth-of-type(6) {
  background-image: url(../../images/icon/what_icon13.gif);
}

.what .changing_list .list02 li:nth-of-type(7) {
  background-image: url(../../images/icon/what_icon14.gif);
}

.world_research {
  padding: 110px 0 60px !important;
}

.world_research .contents_wrap .world_img {
  width: 100%;
  min-width: 1180px;
}

.world_research .contents_wrap .contents_box {
  width: 1180px;
  margin: 0 auto;
  color: #636363;
}

.world_research .contents_wrap .contents_box strong {
  font-size: 20px;
  color: #333;
  padding: 0 0 20px;
  display: block;
}

.world_research .contents_wrap .contents_box p {
  line-height: 30px;
  padding: 90px 100px;
}

.world_research .contents_wrap .contents_box img {
  width: 100%;
}

.paper_list .list_wrap {
  margin: 75px 0 0;
  padding: 80px 0 100px;
  background-color: #fff;
}

.paper_list .list_wrap .item_list {
  width: 1180px;
  margin: 0 auto;
}

.paper_list .list_wrap .item_list article {
  margin: 20px 0 0;
  padding: 35px 50px 35px 140px;
  border: 1px solid #d6d6d6;
  -ms-background-position-x: 50px;
  background-position-x: 50px;
  -ms-background-position-y: 35px;
  background-position-y: 35px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.paper_list .list_wrap .item_list article:nth-of-type(1) {
  background-image: url(../../images/icon/research_icon08.gif);
}

.paper_list .list_wrap .item_list article:nth-of-type(2) {
  background-image: url(../../images/icon/research_icon10.gif);
}

.paper_list .list_wrap .item_list article:nth-of-type(3) {
  background-image: url(../../images/icon/research_icon08.gif);
}

.paper_list .list_wrap .item_list article:nth-of-type(4) {
  background-image: url(../../images/icon/paper_icon01.gif);
}

.paper_list .list_wrap .item_list article:nth-of-type(5) {
  background-image: url(../../images/icon/paper_icon01.gif);
}

.paper_list .list_wrap .item_list article:nth-of-type(6) {
  background-image: url(../../images/icon/paper_icon02.gif);
}

.paper_list .list_wrap .item_list article:nth-of-type(7) {
  background-image: url(../../images/icon/paper_icon04.gif);
}

.paper_list .list_wrap .item_list article:nth-of-type(8) {
  background-image: url(../../images/icon/paper_icon07.gif);
}

.paper_list .list_wrap .item_list article h1 {
  font-size: 25px;
  color: #1428a0;
}

.paper_list .list_wrap .item_list article p {
  line-height: 25px;
  color: #333;
  padding: 20px 0 0;
}

.paper_list .view_list {
  width: 1180px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.paper_list .view_list .list_box ul {
  border-bottom: 1px solid #636363;
  margin: 35px 0 0;
  line-height: 30px;
}

.paper_list .view_list .list_box li {
  padding: 25px 0;
  border-top: 1px solid #a8a8a8;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

.paper_list .view_list .list_box li:first-child {
  border-top: 0;
}

.paper_list .view_list .list_box li:hover, .paper_list .view_list .list_box li:focus {
  background-color: #fff;
}

.paper_list .view_list .list_box li:hover a, .paper_list .view_list .list_box li:focus a {
  color: #1428a0;
}

.paper_list .view_list .list_box a {
  max-width: 1000px;
  float: left;
  color: #333;
  padding: 0 0 0 20px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}

.paper_list .view_list .list_box time {
  float: right;
  padding: 0 20px 0 0;
}

.paper_list #paperSearch {
  text-align: center;
}

.paper_list #paperSearch #searchInput {
  width: 480px;
  display: inline-block;
  position: relative;
}

.paper_list #paperSearch input[type=text] {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 0 45px 0 20px;
  color: #333;
  font-size: 17px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

.paper_list #paperSearch input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.paper_list #paperSearch input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.paper_list #paperSearch input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.paper_list #paperSearch input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.paper_list #paperSearch input[type=text]:hover, .paper_list #paperSearch input[type=text]:focus {
  border-color: #1428a0;
}

.paper_list #paperSearch .submit_wrap {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 15px;
  background-image: url(../../images/icon/search_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.paper_list #paperSearch .submit_wrap input[type=submit] {
  width: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

#content.paper_view {
  width: 1180px;
  margin: 0 auto;
}

#content.paper_view #subTitle h4 {
  width: 950px;
  font-size: 30px;
  line-height: 45px;
  display: inline-block;
}

#content.paper_view #subTitle time {
  display: block;
  font-size: 20px;
  color: #333;
  padding: 25px 0 0;
}

#content.paper_view .contents_wrap {
  padding: 50px 0 45px;
  line-height: 28px;
}

#content.paper_view .contents_wrap dl {
  margin: 10px 0 0;
  padding: 32px 50px;
  background-color: #fff;
}

#content.paper_view .contents_wrap dt {
  width: 160px;
  font-weight: 700;
  float: left;
  color: #333;
}

#content.paper_view .contents_wrap dd {
  width: 920px;
  float: left;
}

#content.paper_view #contentLink {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

#content.paper_view #contentLink div {
  width: 580px;
  height: 190px;
  position: relative;
  float: left;
  margin: 0 0 0 20px;
  padding: 35px 45px 0;
  border-bottom: 1px solid #636363;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content.paper_view #contentLink div a {
  color: #333;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  -webkit-transition: border-bottom-color 0.2s ease;
  -moz-transition: border-bottom-color 0.2s ease;
  -o-transition: border-bottom-color 0.2s ease;
  -ms-transition: border-bottom-color 0.2s ease;
}

#content.paper_view #contentLink div a span {
  height: 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

#content.paper_view #contentLink div a:hover, #content.paper_view #contentLink div a:focus {
  border-bottom-color: #333;
}

#content.paper_view #contentLink div a:hover i, #content.paper_view #contentLink div a:focus i {
  background-color: #1428a0;
  background-image: url(../../images/icon/link_icon_over.png);
}

#content.paper_view #contentLink div a i {
  width: 33px;
  height: 33px;
  display: block;
  background-color: #fff;
  background-image: url(../../images/icon/link_icon.png);
  position: absolute;
  top: 115px;
  left: 50%;
  margin: 0 0 0 -15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#content.paper_view #contentLink div.prev_link {
  margin: 0;
}

#content.paper_view #contentLink div.next_link i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#content.paper_view .list_link {
  text-align: center;
  padding: 60px 0 0;
}

#content.paper_view .list_link a {
  width: 180px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  background-color: #333;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

#content.paper_view .list_link a:hover, #content.paper_view .list_link a:focus {
  background-color: #1428a0;
}

.infra {
  overflow: hidden;
}

.infra .infra_wrap {
  padding: 75px 0 0;
}

.infra .tit {
  width: 1180px;
  margin: 0 auto;
  line-height: 30px;
}

.infra #infraRolling {
  width: 1180px;
  margin: 75px auto 0;
  position: relative;
}

.infra #infraRolling .img_wrap {
  height: 610px;
  position: relative;
  overflow: hidden;
}

.infra #infraRolling .img_wrap li {
  width: 1180px;
  height: 610px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.infra #infraRolling .img_wrap li:first-child {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.infra #infraRolling .nav_btn {
  width: 100%;
  top: 0;
  position: absolute;
}

.infra #infraRolling .nav_btn button {
  width: 70px;
  height: 70px;
  background-color: #333;
  position: absolute;
  top: 270px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 100;
  background-image: url(../../images/icon/infra_navi_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.infra #infraRolling .nav_btn button:hover, .infra #infraRolling .nav_btn button:focus {
  background-color: #1428a0;
}

.infra #infraRolling .nav_btn .prev_btn {
  left: -35px;
}

.infra #infraRolling .nav_btn .next_btn {
  right: -35px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.infra #infraRolling .txt_wrap {
  height: 190px;
  position: relative;
  text-align: center;
}

.infra #infraRolling .txt_wrap li {
  width: 100%;
  position: absolute;
  padding: 50px 0 0;
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  filter: alpha(opacity=0);
}

.infra #infraRolling .txt_wrap li:first-child {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.infra #infraRolling .txt_wrap li strong {
  font-size: 25px;
  color: #333;
}

.infra #infraRolling .txt_wrap li p {
  padding: 20px 0 0;
  line-height: 25px;
}

.infra #infraRolling .thumb_img {
  width: 1200px;
  margin: 0 0 0 -20px;
}

.infra #infraRolling .thumb_img li {
  width: 280px;
  height: 165px;
  float: left;
  margin: 0 0 0 20px;
}

.infra #infraRolling .thumb_img li button {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.infra #infraRolling .thumb_img li button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #000;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}

.infra #infraRolling .thumb_img li button:after {
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  content: "";
  z-index: 2;
  background-image: url(../../images/icon/thumb_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.infra #infraRolling .thumb_img li button:hover img, .infra #infraRolling .thumb_img li button:focus img, .infra #infraRolling .thumb_img li button.active img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.infra #infraRolling .thumb_img li button:hover:before, .infra #infraRolling .thumb_img li button:focus:before, .infra #infraRolling .thumb_img li button.active:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.infra #infraRolling .thumb_img li button:hover:after, .infra #infraRolling .thumb_img li button:focus:after, .infra #infraRolling .thumb_img li button.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.infra #infraRolling .thumb_img li button img {
  width: 100%;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
}

.application .application_wrap {
  margin: 80px 0 0;
}

.application .application_wrap .flow_right p {
  line-height: 30px;
}

.application .process_list {
  padding: 100px 0 0;
  /*article {
            margin:40px 0 0;
            @extend %clearfix;
            &:nth-of-type(1) h1 {
                background-image:url(../../images/icon/application_icon01.gif);
                &:before {content:"1";}
                &:after {display:none;}
            }
            &:nth-of-type(2) h1 {
                background-image:url(../../images/icon/application_icon02.gif);
                &:before {content:"2";}
            }
            &:nth-of-type(3) h1 {
                background-image:url(../../images/icon/application_icon03.gif);
                &:before {content:"3";}
            }
            &:nth-of-type(4) h1 {
                background-image:url(../../images/icon/application_icon04.gif);
                &:before {content:"4";}
            }
            h1 {
                width:222px; height:227px; float:left; background-color:$blue; color:$white; text-align:center; padding:130px 0 0; position:relative;
                font-size:20px; line-height:25px; background-image:url(../../images/icon/application_icon01.gif);
                @include borderRadius(7px);
                @include boxSizing;
                @include backgroundSolt(50%, 51px);
                &:before {
                    width:74px; height:74px; background-color:$blue; position:absolute; left:-30px; line-height:74px; top:77px; text-indent:-8px;
                    @include borderRadius(100%);
                }
                &:after {
                    width:50px; height:26px; display:block; content:""; position:absolute; background-image:url(../../images/icon/application_arrow_icon.gif);
                    left:86px; top:-32px;
                    @include backgroundSolt;
                }
            }
            .process_box {
                width:950px; height:227px; float:right; padding:30px 0; background-color:$gray1;
                @include boxSizing;
                @include borderRadius(7px);
                @extend %clearfix;
                div {
                    width:50%; height:100%; float:left; padding:0 40px; border-left:1px solid $gray2;
                    @include boxSizing;
                    h2 {font-size:18px; color:$white;}
                    p {color:$gray4; line-height:25px; font-size:16px; padding:15px 0 0;}
                }
            }
        }*/
}

.application .process_list .gro_step {
  position: relative;
}

.application .process_list .gro_step:after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 116px;
  background-color: #1428a0;
  z-index: -1;
}

.application .process_list .gro_step ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.application .process_list .gro_step ul li {
  width: 200px;
  float: left;
  padding: 200px 0 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.application .process_list .gro_step ul li:first-child {
  margin: 0;
}

.application .process_list .gro_step ul li:nth-of-type(odd) strong {
  color: #1428a0;
}

.application .process_list .gro_step ul li:nth-of-type(1) {
  background-image: url(../../images/icon/join_icon01.png);
}

.application .process_list .gro_step ul li:nth-of-type(1) strong {
  padding: 10px 0 0;
  display: inline-block;
}

.application .process_list .gro_step ul li:nth-of-type(2) {
  background-image: url(../../images/icon/join_icon02.png);
}

.application .process_list .gro_step ul li:nth-of-type(3) {
  background-image: url(../../images/icon/join_icon03.png);
}

.application .process_list .gro_step ul li:nth-of-type(4) {
  background-image: url(../../images/icon/join_icon04.png);
}

.application .process_list .gro_step ul li:nth-of-type(5) {
  background-image: url(../../images/icon/join_icon05.png);
}

.application .process_list .gro_step ul li:nth-of-type(6) {
  background-image: url(../../images/icon/join_icon06.png);
}

.application .process_list .gro_step ul li strong {
  font-size: 20px;
  color: #333;
  line-height: 25px;
}

.application .process_list .gro_step ul li p {
  line-height: 22px;
  padding: 18px 0 0;
}

.application .apply_wrap {
  width: 1180px;
  margin: 45px auto 0;
}

.application .apply_wrap dl {
  padding: 40px 0 0;
}

.application .apply_wrap dl dt {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.application .apply_wrap dl dd {
  font-size: 17px;
  padding: 15px 0 0;
}

.application .apply_wrap .apply_btn {
  text-align: center;
  margin: 70px 0 0 !important;
}

.application .apply_wrap .apply_btn a {
  line-height: 76px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 380px;
  height: 80px;
  margin: 45px 0 0;
  display: inline-block;
  text-indent: -52px;
  border: 2px solid #1428a0;
  background-color: #1428a0;
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  margin: 0;
}

.application .apply_wrap .apply_btn a i {
  position: absolute;
  top: 49%;
  right: 162px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.application .apply_wrap .apply_btn a i:before {
  width: 25px;
  height: 1px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

.application .apply_wrap .apply_btn a i:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -25px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

.application .apply_wrap .apply_btn a:hover, .application .apply_wrap .apply_btn a:focus {
  background-color: #fff;
  color: #1428a0;
}

.application .apply_wrap .apply_btn a:hover input[type=submit], .application .apply_wrap .apply_btn a:focus input[type=submit] {
  color: #1428a0;
}

.application .apply_wrap .apply_btn a:hover i, .application .apply_wrap .apply_btn a:focus i {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.application .apply_wrap .apply_btn a:hover i:before, .application .apply_wrap .apply_btn a:focus i:before {
  background-color: #1428a0;
}

.application .apply_wrap .apply_btn a:hover i:after, .application .apply_wrap .apply_btn a:focus i:after {
  border-left-color: #1428a0;
}

.application .apply_wrap .apply_btn p {
  padding: 35px 0 0;
}

.application .apply_wrap em {
  color: #1428a0;
}

.application #training {
  width: 1180px;
  margin: 0 auto;
  display: none;
}

.application #training h5 {
  font-size: 30px;
  color: #333;
  padding: 100px 0 35px;
  text-align: center;
}

.application #training .activity_box {
  padding: 50px 0 0;
}

.application #training .activity_box li {
  height: 367px;
  margin: 50px 0 0;
  position: relative;
  padding: 0 0 0 700px;
}

.application #training .activity_box li:before {
  width: 700px;
  height: 367px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.application #training .activity_box li:nth-of-type(1) {
  margin: 0;
}

.application #training .activity_box li:nth-of-type(1):before {
  background-image: url(../../images/join/join_img01.jpg);
}

.application #training .activity_box li:nth-of-type(2):before {
  background-image: url(../../images/join/join_img02.jpg);
}

.application #training .activity_box li:nth-of-type(3):before {
  background-image: url(../../images/join/join_img03.jpg);
}

.application #training .activity_box li .tit {
  width: 315px;
  height: 140px;
  position: absolute;
  top: 50px;
  left: 640px;
  background-color: #333;
  color: #fff;
  line-height: 40px;
  padding: 30px 0 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.application #training .activity_box li .tit strong {
  font-size: 30px;
}

.application #training .activity_box li .txt {
  padding: 240px 0 0 70px;
  line-height: 30px;
}

.application #training .activity_box li .txt strong {
  color: #333;
  font-size: 20px;
}

.search_etc {
  width: 1180px;
  margin: 0 auto;
}

.search_etc #etcSearch {
  text-align: center;
  padding: 0 0 0 20px;
}

.search_etc #etcSearch #searchInput {
  width: 380px;
  display: inline-block;
  position: relative;
}

.search_etc #etcSearch input[type=text] {
  width: 100%;
  height: 37px;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #333;
  padding: 0 33px 0 10px;
  color: #333;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

.search_etc #etcSearch input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.search_etc #etcSearch input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.search_etc #etcSearch input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.search_etc #etcSearch input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

.search_etc #etcSearch input[type=text]:hover, .search_etc #etcSearch input[type=text]:focus {
  border-color: #1428a0;
}

.search_etc #etcSearch .submit_wrap {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 10px;
  background-image: url(../../images/icon/search_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.search_etc #etcSearch .submit_wrap input[type=submit] {
  width: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.search_etc .search_tab {
  padding: 56px 0 0;
  text-align: center;
  line-height: 55px;
}

.search_etc .search_tab ul {
  border-bottom: 1px solid #1428a0;
}

.search_etc .search_tab li {
  width: 25%;
  height: 55px;
  float: left;
}

.search_etc .search_tab li:first-child a {
  border-left: 0;
}

.search_etc .search_tab a {
  display: block;
  background-color: #fff;
  border-left: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.search_etc .search_tab a:hover, .search_etc .search_tab a:focus, .search_etc .search_tab a.active {
  background-color: #1428a0;
  color: #fff;
}

.search_etc .search_list {
  padding: 100px 0 0;
  position: relative;
}

.search_etc .search_list:first-child {
  padding: 50px 0 0;
}

.search_etc .search_list:first-child .search_more {
  top: 50px !important;
}

.search_etc .search_list > p {
  color: #333;
  font-weight: 700;
}

.search_etc .search_list .search_wrap {
  padding: 15px 0 0;
}

.search_etc .search_list .search_wrap li {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  position: relative;
  background-color: #fff;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
}

.search_etc .search_list .search_wrap li:after, .search_etc .search_list .search_wrap li:before {
  width: 2px;
  height: 0;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.search_etc .search_list .search_wrap li:after {
  left: 0;
  top: 0;
}

.search_etc .search_list .search_wrap li:before {
  right: 0;
  bottom: 0;
}

.search_etc .search_list .search_wrap li:hover {
  -moz-box-shadow: 10px 11px 20px #a8a8a8;
  -webkit-box-shadow: 10px 11px 20px #a8a8a8;
  box-shadow: 10px 11px 20px #a8a8a8;
}

.search_etc .search_list .search_wrap li:hover:after, .search_etc .search_list .search_wrap li:hover:before {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.search_etc .search_list .search_wrap li:hover .tit:after, .search_etc .search_list .search_wrap li:hover .tit:before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.search_etc .search_list .search_wrap li .tit {
  height: 35px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  display: block;
  color: #1428a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.search_etc .search_list .search_wrap li .tit:after, .search_etc .search_list .search_wrap li .tit:before {
  width: 0;
  height: 2px;
  position: absolute;
  display: block;
  content: "";
  background-color: #1428a0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.search_etc .search_list .search_wrap li .tit:after {
  right: 0;
  top: 0;
}

.search_etc .search_list .search_wrap li .tit:before {
  left: 0;
  bottom: 0;
}

.search_etc .search_list .search_wrap li p {
  height: 50px;
  line-height: 25px;
  padding: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.search_etc .search_list .search_wrap li time {
  padding: 25px 0 0;
  display: inline-block;
}

.search_etc .search_list .search_wrap li .more {
  padding: 0 22px 0 0;
  position: absolute;
  right: 30px;
  bottom: 37px;
}

.search_etc .search_list .search_wrap li .more:after {
  width: 6px;
  height: 6px;
  border-width: 0;
  border-style: solid;
  border-color: #636363;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: block;
  content: "";
  right: 0;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
}

.search_etc .search_list .search_wrap li .more:hover:after {
  -webkit-transform: rotate(-45deg) translate(3px, 3px);
  -moz-transform: rotate(-45deg) translate(3px, 3px);
  -ms-transform: rotate(-45deg) translate(3px, 3px);
  -o-transform: rotate(-45deg) translate(3px, 3px);
  transform: rotate(-45deg) translate(3px, 3px);
}

.search_etc .search_list .search_wrap .search_more {
  position: absolute;
  right: 0;
  top: 100px;
  font-weight: 700;
  color: #333;
}

.search_etc .search_list .search_wrap .search_more:hover, .search_etc .search_list .search_wrap .search_more:focus {
  color: #1428a0;
}

.privacy {
  width: 1180px;
  margin: 0 auto;
}

.privacy .step {
  padding: 60px 0 0;
}

.privacy .step:nth-of-type(1) {
  padding: 0;
}

.privacy .step h5 {
  font-size: 20px;
  color: #333;
}

.privacy .step p {
  padding: 35px 0 0;
  line-height: 30px;
}

.privacy .step_caution {
  line-height: 30px;
}

.privacy .box {
  padding: 20px 0 0;
  line-height: 25px;
}

.privacy .box .step01 dt {
  width: 280px;
  height: 110px;
  float: left;
  background-color: #fff;
  padding: 30px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy .box .step01 dd {
  width: 895px;
  height: 110px;
  float: right;
  background-color: #fff;
  padding: 30px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy .box .step02 li {
  width: 390px;
  height: 275px;
  padding: 30px;
  background-color: #fff;
  margin: 0 0 0 5px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy .box .step02 li:first-child {
  margin: 0;
}

.privacy .box .step02 li dt {
  padding: 0 0 30px;
}

.privacy .box .step02 li dd {
  padding: 30px 0 0;
  line-height: 25px;
  border-top: 1px solid #d6d6d6;
}

.privacy .box .step03 li {
  width: 587px;
  padding: 30px;
  background-color: #fff;
  margin: 0 0 0 6px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.privacy .box .step03 li:first-child {
  margin: 0;
}

.privacy .box .step03 li dt {
  padding: 0 0 30px;
}

.privacy .box .step03 li dd {
  padding: 30px 0 0;
  line-height: 25px;
  border-top: 1px solid #d6d6d6;
}

#aiForum {
  min-width: 1180px;
}

#aiForum .forum_header {
  height: 530px;
  background-image: url(../../images/etc/forum_img01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#aiForum .forum_header .forum_header_wrap {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
}

#aiForum .forum_header h1 {
  width: 266px;
  height: 19px;
  padding: 43px 0 0;
}

#aiForum .forum_header h1 a {
  height: 19px;
  display: block;
  background: url(../../images/etc/forum_logo.png) 50% 50% no-repeat;
  text-indent: -9999px;
}

#aiForum .forum_header img {
  padding: 150px 0 0;
}

#aiForum .forum_step01 {
  width: 1180px;
  margin: 0 auto;
  padding: 100px 0 90px;
}

#aiForum .forum_step01 .content_wrap {
  text-align: center;
}

#aiForum .forum_step01 .content_wrap h1 {
  font-size: 24px;
  color: #1428a0;
}

#aiForum .forum_step01 .content_wrap h1 span {
  font-size: 60px;
  display: block;
  font-family: SamsungSharpSans, sans-serif;
  padding: 25px 0 0;
}

#aiForum .forum_step01 .content_wrap strong {
  font-size: 35px;
  line-height: 56px;
  color: #333;
  font-weight: 700;
  padding: 67px 0 0;
  display: block;
}

#aiForum .forum_step01 .content_box {
  padding: 65px 240px;
  margin: 80px 0 0;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#aiForum .forum_step01 .content_box:before {
  width: 2px;
  height: 61px;
  display: block;
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  margin: 0 0 0 -1px;
  background-color: #1428a0;
}

#aiForum .forum_step01 .content_box .tit {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  padding: 0 0 30px;
}

#aiForum .forum_step01 .content_box dl {
  padding: 20px 0 0;
  font-size: 18px;
}

#aiForum .forum_step01 .content_box dt {
  width: 100px;
  float: left;
  color: #1428a0;
}

#aiForum .forum_step01 .content_box dd {
  float: left;
  color: #333;
  font-family: Noto Sans KR, sans-serif;
}

#aiForum .forum_step01 .content_box ul {
  padding: 50px 0 0;
}

#aiForum .forum_step01 .content_box ul li {
  width: 330px;
  float: left;
  margin: 0 0 0 28px;
}

#aiForum .forum_step01 .content_box ul li:first-child {
  margin: 0;
}

#aiForum .forum_step01 .content_box ul li:first-child .day {
  color: #fff;
  background-color: #1428a0;
}

#aiForum .forum_step01 .content_box ul .day {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

#aiForum .forum_step01 .content_box ul .info {
  padding: 0 0 0 30px;
  line-height: 27px;
  color: #333;
}

#aiForum .forum_step01 .content_box ul .info time, #aiForum .forum_step01 .content_box ul .info p {
  height: 27px;
  padding: 0 0 0 38px;
  margin: 23px 0 0;
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#aiForum .forum_step01 .content_box ul .info .time {
  background-image: url(../../images/etc/forum_icon02.gif);
  display: block;
}

#aiForum .forum_step01 .content_box ul .info .place {
  background-image: url(../../images/etc/forum_icon03.gif);
}

#aiForum .forum_step01 .content_box ul .info .supervise {
  background-image: url(../../images/etc/forum_icon04.gif);
}

#aiForum .forum_step02 {
  width: 1590px;
  margin: 0 auto;
  background: url(../../images/etc/forum_img02.jpg) 50% 0 no-repeat;
}

#aiForum .forum_step02 .content_wrap {
  width: 1180px;
  margin: 0 auto;
  height: 425px;
  position: relative;
  color: #fff;
}

#aiForum .forum_step02 .content_wrap h1 {
  font-size: 26px;
  font-weight: 300;
  line-height: 50px;
  padding: 82px 0 0;
}

#aiForum .forum_step02 .content_wrap h1 em {
  font-size: 50px;
  font-family: SamsungSharpSans, sans-serif;
}

#aiForum .forum_step02 .content_wrap p {
  padding: 50px 0 0;
  font-size: 34px;
  font-weight: 700;
}

#aiForum .forum_step02 .content_wrap dl {
  padding: 38px 0 0;
}

#aiForum .forum_step02 .content_wrap dd {
  padding: 15px 0 0;
}

#aiForum .forum_step02 .content_wrap a {
  width: 180px;
  height: 42px;
  line-height: 44px;
  background-color: #1428a0;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 72px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#aiForum .forum_step02 .content_wrap a:hover, #aiForum .forum_step02 .content_wrap a:focus {
  background-color: #fff;
  color: #1428a0;
}

#aiForum .write_wrap {
  width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#aiForum .write_wrap .wait_txt {
  text-align: right;
  padding: 0 0 35px;
}

#aiForum .write_wrap .wait_txt span {
  width: 118px;
  height: 38px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #a8a8a8;
  text-align: center;
}

#aiForum .write_wrap table th {
  height: 45px;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  padding: 13px 0;
}

#aiForum .write_wrap table td input[type=text] {
  width: 100%;
  height: 45px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  font-size: 15px;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#aiForum .write_wrap table td input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: 45px;
  line-height: #999;
  font-size: 15px;
}

#aiForum .write_wrap table td input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: 45px;
  line-height: #999;
  font-size: 15px;
}

#aiForum .write_wrap table td input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: 45px;
  line-height: #999;
  font-size: 15px;
}

#aiForum .write_wrap table td input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: 45px;
  line-height: #999;
  font-size: 15px;
}

#aiForum .write_wrap .agree_wrap {
  padding: 45px 0 0;
}

#aiForum .write_wrap .agree_wrap .check {
  float: left;
  line-height: 16px;
  position: relative;
}

#aiForum .write_wrap .agree_wrap .check input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

#aiForum .write_wrap .agree_wrap .check input[type=checkbox]:checked ~ label:before {
  background-color: #1428a0;
  background-image: url(../../images/icon/apply_agree_icon.png);
  border-color: #1428a0;
}

#aiForum .write_wrap .agree_wrap .check input[type=checkbox]:focus ~ label {
  border: 1px dotted #636363;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#aiForum .write_wrap .agree_wrap .check label {
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  color: #1428a0;
}

#aiForum .write_wrap .agree_wrap .check label:before {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: #636363;
  position: absolute;
  left: 0;
  top: -2px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#aiForum .write_wrap .agree_wrap button {
  float: left;
  line-height: 16px;
  font-size: 15px;
  margin: 0 0 0 10px;
  color: #636363;
}

#aiForum .write_wrap .btn_wrap {
  text-align: center;
}

#aiForum .write_wrap .btn_wrap button {
  width: 380px;
  height: 80px;
  margin: 45px 0 0;
  display: inline-block;
  text-indent: -52px;
  border: 2px solid #1428a0;
  background-color: #1428a0;
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#aiForum .write_wrap .btn_wrap button i {
  position: absolute;
  top: 49%;
  right: 162px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#aiForum .write_wrap .btn_wrap button i:before {
  width: 25px;
  height: 1px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

#aiForum .write_wrap .btn_wrap button i:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -25px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

#aiForum .write_wrap .btn_wrap button:hover, #aiForum .write_wrap .btn_wrap button:focus {
  background-color: #fff;
  color: #1428a0;
}

#aiForum .write_wrap .btn_wrap button:hover input[type=submit], #aiForum .write_wrap .btn_wrap button:focus input[type=submit] {
  color: #1428a0;
}

#aiForum .write_wrap .btn_wrap button:hover i, #aiForum .write_wrap .btn_wrap button:focus i {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

#aiForum .write_wrap .btn_wrap button:hover i:before, #aiForum .write_wrap .btn_wrap button:focus i:before {
  background-color: #1428a0;
}

#aiForum .write_wrap .btn_wrap button:hover i:after, #aiForum .write_wrap .btn_wrap button:focus i:after {
  border-left-color: #1428a0;
}

#aiForum .forum_step03 {
  width: 1180px;
  margin: 0 auto;
  padding: 110px 0;
}

#aiForum .forum_step03 h1 {
  font-size: 50px;
  color: #333;
  font-family: SamsungSharpSans, sans-serif;
  text-align: center;
}

#aiForum .forum_step03 .tit_wrap {
  padding: 110px 0 0;
  position: relative;
}

#aiForum .forum_step03 .tit_wrap h2 {
  float: left;
  font-size: 65px;
  color: #1428a0;
}

#aiForum .forum_step03 .tit_wrap .schedule_info {
  float: right;
}

#aiForum .forum_step03 .tit_wrap .schedule_info a {
  width: 180px;
  height: 42px;
  line-height: 44px;
  background-color: #fff;
  color: #1428a0;
  display: block;
  text-align: center;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 25px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#aiForum .forum_step03 .tit_wrap .schedule_info a:hover, #aiForum .forum_step03 .tit_wrap .schedule_info a:focus {
  background-color: #1428a0;
  color: #fff;
}

#aiForum .forum_step03 .tit_wrap .schedule_info dl {
  width: 350px;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 35px;
}

#aiForum .forum_step03 .tit_wrap .schedule_info dt {
  float: left;
}

#aiForum .forum_step03 .tit_wrap .schedule_info dd {
  float: left;
  padding: 0 0 0 38px;
  position: relative;
}

#aiForum .forum_step03 .tit_wrap .schedule_info dd:before {
  width: 1px;
  height: 18px;
  top: 7px;
  background-color: #a8a8a8;
  position: absolute;
  left: 19px;
  display: block;
  content: "";
}

#aiForum .forum_step03 table {
  margin: 40px 0 0;
  font-weight: 700;
  font-size: 20px;
  color: #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  line-height: 30px;
}

#aiForum .forum_step03 table tr {
  border-top: 1px solid #a8a8a8;
}

#aiForum .forum_step03 table tr:first-child {
  border-top: 0;
}

#aiForum .forum_step03 table th {
  height: 100px;
  text-align: center;
}

#aiForum .forum_step03 table td {
  padding: 0 0 0 50px;
}

#aiForum .forum_step03 table td em {
  color: #1428a0;
}

#aiForum .forum_step03 table td span {
  display: block;
}

#aiForum .forum_step03 ol {
  padding: 40px 0 0;
}

#aiForum .forum_step03 ol li {
  padding: 0 0 0 13px;
  position: relative;
  line-height: 40px;
  font-size: 18px;
}

#aiForum .forum_step03 ol li:before {
  width: 3px;
  height: 3px;
  background-color: #1428a0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0;
}

#aiForum .forum_step04 {
  background-color: #fff;
  padding: 110px 0 150px;
}

#aiForum .forum_step04 h1 {
  font-size: 50px;
  color: #333;
  font-family: SamsungSharpSans, sans-serif;
  text-align: center;
}

#aiForum .forum_step04 .location_box {
  width: 1180px;
  margin: 0 auto;
  padding: 65px 0 0;
}

#aiForum .forum_step04 .location_box #map {
  width: 630px;
  height: 530px;
  float: left;
}

#aiForum .forum_step04 .location_box .box_info {
  float: left;
  padding: 45px 0 0 50px;
}

#aiForum .forum_step04 .location_box p {
  width: 105px;
  height: 35px;
  background-color: #1428a0;
  text-align: center;
  color: #fff;
  line-height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

#aiForum .forum_step04 .location_box address {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  padding: 20px 0 0;
}

#aiForum .forum_step04 .location_box dl {
  padding: 30px 0 0;
  font-size: 20px;
  color: #333;
}

#aiForum .forum_step04 .location_box dl dt {
  color: #1428a0;
  font-weight: 700;
}

#aiForum .forum_step04 .location_box dl dd {
  padding: 10px 0 0;
  line-height: 30px;
}

#aiForum .forum_step04 .location_box dl dd span {
  font-size: 16px;
}

#aiForum .forum_step04 .location_box dl dd em {
  color: #1428a0;
}

.forum_popup {
  padding: 80px 100px;
  font-family: Noto Sans KR, sans-serif;
}

.forum_popup h1 {
  text-align: center;
  font-size: 30px;
  color: #1428a0;
}

.forum_popup .popup_wrap .step {
  padding: 50px 0 0;
}

.forum_popup .popup_wrap .step01 td {
  padding: 30px 0 30px 20px;
  text-align: left;
}

.forum_popup .popup_wrap h2 {
  font-size: 20px;
  color: #333;
}

.forum_popup .popup_wrap .sub_tit {
  font-size: 15px;
  line-height: 26px;
  padding: 25px 0 0;
}

.forum_popup .popup_wrap .table_wrap {
  padding: 25px 0 0;
}

.forum_popup .popup_wrap .table_wrap p {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.forum_popup .popup_wrap .table_wrap table {
  margin: 15px 0 0;
}

.forum_popup .popup_wrap .table_wrap table thead {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  color: #333;
}

.forum_popup .popup_wrap .table_wrap table thead th {
  height: 45px;
}

.forum_popup .popup_wrap .table_wrap table tbody {
  text-align: center;
}

.forum_popup .popup_wrap .table_wrap table tbody tr {
  border-bottom: 1px solid #d6d6d6;
}

.forum_popup .popup_wrap .table_wrap table tbody th {
  color: #333;
}

.forum_popup .popup_wrap .table_wrap table tbody td {
  padding: 30px 0;
  font-size: 15px;
  line-height: 30px;
}

.forum_popup .popup_wrap .table_wrap table tbody td strong {
  color: #333;
}

.forum_popup .popup_wrap .table_wrap table tbody td ul {
  padding: 10px 0 0;
}

.forum_popup .popup_wrap .table_wrap table tbody td li {
  float: left;
  margin: 0 20px 0 0;
}

/*
  z-index 가이드
  container : auto
  header, footer :100
  popup : 200
  subLocation : 50
*/
input[type=text],
textarea,
select {
  outline: none;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

input[type=text]:focus,
textarea:focus,
select:focus {
  border-color: #1428a0 !important;
}

::selection {
  background: #1428a0;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1428a0;
  color: #fff;
  text-shadow: none;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

.popup_dimmed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300;
  background-color: #000;
  display: none;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

caption {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
}

.hidden-txt,
legend {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  width: 0;
  height: 0;
  line-height: 1px;
  position: absolute;
}

#container {
  position: relative;
  padding: 104px 0 0;
}

#container.about #subVisual {
  background-image: url(../../images/about/about_visual.jpg);
}

#container.research #subVisual {
  background-image: url(../../images/research/research_visual.jpg);
}

#container.research_02 #subVisual {
  background-image: url(../../images/research/research_visual02.jpg);
}

#container.join #subVisual {
  background-image: url(../../images/join/join_visual.jpg);
}

#container.etc #subVisual {
  background-image: url(../../images/etc/etc_visual.jpg);
}

#subVisual {
  width: 100%;
  max-width: 1590px;
  min-width: 1180px;
  height: 408px;
  margin: 0 auto;
  display: table;
  position: relative;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}

#subVisual .tit_wrap {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#subVisual .tit_wrap h3 {
  font-size: 40px;
  color: #fff;
  font-family: SamsungSharpSans, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

#subVisual .tit_wrap h3 span {
  display: block;
}

#subLocation {
  width: 100%;
  max-width: 1590px;
  min-width: 1180px;
  height: 76px;
  margin: 0 auto;
  position: relative;
}

#subLocation .location_box {
  width: 100%;
  max-width: 1590px;
  height: 76px;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#subLocation .location_box:after, #subLocation .location_box:before {
  width: calc(1590px - 50%);
  height: 76px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}

#subLocation .location_box:after {
  right: 0;
}

#subLocation .location_box:before {
  left: 0;
}

#subLocation .location_box.active {
  position: fixed;
  top: 0;
  border-bottom-color: #d6d6d6;
}

#subLocation .location_box.active:after {
  border-bottom-color: #d6d6d6;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

#subLocation .location_box.active:before {
  border-bottom-color: #d6d6d6;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#subLocation .location_list > li {
  height: 76px;
  float: left;
  position: relative;
  overflow: hidden;
}

#subLocation .location_list > li:after {
  width: 1px;
  height: 31px;
  background-color: #a8a8a8;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 23px;
  z-index: -1;
}

#subLocation .location_list > li button, #subLocation .location_list > li a {
  width: 100%;
  text-align: left;
  color: #636363;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#subLocation .location_list > li button {
  height: 76px;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#subLocation .location_list > li button:before, #subLocation .location_list > li button:after {
  width: 10px;
  height: 1px;
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: 5px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#subLocation .location_list > li button:before {
  -webkit-transform: rotate(-45deg) translate(5px, 0);
  -moz-transform: rotate(-45deg) translate(5px, 0);
  -ms-transform: rotate(-45deg) translate(5px, 0);
  -o-transform: rotate(-45deg) translate(5px, 0);
  transform: rotate(-45deg) translate(5px, 0);
}

#subLocation .location_list > li button:after {
  -webkit-transform: rotate(45deg) translate(-5px, 0);
  -moz-transform: rotate(45deg) translate(-5px, 0);
  -ms-transform: rotate(45deg) translate(-5px, 0);
  -o-transform: rotate(45deg) translate(-5px, 0);
  transform: rotate(45deg) translate(-5px, 0);
}

#subLocation .location_list > li button.active {
  background-color: #1428a0;
  color: #fff;
}

#subLocation .location_list > li button.active:before, #subLocation .location_list > li button.active:after {
  background-color: #fff;
}

#subLocation .location_list > li button.active:before {
  right: 27px;
}

#subLocation .location_list > li button.active:after {
  right: 13px;
}

#subLocation .location_list > li button:hover {
  background-color: #1428a0;
  color: #fff;
}

#subLocation .location_list > li button:hover:before, #subLocation .location_list > li button:hover:after {
  background-color: #fff;
}

#subLocation .location_list > li.home a {
  width: 67px;
  height: 76px;
  margin: 0 0 0 23px;
  display: block;
  background-image: url(../../images/icon/sub_nav_home.png);
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#subLocation .location_list > li.home a:hover {
  background-image: url(../../images/icon/sub_nav_home_on.png);
  background-color: #1428a0;
}

#subLocation .location_list > li.depth1 {
  width: 220px;
}

#subLocation .location_list > li.depth1 button {
  font-size: 15px;
}

#subLocation .location_list > li.depth2 {
  width: 300px;
}

#subLocation .location_list > li.depth2 button {
  font-size: 15px;
}

#subLocation .location_list > li .under_depth {
  background-color: #1428a0;
  padding: 10px 0;
}

#subLocation .location_list > li .under_depth .accent {
  font-weight: 700;
}

#subLocation .location_list > li .under_depth a {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  position: relative;
  margin: 0 0 0 20px;
}

#subLocation .location_list > li .under_depth a:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
}

#subLocation .location_list > li .under_depth a:hover:after, #subLocation .location_list > li .under_depth a:focus:after, #subLocation .location_list > li .under_depth a.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#content {
  padding: 110px 0 150px;
}

#content:after {
  width: 100%;
  height: 300px;
  display: none;
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 306px;
}

#content #subTitle {
  text-align: center;
}

#content #subTitle h4 {
  font-size: 60px;
  color: #333;
  font-family: SamsungSharpSans, sans-serif;
  line-height: 70px;
  margin: -5px 0 0;
}

#content #subTitle p {
  font-size: 17px;
  padding: 30px 0 0;
}

#content .contents_wrap {
  padding: 90px 0 0;
}

#boardSearch {
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#boardSearch form {
  float: left;
}

#boardSearch #selectCustom {
  width: 173px;
  height: 37px;
  position: relative;
  float: left;
  z-index: 10;
}

#boardSearch #selectCustom button {
  text-align: left;
  font-size: 17px;
}

#boardSearch #selectCustom > button {
  width: 100%;
  height: 37px;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #333;
  padding: 0 0 0 10px;
  color: #333;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

#boardSearch #selectCustom > button:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #333;
  position: absolute;
  top: 16px;
  right: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#boardSearch #selectCustom > button:hover, #boardSearch #selectCustom > button:focus {
  border-color: #1428a0;
}

#boardSearch #selectCustom > button.active:after {
  border-top: 0;
  border-bottom: 7px solid #333;
}

#boardSearch #selectCustom ul {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #333;
  padding: 0 0 0 10px;
  position: absolute;
  display: none;
  z-index: 50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#boardSearch #selectCustom ul li {
  padding: 12px 0 0;
}

#boardSearch #selectCustom ul li:first-child {
  padding: 18px 0 0;
}

#boardSearch #selectCustom ul li:last-child {
  padding: 12px 0 24px;
}

#boardSearch #selectCustom ul li button {
  color: #fff;
  position: relative;
  padding: 0 0 4px;
}

#boardSearch #selectCustom ul li button:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}

#boardSearch #selectCustom ul li button:hover:after, #boardSearch #selectCustom ul li button:focus:after, #boardSearch #selectCustom ul li button.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

#boardSearch #searchInput {
  width: 273px;
  float: left;
  padding: 0 0 0 20px;
  position: relative;
}

#boardSearch #searchInput input[type=text] {
  width: 100%;
  height: 37px;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #333;
  padding: 0 33px 0 10px;
  color: #333;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

#boardSearch #searchInput input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#boardSearch #searchInput input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#boardSearch #searchInput input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#boardSearch #searchInput input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a8;
  line-height: 35px;
  font-size: 17px;
}

#boardSearch #searchInput input[type=text]:hover, #boardSearch #searchInput input[type=text]:focus {
  border-color: #1428a0;
}

#boardSearch #searchInput .submit_wrap {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 10px;
  background-image: url(../../images/icon/search_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#boardSearch #searchInput .submit_wrap input[type=submit] {
  width: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

#boardSearch .list_select {
  float: right;
  margin: 0 0 0 37px;
}

#boardSearch .list_select li {
  float: left;
  margin: 0 0 0 11px;
}

#boardSearch .list_select li button {
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  background-color: #fff;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#boardSearch .list_select li button.active .hidden-txt {
  display:block;
}

#boardSearch .list_select li button.square {
  background-image: url(../../images/icon/square_icon.png);
}

#boardSearch .list_select li button.list {
  background-image: url(../../images/icon/list_icon.png);
}

#boardSearch .list_select li button:hover, #boardSearch .list_select li button:focus, #boardSearch .list_select li button.active {
  background-color: #333;
}

#boardSearch .list_select li button:hover.square, #boardSearch .list_select li button:focus.square, #boardSearch .list_select li button.active.square {
  background-image: url(../../images/icon/square_icon_on.png);
}

#boardSearch .list_select li button:hover.list, #boardSearch .list_select li button:focus.list, #boardSearch .list_select li button.active.list {
  background-image: url(../../images/icon/list_icon_on.png);
}

#relatedContents {
  padding: 0 0 100px;
  position: relative;
  z-index: 10;
}

#relatedContents:after {
  width: 100%;
  height: 312px;
  display: block;
  content: "";
  background-color: #1428a0;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#relatedContents > h1 {
  width: 1180px;
  margin: 0 auto;
  font-size: 20px;
  color: #333;
  padding: 0 0 30px;
}

#relatedContents .related_wrap {
  width: 1180px;
  margin: 0 auto;
}

#relatedContents .related_wrap article {
  float: left;
  margin: 0 0 0 20px;
}

#relatedContents .related_wrap article:first-child {
  margin: 0;
}

#relatedContents .related_wrap article a:hover figure img, #relatedContents .related_wrap article a:focus figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#relatedContents .related_wrap article a:hover figure:before, #relatedContents .related_wrap article a:focus figure:before {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#relatedContents .related_wrap article a:hover figure:after, #relatedContents .related_wrap article a:focus figure:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#relatedContents .related_wrap article a:hover h1 i, #relatedContents .related_wrap article a:focus h1 i {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

#relatedContents .related_wrap article figure {
  position: relative;
  overflow: hidden;
}

#relatedContents .related_wrap article figure:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #000;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}

#relatedContents .related_wrap article figure:after {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  content: "";
  z-index: 2;
  background-image: url(../../images/icon/img_over_icon.png);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#relatedContents .related_wrap article figure img {
  width: 100%;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}

#relatedContents .related_wrap article h1 {
  color: #fff;
  font-size: 25px;
  position: relative;
  margin: 25px 0 0;
  display: inline-block;
}

#relatedContents .related_wrap article h1 i {
  position: absolute;
  top: 49%;
  right: -35px;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
}

#relatedContents .related_wrap article h1 i:before {
  width: 31px;
  height: 2px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
}

#relatedContents .related_wrap article h1 i:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -35px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
}

#subTab {
  text-align: center;
}

#subTab ul {
  display: inline-block;
  line-height: 62px;
  padding: 0 66px;
  font-size: 17px;
  position: relative;
}

#subTab ul:before {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background-color: #a8a8a8;
  top: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
}

#subTab ul li {
  float: left;
  margin: 0 0 0 20px;
}

#subTab ul li:first-child {
  margin: 0;
}

#subTab ul li a {
  width: 292px;
  height: 62px;
  display: block;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  -webkit-border-radius: 62px;
  -moz-border-radius: 62px;
  border-radius: 62px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

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

#subTab ul li a:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  margin: 0 0 0 -4px;
  top: 62px;
  display: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #333;
}

#subTab ul li a.active:after {
  display: block;
}

.contents_flow {
  width: 1180px;
  margin: 0 auto;
}

.contents_flow h5 {
  float: left;
  font-size: 37px;
  line-height: 80px;
  color: #1428a0;
}

.contents_flow h5 span {
  border-bottom: 3px solid #1428a0;
  padding: 0 0 6px;
}

.contents_flow .flow_right {
  width: 780px;
  padding: 100px 0 0;
  float: right;
}

.flow_contact {
  padding: 40px 0 40px 70px;
  border: 1px solid #a8a8a8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow_contact h1 {
  font-size: 20px;
  position: relative;
  color: #1428a0;
}

.flow_contact h1:after {
  width: 20px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  margin: -1px 0 0;
  background-color: #1428a0;
}

.flow_contact ul {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 0;
}

.flow_contact ul li {
  width: 33.3%;
  float: left;
}

.flow_contact ul strong {
  color: #333;
}

#modalPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow-y: scroll;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

#modalPopup .popup_container {
  width: 1100px;
  margin: 100px auto;
  background-color: #fff;
  position: relative;
}

#modalPopup .popup_container .popup_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#modalPopup .popup_container .popup_close:hover, #modalPopup .popup_container .popup_close:focus {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#modalPopup .popup_container .popup_close:after, #modalPopup .popup_container .popup_close:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #333;
}

#modalPopup .popup_container .popup_close:after {
  width: 40px;
  height: 2px;
  top: 19px;
}

#modalPopup .popup_container .popup_close:before {
  width: 2px;
  height: 40px;
  left: 19px;
  top: 0;
}

#modalPopup .apply_popup {
  padding: 100px 60px 110px 40px;
}

#modalPopup .apply_popup .tit_wrap {
  text-align: center;
}

#modalPopup .apply_popup .tit_wrap h1 {
  font-size: 35px;
  color: #1428a0;
}

#modalPopup .apply_popup .tit_wrap p {
  font-size: 18px;
  line-height: 30px;
  padding: 30px 0 0;
}

#modalPopup .apply_popup table {
  margin: 50px 0 0;
}

#modalPopup .apply_popup table tr {
  vertical-align: top;
}

#modalPopup .apply_popup table tr th {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  padding: 10px 0 0 15px;
  line-height: 42px;
}

#modalPopup .apply_popup table tr th em {
  font-weight: 300;
  font-size: 20px;
}

#modalPopup .apply_popup table tr td {
  height: 82px;
  padding: 8px 0 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#modalPopup .apply_popup table tr td input[type=text],
#modalPopup .apply_popup table tr td select {
  width: 100%;
  height: 42px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  font-size: 20px;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#modalPopup .apply_popup table tr td .select_wrap {
  position: relative;
}

#modalPopup .apply_popup table tr td .select_wrap:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -5px 0 0;
}

#modalPopup .apply_popup table tr td textarea {
  width: 100%;
  height: 210px;
  background-color: #f8f8f8;
  resize: none;
  padding: 10px;
  font-size: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#modalPopup .apply_popup table tr td p {
  padding: 6px 0 0;
  letter-spacing: -0.3px;
  line-height: 24px;
}

#modalPopup .apply_popup table tr td strong {
  color: #1428a0;
}

#modalPopup .apply_popup table tr td div {
  position: relative;
}

#modalPopup .apply_popup table tr td div input[type=text] {
  width: 650px;
}

#modalPopup .apply_popup table tr td div button {
  width: 120px;
  height: 42px;
  background-color: #a8a8a8;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  text-indent: 22px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

#modalPopup .apply_popup table tr td div button:hover, #modalPopup .apply_popup table tr td div button:focus {
  background-color: #1428a0;
}

#modalPopup .apply_popup table tr td div button:before {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#modalPopup .apply_popup table tr td div button:after {
  width: 8px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 25px;
  left: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modalPopup .apply_popup table tr td div.filebox label {
  width: 120px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #a8a8a8;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  text-indent: 18px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

#modalPopup .apply_popup table tr td div.filebox label:hover, #modalPopup .apply_popup table tr td div.filebox label:focus {
  background-color: #1428a0;
}

#modalPopup .apply_popup table tr td div.filebox label:before {
  width: 2px;
  height: 14px;
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 24px;
  background-color: #fff;
}

#modalPopup .apply_popup table tr td div.filebox label:after {
  width: 14px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  background-color: #fff;
}

#modalPopup .apply_popup table tr td div.filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#modalPopup .apply_popup table tr td div.filebox input[type=file]:focus ~ label {
  background-color: #1428a0;
}

#modalPopup .apply_popup table tr.line th {
  line-height: 30px;
}

#modalPopup .apply_popup table tr.line td {
  padding: 23px 0 20px;
}

#modalPopup .apply_popup .agree_box {
  margin: 40px 0 0 20px;
  border: 1px solid #d6d6d6;
  padding: 50px 40px;
}

#modalPopup .apply_popup .agree_box strong {
  font-size: 20px;
  color: #1428a0;
}

#modalPopup .apply_popup .agree_box div {
  margin: 25px 0 0;
  line-height: 25px;
  position: relative;
}

#modalPopup .apply_popup .agree_box div:nth-of-type(1) {
  margin: 45px 0 0;
}

#modalPopup .apply_popup .agree_box div input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  top: 5px;
}

#modalPopup .apply_popup .agree_box div input[type=checkbox]:checked ~ label:before {
  background-color: #636363;
  background-image: url(../../images/icon/apply_agree_icon.gif);
}

#modalPopup .apply_popup .agree_box div input[type=checkbox]:focus ~ label {
  border: 1px dotted #636363;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#modalPopup .apply_popup .agree_box div label {
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
}

#modalPopup .apply_popup .agree_box div label:before {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  border: 1px solid #636363;
  position: absolute;
  left: 0;
  top: 3px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#modalPopup .apply_popup .submit_wrap {
  text-align: center;
  padding: 50px 0 0;
}

#modalPopup .apply_popup .submit_wrap p {
  color: #333;
  line-height: 25px;
  font-weight: 700;
}

#modalPopup .apply_popup .submit_wrap .submit_box {
  width: 380px;
  height: 80px;
  margin: 45px 0 0;
  display: inline-block;
  text-indent: -52px;
  border: 2px solid #1428a0;
  background-color: #1428a0;
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#modalPopup .apply_popup .submit_wrap .submit_box input[type=submit] {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
}

#modalPopup .apply_popup .submit_wrap .submit_box i {
  position: absolute;
  top: 49%;
  right: 162px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

#modalPopup .apply_popup .submit_wrap .submit_box i:before {
  width: 25px;
  height: 1px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
}

#modalPopup .apply_popup .submit_wrap .submit_box i:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -25px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 5px solid #fff;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
}

#modalPopup .apply_popup .submit_wrap .submit_box:hover, #modalPopup .apply_popup .submit_wrap .submit_box:focus {
  background-color: #fff;
  color: #1428a0;
}

#modalPopup .apply_popup .submit_wrap .submit_box:hover input[type=submit], #modalPopup .apply_popup .submit_wrap .submit_box:focus input[type=submit] {
  color: #1428a0;
}

#modalPopup .apply_popup .submit_wrap .submit_box:hover i, #modalPopup .apply_popup .submit_wrap .submit_box:focus i {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

#modalPopup .apply_popup .submit_wrap .submit_box:hover i:before, #modalPopup .apply_popup .submit_wrap .submit_box:focus i:before {
  background-color: #1428a0;
}

#modalPopup .apply_popup .submit_wrap .submit_box:hover i:after, #modalPopup .apply_popup .submit_wrap .submit_box:focus i:after {
  border-left-color: #1428a0;
}

#listPage {
  position: relative;
  margin: 70px 0 0;
  text-align: center;
}

#listPage .page_btn {
  display: inline-block;
}

#listPage .page_btn button {
  width: 36px;
  height: 36px;
  float: left;
  line-height: 36px;
  display: inline-block;
  margin: 0 3px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

#listPage .page_btn button.prev_end_btn, #listPage .page_btn button.prev_btn, #listPage .page_btn button.next_btn, #listPage .page_btn button.next_end_btn {
  text-indent: -9999px;
  overflow: hidden;
}

#listPage .page_btn button.prev_end_btn {
  background-image: url(../../images/icon/page_prev_all.gif);
}

#listPage .page_btn button.prev_btn {
  background-image: url(../../images/icon/page_prev.gif);
  margin: 0 17px 0 5px;
}

#listPage .page_btn button.next_btn {
  background-image: url(../../images/icon/page_prev.gif);
  margin: 0 5px 0 17px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#listPage .page_btn button.next_end_btn {
  background-image: url(../../images/icon/page_prev_all.gif);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#listPage .page_btn button:hover, #listPage .page_btn button:focus {
  border-color: #333;
}

#listPage .page_btn button.active {
  color: #fff;
  background-color: #333;
}

.js-scr-box {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  filter: alpha(opacity=0);
}

/*# sourceMappingURL=../map/common.css.map */
