@charset "euc-kr";

@font-face {
  font-family: 'NGothic';
  src: url('/font/NanumGothic.woff') format('woff');
}

@font-face {
  font-family: 'NGothicB';
  src: url('/font/NanumGothicBold.woff') format('woff');
}

@font-face {
  font-family: 'NGothicEB';
  src: url('/font/NanumGothicExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'NBGothic';
  src: url('/font/NanumBarunGothic.woff') format('woff');
}

@font-face {
  font-family: 'NBGothicB';
  src: url('/font/NanumBarunGothicBold.woff') format('woff');
}

@font-face {
  font-family: 'pnight';
  src: url('/font/Cafe24Oneprettynight.woff') format('woff');
}

@font-face {
  font-family: 'Chosunilbo_myungjo';
  src: url('/font/Chosunilbo_myungjo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSans;
  font-weight: normal;
  src: url('/font/NotoSansKR-Light.woff') format('woff');
}

@font-face {
  font-family: NotoSans;
  src: url('/font/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
  font-family: NotoSans;
  font-weight: 800;
  src: url('/font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
  font-family: NotoSans;
  font-weight: 900;
  src: url('/font/NotoSansKR-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  src: url('/font/GmarketSansTTFLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gmarket';
  src: url('/font/GmarketSansTTFMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gmarket';
  src: url('/font/GmarketSansTTFBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'BMJUA';
  src: url('/font/BMJUA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

p, a, h1, h2, h3, h4, h5, h6 {
  transform: skew(-0.001deg);
}

i {
  font-style: normal;
}

html {
  outline: none;
  font-family: 'Gmarket';
  font-weight: 300;
  color: #113058;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
  font-family: 'Gmarket';
  font-weight: 300;
  color: #113058;
  height: auto;
  width: 100%;
  letter-spacing: -1px;
  font-size: 14px;
  background-color: #fff;
}

form {
  font-family: 'Gmarket';
  color: #113058;
}

textarea {
  font-family: 'Gmarket';
  color: #113058;
}

b {
  font-weight: 500;
}

a:link {
  color: #113058;
  text-decoration: none;
}

a:visited {
  color: #113058;
  text-decoration: none;
}

a:active {
  color: #113058;
  text-decoration: none;
}

a:hover {
  color: #113058;
  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 {
    min-width: 1600px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.0));
  }

  header.firstheader:after {
    content: "";
    clear: both;
    display: block;
  }

  header .etc {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 40px;
    padding-top: 15px;
    z-index: 1;
  }

  .mobile_menu {
    display: none;
  }

  #quick {
    position: absolute;
    z-index: 2;
    right: 40px;
	display:none;
  }

  #quick>a {
    float: right;
    background: #3b80a7;
    margin-bottom: 20px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    text-align: left;
    border-radius: 90px;
    font-size: 0px;
    transition: 0.3s;
    clear: both;
    font-size: 24px;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 0px 20px -5px #5a5a5a;
  }

  #quick>a:hover {
    background: #1a5f87;
  }

  #quick>a .img {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 90px;
    text-align: center;
  }

  #quick>a img {
    vertical-align: middle;
    width: 50px;
  }

  #quick>a:nth-child(1):hover {
    width: 300px;
  }

  #quick>a:nth-child(2):hover {
    width: 300px;
  }

  #quick .top_go {
    float: right;
    clear: both;
    width: 90px;
    text-align: center;
  }

  #quick .top_go img {
    cursor: pointer;
  }

  footer {
    position: relative;
  }



  footer .cooper {
    background: #fed63e;
  }

  footer .cooper .cooper_box {
    width: 1600px;
    margin: 0 auto;
    font-size: 0px;
    padding: 50px 0;
  }

  footer .cooper_box .t1 {
    font-family: 'BMJUA';
    font-size: 40px;
    display: inline-block;
    width: 17%;
    vertical-align: middle;
  }

  footer .cooper_box .swiper-container4_wrap {
    display: inline-block;
    width: 83%;
    vertical-align: middle;
    position: relative;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  footer .cooper_box .swiper-container4_navi {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -34.5px;
  }

  footer .cooper_box .swiper-container4_navi>div {
    width: 36px;
    height: 69px;
    position: absolute;
    display: inline-block;
  }

  footer .cooper_box .swiper-container4_navi>div:nth-child(1) {
    left: 0px;
  }

  footer .cooper_box .swiper-container4_navi>div:nth-child(2) {
    right: 0px;
  }

  footer .cooper_box .swiper-container4_navi>div img {
    cursor: pointer;
    transition: all 0.3s;
  }

  footer .cooper_box .swiper-container4_navi>div:hover img {
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }

  footer .cooper_box .swiper-container4 {
    width: calc(100% - 150px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  footer .cooper_box .swiper-container4 .swiper-slide {
    height: 108px;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a {
    height: 108px;
    width: 100%;
    line-height: 108px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a p {
    font-size: 16px;
    word-break: keep-all;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    box-sizing: border-box;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a img {
    display: inline-block;
    vertical-align: middle;
  }

  footer .foot_info {
    width: 1600px;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
    font-size: 0px;
  }

  footer .foot_info>img {
    display: inline-block;
    vertical-align: top;
  }

  footer .foot_info .info {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 398px)*0.8);
    box-sizing: border-box;
    padding-left: 160px;
    text-align: center;
  }

  footer .foot_info .info li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 20px;
    width: 50%;
    box-sizing: border-box;
  }

  footer .foot_info .info li p:nth-child(1) {
    font-size: 30px;
    font-family: 'BMJUA';
  }

  footer .foot_info .info li p:nth-child(1)::after {
    content: "";
    display: block;
    margin: 30px 0;
    height: 1px;
    width: 60px;
    background: #113058;
  }

  footer .foot_info .info li p:nth-child(2) {
    font-size: 20px;
    line-height: 34px;
  }

  footer .foot_info .link {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 398px)*0.2);
  }

  footer .foot_info .link li {
    text-align: right;
    margin-bottom: 20px;
  }

  footer .foot_info .link a {
    font-size: 23px;
    font-family: 'BMJUA';
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */

  footer .cooper_box .t1 {
    opacity: 0;
    position: relative;
  }

  footer .cooper_box .swiper-container4_wrap {
    opacity: 0;
    position: relative;
  }

  footer .foot_info {
    opacity: 0;
    position: relative;
  }


  .footer_move .cooper_box .t1 {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  .footer_move .cooper_box .swiper-container4_wrap {
    animation: right_mv 1s forwards;
    animation-delay: 0.6s;
  }

  .footer_move .foot_info {
    animation: bottom_mv 1s forwards;
    animation-delay: 1.2s;
  }





  ::-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: #113058;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b113058a;
    scrollbar-Shadow-Color: transparent;
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 1200 */
  #wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.0));
  }

  header.firstheader:after {
    content: "";
    clear: both;
    display: block;
  }

  header .etc {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 40px;
    padding-top: 15px;
    z-index: 1;
  }

  #quick {
    display: none;
  }

  footer {
    position: relative;
  }

  footer .cooper {
    background: #fed63e;
  }

  footer .cooper .cooper_box {
    width: 95%;
    margin: 0 auto;
    font-size: 0px;
    padding: 30px 0;
  }

  footer .cooper_box .t1 {
    font-family: 'BMJUA';
    font-size: 30px;
    display: inline-block;
    width: 17%;
    padding-right: 20px;
    vertical-align: middle;
    box-sizing: border-box;
    word-break: keep-all;
  }

  footer .cooper_box .swiper-container4_wrap {
    display: inline-block;
    width: 83%;
    vertical-align: middle;
    position: relative;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  footer .cooper_box .swiper-container4_navi {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -34.5px;
  }

  footer .cooper_box .swiper-container4_navi>div {
    width: 30px;
    position: absolute;
    display: inline-block;
  }

  footer .cooper_box .swiper-container4_navi>div:nth-child(1) {
    left: 0px;
  }

  footer .cooper_box .swiper-container4_navi>div:nth-child(2) {
    right: 0px;
  }

  footer .cooper_box .swiper-container4_navi>div img {
    cursor: pointer;
    transition: all 0.3s;
  }

  footer .cooper_box .swiper-container4_navi>div:hover img {
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }

  footer .cooper_box .swiper-container4 {
    width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  footer .cooper_box .swiper-container4 .swiper-slide {
    height: 90px;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a {
    height: 90px;
    width: 100%;
    line-height: 90px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a p {
    font-size: 14px;
    word-break: keep-all;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    box-sizing: border-box;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a img {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
  }

  footer .foot_info {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0px;
    box-sizing: border-box;
    font-size: 0px;
  }

  footer .foot_info>img {
    display: inline-block;
    vertical-align: top;
    width: 280px;
  }

  footer .foot_info .info {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 280px)*0.8);
    box-sizing: border-box;
    padding-left: 80px;
    text-align: center;
  }

  footer .foot_info .info li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
  }

  footer .foot_info .info li p:nth-child(1) {
    font-size: 24px;
    font-family: 'BMJUA';
  }

  footer .foot_info .info li p:nth-child(1)::after {
    content: "";
    display: block;
    margin: 20px 0;
    height: 1px;
    width: 40px;
    background: #113058;
  }

  footer .foot_info .info li p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
  }

  footer .foot_info .link {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 398px)*0.2);
  }

  footer .foot_info .link li {
    text-align: right;
    margin-bottom: 15px;
  }

  footer .foot_info .link a {
    font-size: 16px;
    font-family: 'BMJUA';
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */

  footer .cooper_box .t1 {
    opacity: 0;
    position: relative;
  }

  footer .cooper_box .swiper-container4_wrap {
    opacity: 0;
    position: relative;
  }

  footer .foot_info {
    opacity: 0;
    position: relative;
  }


  .footer_move .cooper_box .t1 {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  .footer_move .cooper_box .swiper-container4_wrap {
    animation: right_mv 1s forwards;
    animation-delay: 0.6s;
  }

  .footer_move .foot_info {
    animation: bottom_mv 1s forwards;
    animation-delay: 1.2s;
  }


  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  ::-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: #113058;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b113058a;
    scrollbar-Shadow-Color: transparent;
  }
}

