@charset "UTF-8";

:root {
    --space-2: 2px;
    --space-3: 3px;
    --space-4: 4px;
    --space-5: 5px;
    --space-6: 6px;
    --space-7: 7px;
    --space-8: 8px;
    --space-9: 9px;
    --space-10: 10px;
    --space-12: 12px;
    --space-13: 13px;
    --space-14: 14px;
    --space-15: 15px;
    --space-16: 16px;
    --space-18: 18px;
    --space-19: 19px;
    --space-20: 20px;
    --space-22: 22px;
    --space-23: 23px;
    --space-24: 24px;
    --space-25: 25px;
    --space-28: 28px;
    --space-30: 30px;
    --space-33: 33px;
    --space-35: 35px;
    --space-38: 38px;
    --space-40: 40px;
    --space-45: 45px;
    --space-48: 48px;
    --space-50: 50px;
    --space-55: 55px;
    --space-60: 60px;
    --space-65: 65px;
    --space-70: 70px;
    --space-80: 80px;
    --space-85: 85px;
    --space-90: 90px;
    --space-95: 95px;
    --space-100: 100px;
    --space-110: 110px;
    --space-120: 120px;
    --space-130: 130px;
    --space-140: 140px;
    --space-150: 150px;
    --space-160: 160px;
    --space-170: 170px;
    --space-200: 200px;
    --space-220: 220px;
    --space-240: 240px;
    --space-260: 260px;
    --space-280: 280px;
    --space-300: 300px;
    --space-310: 310px;
    --space-320: 320px;

    --font-10: 10px;
    --font-11: 11px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-17: 17px;
    --font-18: 18px;
    --font-19: 19px;
    --font-20: 20px;
    --font-22: 22px;
    --font-23: 23px;
    --font-24: 24px;
    --font-25: 25px;
    --font-27: 27px;
    --font-28: 28px;
    --font-30: 30px;
    --font-32: 32px;
    --font-35: 35px;
    --font-38: 38px;
    --font-40: 40px;
    --font-42: 42px;
    --font-43: 43px;
    --font-45: 45px;
    --font-48: 48px;
    --font-50: 50px;
    --font-55: 55px;
    --font-60: 60px;
    --font-65: 65px;
    --font-70: 70px;
    --font-78: 78px;
    --font-80: 80px;
    --font-100: 100px;
    --font-140: 140px;
    --font-150: 150px;
    --font-200: 200px;
    --font-250: 250px;
    --font-300: 300px;
    --font-350: 350px;


    --fw-thin: 300;
    --fw-light: 400;
    --fw-normal: 500; 
    --fw-medium: 600;
    --fw-semibold: 700;
    --fw-bold: 800;
    --fw-black: 900;

    --fm-suit: "SUIT", sans-serif;
    --fm-en: "Cormorant", sans-serif;
    --fm-iropke: "Iropke Batang";

    --color-primary: #46090F;
    --color-gold-b2: #B28247;
    --color-gold: #B58857;
    --color-gold-d6: #D6AA82;
    --color-beige-85: #857561;
    --color-beige-d8: #D8CFC7;
    --color-beige-d4: #D4CACA;
    --color-beige-eb: #EBE6E0;
    --color-beige-ef:#EFE5D9;
    --color-beige-f8: #F8F4EF;
    --color-beige: #fffbf8;
    --color-dark: #222222;
    --color-dark-3d: #3d3d3d;
    --color-basic: #646464;
    --color-gray-8b: #8b8b8b;
    --color-gray-9e: #9e9e9e;
    --color-gray-cf: #cfcfcf;
    --color-gray-d2: #d2d2d2;
    --color-gray-db: #dbdbdb;
    --color-gray-df: #DFDFDF;
    --color-gray-e9: #e9e9e9;
    --color-gray-e5: #e5e5e5;
    --color-gray-ee: #eeeeee;
    --color-gray-e1: #e1e1e1;
    --color-gray-light: #fbfaf9;
    --color-gray-f5: #f5f5f5;
    --color-gray-fa: #fafafa;
    --color-white: #ffffff;
    --color-lemon: #FEFFF3;
    --color-pink-bf: #BF8A8F;
    --color-pink: #EFDFD9;
    --color-kakao: #FAE100;
    --color-naver: #2EB500;
    --color-lemon-light: #FFFACF;
    --color-orange: #ffedd8;
    --color-beige-fb: #FBF7F2;

    --border: 1px solid var(--color-gray-db);
    --border-white: 1px solid var(--color-white);

    --border-radius: 100000000px;

    --transition: all ease-in-out 0.3s;

    --translate-center: translate(-50%, -50%);
}
html {
    scroll-behavior: smooth;
    min-width: 280px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    color: var(--color-basic);
    font-size: var(--font-18);
    font-weight: var(--fw-normal);
    font-family: var(--fm-suit);
}
body.en {
    font-size: var(--font-17);
    letter-spacing: -0.5px;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, code, em, img, select,
small, strong, sub, sup, var, button,
b, i, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight:inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    word-break: keep-all;
}   
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}
a,
button {
    outline: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color:inherit;
    font-size:inherit;
}
/* a:hover {
    color: var(--color-primary);
} */
svg * {
    -webkit-transition: 0.05s ease-in-out;
    transition: 0.05s ease-in-out;
}
iframe,
img,
table {
    border: 0;
}
button,
img,
input,
select,
textarea {
    vertical-align: middle;
}
li,
ol,
ul {
    list-style: none;
}
/* p,
pre,
li {
    line-height: 1.4;
} */
pre {
    white-space: pre-line;
}
td,
tr {
    vertical-align: middle;
}
address,
em,
optgroup {
    font-style: normal;
}
img {
    width:100%
}
caption {
    position: static;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
::-moz-selection {
    color:var(--color-white);
    background:var(--color-dark)
}
::-webkit-selection {
    color:var(--color-white);
    background:var(--color-dark)
}
::selection {
    color:var(--color-white);
    background:var(--color-dark)
}

svg {
    height: auto;
}
    /* 미디어쿼리 */
    @media all and (max-width: 1200px) {
        html {
            font-size: var(--font-16);
        }
        body.en {
            font-size: var(--font-16);
        }
    }
    @media all and (max-width: 1000px) {
        html {
            font-size: var(--font-16);
        }
        br {
            display: none;
        }
    }
    @media all and (max-width:640px) {
        html {
            font-size: var(--font-14);
        }
        body.en {
            font-size: var(--font-14);
        }
        pre {
            white-space: normal;
        }

    }
    @media all and (max-width:320px) {
        html {
            font-size: var(--font-13);
        }
    }

/* 인풋 기본 스타일 제거 */
textarea,
input,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    line-height: normal;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
select::-ms-expand {
    display: none;
}
textarea {
    width: 100%;
    background: none;
    resize: none;
}
button {
    border: 0;
    background: none;
    cursor: pointer;
}
select {
    cursor: pointer;
    background-color: var(--color-white);
    outline: none;
    overflow: hidden;
    width: 100%;
}

/* placeholder css 적용하기 */
::placeholder {
    font-size: inherit;
    font-weight: inherit;
}
input::placeholder,
textarea::placeholder {
    color: var(--color-dark);
    opacity: 1;
    /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--color-dark);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--color-dark);
}
input:-mos-input-placeholder,
textarea:-mos-input-placeholder {
    color: var(--color-dark);
}

