@charset "UTF-8";
@import url(./libs/connect.css);
/* 초기화 */
*,
*:before,
*:after {
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  word-break: keep-all; }

/* 시멘틱 요소 블록화 */
header, aside, article, footer, hgroup, menu, nav, section, details, figure, figcaption, main, summary {
  display: block; }

/* 폰트 초기화 */
html {
  font-size: 18px;
  color: #2e2e2e;
  overflow-y: scroll;
  word-wrap: keep-all; }
  @media (max-width: 1024px) {
    html {
      font-size: 14px;
      color: #2e2e2e; } }

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  line-height: 1;
  vertical-align: baseline; }

i {
  display: inline-block; }

strong {
  font-weight: bold; }

/* 링크 초기화 */
a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit; }

/* 블릿 기호 초기화 */
ul, li, ol {
  list-style: none; }

/* 테두리 초기화 */
img, object, embed {
  max-width: 100%; }

img {
  vertical-align: top; }

table {
  width: 100%;
  border-collapse: collapse; }

table caption {
  display: none; }

address {
  font-style: normal; }

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
  vertical-align: middle; }

input, textarea, button, select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

input[type=button], input[type=image], button {
  cursor: pointer; }

/* Chrome의 증가/감소 버튼의 커서 모양을 수정. * `input` 요소의 특정 `font-size` 값에 대해 감소 버튼의 커서 모양이 `default`에서 `text`로 변한다. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/** * OS X의 Safari, Chrome에서 내부(inner) `padding`과 검색 취소 버튼을 제거. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type=text]::-ms-clear {
  display: none; }

input:focus {
  outline: none; }

select:focus {
  outline: none; }

button:focus {
  outline: none; }

/* skipNav */
#skipNav {
  position: relative; }
  #skipNav a {
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background-color: #26292a;
    padding: 0 25px;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px; }
    #skipNav a:focus {
      overflow: hidden;
      top: 0;
      z-index: 101;
      text-decoration: none; }

