@charset "euc-kr";

@font-face {
  font-family: 'pnight';
  src: url('/font/Cafe24Oneprettynight.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  font-weight: normal;
  src: url('/font/NotoSansKR-Light.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  font-weight: bold;
  src: url('/font/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  font-weight: 800;
  src: url('/font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  font-weight: 900;
  src: url('/font/NotoSansKR-Bold.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: '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;
}

html {
  height: 100%;
  width: auto;
}

body {
  height: auto;
  position: relative;
  width: auto;
  font-family: 'Gmarket';
  font-weight: 300;
  background-color: #ddd;
  /*¸ð¹ÙÀÏ °¡·Î ¼¼·Î ÆùÆ® ·»´õ¸µ ÀÚµ¿ ¼³Á¤È­ ÇØÁ¦*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #464543;
}

form {
  font-family: 'Gmarket';
}

textarea {
  font-family: 'Gmarket';
}

center {
  font-family: 'Gmarket';
}

option {
  font-family: 'Gmarket';
}

pre {
  font-family: 'Gmarket';
}

blockquote {
  font-family: 'Gmarket';
}

input {
  font-family: 'Gmarket';
}

.textarea {
  background-color: white;
  border: 1px solid #dedede;
  color: #464543;
  height: auto;
}

.submit {
  color: #464543;
  height: 19px;
  background-color: #999999;
}

a {
  text-decoration: none;
  color: #464543;
}

a:hover {
  color: #464543;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, strong {
  font-style: normal;
  font-weight: normal;
}

table th {
  font-weight: normal;
}
b{ font-weight: 500;}

/* °øÅëÀÇ */
@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */
  #wrapper {
    min-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background-color: #eeece7;
  }

  header.firstheader {
    z-index: 5;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .pc_box {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    width: 95%;
  }

  .pc_box .left {
    position: absolute;
    line-height: normal;
    left: 0px;
    top: 30px;
  }

  .pc_box .logo {
    display: inline-block;
    width:186px;
  }

  .pc_box .logo img {
    width: 100%;
    vertical-align: top;
  }

  .pc_box .middle {
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
  }

  .pc_box .right {
    position: absolute;
    line-height: normal;
    right: 0px;
    top: 10px;
  }

  .pc_box .right .login {}

  .pc_box .right .login .login_form {
    color: #464543;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
  }

  .pc_box .right .login .login_form a {
    color: #464543;
    font-size: 12px;
	display:inline-block;
  }

  .pc_box .right .login .login_form a.a1 {
    background:#a2e3a0;
	padding:5px;
  }
  .pc_box .right .login .login_form a.a1:hover {
    color: #fff;
  }
  .pc_box .right .login .login_form a.a2 {
    background:#a2e3a0;
	padding:5px;
  }
  .pc_box .right .login .login_form a.a2:hover {
    color: #fff;
  }
  .pc_box .right .login .login_form a.a3 {
    background:#e7d477;
	padding:5px;
  }
  .pc_box .right .login .login_form a.a3:hover {
    color: #fff;
  }

  .pc_box .right .login .login_form a:hover {
    color: #b6857d;
  }

  .mobile_box {
    display: none;
  }

  .pc_box .bottom {
    width: 1400px;
    margin: 0 auto;
  }

  /*//Å¬¸®´Ð ¹Ú½º*/
  footer {
    position: relative;
    z-index: 1;
    background: #fff;
  }

  footer .top {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }

  footer .top .box{
    width: 1400px; margin: 0 auto;
    overflow: hidden;
  }

  footer .top .link_box {
    float: left;
    font-size: 20px;
  }
 

  footer .top .link_box a:nth-child(1){
    display: inline-block; padding:5px 0; padding-left:42px; margin-right: 20px;
	background:url(/img/naver.png)  left center  no-repeat; background-size:contain;
  }

 footer .top .link_box a:nth-child(2){
    display: inline-block; padding:5px 0; padding-left:42px; margin-right: 20px;
	background:url(/img/naver.png)  left center  no-repeat; background-size:contain;
  }

  footer .top .link_box a:nth-child(3){
    display: inline-block;  padding:5px 0; padding-left:42px;
	background:url(/img/kakao.png)  left center  no-repeat; background-size:contain;
  }

  footer .top .link_box a:hover{
    color: #b6857d;
  }

  footer .top .quick_box {
    float: right;
    font-size: 20px;
  }

  footer .top .quick_box a{
    display: inline-block; margin-left: 10px; padding:5px 0;
  }

  footer .top .quick_box a:hover{
    color: #b6857d;
  }

  .footer {
    width: 1400px;
    margin: 0 auto;
    padding: 60px 0 100px;
    background: #fff;
    overflow: hidden;

  }

  .footer .left{
    width:300px;
    float: left;
  }
  .footer .right{
    width:calc(100% - 300px);
    float: left;
    font-size: 16px;
    line-height: 30px;
  }





  /* Äü¸Þ´º */
  #scroll {
    position: absolute;
    right: 0px;
    z-index: 5;
    display: none;
  }

  .s_quick li {
    background: #fff;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0px 5px 8px -5px #6f6f6f;
  }

  .s_quick li a {
    display: block;
    padding-top: 0px;
    padding: 10px;
  }

  .s_quick li:not(.sq07) a:hover {
    background-color: #efe3e2;
  }

  /* ·Î±×ÀÎ */
  .login_box {
    width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .login_bg {
    background: #e8d4d0;
    margin-bottom: 30px;
    padding: 50px;
  }

  .btn_login {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .btn_login a {
    display: block;
    height: 40px;
    line-height: 35px;
    border: 5px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
  }

  .btn_login a:hover {
    border-left: 5px solid #b6857d;
    border-right: 5px solid #b6857d;
    border-bottom: 5px solid #b6857d;
  }

  .id {
    width: 150px;
    height: 25px;
    border: 1px solid #DDD;
    background-color: #F3F3F3;
    vertical-align: initial;
    display: inline-block;
    margin-left: 5px;
  }

  .pw {
    width: 150px;
    height: 25px;
    border: 1px solid #DDD;
    background-color: #F3F3F3;
    vertical-align: initial;
    display: inline-block;
    margin-left: 5px;
  }
}

@media (max-width:1199px) {

  /* ÃÖ¼Ò 1200 */
  #wrapper {
    width: 100%;
    position: relative;
    background-color: #eeece7;
    overflow: hidden;
  }

  header.firstheader {
    width: 100%;
    font-size: 0px;
    position: relative;
    z-index: 2;
  }

  .pc_box {
    display: none;
  }

  .mobile_box {
    position: relative;
    font-size: 0px;
  }

  .mobile_box .top {
    color: #464543;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }

  .mobile_box .login {}

  .mobile_box .login_form {
    font-weight: 500;
    color: #464543;
	font-size:0;
  }

  .mobile_box .login_form a {
    display: inline-block;
    color: #464543;
    font-size: 11px;
    margin: 2px 5px;
	border:1px solid #ccc;
	padding:5px;
  }


  .mobile_box .login_form a.a1 {
    background:#a2e3a0;
  }
  .mobile_box .login_form a.a1:hover {
    color: #fff;
  }
  .mobile_box .login_form a.a2 {
    background:#a2e3a0;
  }
  .mobile_box .login_form a.a2:hover {
    color: #fff;
  }
  .mobile_box .login_form a.a3 {
    background:#e7d477;
  }
  .mobile_box .login_form a.a3:hover {
    color: #fff;
  }

  .mobile_box .login_form a:hover {
    color: #b6857d;
  }

  .mobile_box .middle {
    text-align: center;
    font-size: 0;
  }

  .mobile_box .middle .call {
    display: none;
  }

  .mobile_box .middle {
    padding: 30px 0;
    text-align: center;
  }

  .mobile_box .logo {
    display: inline-block;
    width:186px;
  }

  .mobile_box .logo img {
    width: 100%;
  }

  #menu_box {
    display: none;
  }

  #allmenu {
    position: relative;
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
    z-index: 41;
  }

  .allmenu {
    display: block;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    background: url(/img/arrow_m.png) no-repeat 95% 50%;
    background-size: 8px;
    background-color: #b6857d;
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
    /* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
    border-radius: 0px;
    /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
    outline: none;
    border: none;
  }

  /* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
  select::-ms-expand {
    display: none;
  }

  /* select ¼­ºê ¸Þ´º  */
  .allmenu option {
    font-family: 'Gmarket';
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
  }

  .allmenu option:hover {
    color: white;
    background: #b6857d;
  }

  .mobile_box .quick_button {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
  }

  .mobile_box .quick_button a {
    display: inline-block;
    width: 50%;
    height: 60px;
    line-height: 60px;
    background: #464543;
    text-align: center;
    vertical-align: middle;
  }

  .mobile_box .quick_button a img {
    height: 35px;
    vertical-align: middle;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }

  footer {
    position: relative;
    z-index: 1;
    background: #fff;
  }

  footer .top {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }

  footer .top .box{
    width:95%; margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
  }

  footer .top .link_box {
    text-align: center;
	margin-bottom: 15px;
    font-size: 18px;
  }

  footer .top .link_box a:nth-child(1){
    display: inline-block; padding:5px 0; padding-left:35px;  margin:0 10px 10px 10px; 
	background:url(/img/naver.png)  left center  no-repeat; background-size:contain;
  }
  footer .top .link_box a:nth-child(2){
    display: inline-block; padding:5px 0; padding-left:35px;  margin:0 10px 10px 10px; 
	background:url(/img/naver.png)  left center  no-repeat; background-size:contain;
  }


  footer .top .link_box a:nth-child(3){
    display: inline-block;  padding:5px 0; padding-left:35px; margin:0 10px 10px 10px; 
	background:url(/img/kakao.png)  left center  no-repeat; background-size:contain;
  }

  footer .top .link_box a:hover{
    color: #b6857d;
  }

  footer .top .quick_box {
    text-align: center;
  }

  footer .top .quick_box a{
    display: inline-block; margin:5px;
  }

  footer .top .quick_box a:hover{
    color: #b6857d;
  }

  .footer {
    width:95%; margin: 0 auto;
    padding: 30px 0 30px;
    background: #fff;
    overflow: hidden;

  }

  .footer .left{
    text-align:center;
    margin-bottom: 30px;
  }
  .footer .left img{
    width: 150px;
  }
  .footer .right{
    text-align:center;
    font-size: 12px;
    line-height: 18px;
    word-break: keep-all;
  }

  /* Äü¸Þ´º */
  #scroll {
    display: none !important;
  }

  /* ·Î±×ÀÎ */
  .login_box {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .login_bg {
    background: #e8d4d0;
    margin-bottom: 30px;
    padding: 30px;
  }

  .btn_login {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .login_bg img {
    width: 150px;
  }

  .btn_login a {
    display: block;
    height: 40px;
    line-height: 35px;
    border: 5px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
  }

  .btn_login a:hover {
    border-left: 5px solid #b6857d;
    border-right: 5px solid #b6857d;
    border-bottom: 5px solid #b6857d;
  }

  .id {
    width: 80px;
    height: 25px;
    border: 1px solid #DDD;
    background-color: #F3F3F3;
  }

  .pw {
    width: 80px;
    height: 25px;
    border: 1px solid #DDD;
    background-color: #F3F3F3;
  }
}

/* ±×¹ÛÀÇ */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #555;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

html {
  scrollbar-arrow-color: #000;
  scrollbar-Track-Color: #efefef;
  scrollbar-base-color: #dfdfdf;
  scrollbar-Face-Color: #dfdfdf;
  scrollbar-3dLight-Color: #dfdfdf;
  scrollbar-DarkShadow-Color: #dfdfdf;
  scrollbar-Highlight-Color: #dfdfdf;
  scrollbar-Shadow-Color: #dfdfdf
}

select {
  -webkit-appearance: none;
  /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
  -moz-appearance: none;
  appearance: none;
  /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
}

::-moz-selection {
  background: #b6857d;
  color: #fff;
}

::selection {
  background: #b6857d;
  color: #fff;
}

.c1 {
  color: #b6857d !important;
}
