@charset "UTF-8";
/* **************************************************************************** */
/*	@CreateDate   :   */
/*	@ModifyDate   :             */
/*	@Description  : scss build  */
/*	@Author       :         */
/* ***************************************************************************** */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  line-height: 0;
  font-size: 0;
}

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

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

button {
  cursor: pointer;
}

textarea {
  resize: none;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.adi {
  max-width: 100%;
  height: auto;
}

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

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

.skip:hover, .skip:active, .skip:focus {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  text-indent: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1;
  text-decoration: none !important;
  position: relative;
  text-align: center;
}

caption {
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.hidden,
legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

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

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

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

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

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

body {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

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

.inner {
  max-width: 1024px;
  margin: 0 auto;
}

.mt_30 {
  margin-top: 30px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.header {
  background: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px 10px #fff;
          box-shadow: 0px 0px 10px 10px #fff;
  height: 80px;
}

.header:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 3px;
  background: #6e93c9;
}

.header .inner {
  position: relative;
}

.header .inner:before, .header .inner:after {
  content: "";
  display: table;
}

.header .inner:after {
  clear: both;
}

.header .inner h1 {
  float: left;
  background: url("/images/logo.png") no-repeat;
  width: 168px;
  height: 34px;
  margin-top: 5px;
  margin-right: 60px;
}

.header .inner .gnb {
  float: left;
  width: calc(100% - 394px);
}

.header .inner .gnb nav > ul:before, .header .inner .gnb nav > ul:after {
  content: "";
  display: table;
}

.header .inner .gnb nav > ul:after {
  clear: both;
}

.header .inner .gnb nav > ul > li {
  position: relative;
  float: left;
  padding-right: 25px;
  letter-spacing: -0.075em;
  line-height: 40px;
}

.header .inner .gnb nav > ul > li:before, .header .inner .gnb nav > ul > li:after {
  content: "";
  display: table;
}

.header .inner .gnb nav > ul > li:after {
  clear: both;
}

.header .inner .gnb nav > ul > li > a {
  position: relative;
  display: block;
  color: #323a3e;
  font-weight: 600;
}

.header .inner .gnb nav > ul > li > a:before {
  content: '';
  position: absolute;
  width: 42px;
  height: 22px;
  background: url("/images/main/header_top_acc.png") no-repeat;
  top: -35px;
  left: calc(50% - 11px);
  display: none;
}

.header .inner .gnb nav > ul > li:hover a:before {
  display: block;
}

.header .inner .gnb nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  color: #fff;
  background: #3788c9;
  padding: 10px;
  width: 140px;
}

.header .inner .gnb nav > ul > li > ul > li {
  float: left;
  font-size: 14px;
  width: 100%;
  line-height: 1.35;
}

.header .inner .gnb nav > ul > li > ul > li:not(:last-child) {
  padding-bottom: 10px;
}

.header .inner .gnb nav > ul > li > ul > li a {
  display: block;
}

.header .inner .gnb nav > ul > li:hover > a {
  color: #033664;
}

.header .inner .gnb nav > ul > li:hover > ul {
  display: block;
}

.header .inner .gnb nav > ul > li:hover > ul > li:hover a {
  color: #aef0ff;
  font-weight: 600;
}

.header .inner .lang {
  width: 165px;
  float: right;
  padding-top: 5px;
}

.header .inner .lang ul {
  overflow: hidden;
  background: #fff;
  border: 1px solid #6fa7cb;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0px 10px 0px #f7f7f7;
          box-shadow: inset 0 0px 10px 0px #f7f7f7;
}

.header .inner .lang ul > li {
  float: left;
  line-height: 30px;
  width: 33%;
  text-align: center;
  position: relative;
    color: #7e96a9;
}


.header .inner .lang ul > li.active{
  color: #1f2e37;
  font-weight: 700;
}

.header .inner .lang ul > li:not(:first-child):before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  top: calc(50% - 4px);
  background: #7e96a9;
  left: 0;
}

.header .inner .lang ul > li a {
  display: block;
  font-size: 11px;
}

.header .mega_bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 265px;
  background: #fff;
  top: 100%;
  left: 0;
}