/* header */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  /* gnb open */
  /* gnb background trans */
  /* gnb */ }
  @media (max-width: 1024px) {
    #header {
      height: 46px; } }
  #header::after {
    content: "";
    display: block;
    clear: both; }
  #header.open #gnb {
    height: 590px; }
  #header.open .gnb_bg {
    height: 501px; }
  #header.trans {
    background-color: transparent;
    border-bottom: none; }
    #header.trans #gnb > ul > li > a {
      color: #fff; }
    #header.trans .menu_user a {
      color: #fff;
      border-color: #fff; }
  #header .gnb_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    background: rgba(0, 0, 0, 0.9); }
  #header .logo {
    position: absolute;
    left: 100px;
    top: 33px; }
    @media (max-width: 1308px) {
      #header .logo {
        left: 20px; } }
    @media (max-width: 1024px) {
      #header .logo {
        position: static;
        width: 100%;
        height: 100%;
        padding-top: 12px; } }
    #header .logo a {
      display: block;
      width: 140px;
      height: 30px; }
      @media (max-width: 1024px) {
        #header .logo a {
          width: 87px;
          height: 14px;
          margin: 0 auto; } }
  #header #gnb {
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    transition: height .5s; }
    @media (max-width: 1024px) {
      #header #gnb {
        display: none;
        position: relative;
        width: 100%;
        height: calc(100vh - 45px);
        margin: 0;
        padding-left: 0;
        background: #fff;
        border-top: 1px solid #666; } }
    #header #gnb > ul {
      font-size: 0;
      text-align: center; }
      #header #gnb > ul > li {
        display: inline-block;
        width: auto;
        vertical-align: top;
        /* sub menu */ }
        @media (max-width: 1024px) {
          #header #gnb > ul > li {
            width: 100%; } }
        @media (max-width: 1024px) {
          #header #gnb > ul > li.current > a {
            color: #00a0e9; } }
        #header #gnb > ul > li.current > a:after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background: #00a0e9;
          position: absolute;
          left: 0;
          top: 98px;
          opacity: 1; }
          @media (max-width: 1024px) {
            #header #gnb > ul > li.current > a:after {
              display: none;
              opacity: 0; } }
        #header #gnb > ul > li > a {
          position: relative;
          display: block;
          height: 100px;
          padding: 0 40px;
          line-height: 100px;
          font-size: 18px;
          color: #000; }
          @media (max-width: 1024px) {
            #header #gnb > ul > li > a {
              height: 45px;
              padding: 0 20px;
              line-height: 45px;
              font-size: 13px;
              color: #000;
              border-bottom: 1px solid #e7e7e7;
              text-align: left; } }
          #header #gnb > ul > li > a:after {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background: #00a0e9;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0;
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1); }
          #header #gnb > ul > li > a:hover {
            color: #00a0e9; }
            #header #gnb > ul > li > a:hover:after {
              width: 100%;
              opacity: 1; }
              @media (max-width: 1024px) {
                #header #gnb > ul > li > a:hover:after {
                  width: 0;
                  opacity: 0; } }
        #header #gnb > ul > li .sub_menu {
          position: relative;
          padding: 19px 0 10px 42px;
          z-index: 100; }
          @media (max-width: 1024px) {
            #header #gnb > ul > li .sub_menu {
              display: none;
              padding: 4px 20px;
              background-color: #efefef; }
              #header #gnb > ul > li .sub_menu:after {
                content: "";
                display: block;
                clear: both; } }
          @media (max-width: 1024px) {
            #header #gnb > ul > li .sub_menu li {
              width: 50%;
              float: left; } }
          #header #gnb > ul > li .sub_menu li a {
            display: block;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            text-align: left; }
            @media (max-width: 1024px) {
              #header #gnb > ul > li .sub_menu li a {
                padding: 10px;
                color: #000;
                font-size: 12px; } }
            #header #gnb > ul > li .sub_menu li a:hover {
              color: #00a0e9; }
  #header .m_menu_user {
    display: none; }
    @media (max-width: 1024px) {
      #header .m_menu_user {
        display: block;
        position: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #003480;
        color: #fff;
        text-align: center;
        line-height: 50px; } }
  #header .menu_user {
    position: absolute;
    right: 100px;
    top: 26px; }
    @media (max-width: 1308px) {
      #header .menu_user {
        right: 20px; } }
    @media (max-width: 1024px) {
      #header .menu_user {
        display: none;
        float: none;
        width: 100%; } }
    #header .menu_user a {
      display: inline-block;
      width: 180px;
      height: 48px;
      line-height: 48px;
      padding: 0 14px;
      font-size: 16px;
      border: 1px solid #2e2e2e;
      text-align: center;
      border-radius: 30px; }
      @media (max-width: 1308px) {
        #header .menu_user a {
          width: 100px; } }
      @media (max-width: 1024px) {
        #header .menu_user a {
          width: 49.6%;
          height: 45px;
          line-height: 45px;
          padding: 0 7px;
          font-size: 12px;
          text-align: center; } }
      #header .menu_user a.bg_yellow {
        background-color: #f5e42a;
        color: #000;
        border-left: #f5e42a; }

/* mobile gnb menu */
.btn_menu_all {
  display: block;
  position: absolute;
  top: 50%;
  right: -64px;
  transform: translateY(-50%);
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .btn_menu_all {
      right: 13px; } }
  .btn_menu_all .bar {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    margin: 5px auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease; }
    @media (max-width: 1024px) {
      .btn_menu_all .bar {
        width: 18px;
        margin: 4px auto; } }
  .btn_menu_all.btn_menu_all_on .top {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg); }
    @media (max-width: 1024px) {
      .btn_menu_all.btn_menu_all_on .top {
        -webkit-transform: translateY(6px) rotateZ(45deg);
        transform: translateY(6px) rotateZ(45deg); } }
  .btn_menu_all.btn_menu_all_on .middle {
    width: 0; }
  .btn_menu_all.btn_menu_all_on .bottom {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    transform: translateY(-7px) rotateZ(-45deg); }
    @media (max-width: 1024px) {
      .btn_menu_all.btn_menu_all_on .bottom {
        -webkit-transform: translateY(-6px) rotateZ(-45deg);
        transform: translateY(-6px) rotateZ(-45deg); } }

