@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');
@import url('var.css');

*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    color: #222;
    line-height: 1.6;
    background-color: #fff;
    font-family: var(--basic-font);
    
}
body.hidden {
    overflow: hidden;
}
ol, ul {
    list-style-type: none;
}
img {
    border: 0;
}
a {
    color: #222;
    text-decoration: none;
}
h2 {
    font-size: 2rem;
    font-weight: 500;
    font-family: var(--PlayfairDisplay-font);
}
h3 {
    font-weight: 400;
    font-size: 1rem;
}
button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

/* 공용클래스 */
.wrap {
    max-width: 1320px;
    padding: 0 20px; 
    margin: auto;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.blind {
    position: absolute;
    left: -9999em;
}
.serif_en { 
    font-family: var(--PlayfairDisplay-font);
}
.bg_box {
    position: relative;
    display: inline-block;
}
.bg_box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background-color: rgba(140, 74, 59, 0.5);
    z-index: -1;
}
.r_img {
    width: 100%;
}
.ratio2_3:before {
    content: '';
    display: block;
    padding-top: 120%;;
}
.ratio3_2:before {
    content: '';
    display: block;
    padding-top: 66%;;
}
.ratio16_9:before {
    content: '';
    display: block;
    padding-top: 66%;;
}

.more_txt {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 0;
}
.more_txt:before {
    content: '';
    position: absolute;
    left: -5%;
    top: 50%;
    width: 100%;
    height: 50%;
    background-color: var(--brick-op2);
    opacity: 0.7;
    transition: 0.2s;
}
.more_txt:hover:before {
    left: 20%;
    top: 50%;
    opacity: 1;
}

/* 여백 */
.pd_large {
    padding: 60px 0;
}
.pd_medium {
    padding: 40px 0;
}
.pd_small {
    padding: 20px 0;
}

/* header */

#ld_hd {
    
}
#ld_hd .wrap {
    max-width: 1900px;
}
.ld_gnb_wrap {
}
.ld_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}
.ld_logo {
    position: relative;
    z-index: 101;
}
.ld_logo a {
    display: flex;
}
.logo_l {
    color: var(--brick);
    animation: logo_l_ani 5s both infinite;
}
.logo_design {
    animation: logo_design_ani 5s both infinite;
}
#ld_gnb {
    /* padding-left: 400px; */
}
#ld_gnb .depth1 {}
.gnb {
    margin-top: 22px;
    display: flex;
    align-items: center;
}
.gnb a {
    display: block;
}
.gnb a:focus {
    outline: 0;
}
.depth1 {
    position: relative;
    z-index: 100;
}
.depth1 > a {
    height: 60px;
    font-weight: 500;
    /* background-color: #ccc; */
    line-height: 40px;
    padding: 0 24px;
    font-size: 1.1em;
}
.depth1.active > a {
    color: var(--brick);
}
.depth2 {
    position: absolute;
    left: calc(50% - 90px);
    top: 45px;
    width: 180px;
    border-radius: 24px 0;
    background-color: rgba(0,0,0,0.95);
    padding: 24px;
    font-weight: 300;
    line-height: 2;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.2);
}
.depth2 a {
    position: relative;
    color: #ccc;
    font-weight: 300;
    transition: 0.2s;
}
.depth2 a:hover, .depth2 a:focus  {
    padding-left: 0.8em;
    color: #fff;
}
.depth2 a:before, .depth2 a:before {
    display: none;
    content: '- ';
    position: absolute;
    left: 0;
    top: 0;
}
.depth2 a:hover:before, .depth2 a:focus:before {
    display: block;
}
.hd_btn {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
.hd_btn a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
}
.login_btn {
    background: url('../images/login_icon.svg') center center / 60% no-repeat;
}
.menu_btn {
    position: relative;
    z-index: 101;
    background: url('../images/menu_icon.svg') center center / 60% no-repeat;
}




/* footer */

#footer {
    border-top: 1px solid #ddd;
}
.ft_container {
    /* padding-top: 100px; */
}

.ft_menu_wrap > * {
    margin: 1.25rem 0;
}
.ft_info_help {
    display: flex;
    font-size: 0.875rem;
    padding: 10px 0;
}
.ft_info_help dt:after {
    content: ':';
    padding: 0 5px;
}
.ft_info_icons {
    display: flex;
    margin: 1.25rem 0;
}
.ft_info_icons a {
    
    height: 24px;
    margin-right: 1.25rem;
}
.ft_info_icons a img {
    width: auto;
    height: 100%;
}
.ft_menu {
    display: flex;
    flex-wrap: wrap;
}
.ft_menu li {
    padding: 5px 0;
}
.ft_menu li:after {
    content: '|';
    padding: 0 5px;
}
.ft_menu li:nth-of-type(3):after,
.ft_menu li:nth-of-type(5):after,
.ft_menu li:nth-of-type(8):after {
    content: '';
}
.ft_menu_txt03 {
    color: rgba(140, 74, 59, 0.7);
}
.ft_info_btn {
    display: flex;
    flex-direction: column;
}
.ft_info_btn li {
    padding: 1.125rem 0;
}
.ft_info_btn_txt01 {
    margin-right: 1.25rem;
}
.ft_info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
}
.ft_info_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50rem;
}
.ft_info_txt01 {
    font-size: 1.25rem;
    font-weight: 300;
}
.ft_info_top {
    display: flex;
    flex-wrap: wrap;
    padding: 1.25rem 0;
    font-size: 0.875rem;
}
.ft_info_address {
    display: none;
}
.ft_info_top dt:after {
    content: ':';
    padding: 0 5px;
}
.ft_info_top dd:after {
    content: '|';
    padding: 0 5px;
}
.ft_info_top dd:nth-of-type(1):after,
.ft_info_top dd:nth-of-type(2):after,
.ft_info_top dd:nth-of-type(3):after,
.ft_info_top dd:nth-of-type(4):after,
.ft_info_top dd:nth-of-type(5):after,
.ft_info_top dd:nth-of-type(6):after {
    content: '';
}
.ft_info_num span {
    border-bottom: 1px solid #000;
}
.ft_info_txt02 {
    font-weight: 500;
}
.ft_info_bottom {
    font-size: 0.875rem;
    padding-top: 1.25rem;
}
.ft_info_right {
    top: 10.5%;
    right: 2.5%;
}
.ft_info_help_wrap {
    padding-top: 20px;
}
.ft_info_txt03 {
    font-size: 1.25rem;
}

/* 사이트맵 모달창 */
#modal-bk {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    z-index: 9999;
}
.youtube-wrap, .sitemap {
    display: none;
}
.youtube-wrap {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    transform: translateY(-50%);
}
.youtube-wrap:before {
    content: '';
    display: block;
    padding-top: 56.25%; /*부모 너비에 비례*/
    background-color: #ff0;
}
.youtube-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.sitemap {
    width: 100%;
    height: 100%;
    border: 0;
}
.btn-close {
    position: absolute;
    right: 20px;
    top: 26px;
    width: 50px;
    height: 50px;
}
.btn-close:before, .btn-close:after {
    content: "";
    position: absolute;
    left: 14%;
    top: calc(50% - 1px);
    width: 72%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
}
.btn-close:before {
    transform: rotate(45deg);
}
.btn-close:after {
    transform: rotate(-45deg);
}
