@charset "utf-8";
html {
  height: 100%;
}

body {
  position: relative;
}

body.modalbg::before {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 4;
}

button {
  padding: 0;
  margin: 0;
}

.material-icons {
  color: inherit;
  font-size: inherit;
  margin: 0;
}

#contents {
  outline: none;
}

.btn .material-icons {
  font-size: 16px;
  vertical-align: middle;
  line-height: 0;
}

.btn-sm .material-icons {
  font-size: 12px;
  vertical-align: middle;
}

.container {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.clearFix::after {
  content: '';
  display: table;
  clear: both;
}

.blind,
legend {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

table caption {
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.material-icons {
  margin-right: 5px;
}


/* skipNavi */

#skip {
  position: relative;
}

#skip a {
  display: block;
  position: absolute;
  top: -100px;
  left: 0px;
  z-index: 20;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  text-align: center;
}

#skip a:focus,
#skip a:active {
  left: 0;
  top: 0;
  border:2px solid red;
}


/******** header ********/

.header {
  position: relative;
}

.header .top {
  background: #214f8a;
  padding: 17px 0;
  text-align: right;
}

.header .top ul {
  display: inline-block;
}

.header .top ul::after {
  content: '';
  display: block;
  clear: both;
}

.header .top li {
  float: left;
}

.header .top .material-icons {
  font-size: 18px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 0.5;
  display: inline;
}

.header .top li a {
  display: block;
  padding: 0 20px;
  color: #fff;
  position: relative;
  border-right: solid 1px rgba(255, 255, 255, .5);
  line-height: 14px;
  vertical-align: middle;
}

.header .top li a:hover,
.header .top li a:focus {
  color: #18f4ff;
}

.header .top li:last-child a {
  border: none;
}

.header .logo {
  float: left;
  font-size: 2em;
  margin: 0.67em 0;
}

.header .navi {
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: -0.05em;
}

.header .searchForm {
  float: right;
}

.header .navi .menu>li {
  float: left;
}

.header .navi .menu>li>a {
  display: block;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 500;
}

.header .navi .menu a:hover span,
.header .navi .menu a:focus span,
.header .navi .menu .active a span {
  border-bottom: solid 3px #227cce;
}

.header .sub-navi {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  width: 100%;
  position: absolute;
  left: 0;
  top: 163px;
  display: none;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
}

.header .sub-navi .container {
  display: flex;
}

.header .sub-navi .sub {
  float: left;
  width: 33.333%;
  border-right: solid 1px #eeeeee;
  padding: 40px 20px 20px;
}

.header .sub-navi .sub.active {
  background: #f9f9f9;
}

.header .sub-navi .sub:last-child {
  border: none;
}

.header .sub-navi .sub>a {
  font-size: 18px;
  line-height: 2;
  color: #214f8a;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
  line-height: 1.1;
}

.header .sub-navi .sub li a {
  display: block;
  padding: 10px;
  font-weight: 400;
  color: #666;
  font-size: 15px;
}

.header .sub-navi .sub li a:hover,
.header .sub-navi .sub li a:focus {
  text-decoration: underline;
}

.header .sub-navi.sub3 .sub {
  padding-bottom: 20px;
}

.header .sub-navi .sub li {
  position: relative;
}

.header .sub-navi .sub li::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: rgba(11, 114, 180, .6);
  position: absolute;
  left: 0;
  top: 1.2em;
}

.header .rok_logo {
  float: left;
  margin-top: 35px;
}

.header .rok_logo img {
  width: 120px;
}

.header .searchForm {
  width: 157px;
  height: 42px;
  border: solid 1px #1a67ad;
  border-radius: 30px;
  margin-top: 35px;
  overflow: hidden;
  padding-top: 5px;
}

.header .searchForm input[type=text] {
  border: none;
  width: 100px;
  margin-left: 10px;
  margin-top: 4px;
  line-height: 1.5em;
  vertical-align: middle;
}

.header .searchForm .material-icons {
  font-size: 22px;
  color: #1a67ad;
  vertical-align: middle;
  font-weight: bold;
}

.header .searchForm .btnSearch {
  width: 30px;
  margin-top: 4px;
  vertical-align: middle;
}

.header .quickLinks {
  position: fixed;
  right: -200px;
  top: 200px;
  width: 230px;
  height: 400px;
  z-index: 2;
  transition: all .5s ease-in-out 0s;
}

.header .quickLinks.active {
  right: 0px;
}

.header .quickLinks .tit {
  width: 40px;
  background: #206bba;
  color: #fff;
  padding: 20px 15px 20px 0;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, .3);
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.header .quickLinks .list {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
  width: 200px;
  background: #fff;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, .3);
  border-radius: 10px 0 0 10px;
}

.header .quickLinks .list img {
  width: 160px;
}

.header .quickLinks .list li {
  height: 100px;
  border-bottom: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  vertical-align: center;
  padding: 20px;
}

.header .quickLinks .list li:last-child {
  border: none;
}