/* sub menu */
.sub_menu_wrap {
  height: 61px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f9f9f9; }
  .sub_menu_wrap .sub_menu_inner {
    border-left: 1px solid #d9d9d9; }
    .sub_menu_wrap .sub_menu_inner:after {
      content: "";
      display: block;
      clear: both; }
    .sub_menu_wrap .sub_menu_inner > a {
      display: block;
      float: left;
      width: 60px;
      height: 60px;
      background: url("../images/comm/icon_home.png") no-repeat center center;
      text-indent: -99999em; }
    .sub_menu_wrap .sub_menu_inner > ul {
      float: left;
      border-right: 1px solid #d9d9d9; }
      .sub_menu_wrap .sub_menu_inner > ul:after {
        content: "";
        display: block;
        clear: both; }
      .sub_menu_wrap .sub_menu_inner > ul > li {
        position: relative;
        float: left;
        width: 200px;
        height: 60px;
        line-height: 60px; }
        .sub_menu_wrap .sub_menu_inner > ul > li.on p:after {
          background-image: url("../images/comm/sub_arr_up.png"); }
        .sub_menu_wrap .sub_menu_inner > ul > li.on ul {
          display: block; }
        .sub_menu_wrap .sub_menu_inner > ul > li p {
          position: relative;
          padding-left: 30px;
          border-left: 1px solid #d9d9d9; }
          .sub_menu_wrap .sub_menu_inner > ul > li p:after {
            content: "";
            display: block;
            width: 10px;
            height: 8px;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateX(-50%);
            background: url("../images/comm/sub_arr_down.png") no-repeat center center; }
        .sub_menu_wrap .sub_menu_inner > ul > li ul {
          position: absolute;
          left: 0;
          top: 61px;
          width: 100%;
          background-color: #fff;
          display: none;
          margin-right: -1px; }
          .sub_menu_wrap .sub_menu_inner > ul > li ul li {
            line-height: 40px;
            border: 1px solid #d9d9d9;
            border-top: none; }
            .sub_menu_wrap .sub_menu_inner > ul > li ul li a {
              display: block;
              padding: 0 0 0 30px;
              font-size: 18px;
              color: #666; }
              .sub_menu_wrap .sub_menu_inner > ul > li ul li a:hover {
                background-color: #003480;
                color: #fff; }

/* footer */
#footer {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #373737; }
  @media (max-width: 1400px) {
    #footer {
      height: auto; } }
  #footer .foot_top {
    height: 71px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 1400px) {
      #footer .foot_top {
        height: auto;
        text-align: center;
        border-bottom: none; } }
    #footer .foot_top .foot_link {
      float: left;
      height: 100%;
      font-size: 0; }
      @media (max-width: 1400px) {
        #footer .foot_top .foot_link {
          float: none; } }
      #footer .foot_top .foot_link li {
        display: inline-block; }
        #footer .foot_top .foot_link li:first-child a {
          padding-left: 0; }
          #footer .foot_top .foot_link li:first-child a:before {
            display: none; }
        #footer .foot_top .foot_link li:nth-child(1) a {
          font-weight: bold;
          color: yellow;
        }
        #footer .foot_top .foot_link li a {
          position: relative;
          display: block;
          padding: 0  17px;
          color: #a5a5a5;
          line-height: 70px;
          font-size: 16px; }
          @media (max-width: 1400px) {
            #footer .foot_top .foot_link li a {
              padding: 0  8px;
              line-height: 40px;
              font-size: 10px; } }
          #footer .foot_top .foot_link li a:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 1px;
            height: 12px;
            background: #d3d3d4; }
    #footer .foot_top .family_site {
      float: right;
      width: 200px;
      padding-top: 10px; }
      @media (max-width: 1400px) {
        #footer .foot_top .family_site {
          float: none;
          width: 100%;
          padding-top: 10px; } }
      #footer .foot_top .family_site .select {
        height: 50px;
        border-radius: 0;
        color: #c5c5c5; }
        @media (max-width: 1400px) {
          #footer .foot_top .family_site .select {
            height: 40px; } }
        #footer .foot_top .family_site .select option {
          color: #000; }
  #footer .foot_btm {
    padding: 51px 0 60px;
    font-size: 14px;
    color: #a5a5a5; }
    @media (max-width: 1400px) {
      #footer .foot_btm {
        padding: 15px 0 21px;
        text-align: center;
        font-size: 10px; } }
    #footer .foot_btm .foot_info {
      float: left;
      line-height: 1.7; }
      @media (max-width: 1400px) {
        #footer .foot_btm .foot_info {
          float: none; } }
    #footer .foot_btm:after {
      content: "";
      display: block;
      clear: both; }
    #footer .foot_btm .flt_r {
      text-align: right;
      margin-top: 12px; }
      @media (max-width: 1400px) {
        #footer .foot_btm .flt_r {
          float: none;
          padding: 39px 0 70px;
          text-align: center;
          margin-top: 0 } }
      #footer .foot_btm .flt_r .sns {
        font-size: 0;
        margin: 6px auto 46px; }
        @media (max-width: 1400px) {
          #footer .foot_btm .flt_r .sns {
            margin: 0 auto 40px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            top: auto;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); } }
        #footer .foot_btm .flt_r .sns li {
          display: inline-block;
          margin-left: 18px; }
          #footer .foot_btm .flt_r .sns li a {
            display: block;
            width: 30px;
            height: 30px;
            color: transparent;
            background-repeat: no-repeat;
            background-position: center top; }
            @media (max-width: 1400px) {
              #footer .foot_btm .flt_r .sns li a {
                width: 23px;
                height: 23px;
                background-size: 23px auto; } }
          @media (max-width: 1400px) {
            #footer .foot_btm .flt_r .sns li:first-child {
              margin-left: 0; } }
          #footer .foot_btm .flt_r .sns li:first-child a {
            background-image: url("../images/comm/icon_blog.png"); }
          #footer .foot_btm .flt_r .sns li:nth-child(2) a {
            background-image: url("../images/comm/icon_insta.png"); }
          #footer .foot_btm .flt_r .sns li:nth-child(3) a {
            background-image: url("../images/comm/icon_cacaopage.png"); }
          #footer .foot_btm .flt_r .sns li:nth-child(4) a {
            background-image: url("../images/comm/icon_youtube.png"); }
      #footer .foot_btm .flt_r .copylight {
        margin-top: 10px; }

