@charset "euc-kr";

@font-face {
  font-family: 'KHNPHD';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KHNPHD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Thin';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Light';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Medium";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-ExtraBold";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-style: normal;
}

/*
Pretendard-Thin
Pretendard-ExtraLight
Pretendard-Light
Pretendard-Regular
Pretendard-Medium
Pretendard-SemiBold
Pretendard-Bold
Pretendard-ExtraBold
Pretendard-Black
*/
@font-face {
  font-family: 'Chosunilbo_myungjo';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

p, a, h1, h2, h3, h4, h5, h6 {
  transform: skew(-0.001deg);
  letter-spacing: -1px;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

html {
  outline: none;
  font-family: 'Pretendard-Regular';
  font-style: normal;
  color: #232323;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
  font-family: 'Pretendard-Regular';
  font-style: normal;
  color: #232323;
  height: auto;
  width: 100%;
  letter-spacing: -1px;
  font-size: 14px;
  background-color: #f4f0ec;
}

form {
  color: #232323;
}

textarea {
  color: #232323;
}

b {
  font-weight: 600;
}

a:link {
  color: #232323;
  text-decoration: none;
}

a:visited {
  color: #232323;
  text-decoration: none;
}

a:active {
  color: #232323;
  text-decoration: none;
}

a:hover {
  color: #232323;
  text-decoration: none;
  cursor: pointer;
}

a {
  outline: none;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* * {-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;} */
@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 */
  #wrapper {
    z-index: 2;
    min-width: 1600px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #f4f0ec;
    overflow: hidden;
  }

  #quick_m {
    display: none;
  }

  #quick {
    position: absolute;
    z-index: 2;
    right: 0px;
    transition: 0.3s;
  }

  #quick .quick_box {
    position: relative;
    z-index: 2;
    transition: 0.3s;
    box-shadow: 0px 0px 10px -5px #5a5a5a;
    background: #fff;
    overflow: hidden;
    padding: 0px 0 0px;
    border-radius: 20px 0 0 20px;
  }

  #quick .quick_box>a {
    display: block;
    padding-right: 20px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
  }

  #quick .quick_box>a:hover {
    background: #613274;
    color: #fff;
  }

  #quick .quick_box>a .img {
    display: inline-block;
    width: 80px;
    text-align: center;
  }

  #quick .quick_box>a img {
    vertical-align: middle;
    transition: 0.3s;
	height:30px;
  }

  #quick .quick_box>a:hover img {
    filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(207deg) brightness(106%) contrast(105%);
  }

  #quick:hover {
    right: 0px !important;
  }

 #top_go {
    text-align: center;
    transition: all 0.3s;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 30;
    box-shadow: 0px 0px 10px -5px #5a5a5a;
    background: #fff;
    overflow: hidden;
    padding: 15px 0;
	`ext-align:center;
	width:80px;

    border-radius: 20px 0 0 20px;
  }



  #top_go:hover {
    background: #613274;
    transition: 0.3s;
  }

  #top_go img {
    cursor: pointer;
    width: 35px;
  }

  #top_go:hover img {
    transform: scale(1.1);
    filter: invert(100%);
    transition: 0.3s;
  }




  header.firstheader {
    position: absolute;
    z-index: 100;
    width: 100%;
  }

  /*°øÅë ¹öÆ°*/

  

  footer {
  border-top: 5px solid #efefef;
   
        position: relative;
        z-index: 1;
  }




  footer .footer {
    width: 1500px;

    padding: 100px 0 100px;
    margin: 0 auto;
        position: relative;
        z-index: 1;
  }





  footer .footer .left  {
    float: left;
  }

  footer .footer .left .etc_link {
    margin-bottom: 40px;
    text-align: left;
  }

  footer .footer .left .etc_link li {
    display: inline-block;
    margin-right: 20px;
  }

  footer .footer .left .etc_link li a {
    font-size: 20px;
  }

  footer .footer .left p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }

  footer .footer .right {
    float: right;
    text-align: right;
    font-size: 18px;
    line-height: 28px;
  }

  footer .footer .right .logo {
    width: 225px;
    margin-bottom: 50px;
  }

  footer .footer .right .sns_link {
    display: inline-block;
  }

  footer .footer .right .sns_link li {
    display: inline-block;
    margin-right: 25px;
  }

  footer .footer .right .sns_link li:last-child {
    margin-right: 0px;
  }

  footer .footer .right .sns_link li a {
    transition: 0.3s;
    display: inline-block;
  }

  footer .footer .right .sns_link li a:hover {
    transform: scale(1.1);
  }

  footer .footer .right .sns_link li img {
    height: 35px;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  .left_mv {
    opacity: 0;
    position: relative;
  }

  .right_mv {
    opacity: 0;
    position: relative;
  }

  .top_mv {
    opacity: 0;
    position: relative;
  }

  .bottom_mv {
    opacity: 0;
    position: relative;
  }

  .left_mv_li {
    opacity: 0;
    position: relative;
  }

  .right_mv_li {
    opacity: 0;
    position: relative;
  }

  .top_mv_li {
    opacity: 0;
    position: relative;
  }

  .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  .left_mv_li_s {
    opacity: 0;
    position: relative;
  }

  .right_mv_li_s {
    opacity: 0;
    position: relative;
  }

  .top_mv_li_s {
    opacity: 0;
    position: relative;
  }

  .bottom_mv_li_s {
    opacity: 0;
    position: relative;
  }



  .bg_mv {
    position: relative;
	transform:scale(1.1);
  }

  .left_mv_on {
    animation: left_mv_on 1s forwards;
  }

  .right_mv_on {
    animation: right_mv_on 1s forwards;
  }

  .top_mv_on {
    animation: top_mv_on 1s forwards;
  }

  .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }


  .bg_mv_on {
    animation: bg_mv_on 2s forwards;
  }

  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #2f3542;
  }

  ::-webkit-scrollbar-track {
    background-color: #ccc;
  }


/* À¥Å¶ ±â¹Ý ºê¶ó¿ìÀú¿ë Ä¿½ºÅÒ ½ºÅ©·Ñ¹Ù */
::-webkit-scrollbar {
    width: 5px; /* ½ºÅ©·Ñ¹Ù ³Êºñ */
    background-color: #2f3542; /* ½ºÅ©·Ñ ¿µ¿ª ¹è°æ */
}

::-webkit-scrollbar-thumb {
    background-color:  #2f3542; /* ½ºÅ©·Ñ¹Ù »ö»ó */
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: #ccc; /* ½ºÅ©·Ñ Æ®·¢ ¹è°æ */
}




  * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-3dLight-Color: #ddd;
    scrollbar-arrow-color: #bbb;
    scrollbar-base-color: #ddd;
    scrollbar-Face-Color: #232323;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b232323a;
    scrollbar-Shadow-Color: transparent;
  }
}

@media (max-width:1199px) {

  /* ÃÖ¼Ò 1199px */
  #wrapper {z-index: 2;
    min-width: 375px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #f4f0ec;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index: 100;
    width: 100%;
  }

  #quick_m {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 30;
    width: 100%;
    font-size: 0px;
    background: rgb(199 199 199 / 60%);
  }

  #quick_m a {
    width: 50%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    padding: 0px 10px 0px 55px;
    position: relative;
  }

  #quick_m a:hover {
    background: #0095da;
  }

  #quick_m a .img {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 5px;
    top: 0px;
    display: inline-block;
    text-align: center;
  }

  #quick_m a .img img {
    vertical-align: middle;
	height:25px;
  }

  #quick_m a:last-child {
    border-left: 0;
  }

  #quick {
    display: none !important;
  }

  #top_go {
    text-align: center;
    transition: all 0.3s;
    position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 30;
    box-shadow: 0px 0px 10px -5px #5a5a5a;
    background: #fff;
    overflow: hidden;
    padding: 15px;
    border-radius: 20px 0 0 20px;
  }

  #top_go:hover {
    background: #613274;
    transition: 0.3s;
  }

  #top_go img {
    cursor: pointer;
    width: 30px;
  }

  #top_go:hover img {
    transform: scale(1.1);
    filter: invert(100%);
    transition: 0.3s;
  }

  /*°øÅë ¹öÆ°*/
  




  footer {
  border-top: 2px solid #efefef;

        position: relative;
        z-index: 1;
  }






  footer .footer {
    width: 90%;
    padding: 60px 0 80px;
    margin: 0 auto;
  }

  footer .footer .right {
    margin-bottom: 50px;
    text-align: right;
  }

  footer .footer .right .logo {
    width: 175px;
    display: inline-block;
    margin-bottom: 20px;
  }

  footer .footer .right .sns_link {
    text-align: right;
  }

  footer .footer .right .sns_link li {
    display: inline-block;
    margin-right: 25px;
  }

  footer .footer .right .sns_link li:last-child {
    margin-right: 0px;
  }

  footer .footer .right .sns_link li a {
    transition: 0.3s;
    display: inline-block;
  }

  footer .footer .right .sns_link li a:hover {
    transform: scale(1.1);
  }

  footer .footer .right .sns_link li img {
    height: 35px;
  }

  footer .footer .left .etc_link {
    margin-bottom: 30px;
    text-align: left;
  }

  footer .footer .left .etc_link li {
    display: inline-block;
    margin-right: 15px;
  }

  footer .footer .left .etc_link li a {
    font-size: 14px;
  }

  footer .footer .left p {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  .left_mv {
    opacity: 0;
    position: relative;
  }

  .right_mv {
    opacity: 0;
    position: relative;
  }

  .top_mv {
    opacity: 0;
    position: relative;
  }

  .bottom_mv {
    opacity: 0;
    position: relative;
  }

  .left_mv_li {
    opacity: 0;
    position: relative;
  }

  .right_mv_li {
    opacity: 0;
    position: relative;
  }

  .top_mv_li {
    opacity: 0;
    position: relative;
  }

  .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  .left_mv_li_s {
    opacity: 0;
    position: relative;
  }

  .right_mv_li_s {
    opacity: 0;
    position: relative;
  }

  .top_mv_li_s {
    opacity: 0;
    position: relative;
  }

  .bottom_mv_li_s {
    opacity: 0;
    position: relative;
  }

  .bg_mv {
    transform:scale(1.1);
    position: relative;
  }

  .left_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  .right_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  .top_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }


  .bg_mv_on {
    animation: bg_mv_on 2s forwards;
  }

  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #2f3542;
  }

  ::-webkit-scrollbar-track {
    background-color: #ccc;
  }

  * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-3dLight-Color: #ddd;
    scrollbar-arrow-color: #bbb;
    scrollbar-base-color: #ddd;
    scrollbar-Face-Color: #232323;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b232323a;
    scrollbar-Shadow-Color: transparent;
  }

  /* ÅåÇÃ·¯½º */
  #tocplusWindow {
    position: fixed !important;
    top: inherit !important;
    bottom: 0px;
    left: inherit !important;
    right: 30px;
    bottom: 30px;
  }
}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
::-moz-selection {
  background: #232323;
  color: #fff;
}

::selection {
  background: #232323;
  color: #fff;
}

.liner {
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c_point {
  color: #232323232323;
  font-size: 25px;
  font-family: "NGothicB";
}

.copy-redf {
  color: #ff3300 !important;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}