@charset "utf-8";
/* config */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.hidden {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.blind {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.list {
  list-style: none;
}
.border-all {
  border: 1px solid #e6e6e6;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.border-left {
  border-left: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.input-border {
  border: 1px solid #e0e0e0;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.poS {
  position: static;
}
.eng {
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.pointer {
  cursor: pointer;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.m0auto {
  margin: 0 auto;
}
.underline {
  text-decoration: underline;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clear30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clear50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.letter-spacing {
  letter-spacing: -0.34px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.vertical-top {
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vertical_mid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical_bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.tdnone {
  text-decoration: none;
}
.oh {
  overflow: hidden;
}
/* Parametic Mixins */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.duration {
  transition-duration: 0.5s;
}
/* wrap */
button {
  border: none;
  background-color: transparent;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5% !important;
  font-family: "Noto Sans KR";
  font-weight: 400;
}
body {
  min-width: 360px;
}
.guide_wrap {
  position: relative;
  width: 100%;
  min-width: 360px;
  text-align: center;
}
.guide_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.guide_wrap .MD {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.guide_wrap .MD:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.guide_wrap .blind {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.guide_wrap a {
  color: #4d4d4d;
}
@media (max-width: 1099px) {
  .guide_wrap .MD {
    padding: 0;
  }
}
.popup_ttl {
  margin: 0;
  color: black;
  text-align: left;
  line-height: 6rem;
  height: 65px;
  background-color: #2f5fba;
  color: #fff;
  letter-spacing: -1px;
  padding-left: 15px;
}
.popup_ttl .btn_close {
  position: absolute;
  top: 20px;
  right: 10px;
  background-image: url('/images/new/common/btn_close_white.png');
  background-repeat: no-repeat;
  background-size: 26px auto;
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.contents_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 500px;
}
.contents_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
@media (min-width: 900px) {
  .popup_ttl {
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
  }
  .contents_wrap {
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 899px) {
  .popup_ttl {
    font-size: 2.2rem;
    z-index: 101;
    font-weight: 600;
  }
  .contents_wrap {
    padding: 0px;
  }
}
.guide_w {
  padding: 10px;
  max-width: 950px;
  margin: 0 auto;
}
.guide_w .pws_tabs_container ul.pws_tabs_controll li {
  width: 23%;
  margin-left:4px;
  margin-bottom:3px;
  /*position: relative;*/
  /*border-left: 1px solid #566484;*/
}
.pws_tabs_container ul.pws_tabs_controll li a:focus{
	outline: solid 3px #ef1e62;
}
.guide_w .pws_tabs_container ul.pws_tabs_controll li h4 {
  margin: 0 !important;
}
.guide_w .pws_tabs_container ul.pws_tabs_controll li a {
  background: #2f4069;
  color: #fff;
  /*border: 2px solid #2f4069;*/
  margin-right: 0;
  padding: 13px 0 !important;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
.guide_w .pws_tabs_container ul.pws_tabs_controll li a:hover {
  background: #fff;
  background-position: left bottom;
  color: #2f4069;
  border-left: 1px solid #2f4069;
  border-right: 1px solid #2f4069;
  /*margin-left: -1px;*/
}
.guide_w .pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
  background-color: #fff !important;
  color: #2f4069;
  border: 2px solid #2f4069;
  border-left: 2px solid #2f4069;
  border-right: 1px solid #2f4069;
  /*margin-left: -1px;*/
}
.guide_w .pws_tabs_container .pws_tabs_list {
  /*padding: 10px;*/
}
@media (max-width: 550px) {
  .guide_w .pws_tabs_container ul.pws_tabs_controll li {
    width: 48%;
    border-bottom: 1px solid #566484;
  }
  .guide_w .pws_tabs_container .pws_tabs_list {
    padding: 10px 0;
  }
}
.guide_tab {
  width: 100%;
}
.guide_tab .img_w {
  width: 100%;
  padding: 15px;
  border: 5px solid #e4eefb;
}
.guide_tab .img_w img {
  width: 100%;
  height: auto;
}
.guide_tab .img_w.half {
  width: 58%;
  margin-right: 20px;
  float: left;
}
.guide_tab .guide_cont {
  display: block;
  width: 100%;
  margin: 20px 0;
  text-align: left;
}
.guide_tab .guide_cont span.t1 {
  color: #2f5fba;
  font-size: 1.6rem;
  display: block;
}
.guide_tab .guide_cont span.noti {
  background-image: url('/new/images/common/tooltip.png');
  background-repeat: no-repeat;
  background-position: 5px 2px;
  width: 15px;
  height: 15px;
  padding-left: 25px;
  font-size: 1.3rem;
}
.guide_tab .guide_cont dt {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.guide_tab .guide_cont dd ol {
  margin: 10px 0;
  padding-left: 20px;
  letter-spacing: -1px;
}
.guide_tab .guide_cont dd ol li {
  padding-bottom: 10px;
}
.guide_tab .guide_cont.half {
  width: 38%;
  float: right;
  display: inline-block;
}
@media (max-width: 700px) {
  .guide_tab {
    width: 100%;
  }
  .guide_tab .img_w.half {
    width: 100%;
  }
  .guide_tab .guide_cont.half {
    width: 100%;
    display: inline-block;
  }
}
.pop_subttl {
  margin: 10px;
  background-color: #fefefe;
  text-align: left;
  font-size: 2.2rem;
  line-height: 5rem;
  height: 50px;
  color: #111;
  letter-spacing: -1px;
  padding-left: 15px;
  border-bottom: 1px solid #2f5fba;
}
.pop_cont {
  position: relative;
  vertical-align: top;
  padding: 15px;
  text-align: left;
}
