@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url(../../fonts/Pretendard-Regular.woff2) format('woff2'), url(../../fonts/Pretendard-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/Pretendard-Medium.woff2) format('woff2'), url(../../fonts/Pretendard-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/Pretendard-Bold.woff2) format('woff2'), url(../../fonts/Pretendard-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    src: url(../../fonts/GmarketSansLight.woff) format('woff'), url(../../fonts/GmarketSansLight.otf) format('opentype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/GmarketSansMedium.woff) format('woff'), url(../../fonts/GmarketSansMedium.otf) format('opentype');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/GmarketSansBold.woff) format('woff'), url(../../fonts/GmarketSansBold.otf) format('opentype');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    height: 100%;
    background: #f3f3f3;
    font-family: Pretendard, Malgun gothic, Myriad Pro, sans-serif, Arial, Dotum;
    color: #555;
    font-size: 16px;
}

body, div, dl, dt, dd, ul, ol, menu, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, abbr, acronym {
    margin: 0;
    border: 0;
    vertical-align: top;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, menu {
    list-style: none;
}

legend {
    border: 0 none;
    margin-left: -7px
}

q:before, q:after {
    content: '';
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    display: none;
}

em {
    color: inherit;
    font-weight: normal;
    font-style: normal;
}

img {
    line-height: 0;
}

.fl_r {
    float: right !important;
}

.fl_l {
    float: left !important;
}

.dp_none {
    display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0;
}

table caption {
    display: none;
}

.al_left {
    text-align: left !important;
}

.al_right {
    text-align: right !important;
}

.al_center {
    text-align: center !important;
}

.mgb_0 {
    margin-bottom: 0 !important;
}

.mgb_5 {
    margin-bottom: 5px !important;
}

.mgb_10 {
    margin-bottom: 10px !important;
}

.mgb_20 {
    margin-bottom: 20px !important;
}

.mgb_30 {
    margin-bottom: 30px !important;
}

.mgb_40 {
    margin-bottom: 40px !important;
}

.pdl_0 {
    padding-left: 0 !important;
}

.mgr_15 {
    margin-right: 15px !important;
}

.mgr_20 {
    margin-right: 20px !important;
}

.mgt_10 {
    margin-top: 10px !important;
}

.mgt_20 {
    margin-top: 10px !important;
}

.tbl_int {
    border: 1px solid #c4c4c4;
    height: 30px;
    width: 100%;
    font-size: 14px;
    padding: 0 0 0 4px;
}

.seltype_a {
    border: 1px solid #a4a4a4;
    height: 21px;
    width: 99.8%;
    background: #fff;
    vertical-align: top;
    font-size: 12px;
}

.sel_span {
    display: inline-block;
    border: 1px solid #d0d0d0;
    height: 28px;
    padding: 2px 0 0 0;
    background: #fff;
    min-width: 100px;
}

.sel_span select {
    width: 100%;
    height: 22px;
    border: none;
    background: #fff;
    font-size: 14px;
}

/* Skip Navigation */
#u_skip {
    position: relative;
    z-index: 2147483647
}

#u_skip h3 {
    display: none;
}

#u_skip a {
    position: absolute;
    left: 0;
    top: -30px;
    width: 99.8%;
    background: #000;
    border: 1px solid #4e26bf;
    text-align: center;
    outline: none;
    color: #fff;
    height: 24px;
    line-height: 24px;
}

#u_skip a:active, #u_skip a:focus {
    top: 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    zoom: 1
}

.fade-wrap {
    transition: 2s;
    opacity: 0.2;
    position: relative;
    top: 100px;
    width: 100%;

}

.fade-wrap.fade-in {

    opacity: 1;
    top: 0;
}

.brick {
    background: #fff;
    border-radius: 14px;
    position: relative;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    transition: all .3s ease;
    hyphens: auto;
    box-shadow: 0 2px 10px rgba(72, 72, 72, 0.1)
}

.brick:hover {
    box-shadow: 0 3px 15px rgba(72, 72, 72, 0.2)
}

.line_brick {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #dfdfdf;
}

.brick_inner {
    padding: 22px 20px
}

.b_pd {
    padding: 20px
}

.round_box {
    background: #fff;
    border-radius: 14px;
    position: relative;
    border: 1px solid #fff;

    transition: all .3s ease;
}

