@charset "utf-8";
/* *******************************************************
 * filename : common.css
 * description : 태그초기화 CSS
 * date : 2019-05-02
******************************************************** */
/* Reset CSS  */
html { height: 100%; overflow-y:scroll; font-size:62.5%;}
body {margin:0;padding:0; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1rem}
input, button {margin:0;padding:0;;font-size:1rem}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
textarea, select {font-size:1rem}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1rem}
a {color:#000;text-decoration:none}
*, :after, :before {-webkit-box-sizing:border-box; -moz-box-sizing:border-box;box-sizing:border-box;}
input[type=text],input[type=password], textarea {outline:none;}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p { margin: 0px; padding:0px;  list-style:none;  font-family: 'Pretendard-Regular';}
fieldset{ border: 0px; }
a{font-style:normal; text-decoration:none; color:#000;}
/* caption {font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0;} */
* {-webkit-text-size-adjust:none;}
* { margin:0; padding:0; border:0; outline:0;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; height:auto; }
table { border-collapse:collapse; border-spacing:0; border: 0px; }
input, select { vertical-align:middle; }

label { cursor:pointer; }
.blind,legend,hr { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i,em,address { font-style:normal; font-weight:normal; }
td,th {vertical-align: middle;line-height: 1.6;}
a:hover{text-decoration:none;}
ul:after{content:""; display:block; clear:both;}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/**************************************************
	font
**************************************************/

@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-Thin';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    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: 300;
    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-weight: 500;
    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-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@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-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@import url('//fonts.googleapis.com/earlyaccess/nanumbrushscript.css');

.menu {
    display: none;
}

.menu a {
    display: flex;
    align-items: center;
    color: black;
    font-size: 18px;
    line-height: 28px;
}

.side-panel {
    display: none;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    min-width: 1920px;
    /* backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, 0.5); */
    transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}

.header.is-scrolled {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header.is-scrolled .right .info p a {
    color: #ffffff;
  }
  
  /* (선택) 부드러운 전환 */
  .header .right .info p {
    transition: color 0.3s ease;
  }

.header .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.header .container > a {
    display: block;
    padding-left: 60px;
}

.header .container .nav > ul {
    display: flex;
}

.header .container .nav > ul > li {
    margin-left: 80px;
}

.header .container .nav > ul > li:first-child {
    margin: 0;
}

.header .container .nav > ul > li > a {
    font-size: 20px;
    color: white;
    transition: all 0.3s;
}

.header .container .nav > ul > li > a:hover {
    /* color: #c24a30; */
    color: black;
    transition: all 0.3s;
}

.header.is-scrolled .container .nav > ul > li > a:hover {
    color: #c24a30;
    transition: all 0.3s;
}

.header .container .nav {
    display: flex;
    align-items: center;
    /* width: 660px; */
}

.header .container .nav .gnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 80px;
}

.header .container .nav .gnb::after {
    display: none;
}

.header .container .nav .gnb > li {
    position: relative;
}

.header .container .gnb > li:hover > ul {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: all 0.3s
}

.header .container .gnb > li > ul {
    position: absolute;
    top: 110%;
    left: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    /* background: black; */
    /* backdrop-filter: blur(12px); */
    background-color: rgba(255, 255, 255, 0.8);
    /* background-color: white; */
    /* background-color: red; */
    list-style: none;
    padding: 31px 0;
    margin: 0;
    min-width: max-content;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    opacity: 0;
    transform: translateY(10px);
    /* transition: opacity 0.3s ease, transform 0.3s ease; */
    transition: all 0.3s;
    visibility: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-clip: content-box;
}

.header .container .gnb > li > ul > li {
    padding: 10px 15px;
}

.header .container .gnb > li > ul > li:hover a {
    color: #c24a30;
}

.header .container .gnb > li > ul > li a {
    display: block;
    color: #929292;
    font-size: 14px;
    white-space: nowrap;
}

.header .container .gnb > li > ul > li a > img {
    margin-right: 10px;
}

.header .container .right {
    display: flex;
    /* background-color: white; */
}

.header .container .right .info {
    display: flex;
    align-items: center;
    padding: 0 45px;
}

.header .container .right .info p {
    font-size: 15px;
    font-family: 'Pretendard-Medium';
    margin-left: 27px;
}

.header .container .right .menu {
    background-color: black;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header .container .right .menu .bar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header .container .right .menu .bar div {
    width: 29px;
    height: 3px;
    background-color: white;
}

.header .container .right .menu .bar div:nth-child(2) {
    width: 17px;
    margin: 8px 0;
}



#footer {
    background: #503731;
    padding: 46px 0 25px;
    clear: both;
}

#footer .inner {
    max-width: 1650px;
    margin: 0 auto;
}

#footer .ft_1 {
    margin-bottom: 59px;
    display: flex;
    justify-content: space-between;
    padding: 0 110px;
}

#footer .ft_1 .link li {
    float: left;
}

#footer .ft_1 .link li:nth-child(2) {
    margin-left: 8px;
}

#footer .ft_1 .link li a {
    display: block;
    color: white;
    background: #a46050;
    /* line-height: 36px; */
    box-sizing: border-box;
    /* width: 134px; */
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    transform: skew(-0.1deg);
    transition: 0.5s;
}

#footer .ft_1 .link li:hover a {
    background: #874e40;
}

#footer .ft_1 .sns {
    display: block;
}

#footer .ft_1 .sns li {
    float: left;
    margin-right: 18px;
}

#footer .ft_1 .sns li:last-child {
    margin-right: 0;
}