@media (max-width:767px) {

  /* ÃÖ¼Ò 1200 */
  #wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.0));
  }

  header.firstheader:after {
    content: "";
    clear: both;
    display: block;
  }

  header .etc {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 40px;
    padding-top: 15px;
    z-index: 1;
  }

  #quick {
    display: none;
  }

  footer {
    position: relative;
  }

  footer .cooper {
    background: #fed63e;
  }

  footer .cooper .cooper_box {
    width: 95%;
    margin: 0 auto;
    font-size: 0px;
    padding: 20px 0;
  }

  footer .cooper_box .t1 {
    font-family: 'BMJUA';
    font-size: 24px;
    box-sizing: border-box;
    word-break: keep-all;
    margin-bottom: 15px;
    text-align: center;
  }

  footer .cooper_box .swiper-container4_wrap {
    position: relative;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  footer .cooper_box .swiper-container4_navi {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0px;
    top: 50%;
    margin-top: -28px;
  }

  footer .cooper_box .swiper-container4_navi>div {
    width: 30px;
    position: absolute;
    display: inline-block;
  }

  footer .cooper_box .swiper-container4_navi>div:nth-child(1) {
    left: 0px;
  }

  footer .cooper_box .swiper-container4_navi>div:nth-child(2) {
    right: 0px;
  }

  footer .cooper_box .swiper-container4_navi>div img {
    cursor: pointer;
    transition: all 0.3s;
  }

  footer .cooper_box .swiper-container4_navi>div:hover img {
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }

  footer .cooper_box .swiper-container4 {
    width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  footer .cooper_box .swiper-container4 .swiper-slide {}

  footer .cooper_box .swiper-container4 .swiper-slide a {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    height: 70px;
    line-height: 70px;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a p {
    display: none;
  }

  footer .cooper_box .swiper-container4 .swiper-slide a img {
    height: 60px;
    vertical-align: middle;
  }

  footer .foot_info {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0px;
    box-sizing: border-box;
    font-size: 0px;
    text-align: center;
  }

  footer .foot_info>img {
    display: inline-block;
    vertical-align: top;
    width: 220px;
  }

  footer .foot_info .info {
    box-sizing: border-box;
    padding: 30px 0;
    text-align: center;
  }

  footer .foot_info .info li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
  }

  footer .foot_info .info li p:nth-child(1) {
    font-size: 20px;
    font-family: 'BMJUA';
  }

  footer .foot_info .info li p:nth-child(1)::after {
    content: "";
    display: block;
    margin: 15px 0;
    height: 1px;
    width: 20px;
    background: #113058;
  }

  footer .foot_info .info li p:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
  }

  footer .foot_info .link {
    font-size: 0px;
  }

  footer .foot_info .link li {
    display: inline-block;
    margin: 10px;
  }

  footer .foot_info .link a {
    font-size: 18px;
    font-family: 'BMJUA';
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */

  footer .cooper_box .t1 {
    opacity: 0;
    position: relative;
  }

  footer .cooper_box .swiper-container4_wrap {
    opacity: 0;
    position: relative;
  }

  footer .foot_info {
    opacity: 0;
    position: relative;
  }


  .footer_move .cooper_box .t1 {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  .footer_move .cooper_box .swiper-container4_wrap {
    animation: right_mv 1s forwards;
    animation-delay: 0.6s;
  }

  .footer_move .foot_info {
    animation: bottom_mv 1s forwards;
    animation-delay: 1.2s;
  }

  ::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  ::-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: #113058;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b113058a;
    scrollbar-Shadow-Color: transparent;
  }
}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
::-moz-selection {
  background: #113058;
  color: #fff;
}

::selection {
  background: #113058;
  color: #fff;
}

.liner {
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c_point {
  color: #113058113058;
  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;
  /* È­ï¿½ï¿½Ç¥ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½Ì¹ï¿½ï¿½ï¿½ */
}