.footer {
  overflow: hidden;
  padding: 15px 0 70px 0;
  border-top: 2px solid #aeb0b6;
  color: #97989b;
}

.footer p {
  font-size: 12px;
  letter-spacing: -0.02em;
}

.footer strong {
  font-weight: 600;
}
.footer .right{
    display:none;
}
.footer_company_copyright {
  font-size: 11px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/lib/fonts/slick.eot");
  src: url("/lib/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/lib/fonts/slick.woff") format("woff"), url("/lib/fonts/slick.ttf") format("truetype"), url("/lib/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #444a4f;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 15px;
  left: 65px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
}

.slick-dots li button {
  border: 0;
  background: #acacac;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 3px 4px 0px #676767;
          box-shadow: inset 0px 3px 4px 0px #676767;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #6376d8;
  -webkit-box-shadow: inset 0px 3px 4px 0px #3b4681;
          box-shadow: inset 0px 3px 4px 0px #3b4681;
}

.both {
  overflow: hidden;
}

section.main h2 {
  color: #343538;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main_visual {
  max-width: 2000px;
  margin: 0 auto;
  background: url("/images/main/marin_visual.jpg") no-repeat center center;
  height: 616px;
  position: relative;
}

.main_visual_txt {
  position: absolute;
  color: #fff;
  text-align: right;
  left: calc(50% - 490px);
  top: 47%;
  color: #0e3149;
  font-size: 24px;
  width: 410px;
}

.main_visual_txt strong {
  font-weight: 600;
}

.main_bbs {
  overflow: hidden;
  height: 165px;
}

.main_bbs_csBoard {
  padding-top: 40px;
  width: 220px;
  float: left;
}

.main_bbs_csBoard h2 {
  background: url("/images/main/plus.png") no-repeat center left 60%;
}

.main_bbs_csBoard ul li {
  font-size: 12px;
}

.main_bbs_csBoard ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.main_bbs_visual {
  position: absolute;
  width: 537px;
  background: url(/images/main/main_bbs_visual_bg.png) top left no-repeat;
  top: 671px;
  left: 50%;
  margin-left: -270px;
}

.main_bbs_visual .main_bbs_visual_slider {
  padding: 55px 0 0 195px;
}

.main_bbs_visual .main_bbs_visual_slider > * {
  float: left;
}

.main_bbs_visual .main_bbs_visual_slider > *:before, .main_bbs_visual .main_bbs_visual_slider > *:after {
  content: "";
  display: table;
}

.main_bbs_visual .main_bbs_visual_slider > *:after {
  clear: both;
}

.main_bbs_visual .main_bbs_visual_slider .img {
  width: 112px;
}

.main_bbs_visual .main_bbs_visual_slider .linkArea {
  width: calc(100% - 112px);
}

.main_bbs_visual .main_bbs_visual_slider .linkArea strong {
  color: #024b8b;
  font-weight: 700;
}

.main_bbs_visual .main_bbs_visual_slider .linkArea ul {
  overflow: hidden;
  margin-top: 10px;
}

.main_bbs_visual .main_bbs_visual_slider .linkArea ul > li {
  float: left;
  width: 50%;
  font-size: 11px;
  color: #727884;
  letter-spacing: -0.05em;
}

.main_bbs_visual .main_bbs_visual_slider .linkArea ul > li:last-child {
  width: 100%;
}

.main_bbs_pr {
  float: right;
  padding-top: 40px;
}

.main_bbs_pr ul li {
  width: 50%;
  float: left;
  display: table;
  font-size: 12px;
  font-weight: 700;
  color: #1e3c7a;
  position: relative;
}

.main_bbs_pr ul li:before, .main_bbs_pr ul li:after {
  content: "";
  display: table;
}

.main_bbs_pr ul li:after {
  clear: both;
}

.main_bbs_pr ul li a {
  padding-left: 45px;
  display: table-cell;
  vertical-align: middle;
  height: 43px;
}

.main_bbs_pr ul li:nth-child(1):before {
  content: '';
  position: absolute;
  background: url("/images/main/video.png") no-repeat;
  width: 42px;
  height: 43px;
  left: 0;
}

.main_bbs_pr ul li:nth-child(2):before {
  content: '';
  position: absolute;
  background: url("/images/main/document.png") no-repeat;
  width: 42px;
  height: 43px;
  left: 0;
}

.sub_visual {
background:url('/images/en_sub/sub_visual.jpg') no-repeat center center;
height:195px;
}

.sub_wrap {
  padding: 25px 0 50px 0;
  min-height: 410px;
  overflow: hidden;
}

.sub_wrap .snb {
  width: 195px;
  letter-spacing: 0;
  float: left;
  margin-right: 34px;
}

.sub_wrap .snb h2 {
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  font-size: 24px;
  color: #0f3770;
  font-weight: 700;
  background: #fff;
  border-left: 18px solid #0f3770;
  border-right: 18px solid #0f3770;
  border-top: 10px solid #0f3770;
  border-bottom: none;
}

.sub_wrap .snb > ul {
  margin-top: 17px;
  padding: 0 20px;
}

.sub_wrap .snb > ul > li.active > a {
  color: #fff;
  background: #0f3770;
}

.sub_wrap .snb > ul > li > a {
  padding: 6px 9px;
  font-size: 15px;
  color: #343538;
  font-weight: 600;
  display: block;
}

.sub_wrap .snb > ul > li > a:hover {
  background: #0f3770;
  color: #fff;
}

.sub_wrap .snb > ul > li > ul {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.sub_wrap .snb > ul > li > ul > li {
  font-size: 12px;
  letter-spacing: -0.04em;
  color: #727884;
  padding-left: 8px;
  position: relative;
  line-height: 21px;
}

.sub_wrap .snb > ul > li > ul > li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #727884;
  top: 7px;
  left: 0;
}

.sub_wrap .snb > ul > li > ul > li.active {
  color: #89a4dc;
}

.sub_wrap .snb > ul > li > ul > li.active:before {
  background: #89a4dc;
}

.sub_wrap .snb > ul > li > ul > li:not(:last-child) {
  padding-bottom: 8px;
}

.sub_wrap .snb > ul > li > ul > li:hover {
  color: #89a4dc;
}

.sub_wrap .sub_cont {
  width: calc(100% - 229px);
  float: left;
  max-width: 100%;
}

.sub_wrap .sub_cont:before, .sub_wrap .sub_cont:after {
  content: "";
  display: table;
}

.sub_wrap .sub_cont:after {
  clear: both;
}

.sub_wrap .sub_cont_title_Area {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}

.sub_wrap .sub_cont_title_Area h2.sub_title {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}

.sub_wrap .sub_cont_title_Area .sub_title_description {
  color: #bab8b3;
  font-size: 13px;
  float: left;
}

.sub_wrap .sub_cont_title_Area .sub_location {
  overflow: hidden;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.sub_wrap .sub_cont_title_Area .sub_location:before, .sub_wrap .sub_cont_title_Area .sub_location:after {
  content: "";
  display: table;
}

.sub_wrap .sub_cont_title_Area .sub_location:after {
  clear: both;
}

.sub_wrap .sub_cont_title_Area .sub_location li {
  font-size: 12px;
  color: #999;
  float: left;
  position: relative;
}

.sub_wrap .sub_cont_title_Area .sub_location li:not(:first-child) {
  padding-left: 19px;
}

.sub_wrap .sub_cont_title_Area .sub_location li:not(:first-child):before {
  position: absolute;
  content: '>';
  left: 6px;
  color: #999;
}

.sub_wrap .sub_cont_title_Area .sub_location li.active {
  color: #0f3770;
}

.sub_wrap .sub_cont_linkArea {
  background: url("/images/en_sub/cs_book.png") #f9f9f9 no-repeat bottom 5px left 40px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 20px;
  height: 256px;
}

.sub_wrap .sub_cont_linkArea .left {
  width: 27%;
  border-right: 1px dashed #cacaca;
  min-height: 216px;
}

.sub_wrap .sub_cont_linkArea .left h2 {
  color: #484644;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 39px;
}

.sub_wrap .sub_cont_linkArea .right {
  width: 73%;
  min-height: 216px;
  padding-left: 28px;
}

.sub_wrap .sub_cont_linkArea .right > ul > li {
  font-size: 14px;
  color: #565656;
}

.sub_wrap .sub_cont_linkArea .right > ul > li:not(:last-child) {
  padding-bottom: 15px;
}

.pro_tab {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}

.pro_tab li {
  float: left;
  padding: 0 0 0 10px;
}

.pro_tab li:first-child {
  float: left;
  padding: 0;
}

.pro_tab_contents {
  padding: 15px 0 0 0;
  width: 795px;
  font-size: 12px;
  letter-spacing: -0.05em;
}

.pro_tab_contents th {
  height: 31px;
  color: #1b3071;
  border-bottom: 1px solid #dddddd;
  line-height: 150%;
  font-weight: 700;
  padding: 0 5px;
}

.pro_tab_contents th.subject {
  border-top: 2px solid #6e93c9;
  border-bottom: 1px solid #dddddd;
  background: #f7f9fb;
}

.pro_tab_contents th.sub_subject {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #f7f9fb;
}

.pro_tab_contents td {
  height: 31px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: center;
}

.pro_tab_contents td.subject {
  color: #3688c8;
  text-align: left;
  font-size: 10px;
  padding-left: 5px;
}

.pro_tab_contents td.sub_subject {
  color: #82afd1;
  text-align: left;
  font-size: 10px;
  text-indent: 10px;
}

.pro_tab_contents .left {
  width: 50%;
}

.pro_tab_contents .right {
  width: 50%;
}

.pro_tab_contents .right:after {
  content: '';
  display: table;
  clear: both;
}

.pro_tab_contents .right:before {
  content: "";
  display: table;
}

ul#popupmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popupmenu-item ul.popupmenu-menu {
  display: none;
  position: absolute;
  width: 330px;
  background: url(/images/product/bg_pro_popup.gif) repeat-x #ffffff;
  border: 3px solid #6e93c9;
}

.popupmenu-item ul.popupmenu-menu .left {
  border-right: 1px solid #6e93c9;
  text-align: left;
}

.popupmenu-item ul.popupmenu-menu h4 {
  padding: 10px 0 14px 10px;
  font-weight: 700;
}

.popupmenu-item ul.popupmenu-menu .left li {
  color: #3688c8;
  font-weight: 100;
  padding-left: 10px;
  line-height: 190%;
}

.popupmenu-item ul.popupmenu-menu .left li.last {
  padding: 0 0 17px 10px;
}

.popupmenu-item ul.popupmenu-menu .left li a {
  display: block;
}

.popupmenu-item ul.popupmenu-menu .right {
  text-align: left;
}

.popupmenu-item ul.popupmenu-menu .right li {
  padding: 0 0 0 10px;
  color: #3688c8;
  font-weight: 100;
  line-height: 190%;
}

.popupmenu-item ul.popupmenu-menu .right li.last {
  padding: 0 0 17px 10px;
}

.popupmenu-item ul.popupmenu-menu .right li a {
  display: block;
}

.popupmenu-item ul.popupmenu-menu .btn {
  position: relative;
  width: 162px;
  border-top: 1px dotted #ddd;
  text-align: center;
}

.list_chapter p {
  line-height: 17px;
  margin: 15px 0;
  font-size: 12px;
  color: #585858;
}

.list_chapter p:last-child {
  margin-bottom: 0;
}

.list_chapter h4 {
  font-size: 18px;
  margin: 10px 0;
  color: #16458a;
}

.list_chapter h5 {
  color: #8792b1;
  font-weight: 600;
  font-size: 14px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}

.list_chapter h5:before {
  content: '';
  position: absolute;
  left: 0;
  background: url("/images/eng_support/t_arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  top: calc(50% - 5px);
}

.list_chapter .num_circle {
  font-size: 10.45px;
  color: #fff;
  background: #16458a;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 7px;
}

.list_chapter_Depth li {
  border-bottom: 1px dashed #ddd;
  position: relative;
}

.list_chapter_Depth li a {
  font-size: 12px;
  color: #585858;
  padding: 2.5px 20px;
}

.list_chapter_Depth li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: url("/images/support/tech_icon01.gif") no-repeat;
  left: 0;
  top: calc(50% - 3.5px);
}

.list_chapter_title {
  color: #fff;
  background: #16458a;
  display: block;
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 600;
}

.list_chapter_title_num {
  color: #8ab9fe;
  padding-right: 15px;
  font-weight: 700;
}

.chapter_paging {
  margin-top: 80px;
}

.chapter_paging a {
  display: inline-block;
}

.chapter_paging_btn {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: -0.05em;
  width: 100px;
  padding: 6px;
  text-align: center;
  -webkit-box-shadow: inset 0px 15px 0px #f4f4f4;
          box-shadow: inset 0px 15px 0px #f4f4f4;
  margin-right: 2.5px;
}

.chapter_paging_btn.prev {
  margin-left: 172px;
}

.chapter_paging_btn.next {
  margin-right: 75px;
}

.chapter_paging_btn_sty02 {
  float: right;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: -0.05em;
  width: 120px;
  padding: 6px;
  text-align: center;
  background: #aaa;
  -webkit-box-shadow: inset 0px 15px 0px #d0d0d0;
          box-shadow: inset 0px 15px 0px #d0d0d0;
  color: #fff;
  text-shadow: 2px 2px 0px gray;
}

.chapter_paging_btn_sty02:before, .chapter_paging_btn_sty02:after {
  content: "";
  display: table;
}

.chapter_paging_btn_sty02:after {
  clear: both;
}
/*# sourceMappingURL=default.css.map */


/*2019-05-30 게시판과 사용자 페이지 연동으로 깨지는 부분 추가 */
input {
	font-family:"돋움,Verdana, Geneva, Arial, Helvetica, sans-serif";
	font-size:12px;
	line-height: 140% ;
	color: #333333;
	background-color: #ffffff;
}


.input_pw {
       font-family: "Verdana";
	   font-size:8pt;
	   line-height: 19px;
	   color: #686868;
	   background-color:#FFFFFF;
	   height: 20px;
	   border: #D0D0D0;
	   border-style: solid;
	   border-top-width: 1px;
	   border-right-width: 1px;
	   border-bottom-width: 1px;
	   border-left-width: 1px;
	   width:100px;
	   }
/*게시판 검색사용*/
.input_a {
       font-family: "돋움,Verdana, Geneva, Arial, Helvetica, sans-serif";
	   font-size:12px;
	   line-height: 19px;
	   color: #686868;
	   background-color:#FFFFFF;
	   height: 20px;
	   border: #D0D0D0;
	   border-style: solid;
	   border-top-width: 1px;
	   border-right-width: 1px;
	   border-bottom-width: 1px;
	   border-left-width: 1px;
	   }

.checkbox {
	font-family:"돋움,Verdana, Geneva, Arial, Helvetica, sans-serif";
	font-size: 9pt;
	line-height: 140% ;
	color: #669999;
	border: 0px solid #ECEBEB;
	background-color: #FCFCFD;
	padding: 0 0 0 0px;
}

.checkbox1 {
	font-family:"돋움,Verdana, Geneva, Arial, Helvetica, sans-serif";
	font-size: 9pt;
	line-height: 140% ;
	color: #669999;
	border: 0px solid #ECEBEB;
	background-color: #FAF6F2;
	padding: 0 0 0 0px;
}

.checkbox2 {
	font-family:"돋움,Verdana, Geneva, Arial, Helvetica, sans-serif";
	font-size: 9pt;
	line-height: 140% ;
	color: #669999;
	border: 0px solid #ECEBEB;
	background-color: #FFFFFF;
	padding: 0 0 0 0px;
}

.total {color :#666666; font-size: 8pt; font-family: '돋음',Dotum;padding:0 2px 0 0; TEXT-DECORATION: none;line-height:19px;}
.total2 {color :#ff5200; font-size: 9pt; font-family: '돋음',Dotum;padding:0 2px 0 0; TEXT-DECORATION: none;line-height:19px;}

/*	 게시판 리스트 */
.cmtnum {color :#339900; font-size: 8pt; font-family: '돋음',Dotum;padding:0 0 0 3px; TEXT-DECORATION: none}
.filenum {color :#3399CC; font-size: 8pt; font-family: '돋음',Dotum;padding:0 2px 0 4px; TEXT-DECORATION: none}
.filetxt {color :#777777; font-size: 8pt; font-family: '돋음',Dotum;}
.list_noticetr{padding:5px;background-color:#F5F5F5;} /*리스트 공지사항 한줄 높이 tr칼라*/
.list_trheight {padding:5px;} /*리스트 한줄 높이*/
#bbs_list_tbl td { line-height:18px;padding:5px 0px 5px 0px;}
#bbs_banner_list_tbl td { line-height:18px;padding:5px 0px 5px 0px;}
#bbs_event_title_tbl td { line-height:18px;padding:0px 0px 0px 0px;}
#img_map_tbl td { line-height:18px;padding:0px 0px 0px 0px;}
#up_file_tbl td { line-height:16px;}

/*뷰쓰기페이지*/
.bbsview_line1 {background-color:#7D7D7D;height:2px;} /*	뷰페이지 최상단 구분선	 */
.bbsview_line2 {background-color:#dddddd;height:1px;}
.bbsview_line3 {background-color:#EAEAEA;height:1px;}
.bbsview_title1 {background-color:#F5F5F5;height:30px;line-height:19px;} /*	뷰페이지 tr	 */

.contents1 {padding:0 0 0 10px;font-weight:bold;line-height:19px;}
.contents2 {padding:0 0 0 10px;line-height:19px;}
.contents3 {padding:10px 0 2px 10px;line-height:19px;}
.contents4 {padding:0 0 0 38px;line-height:19px;}
.contents5 {padding:18px 18px 18px 18px;height:220px;line-height:19px;} /*보기페이지 글내용 여백,기본높이*/
.contents6 {padding:18px 0 0px 0;line-height:19px;}

.attach_file:link { color :#5d89d5; font-size: 8pt;font-family: 'verdana'; cursor:pointer;text-decoration:underline;line-height:15px;}
a.attach_file:link { color :#5d89d5; font-size: 8pt;font-family: 'verdana'; cursor:pointer;text-decoration:underline;line-height:15px;}
a.attach_file:active { color :#5d89d5; font-size: 8pt;font-family: 'verdana'; cursor:pointer;text-decoration:underline;line-height:15px;}
a.attach_file:visited { color :#5d89d5; font-size: 8pt;font-family: 'verdana';cursor:pointer;text-decoration:underline;line-height:15px;}
a.attach_file:hover { color :#5d89d5; font-size: 8pt;font-family: 'verdana'; cursor:pointer;text-decoration:underline;line-height:15px;}


/* 파일 이미지 첨부 클래스	*/
.fileadd1{border: 1px solid #E7E7E7;background-color:#FFFFFF ;}
.fileadd2{border: 1px solid #EAEAEA;}
.fileadd3{color :#666666; font-size: 8pt; font-family: '돋음',Dotum;padding:0 2px 0 0; TEXT-DECORATION: none;line-height:15px;}
.fileadd4 {color :#FA5B2C; font-size: 8pt; font-family: '돋음',Dotum;padding:0 2px 0 0;font-weight:bold; TEXT-DECORATION: none;line-height:15px;}
.popbox2 {
	background-color: #FFFFFF; border:1px solid #D5D5D5;padding:5px;
	scrollbar-face-color:#FFFFFF;
    scrollbar-shadow-color:#D2D2D2;
    scrollbar-highlight-color:#D2D2D2;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-track-color:#F3F3F3;
    scrollbar-arrow-color:#D2D2D2;
	}



select {
	font-family:"돋움,Verdana, Geneva, Arial, Helvetica, sans-serif";
	font-size: 9pt;
	line-height: 160% ;
	color: #333333;
	border: 0px solid #ECEBEB;
}

textarea {
	line-height: 140% ;
	font-size: 9pt;
	color: #333333;
	border: 1px solid #d7d7d7;
	padding: 5 5 5 5;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #BBBBBB;
}
.key_sel{padding:3px;width:100px;background:url('/images/en_sub/select_ico_02.png') no-repeat center right 5%;}
.input_a{padding:3px 0;}
#bbs_list_tbl td{font-size:12px;padding: 20px 0;}