#footer .ft_1 .sns li a {
    display: block;
    text-indent: -9999px;
    width: 39px;
    height: 39px;
    transition: 0.5s;
}

#footer .ft_1 .sns li:first-child a {
    background: url('../../images/ft_sns03.png');
}

#footer .ft_1 .sns li:first-child:hover a {
    background: url('../../images/ft_sns03_on.png');
    transition: 0.5s;
}

#footer .ft_1 .sns li:nth-child(2) a {
    background: url('../../images/ft_sns01.png');
}

#footer .ft_1 .sns li:nth-child(2):hover a {
    background: url('../../images/ft_sns01_on.png');
    transition: 0.5s;
}

#footer .ft_1 .sns li:last-child a {
    background: url('../../images/ft_sns02.png');
}

#footer .ft_1 .sns li:last-child:hover a {
    background: url('../../images/ft_sns02_on.png');
    transition: 0.5s;
}

#footer .ft_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
}

#footer .ft_2 .left {
    padding-left: 110px;
}

#footer .ft_2 .left strong {
    font-size: 20px;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 16px;
}

#footer .ft_2 .left p {
    font-size: 17px;
    line-height: 27px;
}

#footer .ft_2 .right {
    text-align: right;
    padding-right: 110px;
}

#footer .ft_2 .right strong {
    font-size: 39px;
    line-height: 27px;
    font-family: 'Pretendard-SemiBold';
    display: block;
    margin-bottom: 21px;
}

#footer .ft_2 .right p {
    font-size: 17px;
}

#footer .ft_2 .bottom {
    width: 100%;
    border-top: 1px solid white;
    padding-top: 22px;
    margin-top: 45px;
    text-align: center;
    font-size: 16px;
}

.pc {
    display: block;
}

.m {
    display: none;
}

table.pc {
    display: table;
}



@media screen and (min-width: 1024px) {
    .scroll_wrap {overflow: hidden;}
    .scroll_on {opacity: 0;transition: all 1s;}
    .scroll_on.active {opacity: 1 !important;transform: translate(0, 0) !important;}
    .scroll_on.type_top {transform: translate(0, -50px);}
    .scroll_on.type_bottom {transform: translate(0, 50px);}
    .scroll_on.type_left {transform: translate(-50px, 0);}
    .scroll_on.type_right {transform: translate(50px, 0);}
}

@media all and (max-width:767px) {

    .pc {
        display: none;
    }

    .m {
        display: block;
    }

    .header .container .nav {
        display: none;
    }

    .header .container > a {
        padding-left: 20px;
    }
    

    #footer {
        padding: 46px 20px 25px;
    }

    #footer .ft_1 {
        padding: 0;
        flex-direction: column;
    }

    #footer .ft_1 .link {
        margin-bottom: 30px;
    }

    #footer .ft_2 .left {
        padding: 0;
        margin-bottom: 30px;
    }

    #footer .ft_2 .right {
        padding: 0;
        text-align: left;
    }

    #footer .ft_2 .bottom {
        font-size: 10px;
    }

    .menu {
        display: block;
        position: fixed;
        top: 33px;
        right: 40px;
        z-index: 999;
    }

    .side-panel {
        display: block;
        z-index: 9991;
        height: 100%;
        width: 70%;
        position: fixed;
        top: 0;
        left: -100%;
        /* background-color: white; */
        background-color: white;
        color: #333;
        overflow-x: hidden;
        overflow-y: auto;
        transition: 0.5s;
        padding-top: 30px;
        border-right: 2px solid #ce1c22;
    }
    
    .side-panel h2 {
        padding-left: 20px;
        color: #333;
        font-size: 35px;
    }
    
    .side-panel p {
        padding: 20px;
    }

    .side-panel a {
        /* color: #333; */
        color: black;
    }

    .side-panel>ul>li>a {
        display: block;
        font-size: 25px;
        /* margin-bottom: 20px; */
        display: flex;
        justify-content: space-between;
    }

    .side-panel>ul>li {
        margin-bottom: 50px;
    }

    .side-panel>ul {
        padding: 30px;
    }
    
    .side-panel>ul>li>ul>li {
        margin: 20px 0;
    }

    .side-panel>ul>li>ul>li>a {
        /* margin: 0 30px 30px 0; */
        font-size: 18px;
    }

    .side-panel .logo {
        margin-left: 30px;
        width: 50%;
    }

    .side-panel .lang {
        margin-left: 30px;
        margin-top: 30px;
    }
    
    #side-panel .close-btn {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 36px;
        cursor: pointer;
        color: black;
    }

    .side-panel > ul > li > ul {
        display: none; /* 기본적으로 숨김 */
        overflow: hidden; /* 애니메이션 중 내용이 넘어가지 않도록 설정 */
        padding-left: 20px;
    }

    .side-panel > ul > li > a {
        background-color: transparent; /* 기본 상태 */
        /* color: #333; */
        color: black;
        text-decoration: none;
        padding: 10px;
        border-radius: 5px;
        transition: background-color 0.3s ease; /* 부드러운 전환 효과 */
    }

    .side-panel > ul > a {
        background-color: transparent; /* 기본 상태 */
        /* color: #333; */
        color: black;
        text-decoration: none;
        padding: 10px;
        border-radius: 5px;
        font-size: 25px;
    }
    
    .side-panel > ul > li > a.active {
        background-color: #ce1c22; /* 활성화 상태의 배경색 */
        color: white; /* 활성화 상태의 텍스트 색상 */
    }

    .ex {
        display: block;
        margin-bottom: 50px;
    }
}