.round_box:hover {
    border: 1px solid #4e4e4e;
    box-shadow: 0 7px 22px rgba(72, 72, 72, 0.1)
}

.normal_bt {
    border: 1px solid #1843a7;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    background: #1843a7;
    line-height: 38px;
    padding: 0 16px;
    height: 38px;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-align: center;
    min-width: 120px;
}

.normal_bt:hover {
    border: 1px solid #2b55b8;
    background: #2b55b8;
}

.line_bt {
    border: 1px solid #dedede;
    color: #555;
    font-size: 15px;
    display: inline-block;
    background: #fff;
    line-height: 38px;
    padding: 0 16px;
    height: 38px;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-align: center;
    min-width: 120px;
}

.auto_size {
    width: auto;
}

.line_bt span {
    display: inline-block;
    line-height: 36px;
    transition: all 0.1s ease;
}

.line_bt:hover {
    color: #000;
    border-color: #000;
}

.list_back_bt {
    /*background: url(../../image/layout/list_back_i.png) no-repeat 0 11px;*/
    padding: 0 0 0 60px
}

.l_download_bt {
    /*background: url(../../image/layout/l_download_icon.png) no-repeat right 11px;*/
    padding: 0 25px 0 0
}

.header_wrap {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
}

.header_box {
}

.header_box .tablet_nav {
    display: none;
}

.header_box .header_inner {
    height: 90px;
}

.header_box .header_inner h1 {
    padding: 0 0 0 0;
    float: left;
}

.header_box .header_inner h1 a {
    display: block;
    overflow: hidden;
    color: transparent;
    max-width: 290px;
    max-height: 90px;
}

.header_box .header_inner h1 a:hover {
    transform: none;
    text-shadow: none;
}

.header_box .header_inner h1 em {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    vertical-align: middle;
}

.main_search_wrap h2 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    text-align: center;
    font-family: Pretendard, serif;
    margin-bottom: 15px;
}

.m_s_t_box {
    font-size: 16px;
    color: #222;
    font-family: Pretendard, serif;
    text-align: center;
    margin-bottom: 10px;
}

.header_search {
    position: relative;
    margin: 0 auto 30px auto;
    width: 630px;
    height: 56px;
    border-radius: 28px;
    background: #fff;
}

.header_search dl {
    position: relative;
    padding: 0 70px 0 162px;
}

.header_search dl dt {
    display: none;
}

.header_search dl .int_dd {
    padding: 17px 0 0 0;
    height: 45px;
    background: #fff;
}

.header_search dl .int_dd .inttype {
    width: 100%;
    height: 22px;
    border: 0;
    font-weight: bold;
    color: #222;
    font-size: 16px;
}

.header_search dl .s_bt_dd {
    position: absolute;
    right: 2px;
    top: 2px;
}

.header_search dl .s_bt_dd a {
    width: 52px;
    height: 52px;
    /*background: url(../../image/layout/m_search_icon.png) no-repeat 50% 50%;*/
    border-radius: 26px;
    text-indent: -99999px;
    display: inline-block;
}

.header_search dl .s_bt_dd a:hover {
    background-color: #f3f3f3;
}

.header_search dl .m_s_sel {
    position: absolute;
    left: 10px;
    top: 17px;
    display: block;
    width: 140px;
    border-right: 1px solid #ddd;
}

.header_search dl .m_s_sel select {
    border: 0;
    background: #fff;
    height: 20px;
    outline: none;
    font-size: 15px;
}

.paginate_complex {
    line-height: normal;
    text-align: center;
    margin-top: 15px;
}

.paginate_elements {
    line-height: normal;
    margin-top: 15px;
}

.paginate_complex a,
.paginate_complex button,
.paginate_complex strong {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0;
    line-height: 39px;
    min-width: 40px;
    font-size: 15px;
    color: rgb(92, 92, 92);
    text-decoration: none;
    vertical-align: middle;
    border-radius: 6px;
    border: 0
}

.paginate_complex a:hover:not(.disabled) {
    cursor: pointer;
}

.paginate_complex a:hover:not(.disabled), .paginate_complex a:active, .paginate_complex a:focus {
    background-color: #fff;
}

.paginate_complex strong {
    color: rgb(0, 104, 170);
    font-weight: bold;
}