/* 텍스트 줄바꿈 */
.break_normal {
  word-break: normal; }

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

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

.word_break {
  word-wrap: break-word; }

/* 텍스트 정렬 */
.al_l {
  text-align: left !important; }

.al_c {
  text-align: center !important; }

.al_r {
  text-align: right !important; }

.al_j {
  text-align: justify !important; }

/* 대,소문자 */
.en_lo {
  text-transform: lowercase; }

.en_up {
  text-transform: uppercase; }

.en_ca {
  text-transform: capitalize; }

.fnt_Dream {
  font-family: 'S CoreDream', sans-serif; }

.fnt_open {
  font-family: 'Open Sans', sans-serif; }

.fnt_w_100 {
  font-weight: 100; }

.fnt_w_900 {
  font-weight: 900; }

.fnt_w_l {
  font-weight: lighter; }

.fnt_w_n {
  font-weight: normal; }

.fnt_w_b {
  font-weight: bold; }

h1 {
  font-size: 18px;
  word-break: keep-all; }

h2 {
  word-break: keep-all; }

h3 {
  word-break: keep-all; }

h4 {
  word-break: keep-all; }

h5 {
  word-break: keep-all; }

h6 {
  word-break: keep-all; }

p {
  word-break: keep-all; }

.inp_ch, .inp_ra {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .inp_ch + label, .inp_ra + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 16px;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .inp_ch + label, .inp_ra + label {
        font-size: 13px; } }
    .inp_ch + label::before, .inp_ra + label::before {
      content: ' ';
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 19px;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #d6d6d6;
      background-color: #fff; }
      @media (max-width: 1024px) {
        .inp_ch + label::before, .inp_ra + label::before {
          width: 16px;
          height: 16px;
          margin: -3px 8px 0 0;
          line-height: 14px; } }
  .inp_ch:checked + label::before, .inp_ra:checked + label::before {
    content: '\2714';
    background-position: -49px -4px;
    font-size: 12px; }
    @media (max-width: 1024px) {
      .inp_ch:checked + label::before, .inp_ra:checked + label::before {
        font-size: 10px; } }

.inp_ra + label::before {
  border-radius: 50%; }

.inp_txt {
  width: 100%;
  height: 60px;
  border: 1px solid #d6d6d6;
  padding: 0 10px;
  background-color: #fff; }
  @media (max-width: 1024px) {
    .inp_txt {
      height: 36px;
      padding: 0 5px; } }

.select {
  width: 100%;
  /* 원하는 너비설정 */
  height: 38px;
  padding: 5px 10px;
  /* 여백으로 높이 설정 */
  font-family: inherit;
  /* 폰트 상속 */
  background: url("../images/comm/select_arrow.png") no-repeat 95% 50%;
  /* 네이티브 화살표를 커스텀 화살표로 대체 */
  border: 1px solid #ced4da;
  color: #495057;
  border-radius: .25rem;
  /* iOS 둥근모서리 제거 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none; }
  .select::-ms-expand {
    display: none; }

.select_email {
  width: 100%;
  /* 원하는 너비설정 */
  height: 60px;
  padding: 0 10px;
  /* 여백으로 높이 설정 */
  background: url("../images/comm/icon_custom_select_arrow.png") no-repeat 95% 50%;
  /* 네이티브 화살표를 커스텀 화살표로 대체 */
  border: 1px solid #d6d6d6;
  padding: 0 20px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  border-radius: 0;
  /* iOS 둥근모서리 제거 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none; }
  .select_email::-ms-expand {
    display: none; }
  @media (max-width: 1024px) {
    .select_email {
      height: 36px;
      padding: 0 7px;
      background-size: 9px;
      font-size: 13px; } }

textarea {
  width: 100%;
  height: 340px;
  border: 1px solid #d6d6d6;
  padding: 10px;
  background-color: #fff;
  line-height: 1.75;
  resize: none; }
  @media (max-width: 1024px) {
    textarea {
      height: 200px;
      padding: 5px;
      line-height: 1.5; } }

.con_siz {
  max-width: 1400px;
  margin: 0 auto; }

.dim_con {
  position: fixed;
  top: 50%;
  right: 50;
  transform: translate(-50%, -50%);
  z-index: 500; }

.dim_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.8); }

.blind {
  display: none;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  outline: none; }

.flt_clr::after {
  content: '';
  clear: both;
  display: block; }

.flt_l {
  float: left; }

.flt_r {
  float: right; }

.img_option {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.screen_pc {
  display: block !important; }

.screen_mb {
  display: none !important; }

/* arrow < > */
.arrow1_u {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000; }

.arrow1_d {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000; }

.arrow1_l {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #000; }

.arrow1_r {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000; }

.arrow1_d {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid #000;
  border-right: 0 solid #000; }

.arrow1_dr {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid #000;
  border-right: 6px solid #000; }

.arrow1_ul {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #c92228;
  border-right: 0 solid #c92228; }

.arrow1_ur {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 0 solid #000;
  border-right: 6px solid #000; }

/* arrow >> */
.arrow2 {
  width: 15px;
  height: 15px;
  border: 1px solid tomato;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg); }
  .arrow2::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid tomato;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    transform: translate(5px, -6px); }

/* arrow -> */
.arrow3 {
  position: relative;
  height: 0px;
  width: 0px;
  border: 12px solid;
  border-color: darkcyan darkcyan transparent	transparent;
  transform: rotate(45deg); }
  .arrow3::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 12px;
    width: 16px;
    background-color: darkcyan;
    transform: rotate(-45deg) translate(2px, 1px); }

/* hamburger icon */
.btn_hamburger {
  width: auto;
  margin: 0 auto;
  transition: all .7s ease;
  cursor: pointer; }
  .btn_hamburger .bar {
    width: 50px;
    height: 5px;
    background-color: #6FFFE9;
    margin: 10px auto;
    transition: all .7s ease;
    display: block; }
  .btn_hamburger:hover .bar {
    background-color: #f92c8c; }
  .btn_hamburger:hover .top {
    transform: translateY(15px) rotateZ(45deg); }
  .btn_hamburger:hover .middle {
    width: 0; }
  .btn_hamburger:hover .bottom {
    transform: translateY(-15px) rotateZ(-45deg); }

/* plus icon */
.btn_plus {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .btn_plus {
      width: 17px;
      height: 17px; } }
  .btn_plus::before, .btn_plus::after {
    content: '';
    position: absolute;
    background-color: #666;
    transition: transform 0.25s ease-out; }
  .btn_plus::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px; }
  .btn_plus::after {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px; }

/* 한줄일 때 말줄임표 */
.txt_over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* 두 줄 이상일 경우 */
.txt_multi {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 2.2em;
  height: 4.4em; }

.col_red {
  color: #d92127; }

.col_blue {
  color: #003480; }

.col_yellow {
  color: #f5e42a; }

/* 테이블 */
::placeholder {
  color: #bfbfcd; }

::webkit-input-placeholder {
  color: #bfbfcd; }

:-ms-input-placeholder {
  color: #bfbfcd; }

:-moz-placeholder {
  color: #bfbfcd; }

@media (max-width: 1024px) {
  /*1024px 미디어 시작*/
  .screen_pc {
    display: none !important; }
  .screen_mb {
    display: block !important; } }

/*1024px 미디어 끝*/
/* 추가 */
/* layout */
#container {
  width: 100%;
  min-height: 900px;
  padding-top: 100px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #container {
      padding-top: 45px;
      min-height: 500px; } }

/* 페이징 */
.paging {
  margin-top: 60px;
  text-align: center; }
  @media (max-width: 1024px) {
    .paging {
      margin-top: 40px; } }
  .paging .paging_in {
    display: inline-block; }
    .paging .paging_in a {
      display: inline-block;
      width: 30px;
      height: 36px;
      line-height: 36px;
      font-weight: 300;
      color: #666;
      text-align: center;
      vertical-align: top; }
      @media (max-width: 1024px) {
        .paging .paging_in a {
          width: 24px;
          height: 30px;
          line-height: 30px; } }
      .paging .paging_in a.paging_on {
        color: #003480;
        font-weight: 500; }

.arrow_comm .prev, .arrow_comm .next {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border: 1px solid #666;
  text-align: center;
  cursor: pointer;
  background: url("../images/comm/icon_paging_arrow.png") no-repeat center;
  transform: rotate(180deg); }
  @media (max-width: 1024px) {
    .arrow_comm .prev, .arrow_comm .next {
      width: 30px;
      height: 30px;
      margin-right: 10px; } }
  .arrow_comm .prev::after, .arrow_comm .next::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .arrow_comm .prev.arrow_on, .arrow_comm .arrow_on.next {
    background: url("../images/comm/icon_paging_arrow_on.png") no-repeat center;
    background-color: #003480;
    border: 1px solid #003480; }

.arrow_comm .next {
  margin-right: 0;
  margin-left: 10px;
  transform: rotate(0); }

.fromBottomIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
  position: relative;
  z-index: 99; }

.fromBottomOut {
  transform: translate(0, 30px);
  opacity: 0;
  position: relative;
  z-index: 99; }

.visible {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translateY(0, 0);
  opacity: 1;
  position: relative;
  z-index: 99; }

.invisible {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 50px);
  opacity: 0;
  position: relative;
  z-index: 99; }

/* policy */
/* privacy */
.sub-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  padding: 80px 0 100px 0;
  min-height: calc(100vh - 260px - 232px); }

@media screen and (max-width: 1024px) {
  .sub-inner {
    padding: 73px 13px 50px 13px;
    min-height: auto; }
  .sub-inner.pt90 {
    padding-top: 85px; } }

.sub-tit {
  text-align: center;
  position: relative; }

.sub-tit h2 {
  font-size: 48px;
  font-weight: 500;
  color: #222;
  position: relative;
  line-height: 1;
  margin-bottom: 60px; }

.sub-tit .is-depth {
  display: none; }

.sub-tit.is-stit h2 {
  margin-bottom: 25px; }

@media screen and (max-width: 1024px) {
  .sub-tit {
    margin: 0;
    text-align: left;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 43px;
    width: 100%; }
  .sub-tit h2 {
    cursor: pointer;
    font-size: 23px;
    padding: 26px 13px 24px 13px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid #cbcbcb; }
  .sub-tit h2.is-no-depth:after {
    display: none; }
  .sub-tit h2:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 23px;
    position: absolute;
    right: 13px;
    font-weight: normal;
    top: 25px; }
  .sub-tit.is-sub-open h2 {
    background: white;
    border-bottom: none; }
  .sub-tit.is-sub-open h2:after {
    content: "\f106"; }
  .sub-tit.is-sub-open .is-depth {
    display: block; }
  .sub-tit .is-depth {
    position: fixed;
    left: 0;
    width: 100%;
    top: 100px;
    background: #fff; }
  .sub-tit .is-depth ul {
    padding: 0 40px 20px 40px; }
  .sub-tit .is-depth li {
    border-bottom: 1px solid #d9d9d9; }
  .sub-tit .is-depth li:last-of-type {
    border-bottom: 0; }
  .sub-tit .is-depth li:hover a, .sub-tit .is-depth li.selected a {
    color: #3293d3; }
  .sub-tit .is-depth li a {
    font-size: 13px;
    line-height: 45px;
    color: #363636; }
  .sub-tit.is-stit h2 {
    margin-bottom: 0;
    padding: 26px 13px 24px 13px; }
  .sub-tit.is-stit p.stit {
    margin-bottom: 0;
    display: none; } }

.terms-tit {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.1rem;
  color: #222;
  margin-bottom: 20px; }

.terms-tit select {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0px 10px 20px;
  background: #fff;
  border: 1px solid #c0c8d4;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  width: 250px;
  letter-spacing: -0.08rem; }

@media screen and (max-width: 1024px) {
  .terms-tit select {
    font-size: 12px;
    padding: 5px 0 5px 10px; } }

@media screen and (max-width: 1024px) {
  .terms-tit {
    padding-top: 45px;
    font-size: 15px;
    margin-bottom: 10px; }
  .terms-tit select {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/selectbox_arrow.png) no-repeat right center;
    background-size: 14px 2.5px !important;
    border: 1px solid #c0c8d4; } }

.tal_type {
  border: 1px solid #dee2e6;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.tal_type td, .tal_type th {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
  line-height: 1.3; }

.tal_type thead td, .tal_type thead th {
  font-size: 16px; }

.tal_type th {
  text-align: center; }

.tal_type tbody td {
  border-top: none;
  font-size: 16px;
  background-color: #fff;
  vertical-align: middle; }

th {
  text-align: inherit;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.terms-info {
  font-size: 14px;
  color: #767676;
  font-weight: 300;
  margin-bottom: 50px; }

@media screen and (max-width: 1024px) {
  .terms-info {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 25px;
    word-break: keep-all; } }

.terms-list {
  border-top: 2px solid #222; }

.terms-list li dt {
  padding: 18px 60px 18px 20px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #dee3eb; }

.terms-list li dt:after {
  content: "";
  background: url(../images/comm/arr_down.png) no-repeat center top;
  height: 13px;
  color: #222;
  position: absolute;
  font-size: 50px;
  width: 60px;
  right: 0;
  text-align: center;
  line-height: 1;
  top: 25px; }

.terms-list li dd {
  border-bottom: 1px solid #dee3eb;
  padding: 20px;
  background: #f7f7f7;
  display: none; }

.terms-list li dd p {
  font-size: 14px;
  color: #767676;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.8; }

.terms-list li dd p:last-of-type {
  margin-bottom: 0; }

.terms-list li dd p.mb5 {
  margin-bottom: 5px; }

.terms-list li .is-open dt:after {
  background: url(../images/comm/arr_up.png) no-repeat center top; }

.terms-list li.is-open dd {
  display: block; }

@media screen and (max-width: 1024px) {
  .terms-list li dt {
    padding: 10px 30px 8px 10px;
    font-size: 13px; }
  .terms-list li dt:after {
    content: "";
    background: url(../images/comm/arr_down.png) no-repeat center top;
    -webkit-background-size: 13px 7px;
    -moz-background-size: 13px 7px;
    -ms-background-size: 13px 7px;
    -o-background-size: 13px 7px;
    background-size: 13px 7px;
    height: 7px;
    width: 30px;
    top: 14px; }
  .terms-list li dd {
    padding: 10px; }
  .terms-list li dd p {
    font-size: 12px;
    margin-bottom: 8px; }
  .terms-list li dd p.mb5 {
    margin-bottom: 3px; }
  .terms-list li.is-open dt:after {
    background: url(../images/comm/arr_up.png) no-repeat center top;
    -webkit-background-size: 13px 7px;
    -moz-background-size: 13px 7px;
    -ms-background-size: 13px 7px;
    -o-background-size: 13px 7px;
    background-size: 13px 7px; } }

.terms-date {
  font-size: 14px;
  color: #767676;
  font-weight: 300;
  margin-top: 10px; }

@media screen and (max-width: 1024px) {
  .terms-date {
    font-size: 12px; } }

/* terms */
.terms-box h3 {
  font-size: 24px;
  color: #222;
  font-weight: 500;
  margin: 40px 0 20px 0; }

.terms-box ol li {
  font-size: 18px;
  color: #767676;
  font-weight: 300;
  line-height: 1.8; }

.terms-box p {
  font-size: 16px;
  color: #767676;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.8; }

@media screen and (max-width: 1024px) {
  .terms-box h4 {
    font-size: 18px;
    margin: 5px 0 10px 0; }
  .terms-box p {
    font-size: 12px;
    margin-bottom: 10px; } }

/* floating */
.floating_kakao {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  width: 70px;
  height: 70px;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: 1.7px 11.9px 27px 0 rgba(0, 0, 0, 0.19);
  background-color: #ffe800;
  text-align: center; }
  @media (max-width: 1024px) {
    .floating_kakao {
      bottom: 20px;
      right: 20px; }
  }
  .floating_kakao i img {
    width: 30px; }
  .floating_kakao p {
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.11;
    letter-spacing: -0.45px;
    color: #3a2020;
    font-size: 12px; }

    
    
.select_privacy {
  width: 300px;
  /* 원하는 너비설정 */
  height: 38px;
  padding: 5px 10px;
  /* 여백으로 높이 설정 */
  font-family: inherit;
  font-size: smaller;
  /* 폰트 상속 */
  background: url("../images/comm/select_arrow.png") no-repeat 95% 50%;
  /* 네이티브 화살표를 커스텀 화살표로 대체 */
  border: 1px solid #ced4da;
  color: #495057;
  border-radius: .25rem;
  /* iOS 둥근모서리 제거 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none; }
  .select_privacy::-ms-expand {
    display: none; }
    
ol.pr_images { text-align:center; }
ol.pr_images li { display:inline-block; text-align:center; padding: 0 5% 3% 5%; width: 18%; height: 15%; font-size:1em;}
ol.pr_images li img { height: 100%; width: 100%; margin-bottom:5px; }