@import url(nanumbarungothic.css);
@import url(nanumgothic.css);
@import url(Open_Sans.css);
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

ul, ol, li {
  list-style: none;
  margin: 0px; }

a, img {
  outline: 1;
  text-decoration: none; }

.m70 {
  margin: 70px auto; }

#header {
  width: 100%;
  background-image: url("../img/header_bg.png");
  background-repeat: repeat-x;
  border-bottom: 1px solid #DDD; }
  #header .inner {
    width: 1200px;
    height: 120px;
    padding: 0px 20px;
    margin: 0 auto;
    position: relative;
    transition: 0.5s; }
    #header .inner h1 {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 160px;
      height: 40px;
      margin: 0px; }
      #header .inner h1 > a {
        display: block;
        width: 160px;
        height: 80px;
        background-image: url("../img/logo.png");
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -9999px; }
    #header .inner #gnb {
      position: absolute;
      bottom: 0px;
      right: 0px; }
      #header .inner #gnb > li {
        float: left;
        position: relative; }
        #header .inner #gnb > li > a {
          font: 16px/80px "Nanum Barun Gothic";
          font-weight: 700;
          color: #333;
          display: block;
          text-align: center;
          width: 170px;
          height: 80px;
          float: left;
          text-decoration: none; }
          #header .inner #gnb > li > a:hover {
            color: #008bff; }
        #header .inner #gnb > li > ul {
          position: absolute;
          top: 80px;
          left: 0px;
          z-index: 5;
          width: 170px;
          display: none; }
          #header .inner #gnb > li > ul:first-child {
            margin-left: 180px; }
          #header .inner #gnb > li > ul > li > a {
            display: block;
            width: 100%;
            height: 40px;
            font: 16px/40px "Nanum Barun Gothic";
            color: #333;
            text-decoration: none;
            text-align: center;
            background-color: #FFF; }
            #header .inner #gnb > li > ul > li > a:hover {
              color: #FFF;
              background-color: #008bff; }
      #header .inner #gnb::after {
        content: '';
        display: block;
        clear: both; }
    #header .inner .topmenu {
      height: 40px;
      position: absolute;
      top: 0px;
      right: 0px;
      padding-right: 20px; }
      #header .inner .topmenu > li {
        float: left;
        position: relative;
        font: 14px/40px "Nanum Barun Gothic";
        margin-right: 10px; }
        #header .inner .topmenu > li:first-child {
          margin-right: 30px; }
        #header .inner .topmenu > li:last-child {
          margin-right: 0px; }
        #header .inner .topmenu > li > span {
          color: #357def; }
        #header .inner .topmenu > li > a {
          font: 14px/40px "Nanum Barun Gothic";
          color: #666;
          display: block;
          text-align: center;
          width: 100%;
          height: 40px;
          text-decoration: none; }
          #header .inner .topmenu > li > a:hover {
            color: #008bff; }
      #header .inner .topmenu::after {
        content: '';
        display: block;
        clear: both; }
    #header .inner .btnMo {
      position: absolute;
      bottom: 20px;
      right: 0px;
      display: none; }
      #header .inner .btnMo .fa {
        font-size: 35px;
        color: #333; }
  #header #headerMo {
    position: fixed;
    width: 280px;
    height: 100%;
    z-index: 6;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: -280px;
    transition: 0.5s;
    overflow-y: auto; }
    #header #headerMo .closeMo {
      width: 100%; }
      #header #headerMo .closeMo .closeBtn {
        position: absolute;
        width: 40px;
        height: 30px;
        top: 20px;
        right: 20px;
        cursor: pointer;
        transition: 1s; }
        #header #headerMo .closeMo .closeBtn::before {
          content: '';
          position: absolute;
          width: 100%;
          top: 50%;
          height: 1px;
          background: #FFF;
          transform: rotate(45deg); }
        #header #headerMo .closeMo .closeBtn::after {
          content: '';
          position: absolute;
          width: 100%;
          top: 50%;
          height: 1px;
          background: #FFF;
          transform: rotate(-45deg); }
    #header #headerMo > h1 {
      margin-top: 10px;
      width: 100%; }
      #header #headerMo > h1 > a {
        display: inline-block;
        width: 100px;
        height: 40px;
        background-image: url("../img/logo_w.png");
        background-size: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        margin-left: 30px;
        margin-top: 10px; }
    #header #headerMo .topmenuMo {
      width: 100%;
      margin-top: 60px; }
      #header #headerMo .topmenuMo > li {
        margin: 0 20px;
        float: left;
        width: 100px; }
        #header #headerMo .topmenuMo > li > a {
          width: 100%;
          display: block;
          font: 16px/1.2 "Nanum Barun Gothic";
          color: #ccc;
          text-decoration: none;
          border: 1px solid #888;
          padding: 10px 0px;
          margin: 5px 0px;
          text-align: center; }
          #header #headerMo .topmenuMo > li > a:last-child {
            margin-right: 0px; }
          #header #headerMo .topmenuMo > li > a:hover, #header #headerMo .topmenuMo > li > a:focus {
            background: #357def;
            color: #FFF; }
          #header #headerMo .topmenuMo > li > a.on {
            background: #357def;
            color: #FFF; }
      #header #headerMo .topmenuMo::after {
        content: '';
        display: block;
        clear: both; }
      #header #headerMo .topmenuMo > p {
        display: block;
        color: #FFF;
        text-align: center; }
    #header #headerMo .gnbMo {
      width: 100%;
      margin-top: 30px; }
      #header #headerMo .gnbMo > li > a {
        width: 100%;
        display: block;
        font: 16px/1.2 "Nanum Barun Gothic";
        color: #ccc;
        border-bottom: 1px solid #888;
        padding: 10px 0px;
        text-align: center;
        text-decoration: none; }
        #header #headerMo .gnbMo > li > a:hover, #header #headerMo .gnbMo > li > a:focus {
          font: bold 18px/1.2 "Nanum Barun Gothic";
          color: #FFF; }
        #header #headerMo .gnbMo > li > a > i {
          position: absolute;
          right: 20px; }
      #header #headerMo .gnbMo > li > ul {
        display: none; }
        #header #headerMo .gnbMo > li > ul > li > a {
          display: block;
          color: #FFF;
          font: 14px/1.2 "Nanum Barun Gothic";
          text-align: center;
          text-decoration: none;
          padding: 10px 0px; }
          #header #headerMo .gnbMo > li > ul > li > a:hover, #header #headerMo .gnbMo > li > ul > li > a:focus {
            font: 16px/1.2 "Nanum Barun Gothic";
            background-color: #357def; }
    #header #headerMo.on {
      left: 0px; }

@media (min-width: 992px) and (max-width: 1220px) {
  #header .inner {
    width: 100%; }
    #header .inner #gnb > li > a {
      width: 139px; }
    #header .inner #gnb > li > ul {
      width: 139px; } }
@media screen and (max-width: 991px) {
  #header {
    background-image: none; }
    #header .inner {
      width: 100%;
      margin-top: -40px; }
      #header .inner h1 {
        top: 60px; }
      #header .inner #gnb, #header .inner .topmenu {
        display: none; }
      #header .inner .btnMo {
        display: block;
        right: 20px; } }
#mainCarousel > .carousel-inner > .item {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }
  #mainCarousel > .carousel-inner > .item > .carousel-caption {
    text-shadow: none;
    color: #333;
    text-align: left;
    top: 60px;
    width: 400px;
    height: 265px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: contain; }
#mainCarousel > .carousel-inner > .item:first-child > .carousel-caption {
  background-image: url("../img/caption_bg01.png"); }
  #mainCarousel > .carousel-inner > .item:first-child > .carousel-caption > h3 {
    color: #333;
    font: 22px/1.5 "Nanum Barun Gothic"; }
  #mainCarousel > .carousel-inner > .item:first-child > .carousel-caption > p {
    color: #333;
    font: 26px/1 "Nanum Barun Gothic";
    margin-top: 30px; }
    #mainCarousel > .carousel-inner > .item:first-child > .carousel-caption > p > span {
      display: inline-block;
      color: #008bff;
      font: 56px/1 "Nanum Barun Gothic";
      font-weight: bold; }
#mainCarousel > .carousel-inner > .item:nth-child(2) > .carousel-caption {
  background-image: url("../img/caption_bg02.png"); }
  #mainCarousel > .carousel-inner > .item:nth-child(2) > .carousel-caption > h3 {
    color: #FFF;
    font: 22px/1.5 "Nanum Barun Gothic"; }
  #mainCarousel > .carousel-inner > .item:nth-child(2) > .carousel-caption > p {
    color: #FFF;
    font: 26px/1 "Nanum Barun Gothic";
    margin-top: 30px; }
    #mainCarousel > .carousel-inner > .item:nth-child(2) > .carousel-caption > p > span {
      display: inline-block;
      color: #FFF;
      font: 56px/1 "Nanum Barun Gothic";
      font-weight: bold; }
#mainCarousel > .carousel-inner > .item:nth-child(3) > .carousel-caption {
  background-image: url("../img/caption_bg02.png"); }
  #mainCarousel > .carousel-inner > .item:nth-child(3) > .carousel-caption > h3 {
    color: #FFF;
    font: 30px/1.5 "Nanum Barun Gothic"; }
  #mainCarousel > .carousel-inner > .item:nth-child(3) > .carousel-caption > p {
    color: #FFF;
    font: 26px/1.2 "Nanum Barun Gothic";
    margin-top: 30px; }
    #mainCarousel > .carousel-inner > .item:nth-child(3) > .carousel-caption > p > span {
      display: inline-block;
      color: #008bff;
      font: 56px/1 "Nanum Barun Gothic";
      font-weight: bold; }
#mainCarousel > .carousel-inner .item:nth-of-type(1) {
  background-image: url("../img/bg01.png"); }
#mainCarousel > .carousel-inner .item:nth-of-type(2) {
  background-image: url("../img/bg02.png"); }
#mainCarousel > .carousel-inner .item:nth-of-type(3) {
  background-image: url("../img/bg03.png"); }

@media (min-width: 992px) and (max-width: 1220px) {
  .carousel-caption {
    left: 10%; } }
@media screen and (max-width: 991px) {
  .carousel-caption {
    left: 50%;
    transform: translateX(-50%); } }
@media screen and (max-width: 767px) {
  #mainCarousel > .carousel-inner > .item > .carousel-caption {
    width: 90%;
    transform: scale(90%);
    left: 50%;
    transform: translateX(-50%); }
  #mainCarousel > .carousel-inner > .item:first-child > .carousel-caption > p {
    font: 20px/1 "Nanum Barun Gothic";
    margin-top: 20px; }
    #mainCarousel > .carousel-inner > .item:first-child > .carousel-caption > p > span {
      font: 30px/1 "Nanum Barun Gothic"; }
  #mainCarousel > .carousel-inner > .item:nth-child(2) > .carousel-caption > p {
    font: 20px/1 "Nanum Barun Gothic";
    margin-top: 20px; }
    #mainCarousel > .carousel-inner > .item:nth-child(2) > .carousel-caption > p > span {
      font: 30px/1 "Nanum Barun Gothic"; }
  #mainCarousel > .carousel-inner > .item:nth-child(3) > .carousel-caption > h3 {
    font: 22px/1.5 "Nanum Barun Gothic"; }
  #mainCarousel > .carousel-inner > .item:nth-child(3) > .carousel-caption > p {
    font: 26px/1.2 "Nanum Barun Gothic"; }
    #mainCarousel > .carousel-inner > .item:nth-child(3) > .carousel-caption > p > span {
      font: 30px/1 "Nanum Barun Gothic"; } }