.paginate_complex .direction {
    border: 1px solid #dbdbdb;
    text-indent: -9999px;
    width: 40px;
    margin: 0 5px;
    height: 40px;
    z-index: 1;
    text-decoration: none !important;
    border-radius: 6px;
}

.paginate_complex .first_prev {
    background: #fff url("../../image/layout/paginate_bg01.png") 10px 50% no-repeat;
}

.paginate_complex .prev {
    background: #fff url("../../image/layout/paginate_bg01.png") -35px 50% no-repeat;
}

.paginate_complex .last_next {
    background: #fff url("../../image/layout/paginate_bg02.png") -30px 50% no-repeat;
}

.paginate_complex .next {
    background: #fff url("../../image/layout/paginate_bg02.png") 15px 50% no-repeat;
}

.paginate_complex .direction:hover, .paginate_complex .direction:active, .paginate_complex .direction:focus {
    border: 1px solid #888;
    position: relative;
    z-index: 999;
}

footer {
    background: #22272d;
}

.footer_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0;
}

.footer_inner h2 {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 5px 15px 0 0;
}

.footer_inner > h2 > span {
    display: block;
    overflow: hidden;
    color: transparent;
    width: 200px;
    height: 20px;
    background: var(--profile-footer-logo-bg) no-repeat 0 0;
}

.footer_text_box {
    flex: 1;
    min-width: 250px;
}

.footer_text_box p, .footer_text_box span {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.6;
}

.footer_text_box p span {
    margin-right: 20px;
}

.not_scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.modal_box {
    position: fixed;
    display: none;
    background: #000;
    z-index: 99;
    top: 0;
    left: 0;
    right: -1000px;
    bottom: 0;
    opacity: 0
}

.rn_close_bt {
    position: absolute;
    right: 10px;
    top: -17px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: #f9f9f9 url(../../image/layout/rn_close_bt.png) no-repeat 50% 50%;
    border-radius: 15px
}

.mobile_h_r_box {
    float: right;
    display: none
}

.mobile_nav_box {
    float: left
}

.mobile_nav_bt {
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent;
    border: 0
}

.mobile_nav_bt span {
    position: absolute;
    left: 0;
    display: block;
    height: 4px;
    width: 100%;
    background: #00256c
}

.left_sidebar {
    width: 300px;
    top: 0;
    right: -310px;
    overflow: hidden;
    position: fixed;
    background: #fff;
    height: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(72, 72, 72, 0.5);
    padding: 0;
    opacity: 1
}

.l_n_scroll_box {
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 232px
}

.l_n_top_box {
    position: relative
}

.left_sidebar .nav_user_info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    float: none;
    padding: 0 0 10px 0;
    background: #fff;
    z-index: 9
}

.left_nav_wrap .l_nav_menu {
    display: block;
    font-size: 20px;
    position: relative;
    line-height: 34px;
    padding: 20px 0 20px 22px;
    color: #1a4376;
    background: #fff;
}

.left_nav_wrap ul {
    padding: 0;
    margin: 0
}

.left_nav_wrap ul li {

    border-bottom: 1px solid #e2e1e1;

}

.left_nav_wrap ul ul li {
    margin: 0;
    border-bottom: 0;
    padding: 0
}

.left_nav_wrap ul ul li a {
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    color: #555;
    line-height: 30px;
    font-size: 16px
}

.left_nav_wrap ul ul li a:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    left: 20px;
    top: 13px;
    height: 3px;
    width: 3px;
    background: #a7a7a7
}

.user_name_box {
    text-align: center;
    border-bottom: 1px solid #f2eeee;
    padding: 0 0 10px;
    margin: 0 0 10px 0
}

.nav_user_info {
    float: right;
    margin: 22px 0 0 0
}

.nav_user_info ul li {
    margin-bottom: 10px
}

.nav_user_info ul li a {
    display: block;
    text-align: left
}

.nav_user_info ul li .n_logout_bt {
    background: #f3f3f3;
    display: block;
    text-align: center;
    padding: 6px 20px;
    border-radius: 5px
}

.nav_user_info ul li .n_logout_bt span {
    color: #807f7f;
    padding: 0 18px 0 0;
    /*background: url(../../image/layout/nav_user_logout.png) no-repeat right 50%*/
}

.nav_user_info ul li:last-child {
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0
}

.user_name_box span {
    display: inline-block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    background: #286ec5 url(../../image/layout/t_header_user.png) no-repeat 50% 50%;
    border-radius: 32px;
    text-align: left;
    text-indent: -99999px;
}