.footer {
  background: #686d71;
  padding: 40px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

/*.footer .container {
  padding-left: 240px;
  background: url(../images/bottom_logo.png) no-repeat;
}*/

.footer span.footer_logo{padding-right:20px;}
.footer ul{display:inline-block;}
.footer .footer_wa{float:right;}

@media screen and (max-width: 1280px) {
 .footer span.footer_logo{display:none;}
}

.footer .tel {
  padding: 10px 0 20px;
}

.footer .tel .link {
  display: inline-block;
  border: solid 1px rgba(255, 255, 255, .5);
  padding: 10px 40px 10px 20px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  background: rgba(255, 255, 255, .1);
  transition: all .5s ease-in-out 0s;
  color:#fff;
}

.footer .tel .link:hover {
  color: #fff;
  background: rgba(0, 0, 0, .5);
}

.footer .tel .link::after {
  content: '';
  display: block;
  width: 15px;
  height: 7px;
  background: url(../images/iconSet.png) no-repeat -45px -12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.footer .copyright {
  color: rgba(255, 255, 255, .5);
}


/* 모바일 메뉴버튼, 모바일 메뉴  */

.mb_menuBtn,
.mb_navi,
.mb_searchBtn {
  display: none;
}

.topBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  background: rgba(40, 47, 61, .5);
  color: #fff;
  font-size: 35px;
  display: none;
  z-index: 10;
  padding-top:5px;
  cursor:pointer;
}

.topBtn:hover {
  background: rgba(40, 47, 61, 1);
}

.topBtn .material-icons {
  padding:0;
  margin:0;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
  }
  .navi,
  .rok_logo,
  .searchForm {
    display: none;
  }
  .header .logo {
    padding-left: 5px;
  }
  .header .searchForm {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
    text-align: left;
    z-index: 2;
    border-radius: 0;
    padding-right: 50px;
  }
  .header .searchForm input[type=text] {
    width: 100%;
  }
  .header .searchForm .btnSearch {
    position: absolute;
    right: 5px;
    top: 6px;
  }
  .mb_navi {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    color: #333;
    z-index: 5;
    top: 0;
    right: -100%;
    padding-right: 0;
    transition: all .5s ease-in-out 0s;
    padding-top: 30px;
  }
  .mb_navi .allMenu {
    border-radius: 0;
    display: inline-block;
  }
  .mb_navi>ul {
    padding-top: 20px;
  }
  .mb_navi>ul>li {
    display: block;
    width: 100%;
    font-weight: 300;
    border-bottom: solid 1px #444;
  }
  .mb_navi>ul>li>a {
    padding-bottom: 1em;
    padding-top: 1em;
    position: relative;
    background: #666;
    color: #fff;
  }
  .mb_navi.active {
    right: 0;
  }
  .mb_navi .sub {
    background: #efefef;
  }
  .mb_navi>ul>li>a::after {
    content: '+';
    display: block;
    position: absolute;
    top: 30%;
    right: 20px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    color: #333;
    font-size: 20px;
  }
  .mb_navi>ul>li>a.active::after {
    content: '-';
    display: block;
    position: absolute;
    top: 30%;
    right: 20px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    color: #333;
    font-size: 20px;
  }
  .mb_navi .sub>li>a {
    color: #333 !important;
    font-size: 0.9em;
    padding: 1em;
    border-bottom: solid 1px #ddd;
  }
  .mb_navi a {
    display: block;
    padding: .5em 1em;
  }
  .mb_navi .sub ul {
    background: #fafafa;
    font-size: .9em;
    padding-left: 20px;
  }
  .mb_navi .sub ul li {
    position: relative;
  }
  .mb_navi .sub ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 1em;
    left: 5px;
    width: 2px;
    height: 2px;
    background: #333;
  }
  .mb_navi .logo {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    font-family: 'NanumSquare', sans-serif;
    letter-spacing: -0.05em;
    text-align: center;
  }
  .mb_option {
    text-align: center;
  }
  .mb_option>a,
  .mb_option>button {
    display: block;
    width: 50%;
    float: left;
    vertical-align: middle;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    height: 55px;
  }
  .mb_navi .mb_rok_logo img {
    height: 100%;
  }
  .mb_navi .logo a {
    display: inline-block;
  }
  .mb_navi .logo a:hover {
    color: #000;
  }
  .mb_navi .logo a .logoIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/mfds57x57.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
  }
  .mb_navi .logo_link {
    display: inline-block;
    width: 200px;
  }
  .mb_navi .closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background: #fff;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: solid 1px #e9e9e9;
    border-radius: 1px;
    font-size: 32px;
    line-height: 1;
  }
  .mb_navi .sub {
    display: none;
  }
  .mb_menuBtn {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 10px;
    top: 80px;
    border: solid 1px #e9e9e9;
    border-radius: 1px;
    display: inline-block;
    z-index: 2;
    font-size: 36px;
    line-height: 1;
    background: #fff;
  }
  .mb_searchBtn {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 70px;
    top: 80px;
    border: solid 1px #e9e9e9;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 36px;
    line-height: 1;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .header .top {
    padding: 7px 0;
    font-size: 14px;
  }
  .header .logo {
    width: 150px;
    margin: 10px 0;
  }
  .mb_searchBtn {
    right: 60px;
  }
  .mb_searchBtn,
  .mb_menuBtn {
    top: 35px;
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
  .footer {
    font-size: .8em;
  }
  .footer .tel .link {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer .container{
  	padding-bottom:80px;
  }
  .footer .container:after{
  	top:auto;
  	bottom:-30px;
  }
}