html {
  font-family: 'Roboto';
  font-weight: normal;
  background: #ffffff;
  font-weight: 300;
  height: 100%;
  line-height: 1.4; }

html,
body {
  overflow-x: hidden; }

body {
  font-family: 'Roboto';
  min-height: 100vh;
  font-size: 18px; }

::-moz-selection {
  text-shadow: none; }

::selection {
  text-shadow: none; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

textarea {
  resize: none; }

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

a {
  text-decoration: none; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.o-hidden {
  overflow: hidden;
  height: 100%; }

@media (min-width: 1055px) {
  .container {
    max-width: 1054px; } }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'NanumGothic';
  src: url("../fonts/NanumGothic.woff2") format("woff2"), url("../fonts/NanumGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NanumGothic';
  src: url("../fonts/NanumGothicBold.woff2") format("woff2"), url("../fonts/NanumGothicBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.nav-icon {
  width: 40px;
  height: 27px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  .nav-icon:hover {
    cursor: pointer; }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .nav-icon span:nth-child(even) {
      left: 50%;
      -webkit-border-radius: 0 9px 9px 0;
              border-radius: 0 9px 9px 0; }
    .nav-icon span:nth-child(odd) {
      left: 0px;
      -webkit-border-radius: 9px 0 0 9px;
              border-radius: 9px 0 0 9px; }
    .nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
      top: 0px; }
    .nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
      top: 12px; }
    .nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
      top: 24px; }
  .nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-icon.open span:nth-child(1) {
    top: 7px;
    left: 5px; }
  .nav-icon.open span:nth-child(2) {
    top: 7px;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px); }
  .nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .nav-icon.open span:nth-child(5) {
    top: 29px;
    left: 5px; }
  .nav-icon.open span:nth-child(6) {
    top: 29px;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px); }

.c-main-header {
  position: relative;
  height: 100px;
  background: #3669b4;
  background: -webkit-linear-gradient(left, #3669b4 0%, #0f94b4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3669b4), to(#0f94b4));
  background: -o-linear-gradient(left, #3669b4 0%, #0f94b4 100%);
  background: linear-gradient(to right, #3669b4 0%, #0f94b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3669b4', endColorstr='#0f94b4', GradientType=1); }
  .c-main-header .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-main-header .header-content .h-menu {
      width: 50px; }
    .c-main-header .header-content .page-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
      .c-main-header .header-content .page-title .title-icons {
        margin-right: 13px; }
        @media (max-width: 767px) {
          .c-main-header .header-content .page-title .title-icons {
            margin-right: 6px; } }
        @media (max-width: 767px) {
          .c-main-header .header-content .page-title .title-icons img {
            max-width: 80%; } }
      .c-main-header .header-content .page-title .title-name {
        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; }
        .c-main-header .header-content .page-title .title-name h1 {
          font-family: 'NanumGothic';
          color: #ffffff;
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .c-main-header .header-content .page-title .title-name h1 {
              font-size: 14px; } }

.sec-btn {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .sec-btn {
      margin-top: 30px; } }
  .sec-btn .btn-img {
    width: 210px;
    margin: 0 15px;
    text-align: center;
    background: #F9F9F9;
    padding: 15px 0;
    height: 120px;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
    .sec-btn .btn-img span {
      display: block;
      font-size: 16px;
      color: #000;
      margin-top: 10px; }
    .sec-btn .btn-img:hover {
      text-decoration: none;
      background: #f0f0f0; }

.male-model-complain {
  position: relative;
  min-height: 394px;
  background-image: url("../img/bg/grid-box.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #f9f9f9; }
  @media (max-width: 767px) {
    .male-model-complain {
      min-height: 100%; } }
  .male-model-complain .male-img {
    position: relative;
    max-width: 592px;
    margin: 0 auto;
    text-align: center; }
    .male-model-complain .male-img img {
      max-width: 100%; }

.c-side-nav {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0px;
  padding: 110px 0 0px;
  background-color: #2A5692;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  z-index: 4; }
  .c-side-nav .bg-side-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.26); }
  .c-side-nav.is--open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .c-side-nav .btnBack {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 15px;
    text-transform: uppercase; }
    .c-side-nav .btnBack .tosvg {
      width: 11px;
      height: 11px;
      margin-right: 3px;
      vertical-align: middle; }
      .c-side-nav .btnBack .tosvg.flipRight {
        margin: 0;
        width: 12px;
        height: 16px;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .c-side-nav .btnBack span {
      display: inline-block;
      vertical-align: middle;
      line-height: 18px; }
  .c-side-nav .c-side-menu {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .c-side-nav .c-side-menu .c-menuWrapper {
      width: 100%; }
      .c-side-nav .c-side-menu .c-menuWrapper .c-menuList {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 10px; }
        .c-side-nav .c-side-menu .c-menuWrapper .c-menuList li {
          color: #ffffff;
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border-bottom: 1px solid #fff;
          border-left: 5px solid #fff;
          margin-bottom: 20px; }
          .c-side-nav .c-side-menu .c-menuWrapper .c-menuList li a {
            color: #ffffff;
            display: block;
            font-size: 18px;
            padding: 3px 38px 8px;
            text-transform: capitalize;
            -webkit-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease; }
            @media (max-width: 767px) {
              .c-side-nav .c-side-menu .c-menuWrapper .c-menuList li a {
                font-size: 16px; } }
            .c-side-nav .c-side-menu .c-menuWrapper .c-menuList li a span {
              display: inline-block;
              vertical-align: middle; }
          .c-side-nav .c-side-menu .c-menuWrapper .c-menuList li:hover a {
            color: #ffffff; }
  @media (max-width: 575px) {
    .c-side-nav {
      width: 275px; }
      .c-side-nav .c-side-menu .c-menuWrapper .c-menuList li a {
        padding: 5px 15px 8px; } }
  @media (max-height: 480px) {
    .c-side-nav .c-side-menu .c-menuWrapper .c-menuList li a {
      padding: 8px 15px; } }

.defaultOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden; }
  .is--menu .defaultOverlay {
    opacity: 1;
    visibility: visible; }