#mainVisual {
  width: 100%;
  background-color: #DDD; }
  #mainVisual > .section {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 10px;
    /*background-color:$Gray;
    background-image: url('../img/mainVisual01.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;*/ }
    #mainVisual > .section img {
      width: 100%; }
    #mainVisual > .section > h2 {
      margin: 0px;
      padding-top: 10px;
      font: 50px/1.4 "Nanum Barun Gothic";
      font-weight: 900;
      -webkit-text-fill-color: #FFF;
      -webkit-text-stroke-color: #357def;
      -webkit-text-stroke-width: 2px; }
    #mainVisual > .section > p {
      margin: 0;
      font: 24px/1.2 "Nanum Barun Gothic";
      padding-bottom: 10px; }
    #mainVisual > .section > ol li {
      list-style-type: decimal;
      list-style-position: inside;
      font: 20px/1.2 "Nanum Barun Gothic"; }

@media (min-width: 992px) and (max-width: 1220px) {
  #mainVisual > .section {
    width: 100%; } }
@media screen and (max-width: 991px) {
  #mainVisual > .section {
    width: 100%; } }
.mainlogin {
  width: 100%;
  height: 300px;
  border: 1px solid #DDD;
  background-image: url("../img/mainloginbg.png");
  background-repeat: no-repeat;
  background-position: top center; }
  .mainlogin .inner {
    width: 100%;
    margin: 0px auto;
    position: relative; }
    .mainlogin .inner .Loginbox {
      width: 100%;
      text-align: center; }
      .mainlogin .inner .Loginbox > h3:nth-of-type(1) {
        font: 20px/1 "Nanum Gothic";
        font-weight: bold;
        text-align: right;
        margin-top: 80px;
        padding-right: 28px; }
      .mainlogin .inner .Loginbox .form-group {
        margin-bottom: 10px; }
        .mainlogin .inner .Loginbox .form-group input {
          border-radius: 0px;
          border: 1px solid #ddd;
          width: 190px;
          height: 28px;
          margin: 0px auto;
          font: 14px/28px "Dotum";
          box-shadow: none;
          transition: none; }
          .mainlogin .inner .Loginbox .form-group input:focus {
            border-color: #008bff; }
      .mainlogin .inner .Loginbox a.btn {
        border-radius: 0px;
        border: none;
        width: 190px;
        height: 40px;
        padding: 0px;
        margin-top: 10px;
        background-color: #008bff;
        color: #FFF;
        font: 14px/40px "Dotum"; }
        .mainlogin .inner .Loginbox a.btn:hover {
          background-color: #FFF;
          color: #008bff;
          border: 1px solid #008bff; }
      .mainlogin .inner .Loginbox a.btnline {
        border-radius: 0px;
        border: none;
        width: 190px;
        height: 40px;
        padding: 0px;
        margin-top: 20px;
        background-color: #FFF;
        color: #008bff;
        border: 1px solid #008bff;
        font: 14px/40px "Dotum"; }
        .mainlogin .inner .Loginbox a.btnline:hover {
          background-color: #008bff;
          color: #FFF;
          border: none; }
      .mainlogin .inner .Loginbox > p {
        text-align: center;
        margin-top: 15px; }
        .mainlogin .inner .Loginbox > p > span > a {
          display: inline-block;
          font: 14px/1 "Nanum Barun Gothic";
          color: #333;
          text-decoration: none; }
          .mainlogin .inner .Loginbox > p > span > a:hover {
            color: #008bff; }
        .mainlogin .inner .Loginbox > p > span:first-child::after {
          content: '|';
          margin: 0px 5px 0px 10px;
          font: 14px/1 "Nanum Barun Gothic";
          color: #333; }

@media (min-width: 992px) and (max-width: 1220px) {
  .mainlogin .inner .Loginbox > h3:nth-of-type(1) {
    text-align: center; }
  .mainlogin .inner .Loginbox .form-group input {
    width: calc(100% - 60px); }
  .mainlogin .inner .Loginbox a.btn {
    width: calc(100% - 60px); }
  .mainlogin .inner .Loginbox a.btnline {
    width: calc(100% - 60px); } }
@media screen and (max-width: 991px) {
  .mainlogin .inner .Loginbox .form-group input {
    width: calc(100% - 60px); }
  .mainlogin .inner .Loginbox a.btn {
    width: calc(100% - 60px); }
  .mainlogin .inner .Loginbox a.btnline {
    width: calc(100% - 60px); } }
.mainboxes {
  width: 100%;
  margin-bottom: 20px; }
  .mainboxes .inner {
    width: 1200px;
    margin: 0px auto; }
    .mainboxes .inner .mainContents {
      width: 950px;
      float: left; }
      .mainboxes .inner .mainContents > .row {
        width: 100%;
        margin: 10px 0px 0px 0px;
        padding: 0px; }
        .mainboxes .inner .mainContents > .row > div {
          width: 305px;
          height: 300px;
          border: 1px solid #DDD;
          display: inline-block;
          padding: 0px;
          margin-right: 10px;
          float: left;
          text-align: center;
          position: relative; }
          .mainboxes .inner .mainContents > .row > div > h3 {
            font: 36px/1 "Nanum Barun Gothic";
            font-weight: bold;
            margin-top: 35px; }
            .mainboxes .inner .mainContents > .row > div > h3::after {
              content: '';
              width: 40%;
              margin-left: 30%;
              height: 1px;
              margin-top: 10px;
              background-color: #DDD;
              display: block; }
          .mainboxes .inner .mainContents > .row > div > h4 {
            font: 20px/1.2 "Nanum Barun Gothic";
            margin-top: 20px; }
          .mainboxes .inner .mainContents > .row > div > p {
            position: absolute;
            bottom: 50px;
            font: 28px/1.4 "Nanum Barun Gothic";
            width: 100%;
            font-weight: bold; }
          .mainboxes .inner .mainContents > .row > div > div {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 28px;
            display: inline-block;
            background-color: transparent;
            font: 14px/28px "Nanum Barun Gothic";
            text-decoration: none;
            border-radius: 0;
            padding: 0px; }
          .mainboxes .inner .mainContents > .row > div > a {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px; }
        .mainboxes .inner .mainContents > .row .box1 {
          background-color: #e4007f;
          color: #FFF; }
          .mainboxes .inner .mainContents > .row .box1 > div {
            color: #FFF;
            border: 1px solid #FFF; }
          .mainboxes .inner .mainContents > .row .box1:hover {
            background-color: #FFF; }
            .mainboxes .inner .mainContents > .row .box1:hover > h3 {
              color: #e4007f; }
            .mainboxes .inner .mainContents > .row .box1:hover > h4 {
              color: #333; }
            .mainboxes .inner .mainContents > .row .box1:hover > p {
              color: #e4007f; }
            .mainboxes .inner .mainContents > .row .box1:hover > div {
              background-color: #e4007f;
              color: #FFF; }
        .mainboxes .inner .mainContents > .row .box2 {
          background-color: #ed1b24;
          color: #FFF; }
          .mainboxes .inner .mainContents > .row .box2 > div {
            color: #FFF;
            border: 1px solid #FFF; }
          .mainboxes .inner .mainContents > .row .box2:hover {
            background-color: #FFF; }
            .mainboxes .inner .mainContents > .row .box2:hover > h3 {
              color: #ed1b24; }
            .mainboxes .inner .mainContents > .row .box2:hover > h4 {
              color: #333; }
            .mainboxes .inner .mainContents > .row .box2:hover > p {
              color: #ed1b24; }
            .mainboxes .inner .mainContents > .row .box2:hover > div {
              background-color: #ed1b24;
              color: #FFF; }
        .mainboxes .inner .mainContents > .row .box3 {
          background-color: #ff8a00;
          color: #FFF; }
          .mainboxes .inner .mainContents > .row .box3 > div {
            color: #FFF;
            border: 1px solid #FFF; }
          .mainboxes .inner .mainContents > .row .box3:hover {
            background-color: #FFF; }
            .mainboxes .inner .mainContents > .row .box3:hover > h3 {
              color: #ff8a00; }
            .mainboxes .inner .mainContents > .row .box3:hover > h4 {
              color: #333; }
            .mainboxes .inner .mainContents > .row .box3:hover > p {
              color: #ff8a00; }
            .mainboxes .inner .mainContents > .row .box3:hover > div {
              background-color: #ff8a00;
              color: #FFF; }
        .mainboxes .inner .mainContents > .row .box4 {
          background-color: #FFF; }
          .mainboxes .inner .mainContents > .row .box4 > h3 {
            color: #357def; }
          .mainboxes .inner .mainContents > .row .box4 > p {
            color: #357def; }
          .mainboxes .inner .mainContents > .row .box4 > div {
            color: #357def;
            border: 1px solid #357def; }
          .mainboxes .inner .mainContents > .row .box4:hover {
            background-color: #357def; }
            .mainboxes .inner .mainContents > .row .box4:hover > h3 {
              color: #FFF; }
            .mainboxes .inner .mainContents > .row .box4:hover > h4 {
              color: #FFF; }
            .mainboxes .inner .mainContents > .row .box4:hover > p {
              color: #FFF; }
            .mainboxes .inner .mainContents > .row .box4:hover > div {
              background-color: transparent;
              color: #FFF;
              border: 1px solid #FFF; }
        .mainboxes .inner .mainContents > .row .box5 {
          background-color: #FFF;
          color: #333; }
          .mainboxes .inner .mainContents > .row .box5 > h3 {
            color: #4554ac; }
          .mainboxes .inner .mainContents > .row .box5 > p {
            color: #4554ac; }
          .mainboxes .inner .mainContents > .row .box5 > div {
            color: #4554ac;
            border: 1px solid #4554ac; }
          .mainboxes .inner .mainContents > .row .box5:hover {
            background-color: #4554ac; }
            .mainboxes .inner .mainContents > .row .box5:hover > h3 {
              color: #FFF; }
            .mainboxes .inner .mainContents > .row .box5:hover > h4 {
              color: #FFF; }
            .mainboxes .inner .mainContents > .row .box5:hover > p {
              color: #FFF; }
            .mainboxes .inner .mainContents > .row .box5:hover > div {
              background-color: transparent;
              color: #FFF;
              border: 1px solid #FFF; }
        .mainboxes .inner .mainContents > .row .box6 {
          background-color: #4498b3;
          color: #FFF; }
          .mainboxes .inner .mainContents > .row .box6 > div {
            color: #FFF;
            border: 1px solid #FFF; }
          .mainboxes .inner .mainContents > .row .box6:hover {
            background-color: #FFF; }
            .mainboxes .inner .mainContents > .row .box6:hover > h3 {
              color: #4498b3; }
            .mainboxes .inner .mainContents > .row .box6:hover > h4 {
              color: #333; }
            .mainboxes .inner .mainContents > .row .box6:hover > p {
              color: #4498b3; }
            .mainboxes .inner .mainContents > .row .box6:hover > div {
              background-color: #4498b3;
              color: #FFF; }
        .mainboxes .inner .mainContents > .row > div.active {
          background-color: #4498b3; }
          .mainboxes .inner .mainContents > .row > div.active > h3 {
            color: #FFF; }
          .mainboxes .inner .mainContents > .row > div.active > h4 {
            color: #FFF; }
          .mainboxes .inner .mainContents > .row > div.active > p {
            color: #FFF; }
          .mainboxes .inner .mainContents > .row > div.active > div {
            background-color: transparent;
            border: 1px solid #FFF; }
        .mainboxes .inner .mainContents > .row:first-child {
          margin-top: 20px; }
        .mainboxes .inner .mainContents > .row::after {
          content: '';
          display: block;
          clear: both; }
    .mainboxes .inner .loginCs {
      width: 250px;
      margin-top: 20px;
      float: left; }
      .mainboxes .inner .loginCs > .mainlogin {
        position: relative; }
        .mainboxes .inner .loginCs > .mainlogin .inner {
          width: 100%; }
      .mainboxes .inner .loginCs > .cs {
        border: 1px solid #DDD;
        margin-bottom: 10px;
        height: 300px;
        background-image: url("../img/csbg.jpg");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: auto; }
        .mainboxes .inner .loginCs > .cs > span {
          display: block;
          font: 16px/1.2 "Nanum Barun Gothic";
          color: #666;
          padding: 10px; }
        .mainboxes .inner .loginCs > .cs > h3 {
          width: 100%;
          color: #333;
          font: 28px/1.2 "Nanum Barun Gothic";
          margin: 0px;
          padding: 0px 10px; }
          .mainboxes .inner .loginCs > .cs > h3::after {
            content: '';
            border: 1px solid #DDD;
            width: 100%;
            margin-top: 10px;
            display: block; }
        .mainboxes .inner .loginCs > .cs > h4 {
          font: 32px/1 "Nanum Barun Gothic";
          font-weight: 900;
          color: #333;
          margin-top: 15px;
          text-align: center; }
          .mainboxes .inner .loginCs > .cs > h4 a {
            text-decoration: none;
            color: #333; }
        .mainboxes .inner .loginCs > .cs > p {
          font: 11px/1.4 "Dotum";
          color: #666;
          margin-bottom: 0px;
          padding: 0px 12px; }
        .mainboxes .inner .loginCs > .cs > div {
          text-align: center;
          margin: 20px 0px;
          box-sizing: border-box; }
          .mainboxes .inner .loginCs > .cs > div > a {
            display: block;
            color: #FFF;
            text-align: center;
            font: 14px/1.2 "Nanum Barun Gothic";
            width: 190px;
            background-color: #302e2b;
            margin: 5px auto;
            text-decoration: none;
            border-radius: 0;
            padding: 10px; }
            .mainboxes .inner .loginCs > .cs > div > a:hover {
              background-color: #FFF;
              color: #333;
              border: 1px solid #333; }
            .mainboxes .inner .loginCs > .cs > div > a > img {
              margin-right: 10px; }
          .mainboxes .inner .loginCs > .cs > div > a:first-child {
            background-color: #f9e000;
            background-image: url("../img/kakaotalk.png");
            background-repeat: no-repeat;
            background-position: 48px 8px;
            color: #3b1c1c;
            font-weight: bold;
            padding-left: 40px; }
          .mainboxes .inner .loginCs > .cs > div > a:nth-child(2) {
            width: 90px;
            display: inline-block;
            float: left;
            margin-left: 29px; }
          .mainboxes .inner .loginCs > .cs > div > a:nth-child(3) {
            width: 90px;
            display: inline-block;
            float: right;
            margin-right: 29px; }
    .mainboxes .inner::after {
      content: '';
      display: block;
      clear: both; }

.mainBottom {
  width: 100%;
  margin-bottom: 50px; }
  .mainBottom .inner {
    width: 1200px;
    margin: 0px auto; }
    .mainBottom .inner .left {
      position: relative;
      float: left;
      width: 620px;
      margin-right: 10px;
      height: 200px; }
      .mainBottom .inner .left > .download ul {
        position: relative; }
        .mainBottom .inner .left > .download ul li {
          width: 33.3333%;
          float: left;
          text-align: center;
          position: relative; }
          .mainBottom .inner .left > .download ul li a {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%; }
          .mainBottom .inner .left > .download ul li p {
            font: 16px/1.4 "Nanum Barun Gothic";
            font-weight: bold;
            color: #333;
            margin-top: 10px; }
          .mainBottom .inner .left > .download ul li:last-child {
            border-right: 0px; }
            .mainBottom .inner .left > .download ul li:last-child p {
              margin-top: 20px;
              margin-bottom: 22px; }
          .mainBottom .inner .left > .download ul li:hover > p {
            color: #357def; }
          .mainBottom .inner .left > .download ul li:first-child::after, .mainBottom .inner .left > .download ul li:nth-child(2)::after {
            content: '';
            width: 1px;
            height: 60%;
            background-color: #DDD;
            position: absolute;
            top: 20%;
            right: 0px; }
        .mainBottom .inner .left > .download ul::after {
          content: '';
          display: block;
          clear: both; }
      .mainBottom .inner .left > .download > .remote {
        width: 100%;
        border: 1px solid #DDD; }
        .mainBottom .inner .left > .download > .remote > p {
          text-align: center;
          font: 24px/1 "Nanum Barun Gothic";
          font-weight: bold;
          margin-bottom: 0px; }
          .mainBottom .inner .left > .download > .remote > p img {
            margin-right: 20px; }
          .mainBottom .inner .left > .download > .remote > p a {
            color: #357def; }
    .mainBottom .inner .right {
      position: relative;
      float: left;
      width: 570px;
      height: 200px; }
      .mainBottom .inner .right > .notice h3 {
        width: 100%;
        height: 50px;
        color: #333;
        font: 18px/50px "Nanum Barun Gothic";
        font-weight: bold;
        margin: 0px;
        padding-left: 20px;
        border-bottom: 1px solid #DDD; }
      .mainBottom .inner .right > .notice p {
        margin-bottom: 0px;
        position: relative; }
        .mainBottom .inner .right > .notice p > a {
          width: 80%;
          display: inline-block;
          padding: 0px 10px;
          margin: 0px;
          font: 14px/2 "Nanum Barun Gothic";
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #333;
          text-decoration: none;
          float: left; }
        .mainBottom .inner .right > .notice p > span {
          display: inline-block;
          margin: 0px;
          font: 14px/2 "Nanum Barun Gothic";
          float: right;
          padding-right: 10px; }
        .mainBottom .inner .right > .notice p:nth-of-type(1) {
          margin-top: 10px; }
        .mainBottom .inner .right > .notice p:last-child {
          margin-bottom: 20px; }
        .mainBottom .inner .right > .notice p::after {
          content: '';
          display: block;
          clear: both; }
        .mainBottom .inner .right > .notice p:hover > a, .mainBottom .inner .right > .notice p:hover > span {
          color: #357def;
          text-decoration: underline; }
      .mainBottom .inner .right > .notice > a {
        position: absolute;
        right: 10px;
        top: 15px; }
  .mainBottom::after {
    content: '';
    display: block;
    clear: both; }

@media (min-width: 992px) and (max-width: 1220px) {
  .mainboxes {
    margin-bottom: 0px; }
    .mainboxes .inner {
      width: 100%; }
      .mainboxes .inner .mainContents {
        width: 100%;
        padding: 0px 2%; }
        .mainboxes .inner .mainContents > .row > div {
          width: calc(33.3333% - 10px); }
          .mainboxes .inner .mainContents > .row > div:last-child {
            margin-right: 0px;
            width: 33.3333%; }
      .mainboxes .inner .loginCs {
        width: 100%;
        height: 100%;
        padding: 0px 2%;
        margin: 20px auto 0px;
        position: relative; }
        .mainboxes .inner .loginCs > .mainlogin {
          width: calc(50% - 5px);
          float: left;
          margin-left: 10px; }
        .mainboxes .inner .loginCs > .cs {
          width: calc(50% - 5px);
          float: left;
          margin-bottom: 0px; }
          .mainboxes .inner .loginCs > .cs > p {
            padding: 0px;
            text-align: center; }
          .mainboxes .inner .loginCs > .cs > div > a {
            width: calc(100% - 60px); }
        .mainboxes .inner .loginCs::after {
          content: '';
          display: block;
          clear: both; }

  .mainBottom {
    padding: 0px 2%;
    margin: 20px auto 20px; }
    .mainBottom .inner {
      width: 100%;
      position: relative; }
      .mainBottom .inner .left {
        width: calc(50% - 5px);
        float: left;
        margin: 0px; }
      .mainBottom .inner .right {
        width: calc(50% - 5px);
        float: left;
        margin-left: 10px; }
      .mainBottom .inner::after {
        content: '';
        display: block;
        clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mainboxes {
    margin-bottom: 0px; }
    .mainboxes .inner {
      width: 100%; }
      .mainboxes .inner .mainContents {
        width: 100%;
        padding: 0px 2%; }
        .mainboxes .inner .mainContents > .row > div {
          width: calc(33.3333% - 10px); }
          .mainboxes .inner .mainContents > .row > div:last-child {
            margin-right: 0px;
            width: 33.3333%; }
      .mainboxes .inner .loginCs {
        width: 100%;
        height: 100%;
        padding: 0px 2%;
        margin: 20px auto 0px;
        position: relative; }
        .mainboxes .inner .loginCs > .mainlogin {
          width: 100%;
          display: block;
          margin-left: 0px; }
        .mainboxes .inner .loginCs > .cs {
          width: 100%;
          display: block;
          margin-bottom: 20px; }
          .mainboxes .inner .loginCs > .cs > p {
            padding: 0px;
            text-align: center; }
          .mainboxes .inner .loginCs > .cs > div > a {
            width: calc(100% - 60px); }
        .mainboxes .inner .loginCs::after {
          content: '';
          display: block;
          clear: both; }

  .mainBottom {
    padding: 0px 2%;
    margin: 20px auto 20px; }
    .mainBottom .inner {
      width: 100%;
      position: relative; }
      .mainBottom .inner .left {
        width: 100%;
        display: block;
        margin: 0px; }
      .mainBottom .inner .right {
        width: 100%;
        display: block;
        margin-left: 0px; }
      .mainBottom .inner::after {
        content: '';
        display: block;
        clear: both; } }
@media screen and (max-width: 767px) {
  .mainboxes .inner {
    width: 100%; }
    .mainboxes .inner .mainContents {
      width: 100%;
      padding: 0px 2%; }
      .mainboxes .inner .mainContents > .row > div {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px; }
        .mainboxes .inner .mainContents > .row > div:last-child {
          width: 100%; }
        .mainboxes .inner .mainContents > .row > div:first-child {
          margin-top: 0px; }
        .mainboxes .inner .mainContents > .row > div > h3 {
          font: 30px/1 "Nanum Barun Gothic"; }
        .mainboxes .inner .mainContents > .row > div > h4 {
          font: 20px/1.2 "Nanum Barun Gothic"; }
        .mainboxes .inner .mainContents > .row > div > p {
          font: 30px/1 "Nanum Barun Gothic"; }
    .mainboxes .inner .loginCs {
      width: 100%;
      height: 100%;
      padding: 0px 2%; }
      .mainboxes .inner .loginCs > .cs {
        width: 100%;
        display: block;
        margin-bottom: 20px; }
        .mainboxes .inner .loginCs > .cs > p {
          padding: 0px;
          text-align: center; }
        .mainboxes .inner .loginCs > .cs > div > a {
          width: calc(100% - 60px); }
      .mainboxes .inner .loginCs::after {
        content: '';
        display: block;
        clear: both; }

  .mainBottom .inner {
    width: 100%; }
    .mainBottom .inner .left {
      width: 100%;
      display: block;
      padding: 0px 2%; }
      .mainBottom .inner .left > .download > .remote p {
        font-size: 16px; }
    .mainBottom .inner .right {
      width: 100%;
      display: block;
      padding: 0px 2%;
      margin-top: 20px; }
      .mainBottom .inner .right > .notice p > a {
        width: 70%; } }
#footer {
  width: 100%;
  height: 140px;
  background-color: #302e2b; }
  #footer .inner {
    width: 1200px;
    margin: 0px auto; }
    #footer .inner > .logo {
      width: 185px;
      height: 140px;
      float: left; }
      #footer .inner > .logo img {
        margin-top: 14px;
        margin-left: 20px; }
    #footer .inner > .info {
      width: 765px;
      height: 140px;
      float: left;
      padding-top: 20px; }
      #footer .inner > .info p {
        margin: 0px; }
        #footer .inner > .info p span {
          color: #787878;
          font: 11px/16px "Dotum"; }
          #footer .inner > .info p span::after {
            content: '|';
            margin: 0px 5px 0px 10px; }
          #footer .inner > .info p span:last-child::after {
            content: ''; }
        #footer .inner > .info p:nth-of-type(1) {
          margin-bottom: 10px; }
          #footer .inner > .info p:nth-of-type(1) > span > a {
            color: #ccc;
            text-decoration: none; }
    #footer .inner::after {
      content: '';
      display: block;
      clear: both; }

@media (min-width: 992px) and (max-width: 1220px) {
  #footer .inner {
    width: 100%; } }
@media screen and (max-width: 991px) {
  #footer {
    height: 100%;
    padding-bottom: 20px; }
    #footer .inner {
      width: 100%; }
      #footer .inner > .info {
        width: calc(100% - 185px);
        height: 100%; }
      #footer .inner > .logo {
        height: 100%; } }
@media screen and (max-width: 767px) {
  #footer {
    height: 100%;
    padding-bottom: 20px; }
    #footer .inner {
      padding: 0px 2%; }
      #footer .inner > .logo {
        width: 100%;
        float: none; }
        #footer .inner > .logo img {
          margin-left: 0px; }
      #footer .inner > .info {
        width: 100%; } }
.container {
  padding-left: 20px;
  padding-right: 20px; }

.row {
  margin: 0px; }

caption {
  text-align: right;
  color: #333; }

b, strong {
  font-weight: 900; }

h2, h3 {
  font-weight: 700;
  font-family: "Nanum Gothic"; }

h3.Title-30 {
  margin-top: 50px;
  margin-bottom: -30px; }
  h3.Title-30 span {
    font: 14px/1 "Nanum Barun Gothic"; }

.table > thead > tr > th {
  border-bottom: none; }
  .table > thead > tr > th.ct {
    text-align: center; }

.table > thead > tr > td {
  line-height: 34px; }

.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #ddd; }
  .table > tbody > tr > td.ct {
    text-align: center; }
  .table > tbody > tr > td.vct {
    vertical-align: middle; }
  .table > tbody > tr > td > a {
    text-decoration: none; }

.table_tc th, .table_tc td {
  text-align: center; }

.table td.bgblue {
  background-color: #357def;
  color: #FFF; }

.table td.bgpink {
  background-color: #e4007f;
  color: #FFF; }

.table td.bgpurple {
  background-color: #4554ac;
  color: #FFF; }

.table td.bggreen {
  background-color: #4498b3;
  color: #FFF; }

.table td.bgred {
  background-color: #ed1b24;
  color: #FFF; }

.table td.bgorange {
  background-color: #ff8a00;
  color: #FFF; }

.btn {
  border-radius: 0px; }

.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 20px; }

.carousel-indicators {
  z-index: 5; }

.subContainer {
  width: 1200px;
  padding: 70px 20px;
  min-height: calc(100vh - 261px);
  margin: 0px auto; }

.table-responsive {
  background: transparent; }

.faq img {
  max-width: 100%; }

.panel-default > .panel-heading {
  background-color: #ddecff; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (min-width: 992px) and (max-width: 1220px) {
  .container {
    width: 100%; }

  .subContainer {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%; } }
@media screen and (max-width: 991px) {
  .container {
    width: 100%; }

  .subContainer {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    min-height: 70vh; }

  h3.Title-30 {
    margin-bottom: 0px; } }
.sub01-01bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub01-01bg.png");
  background-position: center 45%;
  background-size: cover;
  background-position: center; }
  .sub01-01bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.bullet li::before {
  content: '\25AA';
  color: #333;
  font-size: 22px;
  margin-right: 8px; }
.bullet li {
  font: 21px/1.6 "Nanum Barun Gothic"; }
.bullet p {
  margin-left: 24px;
  font: 16px/1.2 "Nanum Gothic"; }

.stepNum {
  margin-top: 70px;
  /* step multistep */
  	/* -------------------------------- 
  
  	Multi steps indicator 
  
  	-------------------------------- */
  	/* -------------------------------- 
  
  	Add a counter to the multi-steps indicator 
  
  	-------------------------------- */ }
  .stepNum > p {
    font: 20px/1.4 "Nanum Barun Gothic";
    color: #333;
    margin: 30px; }
  .stepNum .cd-multi-steps {
    width: 100%;
    max-width: 1160px;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    overflow: hidden; }
  .stepNum .cd-multi-steps:after {
    content: "";
    display: table;
    clear: both; }
  .stepNum .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0.5em; }
  .stepNum .cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5; }
  .stepNum .cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none; }
  .stepNum .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c; }
  .stepNum .cd-multi-steps li.current > * {
    /* selected step */
    color: #4498b3; }
  .stepNum .cd-multi-steps a:hover {
    /* steps already visited */
    color: #4498b3; }
  @media only screen and (min-width: 768px) {
    .stepNum .cd-multi-steps {
      padding: 0 1.2em; }
    .stepNum .cd-multi-steps li {
      margin: 1.2em 0; }
    .stepNum .cd-multi-steps li::after {
      margin: 0 1em; }
    .stepNum .cd-multi-steps li > * {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 768px) {
    .stepNum .cd-multi-steps {
      /* reset style */
      background-color: transparent;
      padding: 0;
      text-align: center; }
    .stepNum .cd-multi-steps li {
      position: relative;
      float: none;
      margin: 0.4em 30px 0.4em 0; }
    .stepNum .cd-multi-steps li:last-of-type {
      margin-right: 0; }
    .stepNum .cd-multi-steps li::after {
      /* this is the line connecting 2 adjacent items */
      position: absolute;
      content: '';
      height: 4px;
      background: #edeff0;
      /* reset style */
      margin: 0; }
    .stepNum .cd-multi-steps li.visited::after {
      background-image: linear-gradient(to right, #2ccbe1 0%, #3febb1 100%); }
    .stepNum .cd-multi-steps li > *, .stepNum .cd-multi-steps li.current > * {
      position: relative;
      color: #2c3f4c; }
    .stepNum .cd-multi-steps.text-bottom li {
      width: 150px;
      text-align: center; }
    .stepNum .cd-multi-steps.text-bottom li::after {
      /* this is the line connecting 2 adjacent items */
      position: absolute;
      left: 50%;
      /* 40px is the <li> right margin value */
      width: calc(100% + 30px); }
    .stepNum .cd-multi-steps.text-bottom li > *::before {
      /* this is the spot indicator */
      content: '';
      position: absolute;
      z-index: 1;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 12px;
      width: 12px;
      background-color: #edeff0; }
    .stepNum .cd-multi-steps.text-bottom li.visited > *::before,
    .stepNum .cd-multi-steps.text-bottom li.current > *::before {
      background-image: linear-gradient(to top, #2ccbe1 0%, #3febb1 100%); }
    .stepNum .cd-multi-steps.text-bottom a:hover {
      color: #4498b3;
      text-decoration: none; }
    .stepNum .cd-multi-steps.text-bottom a:hover::before {
      box-shadow: 0 0 0 3px rgba(68, 152, 179, 0.5); }
    .stepNum .cd-multi-steps.text-bottom li::after {
      /* this is the line connecting 2 adjacent items */
      top: 3px; }
    .stepNum .cd-multi-steps.text-bottom li > * {
      padding-top: 20px; }
    .stepNum .cd-multi-steps.text-bottom li > *::before {
      /* this is the spot indicator */
      top: 0; } }
  .stepNum .cd-multi-steps.count li {
    counter-increment: steps; }
  .stepNum .cd-multi-steps.count li > *::before {
    content: counter(steps) " - "; }
  @media only screen and (min-width: 768px) {
    .stepNum .cd-multi-steps.text-top.count li > *::before,
    .stepNum .cd-multi-steps.text-bottom.count li > *::before {
      /* this is the spot indicator */
      content: counter(steps);
      height: 70px;
      width: 70px;
      line-height: 70px;
      font-size: 4rem;
      color: #FFF; }
    .stepNum .cd-multi-steps.text-bottom.count li:not(.current) em::before {
      /* steps not visited yet - counter color */
      color: #4498b3; }
    .stepNum .cd-multi-steps.text-bottom.count li::after {
      top: 35px; }
    .stepNum .cd-multi-steps.text-bottom.count li > * {
      padding-top: 80px;
      font-weight: bold; } }

.freeTable {
  margin-top: 70px; }
  .freeTable table > caption {
    text-align: right; }
  .freeTable table > thead {
    background-color: #4498b3; }
    .freeTable table > thead > tr > th {
      color: #FFF;
      font: 18px/34px "Nanum Barun Gothic";
      text-align: center; }
  .freeTable table tbody > tr > td {
    font: 18px/34px "Nanum Barun Gothic";
    font-weight: normal;
    text-align: center; }
    .freeTable table tbody > tr > td:nth-of-type(1) {
      width: 30%; }
    .freeTable table tbody > tr > td:nth-of-type(2) {
      width: 30%; }
    .freeTable table tbody > tr > td:nth-of-type(3) {
      width: 40%; }
    .freeTable table tbody > tr > td a {
      color: #FFF;
      width: 150px;
      font: 18px/1 "Nanum Barun Gothic"; }
      .freeTable table tbody > tr > td a:link, .freeTable table tbody > tr > td a:visited, .freeTable table tbody > tr > td a:hover, .freeTable table tbody > tr > td a:active, .freeTable table tbody > tr > td a:focus {
        color: #FFF; }
    .freeTable table tbody > tr > td a.vpnBtn {
      background-color: #e4007f; }
    .freeTable table tbody > tr > td a.proxyBtn {
      background-color: #4554ac; }
    .freeTable table tbody > tr > td a.chinaBtn {
      background-color: #357def; }

.downloadBtn {
  margin-top: 70px; }
  .downloadBtn .inner div {
    width: 50%;
    float: left;
    /*			&:nth-of-type(3) {text-align:right;
    				a {border:1px solid $ColorSetBlue; color:$ColorSetBlue; background-image:url('../img/btn_download03.png');
    					background-repeat:no-repeat; background-position: right 15px center;
    					&:hover {background-color:$ColorSetBlue; color:$White;}
    				}
    			}
    */ }
    .downloadBtn .inner div:nth-of-type(1) {
      text-align: center; }
      .downloadBtn .inner div:nth-of-type(1) a {
        border: 1px solid #e4007f;
        color: #e4007f;
        background-image: url("../img/btn_download01.png");
        background-repeat: no-repeat;
        background-position: right 15px center; }
        .downloadBtn .inner div:nth-of-type(1) a:hover {
          background-color: #e4007f;
          color: #FFF; }
    .downloadBtn .inner div:nth-of-type(2) {
      text-align: center; }
      .downloadBtn .inner div:nth-of-type(2) a {
        border: 1px solid #4554ac;
        color: #4554ac;
        background-image: url("../img/btn_download02.png");
        background-repeat: no-repeat;
        background-position: right 15px center; }
        .downloadBtn .inner div:nth-of-type(2) a:hover {
          background-color: #4554ac;
          color: #FFF; }
    .downloadBtn .inner div a {
      display: inline-block;
      width: 300px;
      height: 80px;
      text-align: left;
      font: 20px/1.2 "Nanum Barun Gothic";
      padding: 18px 0px 0px 25px; }
  .downloadBtn .inner::after {
    content: '';
    display: block;
    clear: both; }

.playerDiv h3 {
  margin-top: 70px; }
.playerDiv .player-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.26%; }
  .playerDiv .player-wrapper .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 991px) {
  .sub01-01bg h2 {
    font-size: 30px; }

  .downloadBtn .inner div {
    width: 100%;
    margin-bottom: 10px;
    float: none; }
    .downloadBtn .inner div a {
      width: 100%; } }
@media screen and (max-width: 767px) {
  .sub01-01bg h2 {
    font-size: 30px; }

  .bullet li {
    font: 16px/1.2 "Nanum Barun Gothic"; } }
.sub02-01bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub02-01bg.png");
  background-size: cover;
  background-position: center; }
  .sub02-01bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.nineBoxes > .inner {
  margin-top: 20px; }
  .nineBoxes > .inner div {
    width: calc(33.3333% - 20px);
    margin-right: 20px;
    border: 1px solid #DDD;
    height: 100px;
    float: left;
    position: relative; }
    .nineBoxes > .inner div p {
      font: 18px/1.2 "Nanum Barun Gothic";
      color: #333;
      padding: 27px 0px 0px 25px; }
    .nineBoxes > .inner div img {
      position: absolute;
      right: 10px;
      top: 4px; }
    .nineBoxes > .inner div:last-child {
      margin-right: 0px;
      width: 33.3333%; }
  .nineBoxes > .inner::after {
    content: '';
    display: block;
    clear: both; }

.forMember4 {
  margin-top: 70px; }
  .forMember4 > .inner {
    margin-top: 50px; }
    .forMember4 > .inner div {
      width: 25%;
      float: left;
      text-align: center; }
      .forMember4 > .inner div p {
        margin-top: 20px;
        font: 16px/1.2 "Nanum Barun Gothic";
        color: #333; }
    .forMember4 > .inner::after {
      content: '';
      display: block;
      clear: both; }

.priceTableVPN01 {
  margin-top: 70px; }
  .priceTableVPN01 table > thead {
    background-color: #e4007f; }
    .priceTableVPN01 table > thead > tr > th {
      color: #FFF;
      font: 16px/34px "Nanum Barun Gothic"; }
  .priceTableVPN01 table tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal;
    width: 17%; }
    .priceTableVPN01 table tbody > tr > td:last-child {
      width: 15%; }
  .priceTableVPN01 table.kt > thead {
    background-color: #ed1b24; }
    .priceTableVPN01 table.kt > thead > tr > th {
      color: #FFF;
      font: 16px/34px "Nanum Barun Gothic"; }
  .priceTableVPN01 table.kt tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal;
    width: 17%; }
    .priceTableVPN01 table.kt tbody > tr > td:last-child {
      width: 15%; }
  .priceTableVPN01 table.others > thead {
    background-color: #ff8a00; }
    .priceTableVPN01 table.others > thead > tr > th {
      color: #FFF;
      font: 16px/34px "Nanum Barun Gothic"; }
  .priceTableVPN01 table.others tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal;
    width: 17%; }
    .priceTableVPN01 table.others tbody > tr > td:last-child {
      width: 15%; }
  .priceTableVPN01 a.payBtn {
    display: block;
    width: 300px;
    height: 60px;
    color: #FFF;
    font: 20px/60px "Nanum Barun Gothic";
    margin: 30px auto 100px;
    background-color: #e4007f;
    padding: 0px; }
  .priceTableVPN01 a.payktBtn {
    display: block;
    width: 300px;
    height: 60px;
    color: #FFF;
    font: 20px/60px "Nanum Barun Gothic";
    margin: 30px auto 100px;
    background-color: #ed1b24;
    padding: 0px; }
  .priceTableVPN01 a.payothersBtn {
    display: block;
    width: 300px;
    height: 60px;
    color: #FFF;
    font: 20px/60px "Nanum Barun Gothic";
    margin: 30px auto 100px;
    background-color: #ff8a00;
    padding: 0px; }

.whenUse3 {
  margin-top: 70px; }
  .whenUse3 > .inner {
    margin-top: 40px; }
    .whenUse3 > .inner div {
      float: left;
      width: 33.3333%;
      text-align: center;
      margin-bottom: 30px; }
      .whenUse3 > .inner div p {
        margin-top: 20px;
        font: 16px/1.4 "Nanum Barun Gothic";
        font-weight: bold; }
        .whenUse3 > .inner div p span {
          color: #357def; }
    .whenUse3 > .inner::after {
      content: '';
      display: block;
      clear: both; }
  .whenUse3 > .inner2 {
    margin-top: 40px; }
    .whenUse3 > .inner2 div {
      float: left;
      width: 40%;
      text-align: center; }
      .whenUse3 > .inner2 div:first-child {
        margin-left: 10%; }
      .whenUse3 > .inner2 div p {
        margin-top: 20px;
        font: 16px/1.4 "Nanum Barun Gothic";
        font-weight: bold; }
        .whenUse3 > .inner2 div p span {
          color: #357def; }
    .whenUse3 > .inner2::after {
      content: '';
      display: block;
      clear: both; }

.attention {
  margin-top: 70px; }
  .attention > p {
    font: 20px/1.4 "Nanum Barun Gothic";
    color: #333;
    margin: 30px; }
    .attention > p span {
      color: #FF0000; }

.freebar {
  width: 100%;
  background-image: url("../img/barbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .freebar .inner {
    width: 1200px;
    height: 250px;
    margin: 0px auto;
    position: relative; }
    .freebar .inner p {
      font: 30px/1.5 "Nanum Barun Gothic";
      color: #333;
      position: absolute;
      top: 60px;
      left: 50px; }
    .freebar .inner a {
      display: inline-block;
      width: 250px;
      height: 60px;
      text-align: center;
      font: 30px/52px "Nanum Barun Gothic";
      position: absolute;
      bottom: 20px;
      right: 20px;
      border: 4px solid #FFF;
      color: #FFF;
      text-decoration: none; }
    .freebar .inner::after {
      content: '';
      display: block;
      clear: both; }

@media (min-width: 992px) and (max-width: 1220px) {
  .freebar .inner {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%; }
    .freebar .inner p {
      top: 30px;
      left: 20px; }
    .freebar .inner a {
      width: 200px;
      font: 28px/60px "Nanum Barun Gothic";
      right: 2%;
      border: none;
      background-color: #357def;
      color: #FFF; } }
@media screen and (max-width: 991px) {
  .sub02-01bg h2 {
    font-size: 30px; }

  .nineBoxes > .inner div {
    width: 100%;
    margin-right: 0px;
    float: none;
    margin-bottom: 10px; }
    .nineBoxes > .inner div:last-child {
      width: 100%; }

  .freebar .inner {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%; }
    .freebar .inner p {
      top: 30px;
      left: 20px; }
    .freebar .inner a {
      width: 150px;
      height: 40px;
      font: 20px/40px "Nanum Barun Gothic";
      right: 2%;
      border: none;
      background-color: #357def;
      color: #FFF; } }
@media screen and (max-width: 767px) {
  .sub02-01bg h2 {
    font-size: 24px; }

  .forMember4 > .inner div {
    width: 50%; }

  .whenUse3 {
    margin-top: 70px; }
    .whenUse3 > .inner div {
      width: 50%; }
    .whenUse3 > .inner::after {
      content: '';
      display: block;
      clear: both; }

  .freebar .inner p {
    font-size: 24px; } }
.sub02-02bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub02-02bg.png");
  background-size: cover;
  background-position: center; }
  .sub02-02bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.forMember3 {
  margin-top: 70px; }
  .forMember3 > .inner {
    margin-top: 50px; }
    .forMember3 > .inner div {
      width: 25%;
      float: left;
      text-align: center; }
      .forMember3 > .inner div p {
        margin-top: 20px;
        font: 16px/1.2 "Nanum Barun Gothic";
        color: #333; }
      .forMember3 > .inner div:first-child {
        margin-left: 12.5%; }
    .forMember3 > .inner::after {
      content: '';
      display: block;
      clear: both; }

.priceTableVPN02 {
  margin-top: 70px; }
  .priceTableVPN02 table > thead {
    background-color: #357def; }
    .priceTableVPN02 table > thead > tr > th {
      color: #FFF;
      font: 16px/34px "Nanum Barun Gothic"; }
  .priceTableVPN02 table tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal;
    width: 17%; }
    .priceTableVPN02 table tbody > tr > td:last-child {
      width: 15%; }
  .priceTableVPN02 a.payBtn {
    display: block;
    width: 300px;
    height: 60px;
    color: #FFF;
    font: 20px/60px "Nanum Barun Gothic";
    margin: 50px auto;
    background-color: #357def;
    padding: 0px; }

.buyGuide img {
  width: 100%;
  margin: 30px 0px 60px 0px; }
  .buyGuide img:nth-of-type(3) {
    margin-bottom: 0px; }

.whatVPN {
  margin-top: 70px; }
  .whatVPN img {
    margin: 20px auto;
    width: 100%; }

.whenUse4 {
  margin-top: 70px; }
  .whenUse4 > .inner {
    margin-top: 40px; }
    .whenUse4 > .inner div {
      float: left;
      width: 25%;
      text-align: center; }
      .whenUse4 > .inner div p {
        margin-top: 20px;
        font: 16px/1.4 "Nanum Barun Gothic";
        font-weight: bold; }
        .whenUse4 > .inner div p span {
          color: #357def; }
    .whenUse4 > .inner::after {
      content: '';
      display: block;
      clear: both; }

@media screen and (max-width: 991px) {
  .sub02-02bg h2 {
    font-size: 30px; }

  .forMember3 > .inner div {
    width: 33.3333%; }
    .forMember3 > .inner div:first-child {
      margin-left: 0px; }

  .whenUse4 > .inner div {
    width: 50%; } }
.sub02-03bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub02-03bg.png");
  background-size: cover;
  background-position: center; }
  .sub02-03bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.priceTablePROXY01 {
  margin-top: 70px; }
  .priceTablePROXY01 table > thead {
    background-color: #4554ac; }
    .priceTablePROXY01 table > thead > tr > th {
      color: #FFF;
      font: 16px/34px "Nanum Barun Gothic"; }
      .priceTablePROXY01 table > thead > tr > th:nth-of-type(4) {
        width: 25%; }
  .priceTablePROXY01 table tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal; }
  .priceTablePROXY01 a.payBtn {
    display: block;
    width: 300px;
    height: 60px;
    color: #FFF;
    font: 20px/60px "Nanum Barun Gothic";
    margin: 50px auto;
    background-color: #4554ac;
    padding: 0px; }

.whatPROXY {
  margin-top: 70px; }
  .whatPROXY img {
    margin: 20px auto;
    width: 100%; }

@media screen and (max-width: 991px) {
  .sub02-03bg h2 {
    font-size: 30px; } }
.sub02-04bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub02-04bg.png");
  background-size: cover;
  background-position: center; }
  .sub02-04bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.priceTablePROXY01 h3 {
  margin-top: 50px; }
  .priceTablePROXY01 h3 span {
    font: 14px/1 "Nanum Barun Gothic"; }
.priceTablePROXY01 table {
  position: relative; }
  .priceTablePROXY01 table > thead {
    background-color: #4554ac; }
    .priceTablePROXY01 table > thead > tr > th {
      color: #FFF;
      font: 16px/34px "Nanum Barun Gothic"; }
  .priceTablePROXY01 table tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal;
    width: 20%; }
  .priceTablePROXY01 table::after {
    content: '';
    display: block;
    clear: both; }
  .priceTablePROXY01 table a.payBtn {
    display: block;
    width: 300px;
    height: 60px;
    color: #FFF;
    font: 20px/60px "Nanum Barun Gothic";
    margin: 50px auto;
    background-color: #4554ac;
    padding: 0px; }

@media screen and (max-width: 991px) {
  .sub02-04bg h2 {
    font-size: 30px; } }
.sub02-05bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub02-05bg.png");
  background-size: cover;
  background-position: center; }
  .sub02-05bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.warningText {
  margin-bottom: 70px; }

.priceTableChina {
  margin-top: 70px; }
  .priceTableChina table > thead {
    background-color: #357def; }
    .priceTableChina table > thead > tr > th {
      color: #FFF;
      font: 16px/34px "Nanum Barun Gothic"; }
  .priceTableChina table tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal;
    width: 17%; }
    .priceTableChina table tbody > tr > td:last-child {
      width: 15%; }
  .priceTableChina a.payBtn {
    display: block;
    width: 300px;
    height: 60px;
    color: #FFF;
    font: 20px/60px "Nanum Barun Gothic";
    margin: 50px auto;
    background-color: #357def;
    padding: 0px; }

.whenUseChina {
  margin-top: 70px; }
  .whenUseChina p {
    width: 200px;
    height: 200px;
    background-color: #357def;
    color: #FFF;
    text-align: center;
    font: 18px/1.6 "Nanum Barun Gothic";
    padding-top: 60px;
    display: inline-block;
    float: left; }
  .whenUseChina ul {
    border: 1px solid #357def;
    width: calc(100% - 220px);
    display: inline-block;
    height: 200px;
    float: right;
    padding: 30px 20px; }
    .whenUseChina ul li {
      float: left;
      width: 110px;
      margin-right: 10px;
      text-align: center; }
      .whenUseChina ul li img {
        display: block;
        margin: 0 auto; }
      .whenUseChina ul li span {
        display: block;
        font: 16px/1.6 "Nanum Barun Gothic"; }
      .whenUseChina ul li:last-child {
        margin-right: 0px; }
  .whenUseChina::after {
    content: '';
    display: block;
    clear: both; }

@media (min-width: 992px) and (max-width: 1220px) {
  .whenUseChina {
    overflow: hidden; }
    .whenUseChina ul {
      height: 100%; } }
@media screen and (max-width: 991px) {
  .sub02-05bg h2 {
    font-size: 30px; }

  .whenUseChina p {
    width: 100%;
    display: block;
    float: none; }
  .whenUseChina ul {
    width: 100%;
    display: block;
    height: 100%;
    float: none;
    padding: 30px 2%; }
    .whenUseChina ul li {
      float: left;
      width: calc(33.3333% - 10px);
      margin-right: 10px;
      margin-bottom: 20px; }
    .whenUseChina ul::after {
      content: '';
      display: block;
      clear: both; } }
@media screen and (max-width: 767px) {
  .whenUseChina p {
    width: 100%;
    display: block;
    float: none; }
  .whenUseChina ul {
    width: 100%;
    display: block;
    height: 100%;
    float: none;
    padding: 30px 2%; }
    .whenUseChina ul li {
      float: left;
      width: calc(50% - 10px);
      margin-right: 10px;
      margin-bottom: 20px; }
  .whenUseChina::after {
    content: '';
    display: block;
    clear: both; } }
.sub03-01bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub03-01bg.png");
  background-size: cover;
  background-position: center; }
  .sub03-01bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.downloadTop {
  margin-top: 0px; }
  .downloadTop .inner {
    width: 100%; }
    .downloadTop .inner div {
      text-align: center; }
      .downloadTop .inner div a {
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-color: #FFF;
        display: inline-block;
        width: 300px;
        height: 80px;
        text-align: left;
        font: 20px/1.2 "Nanum Barun Gothic";
        padding: 18px 0px 0px 25px; }
      .downloadTop .inner div a.bgPink {
        border: 1px solid #e4007f;
        color: #e4007f;
        background-image: url("../img/btn_download01.png"); }
        .downloadTop .inner div a.bgPink:hover {
          background-color: #e4007f;
          color: #FFF; }
      .downloadTop .inner div a.bgPurple {
        border: 1px solid #4554ac;
        color: #4554ac;
        background-image: url("../img/btn_download02.png"); }
        .downloadTop .inner div a.bgPurple:hover {
          background-color: #4554ac;
          color: #FFF; }
      .downloadTop .inner div a.bgBlue {
        border: 1px solid #357def;
        color: #357def;
        background-image: url("../img/btn_download03.png"); }
        .downloadTop .inner div a.bgBlue:hover {
          background-color: #357def;
          color: #FFF; }

.downloadTab {
  margin-top: 70px; }
  .downloadTab .nav {
    margin-top: 30px; }
  .downloadTab .nav-tabs > li > a {
    width: 190px;
    height: 50px;
    text-align: center;
    font: 18px/34px "Nanum Barun Gothic";
    background-color: #FFF;
    margin-right: 10px;
    border-bottom: 1px solid #ddd;
    color: #999999;
    background-color: #ddd; }
  .downloadTab .nav-tabs > li.active > a {
    color: #FFF;
    border: none; }
  .downloadTab .bgPink > li.active > a {
    background-color: #e4007f; }
  .downloadTab .bgPurple > li.active > a {
    background-color: #4554ac; }
  .downloadTab .bgBlue > li.active > a {
    background-color: #357def; }
  .downloadTab .tab-pane > h4 {
    font: 22px/1.2 "Nanum Barun Gothic";
    margin-top: 30px; }
  .downloadTab .tab-pane > ul {
    margin-left: 20px;
    width: 100%;
    margin-left: 0px;
    margin-top: 30px; }
    .downloadTab .tab-pane > ul > li {
      font: 22px/1.8 "Nanum Barun Gothic";
      float: left; }
      .downloadTab .tab-pane > ul > li span {
        font: 14px/1.2 "Nanum Barun Gothic"; }
    .downloadTab .tab-pane > ul::after {
      content: '';
      display: block;
      clear: both; }
  .downloadTab .tab-pane > ul.num > li {
    float: none; }
  .downloadTab .tab-pane > ul.bullet > li {
    float: none; }
  .downloadTab .tab-pane > ul.guideA > li {
    width: 25%; }
  .downloadTab .tab-pane > ul.guideB > li {
    width: 33.3333%; }
  .downloadTab .tab-pane > ul.guideC > li {
    width: 40%; }
    .downloadTab .tab-pane > ul.guideC > li:first-child {
      margin-left: 10%; }
  .downloadTab h4 {
    font: 22px/1.2 "Nanum Barun Gothic";
    margin-top: 30px; }
  .downloadTab ul {
    margin-top: 30px; }
    .downloadTab ul > li {
      font: 22px/1.8 "Nanum Barun Gothic"; }
    .downloadTab ul::after {
      content: '';
      display: block;
      clear: both; }

.download_guide {
  font-size: 18px;
  line-height: 34px; }
  .download_guide .tc {
    padding: 0; }
  .download_guide h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0; }
  .download_guide ol li {
    list-style: decimal; }
  .download_guide ol.right {
    padding-left: 20px; }

@media (min-width: 992px) and (max-width: 1220px) {
  .downloadTab .tab-pane > ul {
    margin-left: 20px;
    width: 100%;
    margin-left: 0px;
    margin-top: 30px; }
    .downloadTab .tab-pane > ul > li {
      font: 22px/1.8 "Nanum Barun Gothic";
      float: left;
      margin-right: 10px; }
      .downloadTab .tab-pane > ul > li span {
        font: 14px/1.2 "Nanum Barun Gothic"; }
      .downloadTab .tab-pane > ul > li > img {
        width: 100%; }
    .downloadTab .tab-pane > ul::after {
      content: '';
      display: block;
      clear: both; }
  .downloadTab .tab-pane > ul.guideA > li {
    width: calc(25% - 10px); }
  .downloadTab .tab-pane > ul.guideB > li {
    width: calc(33.3333% - 10px); }
  .downloadTab .tab-pane > ul.guideC > li {
    width: calc(40% - 10px); }
    .downloadTab .tab-pane > ul.guideC > li:first-child {
      margin-left: 0px; } }
@media screen and (max-width: 991px) {
  .sub03-01bg h2 {
    font-size: 30px; }

  .downloadTab .tab-pane > ul > li {
    margin-right: 10px; }
    .downloadTab .tab-pane > ul > li span {
      font: 14px/1.2 "Nanum Barun Gothic"; }
    .downloadTab .tab-pane > ul > li > img {
      width: 100%; }
  .downloadTab .tab-pane > ul::after {
    content: '';
    display: block;
    clear: both; }
  .downloadTab .tab-pane > ul.guideA > li {
    width: calc(25% - 10px); }
  .downloadTab .tab-pane > ul.guideB > li {
    width: calc(33.3333% - 10px); }
  .downloadTab .tab-pane > ul.guideC > li {
    width: calc(40% - 10px); }
    .downloadTab .tab-pane > ul.guideC > li:first-child {
      margin-left: 0px; } }
@media screen and (max-width: 767px) {
  .downloadTab .nav-tabs {
    border-bottom: none; }
    .downloadTab .nav-tabs > li {
      width: 100%; }
      .downloadTab .nav-tabs > li > a {
        width: 100%;
        margin-bottom: 10px; }
  .downloadTab .tab-pane img {
    width: 100%; }
  .downloadTab .row img {
    width: 100%; }
  .downloadTab .tab-pane > ul > li {
    float: none; }
    .downloadTab .tab-pane > ul > li img {
      width: 100%; }
  .downloadTab .tab-pane > ul.guideA > li {
    width: 100%;
    margin-bottom: 50px; }
  .downloadTab .tab-pane > ul.guideB > li {
    width: 100%;
    margin-bottom: 50px; }
  .downloadTab .tab-pane > ul.guideC > li {
    width: 100%;
    margin-bottom: 50px; }
    .downloadTab .tab-pane > ul.guideC > li:first-child {
      margin-left: 0%; } }
.sub03-02bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub03-02bg.png");
  background-size: cover;
  background-position: center; }
  .sub03-02bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

@media screen and (max-width: 991px) {
  .sub03-02bg h2 {
    font-size: 30px; } }
.sub03-03bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub03-03bg.png");
  background-size: cover;
  background-position: center; }
  .sub03-03bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

@media screen and (max-width: 991px) {
  .sub03-03bg h2 {
    font-size: 30px; } }
.sub04-01bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub04-01bg.png");
  background-size: cover;
  background-position: center; }
  .sub04-01bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.fiveBoxes {
  margin: 20px auto; }
  .fiveBoxes > div {
    width: calc(20% - 10px);
    height: 250px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 10px; }
    .fiveBoxes > div h3 {
      color: #FFF;
      font: 30px/1 "Nanum Barun Gothic";
      margin-top: 40px;
      display: block;
      color: #FFF; }
      .fiveBoxes > div h3::after {
        content: '';
        width: 100px;
        height: 1px;
        margin-top: 10px;
        background-color: #DDD;
        display: inline-block; }
    .fiveBoxes > div p {
      color: #FFF;
      font: 28px/1.4 "Nanum Barun Gothic";
      margin-top: 20px;
      color: #FFF; }
    .fiveBoxes > div a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: transparent; }
    .fiveBoxes > div:hover h3, .fiveBoxes > div:hover p {
      color: #333; }
    .fiveBoxes > div:nth-of-type(1) {
      border: 1px solid #e4007f;
      background-color: #e4007f; }
      .fiveBoxes > div:nth-of-type(1):hover h3 {
        color: #e4007f; }
    .fiveBoxes > div:nth-of-type(2) {
      border: 1px solid #ed1b24;
      background-color: #ed1b24; }
      .fiveBoxes > div:nth-of-type(2):hover h3 {
        color: #ed1b24; }
    .fiveBoxes > div:nth-of-type(3) {
      border: 1px solid #ff8a00;
      background-color: #ff8a00; }
      .fiveBoxes > div:nth-of-type(3):hover h3 {
        color: #ff8a00; }
    .fiveBoxes > div:nth-of-type(4) {
      border: 1px solid #357def;
      background-color: #357def; }
      .fiveBoxes > div:nth-of-type(4):hover h3 {
        color: #357def; }
    .fiveBoxes > div:nth-of-type(5) {
      border: 1px solid #4554ac;
      background-color: #4554ac; }
      .fiveBoxes > div:nth-of-type(5):hover h3 {
        color: #4554ac; }
    .fiveBoxes > div:hover {
      background-color: #FFF; }
    .fiveBoxes > div:last-child {
      margin-right: 0px;
      width: 20%; }
  .fiveBoxes::after {
    content: '';
    display: block;
    clear: both; }

.modal-body > h3.pop {
  margin-top: 50px;
  margin-bottom: -30px; }
  .modal-body > h3.pop span {
    font: 14px/1 "Nanum Barun Gothic"; }
  .modal-body > h3.pop:first-child {
    margin-top: 20px; }
.modal-body > table.pop {
  position: relative; }
  .modal-body > table.pop caption {
    position: absolute;
    top: -30px;
    right: 0px; }
  .modal-body > table.pop > thead > tr > th {
    color: #FFF;
    font: 16px/34px "Nanum Barun Gothic";
    text-align: center; }
  .modal-body > table.pop tbody > tr > td {
    font: 16px/34px "Nanum Barun Gothic";
    font-weight: normal;
    width: 20%; }
  .modal-body > table.pop::after {
    content: '';
    display: block;
    clear: both; }

table thead.bgPink, a.bgPink {
  background-color: #e4007f;
  color: #FFF; }
  table thead.bgPink:hover, a.bgPink:hover {
    color: #FFF; }

table thead.bgPurple, a.bgPurple {
  background-color: #4554ac;
  color: #FFF; }
  table thead.bgPurple:hover, a.bgPurple:hover {
    color: #FFF; }

table thead.bgBlue, a.bgBlue {
  background-color: #357def;
  color: #FFF; }
  table thead.bgBlue:hover, a.bgBlue:hover {
    color: #FFF; }

table thead.bgGreen, a.bgGreen {
  background-color: #4498b3;
  color: #FFF; }
  table thead.bgGreen:hover, a.bgGreen:hover {
    color: #FFF; }

table thead.bgRed, a.bgRed {
  background-color: #ed1b24;
  color: #FFF; }
  table thead.bgRed:hover, a.bgRed:hover {
    color: #FFF; }

table thead.bgOrange, a.bgOrange {
  background-color: #ff8a00;
  color: #FFF; }
  table thead.bgOrange:hover, a.bgOrange:hover {
    color: #FFF; }

h3.priceTitle {
  font: 36px/1 "Nanum Barun Gothic";
  margin-top: 70px; }
  h3.priceTitle a {
    float: right; }
  h3.priceTitle::after {
    content: '';
    display: block;
    clear: both; }

h3.priceTitle-30 {
  font: 36px/1 "Nanum Barun Gothic";
  margin-top: 70px;
  margin-bottom: -30px; }

.priceTable thead > tr > th {
  text-align: center;
  line-height: 34px; }
.priceTable tbody > tr > td {
  vertical-align: middle;
  text-align: center;
  line-height: 34px; }
.priceTable td {
  vertical-align: middle;
  text-align: center; }
  .priceTable td input[type="checkbox"] {
    vertical-align: middle; }
.priceTable tfoot > tr > td {
  vertical-align: middle; }

.priceWarning p {
  font: 18px/1.2 "Nanum Barun Gothic"; }
.priceWarning ul > li::before {
  content: '\25AA';
  color: #333;
  font-size: 16px;
  margin-right: 8px; }
.priceWarning li {
  font: 16px/1.4 "Nanum Barun Gothic"; }

.priceBorder {
  border: 4px double #008bff;
  padding: 30px 20px; }

.priceBtn {
  width: 100%;
  margin: 70px auto; }
  .priceBtn > div {
    margin-top: 20px;
    text-align: center; }
    .priceBtn > div > a:last-child {
      margin-left: 10px; }

.payment_type {
  margin-top: 20px; }
  .payment_type label {
    margin-right: 5px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto; }
    .payment_type label span {
      text-align: center;
      padding: 10px 15px;
      display: block; }
    .payment_type label input {
      position: absolute;
      z-index: -100; }
    .payment_type label input:checked + span {
      background-color: #357def;
      color: #FFF; }

.receipt_type {
  margin-top: 20px; }
  .receipt_type label {
    display: inline-block;
    margin-right: 20px; }
    .receipt_type label input[type="radio"] {
      margin-right: 5px; }

.pay_active div.box {
  border: 1px solid #DDD;
  padding: 10px; }

.payinfo {
  background-color: #e9e9e9; }
  .payinfo .table-responsive table {
    background-color: #FFF; }
    .payinfo .table-responsive table th.bgPink {
      background-color: #e4007f;
      color: #FFF; }
    .payinfo .table-responsive table th.bgPurple {
      background-color: #4554ac;
      color: #FFF; }
    .payinfo .table-responsive table th.bgBlue {
      background-color: #357def;
      color: #FFF; }
    .payinfo .table-responsive table th.bgRed {
      background-color: #ed1b24;
      color: #FFF; }
    .payinfo .table-responsive table th.bgOrange {
      background-color: #ff8a00;
      color: #FFF; }
    .payinfo .table-responsive table td.rt {
      text-align: right;
      padding-right: 10px; }

button.bgPink {
  background-color: #e4007f;
  color: #FFF; }
  button.bgPink:hover {
    background-color: #e4007f;
    color: #FFF; }
  button.bgPink:focus, button.bgPink:visited, button.bgPink:active {
    background-color: #e4007f;
    color: #FFF; }

button.bgPurple {
  background-color: #4554ac;
  color: #FFF; }
  button.bgPurple:hover {
    background-color: #4554ac;
    color: #FFF; }
  button.bgPurple:focus, button.bgPurple:visited, button.bgPurple:active {
    background-color: #4554ac;
    color: #FFF; }

button.bgBlue {
  background-color: #357def;
  color: #FFF; }
  button.bgBlue:hover {
    background-color: #357def;
    color: #FFF; }
  button.bgBlue:focus, button.bgBlue:visited, button.bgBlue:active {
    background-color: #357def;
    color: #FFF; }

button.bgRed {
  background-color: #ed1b24;
  color: #FFF; }
  button.bgRed:hover {
    background-color: #ed1b24;
    color: #FFF; }
  button.bgRed:focus, button.bgRed:visited, button.bgRed:active {
    background-color: #ed1b24;
    color: #FFF; }

button.bgOrange {
  background-color: #ff8a00;
  color: #FFF; }
  button.bgOrange:hover {
    background-color: #ff8a00;
    color: #FFF; }
  button.bgOrange:focus, button.bgOrange:visited, button.bgOrange:active {
    background-color: #ff8a00;
    color: #FFF; }

@media (min-width: 992px) and (max-width: 1220px) {
  .fiveBoxes > div {
    width: calc(33.3333% - 10px); }
    .fiveBoxes > div h3::after {
      width: 80%; }
    .fiveBoxes > div:last-child {
      width: calc(33.3333% - 10px); }

  .priceBtn {
    width: 100%;
    padding: 0px 2%; } }
@media screen and (max-width: 991px) {
  .sub04-01bg h2 {
    font-size: 30px; }

  .fiveBoxes > div {
    width: calc(33.3333% - 10px); }
    .fiveBoxes > div:nth-of-type(5) h3 {
      font-size: 24px; }
    .fiveBoxes > div h3 {
      font: 26px/1 "Nanum Barun Gothic"; }
      .fiveBoxes > div h3::after {
        width: 80%;
        display: block;
        margin-left: 10%; }
    .fiveBoxes > div:last-child {
      width: calc(33.3333% - 10px); }

  .priceBtn {
    width: 100%;
    padding: 0px 2%; } }
@media screen and (max-width: 767px) {
  .fiveBoxes > div {
    width: 100%;
    margin-right: 0px; }
    .fiveBoxes > div:last-child {
      width: 100%; }
    .fiveBoxes > div:nth-of-type(5) h3 {
      font-size: 30px; }
    .fiveBoxes > div h3 {
      font: 30px/1 "Nanum Barun Gothic"; }
      .fiveBoxes > div h3::after {
        width: 80%;
        display: block;
        margin-left: 10%; }
    .fiveBoxes > div:last-child {
      width: 100%; }

  h3.priceTitle {
    font: 24px/1 "Nanum Barun Gothic"; }

  h3.priceTitle-30 {
    font: 24px/1 "Nanum Barun Gothic";
    margin-bottom: 10px; }

  .priceBtn {
    width: 100%;
    padding: 0px 2%; } }
.payinfoTab {
  margin-top: 0px; }
  .payinfoTab .nav {
    margin-top: 0px; }
  .payinfoTab .nav-tabs > li:last-child > a {
    width: 200px; }
  .payinfoTab .nav-tabs > li > a {
    height: 50px;
    text-align: center;
    font: 18px/34px "Nanum Barun Gothic";
    background-color: #FFF;
    margin-right: 10px;
    padding: 10px 20px; }
  .payinfoTab .nav-tabs > li.active > a {
    color: #FFF;
    border: none; }
  .payinfoTab .nav-tabs > li a {
    border-bottom: 1px solid #ddd;
    color: #333;
    background-color: #ddd; }
  .payinfoTab .nav-tabs > li:nth-of-type(1).active > a {
    background-color: #4498b3; }
  .payinfoTab .nav-tabs > li:nth-of-type(2).active > a {
    background-color: #e4007f; }
  .payinfoTab .nav-tabs > li:nth-of-type(3).active > a {
    background-color: #ed1b24; }
  .payinfoTab .nav-tabs > li:nth-of-type(4).active > a {
    background-color: #ff8a00; }
  .payinfoTab .nav-tabs > li:nth-of-type(5).active > a {
    background-color: #357def; }
  .payinfoTab .nav-tabs > li:nth-of-type(6).active > a {
    background-color: #4554ac; }
  .payinfoTab .tab-pane > h4 {
    font: 22px/1.2 "Nanum Barun Gothic";
    margin-top: 30px; }
  .payinfoTab .tab-pane > ul {
    margin-bottom: 20px; }
    .payinfoTab .tab-pane > ul > li {
      font: 16px/1.8 "Nanum Barun Gothic"; }
    .payinfoTab .tab-pane > ul > li::before {
      content: '\25AA';
      color: #333;
      font-size: 16px;
      margin-right: 8px; }
  .payinfoTab .tab-content table tr > th, .payinfoTab .tab-content table tr > td {
    text-align: center;
    vertical-align: middle;
    line-height: 34px; }
  .payinfoTab .tab-content table .memo div:nth-of-type(1) {
    display: inline-block;
    float: left;
    width: 70%;
    text-align: left; }
  .payinfoTab .tab-content table .memo div:nth-of-type(2) {
    display: inline-block;
    float: right; }

@media screen and (max-width: 991px) {
  .payinfoTab {
    margin-top: 0px; }
    .payinfoTab .nav-tabs {
      border-bottom: none; }
      .payinfoTab .nav-tabs > li {
        width: 100%; }
        .payinfoTab .nav-tabs > li > a {
          width: 100%;
          margin-bottom: 10px; }
        .payinfoTab .nav-tabs > li:last-child > a {
          width: 100%; } }
.accountTable th {
  background-color: #357def;
  color: #FFF; }
.accountTable th, .accountTable td {
  text-align: center; }

.sub04-04bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub04-01bg.png");
  background-size: cover;
  background-position: center; }
  .sub04-04bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

@media screen and (max-width: 991px) {
  .sub04-04bg h2 {
    font-size: 30px; } }
.sub05-01bg {
  width: 100%;
  height: 200px;
  background-image: url("../img/sub05-01bg.png");
  background-size: cover;
  background-position: center; }
  .sub05-01bg h2 {
    text-align: center;
    font: 40px/200px "Nanum Barun Gothic";
    color: #FFF;
    margin: 0px; }

.table_notice {
  width: 100%; }
  .table_notice tr > th:nth-child(1) {
    width: 100px; }
  .table_notice tr > th:nth-child(3) {
    width: 200px; }
  .table_notice th {
    text-align: center;
    line-height: 34px; }
  .table_notice tr > td:first-child, .table_notice tr > td:last-child {
    text-align: center; }
  .table_notice tr td {
    position: relative; }
  .table_notice td a {
    text-decoration: none;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%; }
    .table_notice td a:before {
      content: '';
      display: inline-block; }

.table_notice_view > thead > tr > th {
  background-color: #357def;
  color: #FFF;
  line-height: 34px; }
.table_notice_view > thead > tr > th:nth-child(1) {
  text-align: left;
  position: relative;
  width: 90%; }
  .table_notice_view > thead > tr > th:nth-child(1) span {
    text-decoration: none;
    color: #FFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 7px;
    width: 100%; }
    .table_notice_view > thead > tr > th:nth-child(1) span:before {
      content: '';
      display: inline-block; }
.table_notice_view > thead > tr > th:nth-child(2) {
  text-align: right;
  width: 10%; }
.table_notice_view > tbody > tr > td > div {
  text-align: left;
  min-height: 250px; }
  .table_notice_view > tbody > tr > td > div img {
    max-width: 100%; }
.table_notice_view > tfoot > tr > td {
  text-align: right; }

.min300 {
  min-height: 300px; }

.qna .row {
  margin-bottom: 10px; }
  .qna .row label {
    margin-bottom: 0px; }
  .qna .row span {
    color: #FF0000; }
  .qna .row p {
    display: inline-block;
    float: left;
    line-height: 24px; }
  .qna .row p:last-child {
    float: right; }
  .qna .row input[class="cb1"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #DDD;
    cursor: pointer;
    float: inherit; }
  .qna .row .textarea {
    height: 100%; }
  .qna .row textarea {
    min-height: 200px;
    resize: none; }
  .qna .row a.btn {
    padding: 2px;
    border-radius: 2px;
    font-size: 11px;
    background-color: #999;
    color: #FFF; }
  .qna .row::after {
    content: '';
    display: block;
    clear: both; }
.qna div.send {
  text-align: right;
  padding-right: 15px; }

@media screen and (max-width: 991px) {
  .sub05-01bg h2 {
    font-size: 30px; } }
@media screen and (max-width: 767px) {
  .qna div.send > a {
    display: block;
    width: 100%; }

  .table_notice {
    width: 100%; }
    .table_notice tr > th:nth-child(1) {
      width: 50px; }
    .table_notice tr > th:nth-child(3) {
      width: 100px; } }
.login-inner {
  text-align: center; }
  .login-inner img {
    margin: 30px auto;
    display: inline-block; }
  .login-inner h3 {
    font-weight: normal;
    font: 28px/1.4 "Nanum Barun Gothic";
    margin-bottom: 30px; }
    .login-inner h3 strong {
      font-weight: bold;
      font-size: 40px; }
  .login-inner form > .login_box input[type="text"] {
    margin-bottom: 10px; }
  .login-inner form > .login_box input[type="password"] {
    margin-bottom: 20px; }
  .login-inner form > .login_box p {
    display: inline-block;
    margin-top: 10px;
    float: left; }
  .login-inner form > .login_box p:last-child {
    float: right; }
  .login-inner form > .login_box p a {
    color: #333; }
  .login-inner form > .login_box p a:hover {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .login-inner h3 {
    font: 22px/1.4 "Nanum Barun Gothic"; } }
.find_form {
  margin: 50px auto; }
  .find_form h3 {
    text-align: center;
    margin-bottom: 20px; }
  .find_form .col-md-2 {
    padding: 7px 0px; }

/* join */
.joinbox {
  font: 18px/1.2 "Nanum Gothic"; }
  .joinbox textarea {
    resize: none;
    width: 100%;
    padding: 10px;
    color: #333;
    line-height: 1.6; }
  .joinbox .check {
    display: table-cell;
    padding-top: 10px; }
    .joinbox .check input[type="checkbox"] {
      width: 20px;
      height: 20px;
      vertical-align: top;
      margin-right: 10px;
      margin-top: 2px; }
    .joinbox .check span {
      line-height: 10px; }
  .joinbox h5 {
    margin: 10px auto;
    color: #FF0000; }
  .joinbox input[type="text"], .joinbox input[type="password"] {
    display: inline-block;
    width: 200px; }
  .joinbox .txt {
    display: inline-block; }
  .joinbox p {
    margin-bottom: 0px; }
  .joinbox div {
    line-height: 34px; }
  .joinbox input [type="radio"] {
    display: inline-block; }
  .joinbox .form-group {
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 34px;
    border-bottom: 1px solid #DDD;
    vertical-align: bottom; }
  .joinbox .postnum2 input {
    width: 400px; }
  .joinbox select {
    height: 30px;
    margin-top: 4px; }
  .joinbox a.btn {
    margin-left: 10px; }

.joinBtn {
  margin: 30px 0px;
  text-align: center; }
  .joinBtn a:first-child {
    margin-right: 20px; }

.join03 h3 {
  text-align: center;
  font: 36px/1.2 "Nanum Barun Gothic"; }

ul.stepper {
  counter-reset: section;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 14px 0; }

ul.stepper li div {
  padding: 10px 20px;
  text-align: center; }

ul.stepper li div .circle {
  display: inline-block;
  color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px; }

ul.stepper li div .label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.38);
  font: 18px/40px "Nanum Gothic"; }

ul.stepper li.active div .label, ul.stepper li.completed div .label {
  font-weight: 600;
  color: #357def; }

ul.stepper li.active div .circle {
  background-color: #357def; }

.stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.stepper-horizontal li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.stepper-horizontal li div .label {
  margin-top: 20px; }

.stepper-horizontal li:not(:last-child):after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 20px 0 0 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1); }

.stepper-horizontal li:not(:first-child):before {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 20px 0 0 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1); }

/* .stepper-horizontal li:hover {background-color: rgba(0, 0, 0, 0.06);} */
.stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important; }

@media screen and (max-width: 991px) {
  .joinbox .bsnum input {
    width: 100px; }
  .joinbox .postnum2 input {
    width: 400px;
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .joinbox .bsnum input {
    width: 80px; }
  .joinbox .postnum2 input {
    width: 300px; }
  .joinbox a.btn {
    margin-left: 0px; }

  .join03 h3 {
    font: 30px/1.2 "Nanum Barun Gothic"; }

  ul.stepper li div {
    padding: 10px 0px; } }
.leave {
  border: 4px double #DDD;
  margin: 50px auto;
  padding: 20px; }
  .leave h3 {
    margin-top: 70px;
    font: 30px/1.2 "Nanum Gothic";
    font-weight: bold; }
  .leave h4 {
    margin: 30px 0px;
    font: 22px/1.2 "Nanum Barun Gothic"; }
  .leave ul {
    margin: 30px auto; }
  .leave ol li {
    list-style: decimal;
    font: 16px/1.6 "Nanum Barun Gothic";
    list-style-position: inside;
    margin-bottom: 10px; }
  .leave .buttons {
    margin: 70px 0px;
    text-align: center; }

/*# sourceMappingURL=style.css.map */