.user_name_box p {
    font-size: 16px;
    color: #111;
    margin: 0 0 5px 0
}

.user_name_box a {
    display: inline-block;
    padding: 0 15px;
    line-height: 26px;
    color: #286ec5;
    border-radius: 13px;
    border: 1px solid #286ec5
}

.user_name_box a:hover {
    background: #286ec5;
    color: #fff
}

.nav_user_bottom {
    text-align: left;
    overflow: hidden;
    padding: 0 15px
}

.nav_user_bottom a {
    display: inline-block;
    float: left;
    padding: 5px 8px;
    border-radius: 20px
}

.nav_user_bottom a span {
    display: inline-block;
    font-size: 13px;
    color: #286ec5;
    background-size: 14px auto
}

.nav_user_bottom a:hover {
    background: #f3f3f3
}

.nav_user_bottom .n_logout_bt {
    float: right
}

.nav_user_bottom .n_logout_bt span {
    color: #807f7f;
    padding: 0 18px 0 0;
    /*background: url(../../image/layout/nav_user_logout.png) no-repeat right 50%*/
}

.nav_user_bottom a:first-child {
    border: 1px solid #333;
    background: #333;
    min-width: 80px;
    text-align: center
}

.nav_user_bottom a:first-child span {
    color: #fff
}

.top_right_box {
    float: right;
    padding-top: 10px
}

.h_t_link_box {
    float: left;
    padding-top: 12px;
    margin-right: 0;
}

.sub_header .h_t_link_box {
    margin-right: 19px;
}

.h_t_link {
    display: block;
    float: left;
    font-size: 14px;
    color: #303030;
    line-height: 42px;
    margin-right: 15px;
}

.h_link_drop {
    float: left;
    position: relative;
}

.h_link_drop .link-dropdown-btn {
    line-height: 42px;
    padding: 0 25px 0 20px;
    border: 1px solid #cecece !important;
    background: #fff;
    border-radius: 22px;
    font-size: 14px;
    color: #303030;
    min-width: 100px;
}

.side_bt_box {
    float: left;
    position: relative;
    display: none;
    margin-left: 15px;
    margin-top: 11px;
}

.mobile_nav_bt span {
    position: absolute;
    left: 0;
    display: block;
    height: 4px;
    width: 100%;
    background: #00256c
}

.hamb-top {
    top: 5px;
    transition: all 0.35s ease-in-out 0s;
}

.hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamb-bottom {
    bottom: 5px;
    transition: all 0.35s ease-in-out 0s;
}

.mobile_nav_bt {
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent;
    border: 0;
}

/* 자동 완성 스타일 */
.autocomplete-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e8eaed;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    scroll-behavior: smooth;
    z-index: 9999;
}

.suggestion-item {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 16px;
    color: #202124;
    transition: background-color 0.1s ease;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.suggestion-item:before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free', serif;
    font-weight: 900;
    color: #5f6368;
    margin-right: 16px;
    font-size: 14px;
}

.suggestion-item:hover,
.suggestion-item.selected {
    background-color: #f1f3f4;
}

.suggestion-item .highlight {
    font-weight: bold;
    color: #1a73e8;
}

/* 검색 입력 필드에 자동 완성이 활성화된 상태의 스타일 */
.autocomplete-container .sf_int:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* 브라우저 자동완성 스타일 숨기기 */
.autocomplete-container input:-webkit-autofill,
.autocomplete-container input:-webkit-autofill:hover,
.autocomplete-container input:-webkit-autofill:focus,
.autocomplete-container input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #333 !important;
}

/* 브라우저 자동완성 드롭다운 숨기기 */
.autocomplete-container input::-webkit-contacts-auto-fill-button,
.autocomplete-container input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}

/* 검색어 초기화 버튼 스타일 */
.clear-button {
    position: absolute;
    right: 0; /* 검색 버튼 왼쪽에 위치 */
    top: 50%;
    transform: translateY(-50%);
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #6c757d;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.clear-button:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) translateY(-1px);
}

.clear-button:active {
    background: #dee2e6;
    border-color: #6c757d;
    color: #212529;
    transform: translateY(-50%) scale(0.98);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.clear-button i {
    font-size: 14px;
    font-weight: bold;
}