/* placeholder 포커스시 감추기*/
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

/* Padding & Margin  */
.p0 {
    padding: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.m0 {
    margin-top: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.ml0 {
    margin-left: 0 !important;
}

/* Float */
.fl {
    float: left;
}
.fr {
    float: right;
}
.cb {
    clear: both !important;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}

/* Display */
.db {
    display: block !important;
}
.di {
    display: inline !important;
}
.dib {
    display: inline-block !important;
}
.dibw100 {
    width: 100%;
    display: inline-block;
}

/* Alaign */
.tac {
    text-align: center;
}

/* Absolute align */
.xyalign {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.yalign {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xalign {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Border */
.b0 {
    border: 0 !important;
}
.bt0 {
    border-top: 0 !important;
}
.bl0 {
    border-left: 0 !important;
}
.br0 {
    border-right: 0 !important;
}
.bb0 {
    border-bottom: 0 !important;
}

.display-flex {
    display: flex;
}

/* float 관련 */
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.leftbox {
    float: left;
}
.rightbox {
    float: right;
}

/* box-shadow */
.shadow {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
/* 말줄임 */
.dot {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: normal;
}
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: normal;
}
.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: normal;
}
.ellipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: normal;
}
/* 효과 */
.effect1 {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
.ready {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--color-gray);
    height: 200px;
    font-weight: var(--fw-light);
    color: var(--color-dark);
    font-size: var(--font-16)
}
@media all and (max-width:640px) {
    .ready {
        height: 150px;
        font-size: var(--font-15)
    }
}

/* 카카오 지도 */
.root_daum_roughmap {
    width:100% !important;
    height: 100% !important;
}
.root_daum_roughmap .wrap_map {
    height: 100% !important;
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    display: none !important;
}

.pc {
    display: block;
}
.tablet1024,
.tablet768,
.mobile {
    display: none;
}
.reverse {
    display: none;
}
.onlyblock {
    display: block;
}
    @media all and (max-width:1200px) {
        .tablet1024 {
            display: block;
        }
        .reverse1024 {
            display: none;
        }
        .onlyblock {
            display: block;
        }
    }
    @media all and (max-width:1000px) {
        .pc {
            display: none;
        }
        .tablet768 {
            display: block;
        }
        .reverse768 {
            display: none;
        }
        .onlyblock {
            display: block;
        }
    }
    @media all and (max-width:640px) {
        .mobile,
        .reverse {
            display: block;
        }
        .mobileReverse {
            display: none !important;
        }
        .onlyblock {
            display: block;
        }
    }

/* 개인정보처리방침 */
.privacy h3 {
    font-weight: var(--fw-bold);
    padding: var(--space-40) 0 0;
    color: var(--color-dark);
    text-align: left;
}
.privacy h4 {
    margin-top:var(--space-20);
    text-align: left;
}
.en .privacy h3 {
    font-size: var(--font-16);
    text-align: left;
}
.privacy p,
.privacy th,
.privacy td,
.privacy li {
    line-height: 1.5;
    font-size: var(--font-16);
    text-align: left;
}
.privacy a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.privacy ul,
.privacy ol {
    margin-top: var(--space-10);
}
.privacy li > ol,
.privacy li > ul {
    margin-top: var(--space-5);
    margin-bottom: var(--space-10);
}
.privacy li {
    position: relative;
    margin-bottom: var(--space-5);
}
.privacy p {
    margin-top: var(--space-10);
}
.privacy li > p {
    margin-top: var(--space-5);
}
.privacy .brace-list > li {
    padding-left: var(--space-20);
}
.privacy .line-list > li {
    padding-left: var(--space-10);
}
.privacy .hangul-list > li {
    padding-left: var(--space-20);
}
.privacy .number-list > li {
    padding-left: var(--space-25);
}
.privacy .brace-list > li::before,
.privacy .line-list > li::before,
.privacy .hangul-list > li::before,
.privacy .number-list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.4;
    font-size: inherit;
}
.privacy .hangul-list > li::before,
.privacy .number-list > li::before {
    line-height: 1.5;
}
.privacy .brace-list > li:nth-child(1)::before {
    content: "⑴";
}
.privacy .brace-list > li:nth-child(2)::before {
    content: "⑵";
}
.privacy .brace-list > li:nth-child(3)::before {
    content: "⑶";
}
.privacy .brace-list > li:nth-child(4)::before {
    content: "⑷";
}
.privacy .brace-list > li:nth-child(5)::before {
    content: "⑸";
}
.privacy .line-list > li::before {
    content: "-";
}
.privacy .hangul-list > li:nth-child(1)::before {
    content:"가.";
}
.privacy .hangul-list > li:nth-child(2)::before {
    content: "나.";
}
.privacy .hangul-list > li:nth-child(3)::before {
    content: "다.";
}
.privacy .hangul-list > li:nth-child(4)::before {
    content: "라.";
}
.privacy .hangul-list > li:nth-child(5)::before {
    content: "마.";
}
.privacy .number-list > li:nth-child(1)::before {
    content:"1.";
}
.privacy .number-list > li:nth-child(2)::before {
    content: "2.";
}
.privacy .number-list > li:nth-child(3)::before {
    content: "3.";
}
.privacy .number-list > li:nth-child(4)::before {
    content: "4.";
}
.privacy .number-list > li:nth-child(5)::before {
    content: "5.";
}
.privacy .number-list > li:nth-child(6)::before {
    content: "6.";
}
.privacy .number-list > li:nth-child(7)::before {
    content: "7.";
}
.privacy .number-list > li:nth-child(8)::before {
    content: "8.";
}
.privacy .number-list > li:nth-child(9)::before {
    content: "9.";
}
.privacy .number-list > li:nth-child(10)::before {
    content: "10.";
}
.privacy .number-list > li:nth-child(11)::before {
    content: "11.";
}
.privacy .table {
    margin:  var(--space-15) 0;
    border: var(--border);
    border-width: 1px 1px 0 1px;
}
.privacy .table td,
.privacy .table th {
    border-bottom: var(--border);
    text-align: left;
    padding: var(--space-5) var(--space-10);
}
.privacy .table td:first-child,
.privacy .table th:first-child {
    border-right: var(--border);
}
.privacy .table th {
    background-color: var(--color-gray-fa);
}
    /* 이용약관 미디어쿼리 */
    @media all and (max-width:640px) {
        .privacy h3 {
            font-size: var(--font-16);
            padding: var(--space-30) 0 0
        }
        .privacy p,
        .privacy th,
        .privacy td,
        .privacy li,
        .privacy .brace-list > li::before, 
        .privacy .line-list > li::before,
        .privacy .hangul-list > li::before ,
        .privacy .number-list > li::before {
            font-size: var(--font-15)
        }
        .en .privacy p,
        .en .privacy th,
        .en .privacy td,
        .en .privacy li,
        .en .privacy .brace-list > li::before, 
        .en .privacy .line-list > li::before,
        .en .privacy .hangul-list > li::before ,
        .en .privacy .number-list > li::before {
            font-size: var(--font-14)
        }
    }
    
/* 네비게이션 영역 */
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.breadcrumbs .home {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs .home,
.breadcrumbs .crumbs {
    padding:0 var(--space-15);
    position: relative;
}
.breadcrumbs .home::after,
.breadcrumbs .crumbs::after {
    content: "";
    display: block;
    background-color: #E9E9E9;
    width: 1px;
    height: 16px;
    position: absolute;
    right:0;
    top: 0;
}
.breadcrumbs .crumbs:last-of-type:after {
    display: none;
}
.breadcrumbs .home {
    padding-left: 0;
    height: 20px;
    display: flex;
    align-items: center;
}
.breadcrumbs .crumbs:last-of-type {
    padding-right: 0;
}
.breadcrumbs .crumbs {
    position: relative;
}
.breadcrumbs .crumbs-title {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    color: var(--color-dark-3d);
}
.breadcrumbs .crumbs-title strong {
    font-size: var(--font-16);   
}
.breadcrumbs .crumbs-title.on {
    font-weight: var(--fw-bold)
}
.breadcrumbs .crumbs-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs .crumbs-title span img {
    width: 11px;
    margin-left: var(--space-15)
}
/* 네비게이션 > 드롭다운 메뉴 */
.breadcrumbs .dropdown {
    position: absolute;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin-top: var(--space-10);
    border-radius: 10px;
    overflow: hidden;
}
.breadcrumbs .dropdown > li {
    height: 30px;
    overflow: hidden;
    font-size: var(--font-15);
    color: var(--color-dark);
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s 0.1s;

}
.breadcrumbs .dropdown > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: var(--font-15);
    color: var(--color-white);
    background-color: var(--color-primary);
    padding: 0 var(--space-10);
    text-transform: uppercase;
}
.breadcrumbs .dropdown > li.on > a,
.breadcrumbs .dropdown > li:hover > a {
    background:  var(--color-beige-ef);
}
.breadcrumbs .dropdown > li.on > a,
.breadcrumbs .dropdown > li > a:hover {
    color: var(--color-primary);
    font-weight: var(--fw-semibold);
}
.breadcrumbs .crumbs:not(:hover) .dropdown > li {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
    /* 네비게이션 미디어쿼리 */
    @media all and (max-width: 1000px) {
        .breadcrumbs {
            margin-top: var(--space-30);
        }
    }
    @media all and (max-width: 640px) {
        .breadcrumbs {
            margin-top: var(--space-20);
        }
        .breadcrumbs .home,
        .breadcrumbs .crumbs {
            padding: 0 var(--space-8);
        }
        .breadcrumbs .home::after, 
        .breadcrumbs .crumbs::after {
            height: 11px;
            top: 4px;
        }
        .breadcrumbs .home {
            padding-left: 0
        }
        .breadcrumbs .home img {
            width: 10px;
        }
        .breadcrumbs .crumbs-title strong {
            font-size: var(--font-12);
        }
        .breadcrumbs .crumbs-title span img {
            width: 8px;
            margin-left: var(--space-10);
        }
    }