@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
h1, h2, h3, h4, h5, h6, div, span, p, ul, li, input, button, body, textarea, select {
    font-family: pretendard, sans-serif;
    font-style: normal;
    font-weight: 400;
}
#wrapper { overflow: hidden; }
#container_title { display: none; }
#hd, #wrapper, #ft { min-width: auto; }
.mo { display: none !important; }
.title { display: inline-block; color: #AAA; letter-spacing: -0.01em; font-size: 50px; font-weight: 700; line-height: 64px; }
.title.active { border-bottom: 5px solid #000; color: #000; }
.subtitle { font-size: 24px; font-weight: 500; line-height: 35px; }
.dpnone { display: none; }
.dimmed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); pointer-events: none; }
.max-width { width: calc(100% - 35px); max-width: 1400px; margin: 0 auto; }
.red-color { color: #ED6353 !important; }
.gray-color { color: #A0A0A0 !important; }
body { position: relative; overflow: hidden; }
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { box-shadow: 0 0 2px #000; border-color: #000 !important; }
.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input, .btn_submit { border-radius: 0; }
.scrollDisable {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
*{-webkit-tap-highlight-color : transparent;}

/* btn */
.round-btn { position: relative; display: inline-block; padding: 20px 85px 20px 35px; border-radius: 90px; background: rgba(255, 255, 255, 0.3); font-size: 25px; font-weight: 600; color: #000; transition: all 0.5s; }
.round-btn img { position: absolute; top: 50%; margin-left: 15px; transform: translateY(-50%); transition: opacity 0.5s; }
.round-btn .arrow-wh { opacity: 0; }
.round-btn:hover { background: rgba(0, 0, 0, 1); color: #fff; text-decoration: none !important; }
.round-btn:hover img.arrow-wh { opacity: 1; }
.round-btn:hover img.arrow-bk { opacity: 0; }

.round-btn-bk { position: relative; display: inline-block; padding: 20px 85px 20px 35px; border-radius: 90px; background: rgba(0, 0, 0, 0.3); font-size: 25px; font-weight: 600; color: #fff; transition: all 0.5s; }
.round-btn-bk img { position: absolute; top: 50%; margin-left: 15px; transform: translateY(-50%); transition: opacity 0.5s; }
.round-btn-bk .arrow-bk { opacity: 0; }
.round-btn-bk:hover { background: rgba(255, 255, 255, 1); color: #000; text-decoration: none !important; }
.round-btn-bk:hover img.arrow-wh { opacity: 0; }
.round-btn-bk:hover img.arrow-bk { opacity: 1; }

/* header */
#hd { position: relative; width: 100%; background: none; z-index: 100; }
#logo { padding: 0; }
#logo .logo-wh { display: none; }
#gnb { margin-bottom: 0; background: none !important; border: none; }
#gnb .gnb_mnal { display: none; }
#gnb #gnb_1dul { display: flex; width: 65%; margin: 0 auto; border-bottom: none; }
#gnb .gnb_1dli { flex: 1; }
#gnb .gnb_1dli a { font-size: 16px; color: #000; line-height: normal; text-align: center; }
#hd_wrapper { display: flex; width: calc(100% - 35px); max-width: 1400px; height: 92px; align-items: center; }
.gnb_1da { padding: 0 10px; font-weight: 400; }
.hd_login { display: flex; position: unset; width: 30%; max-width: 300px; margin: 0 0 0 auto; gap: 13px; align-items: center; justify-content: flex-end; }
.hd_login a { font-size: 16px; color: #000; }
.hd_login li { float: right; padding-left: 5px; margin: 0; border: none; }
.hd_login .hd_login-img { transform: scale(0.9); }
.hd_login .hd_login-img-wh { display: none; }
.hd_login .hd_login-img img { width: 100%; }
.hd_login_mypage a { display: block; width: 30px; padding: 5px; margin: auto; background: rgba(246,246,246, 0.44); border-radius: 50%; }
.hd_login_mypage a  img { display: block; width: 15px; margin: auto; opacity: 0.15; }
.hd-logo-container { display: flex; align-items: center; flex: 1; }
.hd-logo-container #logo { display: inline-block; }
.hd-logo-container #gnb { display: inline-block; width: 100%; }

/* footer */
#ft { background-color: #0D0202 !important; }
#ft_wr { width: calc(100% - 35px); max-width: 1400px; padding: 60px 0; }
#ft_wr .ft_cnt { width: 100%; padding: 0; margin: 20px 0; color: #fff; }
#ft_wr .ft_copyright { display: block; width: 100%; margin-top: 20px; color: #fff; }
#top_btn { display: none; }
.ft-logo-container { display: flex; width: 100%; align-items: center; justify-content: space-between; }
.ft-logo-container .qna_list a { font-size: 16px; font-weight: 700; color: #fff; }

/* 검색결과 없음 */
.empty_table{font-size: 15px;}
.community-board .empty_table{padding:50px 0 100px !important;}

@media (max-width:1024px){
    .pc { display: none !important; }
    .mo { display: block !important; }
    .title { font-size: 28px; line-height: 34px; }
    .title.active { border-bottom: 3px solid #000; }
    .subtitle { font-size: 15px; line-height: 25px; }
    .max-width { width: 100%; max-width: calc(100% - 35px); margin: 0 auto; }

    /* btn */
    .round-btn { padding: 10px 80px 10px 40px; font-size: 15px; }
    .round-btn img { width: 20px; }
    .round-btn-bk { padding: 10px 80px 10px 40px; font-size: 15px; }
    .round-btn-bk img { width: 20px; }

    /* header */
    #mo_hd_wrapper { position: relative; max-width: calc(100% - 35px); padding: 20px 0; margin: auto; }
    #mo_gnb { position: fixed; top: 0; left: 100%; background: #fff; transition: all 0.5s; z-index: 99999; }
    #mo_gnb a { font-size: 16px; }
    #mo_gnb #mo_gnb_1dul { max-width: calc(100% - 35px); padding: 80px 0 70px 0; margin: 0 auto; }
    #mo_gnb #mo_gnb_1dul .gnb_1dli { padding: 10px 0; border-bottom: 1px solid #bbb; }
    #mo_gnb #mo_gnb_1dul .gnb_1dli:last-child { border-bottom: none; }
    #mo_gnb #mo_gnb_1dul .gnb_1dli a { max-height: 30px; padding: 5px 0; line-height:normal }
    #mo_gnb #mo_gnb_close { position: absolute; right: 12.5px; top: 15px; padding: 5px; border: none; background: none; }
    #mo_gnb #mo_gnb_close .fa-close:before { font-size: 20px; }
    #mo_gnb .gnb_login { display: flex; position: absolute; left: 17.5px; top: 25px; align-items: center; gap: 15px; }
    #mo_gnb .gnb_login .hd_login_mypage a { background: #ededed; }

    .mo_hd-logo-container { display: flex; justify-content: space-between; }
    .mo_hd-logo-container #mo_logo { max-width: 100px; }
    .mo_hd-logo-container #mo_logo img { width: 100%; max-width: 80px; }
    .mo_hd-logo-container .fa-bars:before { content: ''; }
    .mo_hd-logo-container .hd_opener { padding: 5px; margin: -5px; border: none; background: none; }
    .mo_hd-logo-container .hd_opener i { max-width: 15px; }
    .mo_hd-logo-container .hd_opener i img { width: 100%; }

    /* footer */
    #ft_wr { max-width: calc(100% - 35px); padding: 50px 0; }
    #ft_wr p { font-size: 11px; line-height: 20px; letter-spacing: -0.02em; }
    #ft_wr .qna_list a { font-size: 13px; }
    .ft-logo-container #logo { max-width: 100px; }
    .ft-logo-container #logo img { width: 100%; }
}