@import url('../font/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
html, body {
  margin:0;
  padding:0;
  word-break: keep-all!important;
  max-width: 100%;
  overflow-x: hidden;
}

.mobile-visible, .mobile-visible.logo_center {
  display: none;
}

.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container_inner {
  width: 880px;
  padding: 30px 30px 90px 30px;
}

.indented {
  width: 860px;
  padding: 0 0 0 13px;
}

.indented.bullet {
  padding: 0 0 0 20px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, p, th, td {
  font-family: 'Dotum', sans-serif;
}


h1 {
  font-size: 16px;
  line-height: 1.38em;
  color: #202735;
  margin: 28px 0;
  padding: 0;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  line-height: 22px;
  margin: 27px 0 11px 0;
  color: #202735;
  font-weight: bold;
}

p, td {
  font-size: 12px;
  color: #585858;
  line-height: 18px;
  margin: 8px 0;
}

.indented p {
  margin: 6px 0;
}

.indented.bullet p {
  text-indent: -13px;
}

th {
  font-size: 12px;
  color: #202735;
  font-weight: bold;
}

/*** 헤더 ***/

header {
  height: 74px;
  background-color: #202735;
}

header.mw_header {
  position: relative;
  background-color: #202735;
  border: none;
}

header li {
    height: auto;
}

.mw_title {
  color: #fff;
  margin: 0;
  font-size: 16px;
  padding: 17px 0;
}

.logo_left {
  /*width: 250px;*/
  float : left;
  margin : 0;
  padding: 28px 0;
}


.logo_center {
  /*width: 120px;*/
  padding: 18px 0 0 0;
  display: block;
}

.navi, .navi ul {
  height: 74px;
}
.navi ul {
 float: right;
}

.navi ul li {
  float: left;
  /*padding: 27px 22px;*/
  padding: 22px 22px;
}

.navi ul li a {
  font-family: 'Noto Sans KR', sans-serif;
  /*font-size: 15px;*/
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
  color: #969fb3;
}

.navi ul li a.current {
  color: #fff;
  font-weight: 500;
}



p.title {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #202735;
  padding: 60px 0 20px 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

table {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}

table, th, td {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
}

tr > td:first-child {
  border-left: none;
}

table, tr > th:first-of-type {
  border-left: none;
}

table, tr > td:last-of-type, tr > th:last-of-type {
  border-right: none;
}

th {
  padding: 14px;
}

td {
  padding: 12px;
  vertical-align:top;
}

th {
  text-align: center;
  background-color: #f7f7f7;
}

th.subth {
  background-color: transparent;
}

.br-left-none {
  border-left: none;
}

.ft-weight-normal {
  font-weight: normal;
}

.ft-14-em {
  font-size: 14px;
  font-weight: bold;
}

.past_text {
  margin-top: 25px;
}

.past_link {
  color: #009cff;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

/*footer */

.dw_footer {
  height: 120px;
}

.dw_footer .container {
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.dw_footer ul {
  display: inline-block;
  padding-top: 35px;
}

.dw_footer ul li {
  float: left;
}

.dw_footer ul li a {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  color: #7b7b7b;
}


.vertical-line {
  opacity: 0.6;
  font-size: 12px;
  line-height: 2;
  color: #7b7b7b;
  padding: 0 8px;
}

.dw_footer .copyright{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #aaa;
  margin: 0;
}


/* footer */

.mw_footer {
  background : #1a1f2a;
  width : 100%;
  z-index : 10;
}

.mw_footer ul {
  float : left;
  margin : 0;
  padding : 0;
}

.mw_footer li {
  float : left;
}

.mw_footer p, .mw_footer li a, .mw_footer li a:link, .mw_footer li a:hover {
  text-decoration: none;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 10px;
  padding:0;
  margin:0;
  color: #969dad;
}


.mw_footer li a {
    position : relative;
    line-height: 2.4em;
  }

.mw_footer p, .mw_footer li a {
    padding-bottom: 10px;
  }


.mw_footer .logo_footer {
  display: block;
  /*width: 160px;*/
  padding: 30px 0 22px;
}

.mw_footer .copyright {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2.3;
  font-weight: 400;
  color: #6a7793;
  padding: 7px 0 30px 0;
  margin: 0;
}

/*** totop 버튼 ***/

#totop {
  opacity: 1;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: rgba(255,255,255,0.9);
  color: rgb(135, 135, 135);
  font-size: 18px;
  padding: 0 10px 5px 10px;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 3px;
  cursor: pointer;
  z-index: 100;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

#totop.transparent {
  opacity: 0;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

/*** 모바일 메뉴 ***/

header.mw_header {
  position: relative;
}

.openbtn {
  position: absolute;
  right: 0;
  color:#000000;
  font-size:20px;
  cursor:pointer;
  padding: 15px;
  z-index:110;
}

.closebtn {
    position: fixed;
    padding:15px;
    top:0;
    right:0;
    color:#fff;
    font-size: 20px;
    cursor:pointer;
    z-index: 700;
}

.closebtn img {
  width: 20px;
  height: 20px;
}

.closebtn.past {
  position: absolute;
}

/*** 모바일 메뉴 ***/
  #mw_main_btn_gnb {
    width: 20px;
  }




#mySidenav .language-select {
  position: absolute;
  text-decoration: none;
  top: 22px;
  left: 30px;
  padding: 3px 8px;
  border-radius: 1px;
  font-size: 11px;
  font-weight : 300;
  color: #969dad;
  border: 1px solid #969dad;
}

#mySidenav {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #202735;
  overflow-x: hidden;
  z-index: 1500;
}


/*** accordion ***/

.accordion, .accordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.accordion {
  padding: 65px 0 30px 0;
	overflow: scroll!important;
}


.accordion-section-title, .accordion-section-link {
	width:100%;
	padding:10px 30px;
	display:inline-block;
	transition:all linear 0.15s;
	/* Type */
  font-size : 16px;
  font-weight : 400;
  line-height : 26px;
  margin: 0;
  color : #fff;
}

.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:focus, .accordion-section-title:link {
	text-decoration:none;
  color: #fff;
}

.accordion-section-content {
  display: none;
}

.accordion-section-content a {
  display: block;
  padding:7px 30px;
  font-size : 13px;
  font-weight : 300;
  line-height : 24px;
  margin: 0;
  color : #969dad;
}

.accordion-section-content a:hover, .accordion-section-content a:focus, .accordion-section-content:link {
  text-decoration: none;
}

.accordion-section-content a:last-of-type {
  padding-bottom: 12px;
}

@media all and (max-width : 940px) {

    .mobile-visible, .mobile-visible.logo_center {
      display: block;
    }

    .desktop-visible {
      display: none;
    }


    .container{
      width: 88%;
      margin-left: auto;
      margin-right: auto;
    }
    .container_inner, .indented {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
    }

    .indented {
      padding-left: 13px;
    }

    .indented.bullet {
      margin-left: 13px;
      padding: 0;
    }

    header {
      height: 50px;
      background-color: transparent;
      border-bottom: 1px solid #202735;
    }

    p.title {
      margin: 30px 0 24px 0;
      border: none;
      padding: 0;
    }

    h1 {
      margin: 20px 0 16px 0;
    }
    h2 {
      margin: 16px 0 10px 0;
    }
}

.word-break-all { word-break: break-all; }
