@charset "UTF-8";

:root {
    --vh: 100vh
}

.guide_header {
    margin: 40px 0
}

.color00 {
    color: #435CE7;
}

.color01 {
    color: #283895;
}

.color02 {
    color: #7094F0;
}

.color03 {
    color: #B7C9F7;
}

.color04 {
    color: #D4DFFA;
}

.color05 {
    color: #F6F7FE;
}

.color_g1 {
    color: #222222;
}

.color_g2 {
    color: #666666;
}

.color_g3 {
    color: #888888;
}

.color_g4 {
    color: #DDDDDD;
}

.color_g5 {
    color: #EEEEEE;
}

.color_g6 {
    color: #F5F5F5;
}

.colors_dark1 {
    color: #121212;
}

.colors_dark2 {
    color: #262626;
}

.colors_dark3 {
    color: #353535;
}

.colors_oth1 {
    color: #6B41E2;
}

.colors_oth2 {
    color: #FFC700;
}

.colors_oth3 {
    color: #E64242;
}

.colors_oth4 {
    color: #FF5B5B;
}

.colors_oth5 {
    color: #FF8ACC;
}

.colors_oth6 {
    color: #10C469;
}

.bgcolors-b1 {
    background-color: #FFFFFF;
}

.bgcolors-b2 {
    background-color: #F5F5F5;
}

.bgcolors-b3 {
    background-color: #F6F7FE;
}

.bgPoint {
    background-color: chartreuse;
}

.hidden_cont {
    text-indent: -9999px;
    overflow: hidden;
    height: 2px;
    margin: -2px 0 0 !important;
}

.flex {
    display: flex !important;
}

.flex_between {
    display: flex !important;
    justify-content: space-between !important;
}

.flex_center {
    display: flex !important;
    justify-content: center !important;
}

.flex_5n {
    width: calc(100% / 5)
}

.flex_item_2n {
    width: calc((100% - 30px)/2)
}

.flex_item_3n {
    width: calc((100% - 60px)/3)
}

.flex_item_4n {
    width: calc((100% - 120px)/4)
}

.flex_item_5n {
    width: calc((100% - 120px)/5)
}

.flex_item_6n {
    width: calc((100% - 50px)/6)
}

.ml_auto {
    margin-left: auto !important
}

*[class$="_req"] {
    color: #435CE7;
}

.DISPLAY,
.DISPLAY_req {
    font-size: 90px;
    font-weight: 700;
}

.mainH,
.mainH_req {
    font-size: 72px;
    font-weight: 700;
}

.subH,
.subH_req {
    font-size: 60px;
    font-weight: 700;
}

.subH2,
.subH2_req {
    font-size: 52px;
    font-weight: 700;
}

.titmain,
.titmain_req {
    font-size: 40px;
    font-weight: 700;
}

.body_title,
.body_title_req {
    font-size: 40px;
    font-weight: 700;
}

.titsub1,
.titsub1_req {
    font-size: 26px;
    font-weight: 500;
}

.titsub1B,
.titsub1B_req {
    font-size: 26px;
    font-weight: 700;
}

.titsub2,
.titsub2_req {
    font-size: 20px;
    font-weight: 500;
}

.titsub2B,
.titsub2B_req {
    font-size: 20px;
    font-weight: 700;
}

.titsub4,
.titsub4_req {
    font-size: 24px;
    font-weight: 500;
}

.txtR,
.txtR_req {
    font-size: 18px;
    font-weight: 400;
}

.txt,
.txt_req {
    font-size: 18px;
    font-weight: 500;
}

.txtB,
.txtB_req {
    font-size: 18px;
    font-weight: 700;
}

.txt_infoR,
.txt_infoR_req {
    font-size: 16px;
    font-weight: 400;
}

.txt_info,
.txt_info_req {
    font-size: 16px;
    font-weight: 500;
}

.txt_infoB,
.txt_infoB_req {
    font-size: 16px;
    font-weight: 700;
}

.txt_caption,
.txt_caption_req {
    font-size: 14px;
    font-weight: 400;
}

.btn {
    position: relative;
    display: inline-block;
    min-width: 126px;
    padding: 16px 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer
}

.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .45;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    color: #222222;
    background-color: rgb(255 255 255 / 0);
    border-color: #dddddd;
}

.btn.hover,
.btn:hover {
    color: #222222;
    background-color: #F5F5F5;
    border-color: #DDDDDD;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    color: #222222;
    background-color: #F5F5F5;
    border-color: #DDDDDD;
    text-decoration: none;
}

.btn.active,
.btn:active {
    color: #222222;
    background-color: #DDDDDD;
    border-color: #DDDDDD;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    color: #888888;
    background-color: rgb(255 255 255 / 0);
    border-color: #DDDDDD;
}

.btn.selected {
    color: #FFFFFF;
    background-color: #888888;
    border-color: #DDDDDD;
    text-decoration: none;
}

.btn_ghost {
    color: #FFFFFF;
    background-color: rgb(255 255 255 / 0);
    border-color: #dddddd;
}

.btn_ghost.hover,
.btn_ghost:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .2);
    border-color: #FFFFFF;
    text-decoration: none;
}

.btn_ghost.focus,
.btn_ghost:focus {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .4);
    border-color: #FFFFFF;
    text-decoration: none;
}

.btn_ghost.active,
.btn_ghost:active {
    color: #FFFFFF;
    background-color: #DDDDDD;
    border-color: #FFFFFF;
}

.btn_ghost.disabled,
.btn_ghost[disabled],
fieldset[disabled] .btn {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .2);
    border-color: #FFFFFF;
}

.btn_ghost.selected {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .6);
    border-color: #FFFFFF;
    text-decoration: none;
}

.btn_primary {
    color: #FFFFFF;
    background-color: #435CE7;
    border-color: transparent;
}

.btn_primary.hover,
.btn_primary:hover {
    color: #FFFFFF;
    background-color: #283895;
    border-color: transparent;
    text-decoration: none;
}

.btn_primary.focus,
.btn_primary:focus {
    color: #FFFFFF;
    background-color: #283895;
    border-color: transparent;
    text-decoration: none;
}

.btn_primary.active,
.btn_primary:active {
    color: #FFFFFF;
    background-color: #7094F0;
    border-color: transparent;
}

.btn_primary.disabled,
.btn_primary[disabled],
fieldset[disabled] .btn_primary {
    color: #666666;
    background-color: #DDDDDD;
    border-color: transparent;
}

.btn_primary.selected {
    color: #FFFFFF;
    background-color: #888888;
    border-color: transparent;
    text-decoration: none;
}

.btn_w {
    color: #222222;
    background-color: #FFFFFF;
    border-color: transparent;
}

.btn_w.hover,
.btn_w:hover {
    color: #222222;
    background-color: #F5F5F5;
    border-color: transparent;
    text-decoration: none;
}

.btn_w.focus,
.btn_w:focus {
    color: #222222;
    background-color: #F5F5F5;
    border-color: transparent;
    text-decoration: none;
}

.btn_w.active,
.btn_w:active {
    color: #222222;
    background-color: #DDDDDD;
    border-color: transparent;
}

.btn_w.disabled,
.btn_w[disabled],
fieldset[disabled] .btn_w {
    color: #666666;
    background-color: #DDDDDD;
    border-color: transparent;
}

.btn_w.selected {
    color: #222222;
    background-color: #DDDDDD;
    border-color: transparent;
    text-decoration: none;
}

.btn_area {
    margin-top: 70px;
    text-align: center;
}

.btn_link {
    color: #428bca;
    border-radius: 0;
    font-weight: 400;
}

.btn_underline {
    display: inline-block;
    border-bottom: 1px solid #222222;
    color: #222222;
    font-size: 16px;
    line-height: 1 !important;
}

.btn.sm {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 7px;
}

.btn.md {
    height: 60px;
    min-width: 240px;
    padding: 0 30px;
    line-height: 60px;
    border-radius: 10px;
}

.btn.lg {
    height: 90px;
    min-width: 340px;
    padding: 0 50px;
    line-height: 90px;
    border-radius: 20px;
}

.btn_ti_download {
    position: relative;
    padding: 15px 45px 15px 20px;
    font-size: 18px;
    color: #666666;
    border-radius: 7px
}

.btn_ti_download .btn_name {
    position: relative
}

.btn_ti_download .btn_name:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -9px;
    background: url('/resources/images/common/ico_download.png') no-repeat center center;
}

.btn_download {
    padding: 15px 40px 15px 16px;
    font-size: 16px;
    color: #666666;
    background: url('/resources/images/common/ico_download.png') no-repeat center center;
    background-position: top 50% right 15px;
    border-radius: 7px
}

.linkpoink {
    position: relative;
}

.linkpoink #move {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    transform: translateY(-150px)
}

ol.round_num {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: list-number
}

ol.round_num > li {
    counter-increment: list-number;
    position: relative;
    padding-left: 25px;
    margin: 17px 0 0 6px;
    line-height: 1.5
}

ol.round_num > li:before {
    content: counter(list-number);
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #222222
}

ol.num {
    counter-reset: list-number
}

ol.num > li {
    counter-increment: list-number;
    position: relative;
    padding-left: 20px
}

ol.num > li:before {
    content: counter(list-number)".";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

ol.index_cont {
    font-size: 16px;
    line-height: 1.4
}

.tab_list_filter ul {
    display: flex;
}

.tab_list_filter li {
    width: 100%;
    height: 80px;
    border-bottom: 4px solid transparent;
}

.tab_list_filter a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    color: #888;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
    font-size: 20px;
}

.tab_list_filter li.active {
    border-color: #222;
}

.tab_list_filter li.active a {
    color: #222;
    font-weight: 700;
    border-color: #222;
}

.tab_list_filter li.active .count {
    color: #435CE7;
}

.tab_list_filter a span {
    position: relative;
    z-index: -1;
    display: inline;
}

.tab_list_filter a span.category {
    margin-right: 5px;
}

.tab_list_filter button {
    display: none;
}

.tab_list ul {
    display: flex;
}

.tab_list ul li {
    width: auto;
}

.tab_list ul.col2 li {
    width: 50%;
}

.tab_list ul li {
    position: relative;
}

.tab_list ul li a {
    display: block;
    position: relative;
    color: #888888;
    line-height: 80px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}

.tab_list ul li.active a {
    color: #222222;
    font-weight: 700;
}

.tab_list ul li.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #222;
}

.tab_nav {
    border-bottom: 1px solid #EEEEEE;
}

[class *='tab_area'] .tab_conts .tab_cont {
    display: none;
}

[class *='tab_area'] .tab_conts .tab_cont.active {
    display: block;
}

.sub_nav {
    position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    z-index: 3;
}

.sub_nav ul {
    width: 1200px;
    margin: 0 auto;
}

.sub_nav ul li {
    flex-shrink: 1;
    margin-right: 4px;
    border-bottom: 4px solid #ffffffa6;
}

.sub_nav ul li:last-child {
    margin-right: 0;
}

.sub_nav ul li a {
    display: flex;
    width: 100%;
    padding: 4px 0 30px;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.sub_nav ul li a span {
    color: #ffffffa6;
    font-size: 20px;
}

.sub_nav ul li.on {
    border-bottom-color: #fff;
}

.sub_nav ul li.on a span {
    color: #fff;
}

.tab_area_second {
    position: relative
}

.tab_area_second ul.tab_second {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 40px
}

.tab_area_second ul.tab_second li {
    line-height: 0;
    flex-shrink: 0;
    width: auto;
    margin-left: 15px
}

.tab_area_second ul.tab_second > li:first-child {
    margin-left: 0
}

.tab_area_second ul.tab_second li a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 18px;
    padding: 15px 24px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #EEEEEE
}

.tab_area_second ul.tab_second li.on a {
    background: #435CE7 !important;
    color: #ffffff !important
}

.tab_area_second ul.tab_second li.on a:hover,
.tab_area_second ul.tab_second li.on a:focus {
    background: #435CE7 !important;
    color: #ffffff !important
}

.sns_cont .sns {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.sns_cont .sns li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: no-repeat center;
    background-size: 100% auto;
}

.sns_cont .sns li a.ico_facebook {
    background-image: url(/resources/images/layout/ico_sns_facebook_w.svg);
}

.sns_cont .sns li a.ico_twitter {
    background-image: url(/resources/images/layout/ico_sns_twitter_w.svg);
}

.sns_cont .sns li a.ico_copy {
    background-image: url(/resources/images/layout/ico_sns_link_w.svg);
}

.pc_paging {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    gap: 0 8px;
}

.pc_paging a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #888888;
}

.pc_paging a.active {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 20px;
    background: #415CE7;
}

.m_paging {
    display: none;
}

.move_area {
    padding: 29px 101px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.move_area li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #888888;
}

.move_area li a em {
    font-weight: 500;
}

.move_area li.on a {
    color: #222222;
}

.move_area li.prev a {
    padding-left: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: url('/resources/images/pr_center/btn_prev_02.png')no-repeat left center;
}

.move_area li a span {
    max-width: 265px;
}

.move_area li.prev a span {
    margin-left: 20px;
    display: block;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.move_area li.next a {
    flex-direction: row-reverse;
}

.move_area li.next a {
    padding-right: 25px;
    background: url('/resources/images/pr_center/btn_next_02.png')no-repeat right center;
}

.move_area li.next a span {
    margin-right: 20px;
    display: block;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table .td {
    color: #666666
}

.basic_table {
    margin-top: 40px;
    overflow: hidden
}

.basic_table table {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #222222;
    margin-left: -1px
}

.basic_table table tr th,
.basic_table table tr td {
    padding: 24px 0;
    text-align: center;
    border-bottom: 1px solid #DDDDDD
}

.basic_table table tr th,
.basic_table table tr td {
    border-left: 1px solid #DDDDDD
}

.basic_table table thead tr:first-child th:first-child,
.basic_table table tbody tr th:first-child {
    border-left-width: 0;
    background: #F5F5F5
}

.basic_table table thead tr th {
    font-weight: 500;
    font-size: 16px;
    background: #F5F5F5
}

.basic_table table tbody tr th {
    font-size: 16px
}

.basic_table table tbody tr td {
    font-size: 16px;
    color: #222222
}

.table-scroll,
.table-scroll-all {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px
}

.table-wrap {
    width: 100%;
    overflow: auto
}

.table-wrap::-webkit-scrollbar {
    display: none
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto
}

.table-scroll th,
.table-scroll td {
    padding: 24px 0;
    background: #fff
}

.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9
}

.responsive_table table {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #222222;
    margin-left: -1px
}

.responsive_table table tr th,
.responsive_table table tr td {
    padding: 24px 0;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.3
}

.responsive_table table tr th,
.responsive_table table tr td {
    border-left: 1px solid #DDDDDD
}

.responsive_table table thead tr th {
    font-weight: 500;
    font-size: 16px;
    background: #F5F5F5
}

.responsive_table table tbody tr th {
    font-weight: 400;
    font-size: 16px;
    padding: 24px 0;
    min-width: 73px
}

.responsive_table table tbody tr td {
    font-size: 16px
}

.responsive_table table tbody tr td.left {
    text-align: left;
    padding: 24px 24px
}

.filter,
.subTab_cont {
    position: relative;
    margin-bottom: 90px
}

.filter .filter_selected {
    position: relative;
    display: none
}

.filter ul.filter_menu,
.subTab_cont ul.tab_menu {
    display: flex;
    gap: 14px;
    justify-content: center
}

.filter ul.filter_menu li button,
.subTab_cont ul.tab_menu li button {
    display: inline-block;
    padding: 15px 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #888888;
    background: #EEEEEE;
    border-radius: 30px
}

.filter ul.filter_search li button {
    display: inline-block;
    padding: 16px 22px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    background: #EEEEEE;
    border-radius: 30px
}

.filter ul.filter_menu li.is-active button,
.subTab_cont ul.tab_menu li.on button {
    background: #435CE7 !important;
    color: #FFFFFF !important
}

.filter ul.filter_menu li.is-active button:hover,
.filter ul.filter_menu li.is-active button:focus,
.subTab_cont ul.tab_menu li.on button:hover,
.subTab_cont ul.tab_menu li.on button:focus {
    background: #435CE7 !important;
    color: #FFFFFF !important
}

.total {
    margin-bottom: 20px;
    word-break: keep-all;
}

.total .total_num {
    font-weight: 700;
    color: #435CE7;
}

.list_cont {
    margin-bottom: 60px;
    padding: 60px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.list_cont ul {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 70px 30px;
}

.list_cont ul li img {
    display: block;
    width: 100%;
}

.list_cont ul li a {
    display: block;
    width: 100%;
}

.list_cont .filter_img {
    position: relative;
    width: 100%;
    padding-top: 68.422%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    background: #eeeeee;
}

.search_result .list_cont .filter_img {
    padding-top: 59.22%;
}

.list_cont .filter_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.list_cont .filter_img .play_time {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 30px;
}

.list_cont .filter_tit p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    word-break: keep-all;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_cont .filter_tit .category {
    margin-bottom: 16px;
}

.view_head {
    margin-bottom: 60px;
}

.view_body {
    border-top: 1px solid #222222;
}

.view_body .cont_box {
    padding: 80px 100px;
    word-wrap: break-word;
}

.view_body .cont_box table[align="center"] {
    margin: 0 auto;
}

.view_body .cont_box p,
.view_body .cont_box span {
    color: #666666;
    word-break: keep-all !important;
    font-family: inherit !important;
}

.view_body .cont_box img {
    width: auto;
    max-width: 100%;
}

.view_body .cont_box strong,
.view_body .cont_box b {
    font-weight: revert !important;
}

.view_body .file_box li a {
    display: inline-block;
    padding-left: 28px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.view_body .file_box li a.pdf_file {
    background-image: url(/resources/images/common/icon_pdf.png);
}

.view_body .file_box li a.xls_file {
    background-image: url(/resources/images/common/icon_xls.png);
}

.view_body .file_box li a.doc_file {
    background-image: url(/resources/images/common/icon_doc.png);
}

.view_body .file_box li a.hwp_file {
    background-image: url(/resources/images/common/icon_hwp.png);
}

.view_body .file_box li a.zip_file {
    background-image: url(/resources/images/common/icon_zip.png);
}

.view_body .file_box li {
    padding: 28px 10px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.view_head .tit .category {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #435CE7;
}

.view_head .tit {
    text-align: center;
}

.view_head .tit span {
    display: block;
}

.view_head .tit h3 {
    margin-bottom: 30px;
    line-height: 1.4
}

.view_head .tit .date {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    color: #888;
}

.view_body .youtube_view {
    width: 100%;
    padding-bottom: 55%;
    padding-top: 13px;
    height: 0;
    overflow: hidden;
    position: relative;
}

.view_body embed,
.view_body iframe,
.view_body object {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.dropdown_menu_tab:focus,
.dropdown_menu:focus-within {
    display: block;
}

.dropdown_menu_tab {
    position: relative;
    z-index: 8;
    width: 340px;
}

.dropdown_menu_tab > button {
    display: block;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    height: 46px;
    line-height: 1;
    background: #ffffff;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    text-align: left;
    padding: 16px 20px;
}

.dropdown_menu_tab > button:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    background: url(/resources/images/common/bullet_sn_select.png) no-repeat center center;
}

.dropdown_menu_tab > button.on:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    background: url(/resources/images/common/bullet_sn_select_on.png) no-repeat center center;
}

.dropdown_menu_tab > ul {
    position: absolute;
    overflow: hidden;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    gap: inherit;
    justify-content: normal;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    z-index: 10;
}

.dropdown_menu_tab > ul.scroll {
    overflow: auto;
    height: 190px;
}

.dropdown_menu_tab > ul > li > a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    height: 46px;
    line-height: 1;
    background: #ffffff;
    border: 0 none;
    border-radius: 0;
    text-align: left;
    padding: 16px 19px;
}

.dropdown_menu_tab > ul > li > a.active {
    font-weight: 500;
    color: #435CE7;
    background: #F6F7FE;
    border: 0 none;
}

.dropdown_tab_wrap .dropdown_tab_item {
    display: none;
}

.dropdown_tab_wrap .dropdown_tab_item.active {
    display: block;
}

.accordion {
    position: relative
}

.accordion > dl.accordion_list {
    position: relative;
    border-top: 1px solid #EEEEEE
}

.accordion > dl.accordion_list > dt,
.accordion > dl.accordion_list > dd {
    background-color: #fff
}

.accordion > dl.accordion_list > dt.active+dd {
    border-top: 2px solid #222222;
    border-bottom: 1px solid #EEEEEE
}

.accordion > dl.accordion_list > dt {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #EEEEEE
}

.accordion > dl.accordion_list > dt a {
    position: relative;
    display: block;
    padding: 40px 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #666666;
    word-break: keep-all;
    text-decoration: none
}

.accordion > dl.accordion_list > dt.active a {
    font-weight: 500;
    color: #222222
}

.accordion > dl.accordion_list > dt a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/resources/images/common/accordion_open.png) no-repeat center center
}

.accordion > dl.accordion_list dt.active a:after {
    background: url(/resources/images/common/accordion_close.png) no-repeat center center
}

.accordion > dl.accordion_list > dd {
    display: none;
    position: relative;
    z-index: 2;
    padding: 60px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #666666
}

.search_result section.content .content_inner {
    padding-top: 230px
}

.search_wrap {
    width: 100%;
    margin-bottom: 80px;
    border-bottom: 2px solid #435CE7;
    position: relative
}

.search_wrap input[type="text"] {
    width: calc(100% - 40px);
    height: 80px;
    padding: 25px 0 25px 0;
    margin-right: 40px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    border: none
}

.search_wrap input[type="text"]::placeholder {
    opacity: 1;
}

.search_wrap button {
    width: 32px;
    height: 32px;
    background: url('/resources/images/common/ico_search_btn.svg')no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 1
}

.search_result .search_wrap {
    margin-bottom: 30px
}

.search_result_count {
    margin-bottom: 120px
}

.search_result_count .count {
    color: #435CE7
}

.search_result .tab_nav {
    margin-bottom: 60px;
    position: relative
}

.search_result h2.titsub1 {
    margin-bottom: 30px
}

.notice_txt {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #888888
}

.notice_txt::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0
}

@media all and (max-width:1280px) {
    .flex_item_3n {
        width: calc((100% - 20px)/2)
    }

    .sub_nav {
        bottom: 13.85vh;
        width: 100%;
        font-size: 1px;
        overflow: hidden;
    }

    .sub_nav ul {
        padding: 0 24px;
        box-sizing: border-box;
        width: inherit;
    }

    .sub_nav ul li {
        width: auto;
        flex: 1;
    }

    .sub_nav ul li a span {
        white-space: nowrap;
        font-size: 16px;
    }

    .sub_nav ul li a {
        padding: 16px;
        height: 50px;
    }

    .list_cont ul {
        gap: 50px 20px
    }

    .filter ul.filter_menu,
    .subTab_cont ul.tab_menu {
        gap: 10px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .img_cont {
        gap: 12px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .filter ul.filter_menu::-webkit-scrollbar,
    .subTab_cont ul.tab_menu::-webkit-scrollbar,
    .img_cont::-webkit-scrollbar {
        display: none
    }

    .filter ul.filter_menu li button,
    .subTab_cont ul.tab_menu li button {
        padding: 7px 14px;
        font-size: 14px;
        white-space: nowrap
    }

    .list_cont .filter_img {
        border-radius: 14px
    }

    .move_area li a span {
        display: none !important
    }

    .basic_table table {
        width: 100%
    }

    .responsive_table .fixed-side {
        position: sticky;
        left: 0;
        width: 90px;
        padding: 24px 5px;
        border-left: 0 none
    }

    .responsive_table .fixed-side2 {
        position: sticky;
        left: 90px;
        width: 100px;
        padding: 24px 05px
    }

    .responsive_table table {
        min-width: 1200px
    }

    .bg-line {
        position: relative
    }

    .bg-line:after {
        content: '';
        display: block;
        width: 43px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -43px;
        background: linear-gradient(90deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 37.63%)
    }

    .view_head {
        margin-bottom: 30px
    }

    .view_body .cont_box {
        padding: 50px 0
    }

    .view_body .file_box li {
        padding: 16px 0
    }

    .dropdown_menu_tab {
        width: 100%;
        margin-top: 30px;
    }

    .accordion > dl.accordion_list {
        border-top: 0
    }

    .btn_area {
        margin-top: 50px
    }

    .search_result section.content .content_inner {
        padding-top: 120px
    }

    .search_wrap {
        margin-bottom: 40px
    }

    .search_wrap input[type="text"] {
        padding: 15px 30px 15px 0;
        height: 50px;
        font-size: 16px
    }

    .search_wrap button {
        width: 24px;
        height: 24px;
        bottom: 11px
    }

    .tab_list_filter button {
        display: block;
        position: relative;
        width: 100%;
        height: 46px;
        padding: 0 20px;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #DDDDDD;
        border-radius: 7px;
        text-align: left;
    }

    .tab_list_filter button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        background: url(/resources/images/common/bullet_sn_select.png) no-repeat center center;
    }

    .tab_list_filter button.on:after {
        transform: rotate(180deg) translateY(50%);
    }

    .tab_list_filter button .total_num {
        color: #435CE7;
    }

    .tab_list_filter {
        position: relative;
    }

    .tab_list_filter ul {
        display: none;
        max-height: 190px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid #ddd;
        border-radius: 7px;
        position: absolute;
        top: 56px;
        width: 100%;
        background-color: #fff;
        z-index: 10;
    }

    .tab_list_filter ul.open {
        display: block;
    }

    .tab_list_filter a {
        min-height: unset;
        display: block;
        text-align: left;
        padding: 0 19px;
        font-weight: 500;
        font-size: 14px;
        line-height: 46px;
        color: #222;
        z-index: 1;
        background-color: #fff;
        border: unset
    }

    .tab_list_filter a span.category {
        margin-right: 3px;
    }

    .tab_list_filter li {
        display: block;
        padding: 0;
        border: none;
        height: 46px;
    }

    .tab_list_filter li.active a {
        font-weight: 500;
        color: #435CE7;
        background-color: #f6f7fe;
        border-color: transparent;
    }
}

@media all and (max-width:690px) {
    .flex_item_3n {
        width: 100%
    }

    .view_head .tit .category {
        margin-bottom: 14px;
        font-size: 14px
    }

    .view_head .tit .date {
        font-size: 14px
    }

    .view_head .tit h3 {
        margin-bottom: 24px;
        line-height: 1.3
    }

    .filter ul.filter_menu,
    .subTab_cont ul.tab_menu {
        justify-content: start
    }

    .sns_cont .sns li a {
        width: 40px;
        height: 40px;
    }

    .DISPLAY,
    .DISPLAY_req {
        font-weight: 700;
        font-size: 50px
    }

    .mainH,
    .mainH_req {
        font-weight: 700;
        font-size: 40px
    }

    .subH,
    .subH_req {
        font-weight: 700;
        font-size: 36px
    }

    .subH2,
    .subH2_req {
        font-weight: 700;
        font-size: 30px
    }

    .titmain,
    .titmain_req {
        font-weight: 700;
        font-size: 24px
    }

    .body_title {
        font-weight: 700;
        font-size: 24px
    }

    .titsub1,
    .titsub1_req {
        font-weight: 500;
        font-size: 20px
    }

    .titsub1B,
    .titsub1B_req {
        font-weight: 700;
        font-size: 20px
    }

    .titsub2,
    .titsub2_req {
        font-weight: 500;
        font-size: 18px
    }

    .titsub2B,
    .titsub2B_req {
        font-weight: 700;
        font-size: 18px
    }

    .titsub4,
    .titsub4_req {
        font-size: 20px;
        font-weight: 500;
    }

    .txtR,
    .txtR_req {
        font-weight: 400;
        font-size: 16px
    }

    .txt,
    .txt_req {
        font-weight: 500;
        font-size: 16px
    }

    .txtB,
    .txtB_req {
        font-weight: 700;
        font-size: 16px
    }

    .txt_infoR,
    .txt_infoR_req {
        font-weight: 400;
        font-size: 14px
    }

    .txt_info,
    .txt_info_req {
        font-weight: 500;
        font-size: 14px
    }

    .txt_infoB,
    .txt_infoB_req {
        font-weight: 700;
        font-size: 14px
    }

    .txt_caption,
    .txt_caption_req {
        font-weight: 500;
        font-size: 12px
    }

    .tab_list ul {
        overflow-x: auto;
    }

    .tab_list ul::-webkit-scrollbar {
        display: none;
    }

    .tab_list ul li {
        flex-shrink: 0;
        line-height: 0;
        width: auto !important
    }

    .tab_list ul li:first-child {
        margin-left: 0;
    }

    .tab_list ul li a {
        padding: 0 20px 14px;
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
    }

    .tab_list ul li.active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #222;
    }

    .pc_paging {
        display: none;
    }

    .m_paging {
        display: block;
    }

    .m_paging button {
        display: block;
        width: 100%;
        padding: 19px 0;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: #ffffff;
        background: #435CE7;
        border-radius: 7px;
    }

    .m_paging button span {
        display: inline-block;
        margin-left: 4px;
        font-size: 14px;
        font-weight: 500;
        opacity: .6;
    }

    .move_area {
        padding: 24px 25px;
    }

    .basic_table {
        margin-top: 24px
    }

    .basic_table table tr th,
    .basic_table table tr td {
        padding: 16px 0
    }

    .basic_table table thead tr th {
        font-size: 14px
    }

    .basic_table table tbody tr th {
        font-size: 14px
    }

    .basic_table table tbody tr td {
        font-size: 14px
    }

    .table-scroll,
    .table-scroll-all {
        margin-top: 24px
    }

    .table-scroll th,
    .table-scroll td {
        padding: 16px 0;
        background: #fff
    }

    .responsive_table .fixed-side {
        position: sticky;
        left: 0;
        width: 80px;
        padding: 16px 5px;
        border-left: 0 none
    }

    .responsive_table .fixed-side2 {
        position: sticky;
        left: 80px;
        width: 90px;
        padding: 16px 05px
    }

    .responsive_table table {
        min-width: 672px
    }

    .responsive_table table thead tr th {
        font-size: 14px;
    }

    .responsive_table table tbody tr th {
        font-size: 14px;
        padding: 16px 20px;
        min-width: 33px;
        line-height: 1.3
    }

    .responsive_table table tbody tr td {
        font-size: 14px
    }

    .responsive_table table tr th,
    .responsive_table table tr td {
        padding: 16px 20px
    }

    .filter {
        margin-bottom: 40px
    }

    .list_cont {
        padding-top: 40px
    }

    .list_cont .total {
        margin-bottom: 16px
    }

    .list_cont .filter_tit .category {
        margin-bottom: 10px
    }

    .list_cont {
        margin-bottom: 50px;
        padding: 24px 0 0;
        border-bottom: 0
    }

    .list_cont ul {
        gap: 50px 0;
        flex-direction: column;
        justify-content: center
    }

    .list_cont .filter_img {
        margin-bottom: 24px
    }

    .list_cont .filter_tit {
        margin-top: 24px
    }

    .list_cont .filter_tit p {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.3
    }

    .list_cont .filter_img .play_time {
        width: 55px;
        height: 30px;
        line-height: 30px;
        right: 10px;
        bottom: 10px
    }

    .filter button.filter_selected {
        display: block;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        height: 46px;
        line-height: 1;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 7px;
        text-align: left;
        padding: 16px 20px
    }

    .filter button.filter_selected:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        background: url(/resources/images/common/bullet_sn_select.png) no-repeat center center
    }

    .filter.active button.filter_selected:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        background: url(/resources/images/common/bullet_sn_select_on.png) no-repeat center center
    }

    .filter ul.filter_menu {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        display: none;
        gap: inherit;
        justify-content: normal;
        flex-direction: column;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 7px;
        z-index: 10;
        overflow: hidden
    }

    .filter ul.filter_menu li button {
        display: block;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        height: 46px;
        line-height: 1;
        background: #FFFFFF;
        border: 0 none;
        border-radius: 0;
        text-align: left;
        padding: 16px 19px
    }

    .filter ul.filter_menu li.is-active button {
        font-weight: 500;
        color: #435CE7;
        background: #F6F7FE;
        border: 0 none
    }

    .dropdown_menu_tab > button:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        background: url(/resources/images/common/bullet_sn_select.png) no-repeat center center;
    }

    .dropdown_menu_tab > button.on:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -8px;
        background: url(/resources/images/common/bullet_sn_select_on.png) no-repeat center center;
    }

    .dropdown_menu_tab > ul {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        display: none;
        gap: inherit;
        justify-content: normal;
        flex-direction: column;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 7px;
        z-index: 10;
        overflow: hidden;
    }

    .dropdown_menu_tab > ul > li > a {
        display: block;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        height: 46px;
        line-height: 1;
        background: #ffffff;
        border: 0 none;
        border-radius: 0;
        text-align: left;
        padding: 16px 19px;
    }

    .dropdown_menu_tab > ul > li > a.active {
        font-weight: 500;
        color: #435CE7;
        background: #F6F7FE;
        border: 0 none;
    }

    .accordion > dl.accordion_list > dt a {
        padding: 24px 0;
        font-size: 16px
    }

    .accordion > dl.accordion_list > dt a:after {
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(/resources/images/common/accordion_open.png) no-repeat center center
    }

    .accordion > dl.accordion_list > dt.active a:after {
        background: url(/resources/images/common/accordion_close.png) no-repeat center center
    }

    .accordion > dl.accordion_list > dd {
        padding: 30px 0;
        font-size: 16px
    }

    .btn.sm {
        width: auto;
        height: 46px;
        line-height: 46px;
        padding: 0 16px;
        font-size: 16px;
    }

    .btn.md {
        width: 100%;
        max-width: 327px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }

    .btn_ti_download {
        padding: 15px 36px 13px 16px;
        font-size: 16px;
    }

    .btn_ti_download .btn_name:after {
        width: 14px;
        height: 14px;
        right: -20px;
        margin-top: -8px;
    }

    .notice_txt {
        font-size: 14px;
        line-height: 1.3
    }
}

nav#skip_navi a {
    position: fixed;
    z-index: 101;
    top: -999px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    padding: 18px 0;
    text-align: center;
    background-color: #020a0a
}

nav#skip_navi a:focus {
    top: 0
}

.inquire_btn {
    display: inline-block;
    padding-right: 23px;
    padding-bottom: 5px;
    background: url(/resources/images/layout/ico_inquire01.svg) no-repeat center / cover;
    background-size: 14px auto;
    background-position: bottom 8px right 2px;
    border-bottom: 1px solid #222222
}

.inquire_btn.wh {
    background-image: url(/resources/images/main/ico_inquire01.png);
    color: #fff;
    border-bottom: 1px solid #fff
}

#header_wrap {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
}

.utill {
    display: none
}

header.header {
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
    transition: height .3s;
}

header.header.on::after {
    content: "";
    display: block;
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eeeeee
}

header.header.on,
header.header.gnb_open {
    background-color: #ffffff
}

header.header.gnb_open {
    z-index: 12
}

header.header h1 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 26px 0 0 80px;
    line-height: 1
}

header.header h1 a {
    display: block;
    width: 203px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/resources/images/layout/logo_header.svg) no-repeat
}

header.header.on h1 a,
header.header.gnb_open h1 a {
    background: url(/resources/images/layout/logo_header_on.svg) no-repeat
}

header.header nav.gnb {
    position: relative;
    z-index: 1;
    width: 960px;
    margin: 0 auto
}

header.header nav.gnb > ul::after {
    content: "";
    display: block;
    clear: both
}

header.header nav.gnb > ul > li {
    float: left;
    line-height: 0
}

header.header nav.gnb > ul > li > a {
    position: relative;
    display: block;
    padding: 29px 40px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    width: auto;
    text-align: center;
}

header.header nav.gnb > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    opacity: 0;
    background-color: #435ce7;
    transition: .3s ease width, .3s ease opacity
}

header.header nav.gnb > ul > li.active > a span {
    color: #435ce7
}

header.header nav.gnb > ul > li.active > a::after {
    opacity: 1;
    width: 100%
}

header.header.on nav.gnb > ul > li::after {
    content: "";
    display: block;
    position: relative
}

header.header.on nav.gnb > ul > li > a,
header.header.gnb_open nav.gnb > ul > li > a {
    color: #222222;
    transition: .3s cubic-bezier(.68, -.55, .27, 1.55) color
}

header.header.on nav.gnb > ul > li > a.active,
header.header.gnb_open nav.gnb > ul > li > a.active {
    color: #435ce7
}

header.header.on nav.gnb > ul > li > a:after,
header.header.gnb_open nav.gnb > ul > li > a:after {
    opacity: 1
}

header.header.on nav.gnb > ul > li > a.active:after,
header.header.gnb_open nav.gnb > ul > li > a.active:after {
    width: calc(100% - 0px)
}

header.header nav.gnb > ul > li > .depth_menu {
    display: none;
    transition: display 1s;
    /* border: 1px solid red; */
}

header.header nav.gnb > ul > li > .depth_menu {
    width: 100vw;
    position: absolute;
    top: 80px;
    left: 50%;
    padding: 50px 0 52px;
    box-sizing: border-box;
    line-height: 1;
    transform: translate(-50%, 0)
}

header.header nav.gnb > ul > li > .depth_menu > ul {
    justify-content: center;
    display: flex;
    gap: 130px;
}

header.header nav.gnb > ul > li.depth01 > .depth_menu > ul > li {
    box-sizing: border-box
}

header.header nav.gnb > ul > li > .depth_menu > ul > li {
    position: relative;
    box-sizing: border-box;
    /* width: 200px; */
    white-space: nowrap
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    word-break: keep-all;
    transition: .3s ease color
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > a.btn_link {
    color: #222222;
    padding-right: 25px;
    margin-right: -25px
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > a.btn_link:hover,
header.header nav.gnb > ul > li > .depth_menu > ul > li > a.btn_link:focus {
    color: #415CE7
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > a.btn_link::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/resources/images/layout/ico_inquire01.svg") no-repeat center;
    background-size: 18px auto;
    content: ""
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > a .inquire_btn {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url("/resources/images/layout/icon_link_01.png") no-repeat center / cover
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > ul {
    flex-direction: column;
    margin-top: 20px
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li {
    position: absolute;
    margin-top: 16px;
    line-height: 16px;
    white-space: nowrap;
    letter-spacing: -.5px
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li:first-child {
    margin-left: 0
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li > a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    transition: .3s ease color
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li > a:hover,
header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li > a:focus {
    color: #435ce7
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b4ed;
    transition: .3s ease width
}

header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li > a:hover:after,
header.header nav.gnb > ul > li > .depth_menu > ul > li > ul > li > a:focus:after {
    width: 100%
}

header.header nav.gnb > ul > li > .depth_menu > ul > li.more[data-state="open"] > a:after {
    background-image: url("/resources/images/common/ico_arr_close.png")
}

header.header nav.gnb > ul > li > .depth_menu > ul > li.more.open > a:after {
    background-image: url("/resources/images/common/ico_arr_close.png")
}

header.header nav.gnb > ul > li > .depth_menu > ul > li.more.open .depth_detail {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

header.header nav.gnb > ul > li > .depth_menu > ul > li.more > a {
    position: relative;
    padding-right: 25px;
    /* margin-right: -25px */
}

header.header nav.gnb > ul > li > .depth_menu > ul > li.more > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("/resources/images/common/ico_arr_open.png") no-repeat 50%
}

header.header nav.gnb > ul > li > .depth_menu > ul > li a:hover,
header.header nav.gnb > ul > li > .depth_menu > ul > li a:focus {
    color: #435ce7
}

header.header nav.gnb .depth_detail {
    position: relative;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

header.header nav.gnb .depth_detail.open {
    display: block;
}

header.header nav.gnb .depth_detail ul {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    /* border: 1px solid red; */
}

header.header nav.gnb .depth_detail ul li:not(:last-child) {
    margin-bottom: 16px;
}

header.header nav.gnb .depth_detail li a {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}

header.header nav.gnb .depth_detail li a.outlink {
    display: inline-block;
    padding-right: 23px;
    padding-bottom: 5px;
    background: url("/resources/images/layout/ico_inquire02.svg") no-repeat;
    background-size: 18px;
    background-position: bottom 6px right 0;
}

header.header nav.user_menu {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 80px;
    height: 100%
}

header.header nav.user_menu > ul {
    display: flex;
    justify-content: right;
    align-items: center
}

header.header nav.user_menu > ul > li {
    position: relative;
    line-height: 0;
    padding: 27px 14px
}

header.header nav.user_menu > ul > li:first-child {
    margin-left: 0
}

header.header nav.user_menu > ul > li > button {
    display: block;
    line-height: 1;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center
}

header.header nav.user_menu > ul > li > button.btn_keyinfo {
    width: 91px;
    height: 26px;
    background-image: url(/resources/images/layout/btn_KeyInfo_pc.png)
}

header.header nav.user_menu > ul > li > button.btn_language {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_language.svg)
}

header.header.on nav.user_menu > ul > li > button.btn_language,
header.header.gnb_open nav.user_menu > ul > li > button.btn_language {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_language_on.svg)
}

header.header nav.user_menu > ul > li > button.btn_search {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_search.svg)
}

header.header.on nav.user_menu > ul > li > button.btn_search,
header.header.gnb_open nav.user_menu > ul > li > button.btn_search {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_search_on.svg)
}

header.header nav.user_menu > ul > li > button.btn_share {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_share.svg)
}

header.header.on nav.user_menu > ul > li > button.btn_share,
header.header.gnb_open nav.user_menu > ul > li > button.btn_share {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_share_on.svg)
}

header.header nav.user_menu > ul > li > button.btn_gnb_all {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_sitemap.svg)
}

header.header.on nav.user_menu > ul > li > button.btn_gnb_all,
header.header.gnb_open nav.user_menu > ul > li > button.btn_gnb_all {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_sitemap_on.svg)
}

header.header nav.user_menu > ul > li > button.btn_sitemap {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_sitemap.svg)
}

header.header.on nav.user_menu > ul > li > button.btn_sitemap,
header.header.gnb_open nav.user_menu > ul > li > button.btn_sitemap {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_sitemap_on.svg)
}

header.header.on nav.user_menu > ul > li > button.btn_sitemap,
header.header.gnb_open nav.user_menu > ul > li > button.btn_sitemap {
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/layout/btn_g_sitemap_on.svg)
}

header.header nav.user_menu > ul > li > ul.language {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: #ffffff;
    box-shadow: 5px 10px 24px rgba(34, 34, 34, .25);
    border-radius: 10px;
    width: 70px
}

header.header nav.user_menu > ul > li > ul.language > li {
    margin-top: 20px;
    text-align: center
}

header.header nav.user_menu > ul > li > ul.language > li:first-child {
    margin-top: 0
}

header.header nav.user_menu > ul > li > ul.language > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #888888
}

header.header nav.user_menu > ul > li > ul.language > li > a:hover,
header.header nav.user_menu > ul > li > ul.language > li > a:focus {
    font-weight: 700;
    color: #435ce7
}

header.header nav.user_menu > ul > li > ul.language > li > a.active {
    font-weight: 700;
    color: #435ce7
}

aside#sitemap {
    display: none;
    position: absolute;
    z-index: 110;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    transition: .3s ease width
}

aside#sitemap nav.gnb {
    padding: 72px 0 170px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background-color: #ffffff
}

aside#sitemap nav.gnb ul li {
    position: relative;
    line-height: 0
}

aside#sitemap nav.gnb ul li a {
    display: block;
    line-height: 1
}

aside#sitemap nav.gnb > ul {
    width: 100%
}

aside#sitemap nav.gnb > ul > li > a {
    position: relative;
    box-sizing: border-box;
    padding: 24px;
    z-index: 3
}

aside#sitemap nav.gnb > ul > li > a:hover b,
aside#sitemap nav.gnb > ul > li > a:focus b {
    color: #435ce7
}

aside#sitemap nav.gnb > ul > li > a b {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    transition: .3s ease color
}

aside#sitemap nav.gnb > ul > li > a.active b {
    color: #435ce7
}

aside#sitemap nav.gnb > ul > li > a+button.depth_open {
    display: block;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/resources/images/layout/bullet_gnb_deps.png) no-repeat center center;
    background-size: 18px;
    padding: 25px 34px
}

aside#sitemap nav.gnb > ul > li > a.active+button.depth_open {
    display: block;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/resources/images/layout/bullet_gnb_deps_on.png) no-repeat center center;
    background-size: 18px;
    padding: 25px 34px
}

aside#sitemap nav.gnb > ul > li > ul {
    display: none;
    padding: 24px 0;
    box-sizing: border-box;
    background: #f6f7fe
}

aside#sitemap nav.gnb > ul > li > ul li {
    position: relative
}

aside#sitemap nav.gnb > ul > li > ul li:first-child {
    margin-top: 0
}

aside#sitemap nav.gnb > ul > li > ul li a {
    position: relative;
    padding: 0 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 52px;
    z-index: 3
}

aside#sitemap nav.gnb > ul > li > ul li a.active {
    color: #435ce7
}

aside#sitemap nav.gnb > ul > li > ul li a+button.depth_detail_open {
    width: 52px;
    height: 52px;
    display: block;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/resources/images/layout/bullet_gnb_deps.png) no-repeat center center;
    background-size: 18px
}

aside#sitemap nav.gnb > ul > li > ul li a.active+button.depth_detail_open {
    display: block;
    z-index: 2;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    background: url(/resources/images/layout/bullet_gnb_deps_on.png) no-repeat center center;
    background-size: 18px
}

aside#sitemap nav.gnb > ul > li > ul li a.btn_link span {
    display: inline-block;
    position: relative;
    color: #222222;
    padding-right: 25px;
    margin-right: -25px
}

aside#sitemap nav.gnb > ul > li > ul li a.btn_link span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/resources/images/layout/ico_inquire01.svg") no-repeat center;
    background-size: 14px auto;
    content: ""
}

aside#sitemap nav.user_menu {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 24px;
    height: 58px;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%
}

aside#sitemap nav.gnb > ul > li > ul > li > ul {
    display: none;
    padding: 0 10px;
    box-sizing: border-box;
    background: #f6f7fe
}

aside#sitemap nav.gnb > ul > li > ul > li > ul li {
    position: relative
}

aside#sitemap nav.gnb > ul > li > ul > li > ul li:first-child {
    margin-top: 0
}

aside#sitemap nav.gnb > ul > li > ul > li > ul li a {
    padding: 10px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #666666
}

aside#sitemap nav.gnb > ul > li > ul > li > ul li a:hover,
aside#sitemap nav.gnb > ul > li > ul > li > ul li a:focus {
    color: #435ce7
}

aside#sitemap nav.gnb > ul > li > ul > li > ul li a.outline > span {
    display: inline-block;
    padding-right: 20px;
    background: url("/resources/images/layout/ico_inquire02.svg") no-repeat;
    background-size: 15px;
    background-position: 100% calc(50% - 2px);
}

aside#sitemap nav.user_menu > ul.language {
    display: flex;
    justify-content: left;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 24px
}

aside#sitemap nav.user_menu > ul.language > li {
    position: relative;
    line-height: 0;
    margin-left: 10px
}

aside#sitemap nav.user_menu > ul.language > li:first-child {
    margin-left: 0
}

aside#sitemap nav.user_menu > ul.language > li a {
    display: block;
    width: 49px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    color: #888888;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center
}

aside#sitemap nav.user_menu > ul.language > li a.active {
    background: #435ce7;
    color: #ffffff;
    font-weight: 600
}

aside#sitemap nav.user_menu button.btn_close {
    position: absolute;
    width: 24px;
    top: 17px;
    right: 24px;
    width: 24px;
    height: 24px;
    display: block;
    line-height: 1;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/resources/images/layout/btn_g_sitemap_close.png) no-repeat center center;
    background-size: 100%
}

aside#sitemap .sns_wrap {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    line-height: 0;
    background: #f5f5f5;
    width: 100%;
    padding: 24px
}

aside#sitemap .sns_wrap ul.sns {
    display: flex;
    justify-content: flex-start
}

aside#sitemap .sns_wrap ul.sns li {
    margin-left: 31px
}

aside#sitemap .sns_wrap ul.sns li:first-child {
    margin-left: 0
}

aside#sitemap .sns_wrap ul.sns li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden
}

section.content .content_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0 200px;
}

section.content .content_inner.type2 {
    padding: 70px 0 200px
}

section.content .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.cont_commentary {
    margin-top: 14px;
}

.sub_visual {
    position: relative;
    height: 400px;
    color: #ffffff;
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.visual_info {
    position: relative;
    color: #ffffff;
    text-align: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.sub_visual.full,
.visual_info.full {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh
}

.sub_visual.full,
.sub_visual h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    color: #ffffff
}

.sub_visual.full h1 {
    position: absolute;
    top: 42.963vh;
    left: 0;
    width: 100%
}

.sub_visual p.intro {
    padding: 120px 0 48px;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%
}

.sub_visual.full h2 {
    position: static;
    transform: none;
    line-height: normal;
}

.sub_visual h2 {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 100%;
    line-height: 1.4;
    color: #ffffff;
    transform: translate(-50%, 0)
}

.sub_visual.full .vis_text {
    margin-bottom: 80px;
}

.sub_visual.full .vis_text p {
    line-height: 1.4;
    margin-top: 30px;
}

.sub_visual .btn_scrolldown {
    display: none
}

.sub_visual.full .btn_scrolldown {
    display: inline-block;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 0
}

.sub_visual.full .btn_scrolldown button {
    width: 40px;
    height: 40px;
    background: url("/resources/images/layout/btn_sv_scrolldown.png") no-repeat center / 39px 23px
}

.quick {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 50px;
    line-height: 1
}

.quick button:not(:last-child) {
    margin-bottom: 14px
}

.quick .btn_top {
    opacity: .8
}

.quick .btn_top {
    border-radius: 100%;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .25)
}

#bg_gnb_modal {
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 5px 10px 24px rgba(34, 34, 34, .25);
    background: #fff;
    z-index: 105
}

@media only screen and (max-width: 1280px) and (orientation: landscape) {
    .popup.basic_modal {
        max-height: calc(100% - 48px);
        overflow: auto;
    }
}

.popup.active {
    display: block
}

.popup .pop_head {
    position: relative
}

.popup .pop_head .btn_close,
.popup .pop_head .btn_close_mp {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/resources/images/common/ico_close_btn.png) no-repeat center;
    background-size: contain
}

.popup .hide_cont input[type="checkbox"] {
    width: 0;
    height: 0;
    margin: -1px;
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.popup .hide_cont input[type="checkbox"]+label::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/resources/images/common/checkbox.png") no-repeat;
    background-size: contain;
    vertical-align: sub
}

.popup .hide_cont input[type="checkbox"]:focus+label {
    outline: auto
}

.popup .hide_cont input[type="checkbox"]:checked+label::before {
    content: "";
    background: url("/resources/images/common/checkbox_on.png") no-repeat center center;
    background-size: contain
}

.popup .pop_foot .cancel {
    color: #888888
}

.popup .pop_foot .check {
    color: #435ce7
}

.popup .pop_foot .close {
    color: #222
}

.pop_toast {
    display: none;
    visibility: hidden;
    position: fixed;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    z-index: 106;
    width: 100%;
    text-align: center;
    opacity: 0
}

.pop_toast.active {
    visibility: visible;
    opacity: 1
}

.pop_toast .toast_message {
    display: inline-block;
    background-color: #22222299;
    color: #fff;
    border-radius: 16px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400
}

.pop_toast .toast_message .point {
    color: #FF5B5B
}

.pop_toast input {
    display: none
}

.popup.full_modal {
    padding-top: 76px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    transition: .2s ease;
    flex-direction: column
}

.popup.full_modal.active {
    display: flex
}

.popup.full_modal .pop_head {
    margin-bottom: 76px
}

.popup.full_modal .pop_head .btn_close {
    right: 80px
}

.popup.full_modal .pop_head h3 {
    text-align: center
}

.popup.full_modal .pop_body {
    overflow: hidden scroll
}

.popup.full_modal .pop_body .pop_inner {
    max-width: 1200px;
    margin: 0 auto 180px
}

.popup.full_modal .pop_body .pop_inner::-webkit-scrollbar {
    width: 6px
}

.popup.full_modal .pop_body .pop_inner::-webkit-scrollbar-thumb {
    height: 10%;
    border-radius: 10px;
    background: #dddddd
}

.popup.full_modal .pop_body .pop_inner::-webkit-scrollbar-track {
    background: #ffffff
}

.popup.full_modal .pop_body .pop_inner .pop_cont {
    width: 100%
}

.popup.full_modal .pop_body .pop_inner .video_iframe {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56%
}

.popup.full_modal .pop_body .pop_inner .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none
}

.popup.basic_modal {
    padding: 40px;
    max-width: 790px;
    min-width: 450px
}

.popup.basic_modal .pop_head {
    margin-bottom: 30px
}

.popup.basic_modal .pop_head .logo {
    margin-bottom: 12px;
    width: 147px;
}

.popup.basic_modal .pop_head .logo img {
    display: block;
    width: 100%
}

.popup.basic_modal .pop_head h2 {
    line-height: 1
}

.popup.basic_modal .pop_body {
    margin-bottom: 20px;
    overflow-y: auto;
    padding: 40px 0 60px;
    max-height: 436px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd
}

.popup.basic_modal .pop_body::-webkit-scrollbar {
    width: 6px
}

.popup.basic_modal .pop_body::-webkit-scrollbar-thumb {
    height: 45.87%;
    border-radius: 10px;
    background: #dddddd
}

.popup.basic_modal .pop_body::-webkit-scrollbar-track {
    background: #ffffff
}

.popup.basic_modal .pop_body p {
    margin-bottom: 40px;
    line-height: 1.4
}

.popup.basic_modal .pop_body ul li {
    padding-left: 10px;
    line-height: 1.5;
    position: relative
}

.popup.basic_modal .pop_body ul li::before {
    margin-right: 7px;
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 8px
}

.popup.basic_modal .pop_body .btn_area {
    margin-top: 60px
}

.popup.basic_modal .pop_body .btn_area button:not(:first-child) {
    margin-left: 16px
}

.popup.basic_modal .pop_foot {
    justify-content: space-between
}

.popup.alert_modal {
    max-width: 1000px;
    min-width: 450px;
    width: 100%;
    min-height: 168px;
    max-height: 600px
}

.popup.alert_modal .pop_body {
    max-height: 540px;
    height: 100%;
    border-bottom: 1px solid #dddddd;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.popup.alert_modal .pop_body .pop_img {
    border-radius: 10px 10px 0 0;
    height: 100%
}

.popup.alert_modal .pop_body img {
    display: block;
    width: 100%
}

.popup.alert_modal .pop_foot {
    justify-content: space-between
}

.popup.alert_modal.type1 .pop_foot {
    padding: 20px 40px
}

.popup.alert_modal.type2 {
    width: auto
}

.popup.alert_modal.type2 .pop_body {
    padding: 30px
}

.popup.alert_modal.type2 .pop_body strong {
    display: block;
    margin-bottom: 20px
}

.popup.alert_modal.type2 .pop_body .pop_txt {
    margin-bottom: 24px;
    line-height: 1.4
}

.popup.alert_modal.type2 .pop_body .pop_notice {
    margin-bottom: 30px;
    line-height: 1.4
}

.popup.alert_modal.type2 .pop_body a {
    display: block;
    text-decoration: underline
}

.popup.alert_modal.type2 .pop_foot {
    justify-content: flex-end
}

.popup.alert_modal.type2 .pop_foot a {
    padding: 17px 30px;
    line-height: 1
}

.popup.alert_modal.type2 .pop_foot a:not(:first-child) {
    margin-left: 20px
}

#bg_modal {
    display: none;
    position: fixed;
    z-index: 104;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066
}

#footer_wrap {
    background: #121212
}

footer#footer {
    position: relative;
    padding: 30px 0 50px 0;
    box-sizing: border-box
}

footer#footer .footer_line {
    width: 100%;
    height: 1px;
    background: #464c52;
    opacity: .5;
    filter: alpha(opaicty=50)
}

footer#footer .inner {
    position: relative;
    max-width: 1600px;
    box-sizing: border-box;
    padding: 0 80px;
    margin: 0 auto
}

footer#footer ul.site_terms {
    position: relative;
    font-size: 0;
    line-height: 1;
    margin: 0 0 30px -44px
}

footer#footer ul.site_terms li {
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

footer#footer ul.site_terms li a {
    display: inline-block;
    line-height: 2.4;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    word-break: keep-all;
    word-wrap: break-word;
}

footer#footer ul.site_terms li a strong {
    color: #ffffff;
    font-weight: 400
}

footer#footer ul.site_terms li {
    display: inline-block;
    vertical-align: top;
    margin-left: 44px
}

footer#footer ul.sns {
    position: absolute;
    right: 80px;
    top: 0;
    display: inline-flex;
    flex-wrap: wrap
}

footer#footer ul.sns li {
    margin-left: 32px
}

footer#footer ul.sns li:first-child {
    margin-left: 0
}

footer#footer ul.sns li a {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden
}

footer#footer address {
    font-size: 16px;
    font-style: normal;
    color: #666666;
    margin: 50px 0 5px 0;
    line-height: 1
}

footer#footer p.copyright {
    font-size: 16px;
    color: #666666
}

.keyinfo {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.keyinfo.show {
    visibility: visible;
    opacity: 1;
}

.keyinfo .keyinfo_inner {
    background: linear-gradient(180deg, #435ce7 0%, #283895 100%)
}

.keyinfo .keyinfo_cont {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 118px 0 240px
}

.keyinfo .more {
    margin-bottom: 40px
}

.keyinfo .more a {
    display: block;
    line-height: 1.4;
    color: #fff
}

.keyinfo .more a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 17px;
    margin: -6px 0 0 8px;
    background: url("/resources/images/main/ico_arr_right.png") no-repeat center / cover
}

.keyinfo .stock_info .price {
    width: 350px;
    height: 140px;
    border-radius: 20px;
    background-color: rgba(67 92 231 / 30%)
}

.keyinfo .stock_info .price .iframe-wrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    overflow: hidden
}

.keyinfo .stock_info .price .iframe-wrap iframe {
    width: 269px;
    overflow: hidden
}

.keyinfo .key_info_util {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 100%
}

.keyinfo .key_info_util > ul {
    gap: 10px;
    width: 100%
}

.keyinfo .key_info_util > ul li {
    background-color: #fff;
    border-radius: 20px;
    text-align: left
}

.keyinfo .key_info_util > ul li.flex_item_3n {
    width: calc((100% - 20px)/3)
}

.keyinfo .key_info_util > ul a {
    display: block;
    width: 100%;
    padding: 24px 34px 24px 100px;
    background-repeat: no-repeat;
    background-position: center left 34px;
    background-size: 40px
}

.keyinfo .key_info_util > ul a span {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
    line-height: 1.3
}

.keyinfo .key_info_util li:nth-child(1) a {
    background-image: url("/resources/images/main/ico_key01.png")
}

.keyinfo .key_info_util li:nth-child(2) a {
    background-image: url("/resources/images/main/ico_key03.png")
}

.keyinfo .key_info_util li:nth-child(3) a {
    background-image: url("/resources/images/main/ico_key05.png")
}

.keyinfo .key_info_util .wanted {
    border-radius: 20px;
    background-color: #fff
}

.keyinfo .key_info_util .wanted a {
    display: flex;
    align-items: center;
    height: 130px;
    padding: 40px 100px 40px 40px;
    background: url("/resources/images/main/ico_arr_right02.png") no-repeat center right 43px / 10px 17px
}

.keyinfo .key_info_util .wanted a span {
    margin-left: 14px;
    padding: 12px 16px;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    background-color: #435ce7
}

.keyinfo .news ul {
    display: flex;
    gap: 24px
}

.keyinfo .news li {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.keyinfo .news li a {
    display: block;
    padding-bottom: 30px
}

.keyinfo .news .tit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    width: 240px;
    margin-bottom: 16px;
    color: #fff;
    line-height: 1.4
}

.keyinfo .close {
    position: absolute;
    top: 30px;
    right: 176px
}

.keyinfo .close a {
    display: block;
    padding: 6px 19px;
    border-radius: 30px;
    background-color: #fff;
    font-weight: 600;
    line-height: 1
}

.keyinfo .close a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background: url("/resources/images/main/ico_close_blue.png") no-repeat center / cover
}

.pannel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1280px;
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    background: url("/resources/images/layout/pannel_bg.jpg") no-repeat center top / cover;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto
}

.pannel_util {
    padding-right: 80px;
    font-size: 0;
    text-align: right
}

.pannel_util > * {
    display: inline-block;
    vertical-align: middle
}

.pannel_util ul {
    border-radius: 30px;
    padding: 10px 16px;
    background-color: #121212;
    overflow: hidden
}

.pannel_util ul li {
    float: left
}

.pannel_util ul li:not(:first-child),
.pannel_util ul li:not(:last-child) {
    margin: 0 5px
}

.pannel_util ul a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #666
}

.pannel_util ul li.on a {
    color: #fff
}

.pannel_util .close {
    width: 32px;
    height: 32px;
    margin-left: 42px
}

.pannel_util .close a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/resources/images/layout/ico_close_white.png") no-repeat center top;
    background-size: cover;
    font-size: 0;
    line-height: 0
}

.pannel_sns {
    margin-top: 38px;
    padding-right: 80px;
    font-size: 0;
    text-align: right
}

.pannel_sns li {
    display: inline-block;
    vertical-align: top;
    margin-left: 14px
}

.pannel_sns li:first-child {
    margin-left: 0
}

.pannel_sns a {
    display: block;
    width: 42px;
    height: 42px
}

.pannel_sns img {
    width: 100%
}

.pannel_items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1200px;
    margin: 44px auto 0
}

.pannel_items .item {
    width: calc(100% / 5 - 44px);
    height: 490px;
    margin-left: 40px
}

.pannel_items .item:first-child,
.pannel_items .item:nth-child(6) {
    margin-left: 0
}

.pannel_items .item h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

.pannel_items .item h3~h3 {
    margin-top: 90px
}

.pannel_items .depth_menu > li {
    margin-top: 25px;
}

.pannel_items .depth_menu > li:first-child {
    margin-top: 0
}

.pannel_items .depth_menu > li > a {
    display: block;
    line-height: 1.4;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    word-break: keep-all;
    word-wrap: break-word;
}

.pannel_items .depth_menu > li > a[href^="javascript"] {
    pointer-events: none
}

.pannel_items .depth_menu > li > a.btn_link span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-right: -25px
}

.pannel_items .depth_menu > li > a.btn_link span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/resources/images/common/ico_external_w.png") no-repeat 50%;
    content: ""
}

.pannel_items .depth_detail > li {
    margin-top: 15px
}

.pannel_items .depth_detail > li > a {
    /* display: block; */
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    color: #ddd
}

.pannel_items .depth_detail > li > a.outlink {
    display: inline-block;
    padding-right: 23px;
    padding-bottom: 5px;
    background: url("/resources/images/layout/ico_inquire02_w.svg") no-repeat;
    background-size: 18px;
    background-position: bottom 9px right 0;
}

.filter ul.filter_menu {
    display: flex;
    gap: 14px;
    justify-content: start
}

#popup_search {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    top: 0;
    padding: 0
}

#popup_search.show {
    display: block;
}

#popup_search .pop_inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0 136px
}

#popup_search::after {
    content: '';
    z-index: 0;
    position: absolute;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .4)
}

#popup_search .pop_head h3 {
    margin-bottom: 140px;
    text-align: center
}

@media only screen and (max-width: 1280px) and (orientation: landscape) {
    #popup_search .pop_head h3 {
        margin-bottom: 0;
    }
}

.filter .flex {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 14px
}

.filter .btn {
    border-radius: 30px;
    font-size: 16px
}

.pop_btn {
    position: absolute;
    top: 80px;
    right: 80px
}

.pop_btn .close_btn {
    width: 32px;
    height: 32px;
    background: url(/resources/images/common/ico_close_btn.png) no-repeat center / cover
}

.tab_nav .tab_list {
    display: block
}

.tab_nav .dropdown_menu {
    display: none
}

.dropdown_menu > button {
    min-width: auto
}

.dropdown_menu .select_btn b {
    font-weight: 700;
    font-size: 14px
}

.dropdown_menu .select_btn.active {
    font-weight: 700;
    font-size: 14px
}

.dropdown_menu .select_btn .total_num {
    color: #435ce7
}

.dropdown_menu .select_btn.active .total_num {
    color: #435ce7
}

.search_result .list_cont {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 120px
}

.search_result .list_cont:last-child {
    margin-bottom: 0
}

.search_result .list_cont_tit {
    margin-bottom: 30px
}

.search_result .btn_area {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.search_result .list_move_btn {
    padding-right: 20px;
    line-height: 1.45;
    background: url(/resources/images/common/ico_move.png) no-repeat right 0 center;
    background-size: 7px auto
}

.search_result .total {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px
}

.search_result .total .total_num {
    font-size: 21px
}

.list_column li:not(:last-child) {
    border-bottom: 1px solid #eeeeee
}

.list_column li a {
    padding: 40px 10px
}

.list_column li .list_column_tit {
    width: 100%;
    max-width: 800px
}

.list_column li .list_column_tit span {
    display: block;
    margin-right: 5px
}

.recomm_content h4 {
    margin-bottom: 25px
}

dl.search_none {
    text-align: center;
    margin-top: 80px
}

dl.search_none dt {
    margin-bottom: 30px;
    font-weight: 700
}

dl.search_none li {
    margin-bottom: 14px
}

dl.search_none li:last-child {
    margin-bottom: 0
}

@media (max-width:1280px) {
    header.header h1 {
        padding: 26px 0 0 40px;
    }

    header.header nav.user_menu {
        right: 40px;
    }

    .search_result .tab_nav {
        margin-bottom: 40px
    }

    .tab_nav.wide {
        width: calc(100vw);
        margin-left: calc(-50vw + 50%);
        margin-bottom: 35px;
        border-bottom: 1px solid #EEEEEE
    }

    .tab_nav .dropdown_menu {
        display: block
    }

    #popup_search::after {
        display: none
    }

    #popup_search .pop_inner {
        width: 100%;
        padding: 60px 40px 90px;
        box-sizing: border-box
    }

    #popup_search .pop_head h1 {
        margin-bottom: 100px
    }

    .filter .flex {
        gap: 10px
    }

    #popup_search .pop_btn {
        top: 57px;
        right: 40px
    }

    #popup_search {
        height: 100vh
    }

    footer#footer ul.site_terms li a {
        line-height: 1;
    }

    .recomm_content h4 {
        margin-bottom: 20px
    }

    .search_not_found .search_result {
        margin-bottom: 90px;
        text-align: left
    }

    .search_not_found .search_result h2 {
        font-weight: 700
    }

    .search_not_found .search_result p {
        position: relative;
        padding-left: 10px
    }

    .search_not_found .search_result p:before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 2px;
        background: #666666;
        position: absolute;
        left: 0;
        top: 10px
    }

    .filter ul.filter_search {
        flex-wrap: wrap;
        gap: 10px
    }

    .filter ul.filter_search li button {
        padding: 10px 16px;
        font-size: 14px
    }

    .btn_area {
        margin-top: 50px
    }

    .search_result h2.titsub1 {
        margin-bottom: 20px
    }

    .search_result {
        text-align: left
    }

    .search_result_count {
        margin-bottom: 40px
    }

    .search_result .list_cont {
        margin-bottom: 70px
    }

    .search_result .list_move_btn {
        padding-right: 14px;
        background-size: 6px
    }

    .list_column li a {
        padding: 24px 0
    }

    .list_column li .flex_between {
        position: relative;
        display: block !important
    }

    .list_column li .list_column_tit {
        max-width: 500px;
        margin-bottom: 16px;
        line-height: 1.3
    }

    .list_column li .list_column_tit span {
        display: none
    }

    .list_column li b.category {
        position: absolute;
        top: 16px;
        right: 0
    }

    dl.search_none {
        text-align: left;
        margin: 90px 0
    }

    dl.search_none dt {
        margin-bottom: 20px;
        line-height: 1.3
    }

    dl.search_none li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 7px
    }

    dl.search_none li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 0;
        width: 2px;
        height: 2px;
        background-color: #666
    }
}

@media (max-width:690px) {
    .pop_toast {
        bottom: 70px
    }

    #popup_search {
        top: 0
    }

    #popup_search .pop_inner {
        padding: 20px 24px
    }

    #popup_search .pop_head {
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #popup_search .pop_head h3 {
        margin: 0;
        font-size: 18px;
        line-height: normal
    }

    #popup_search .pop_body .recomm_content h4 {
        font-size: 16px
    }

    #popup_search .pop_btn .close_btn {
        width: 24px;
        height: 24px;
        background: url(/resources/images/layout/btn_g_sitemap_close.png) no-repeat center;
        background-size: 100%
    }

    .filter {
        margin-bottom: 0
    }

    .filter .btn {
        min-width: auto;
        padding: 10px 16px;
        font-size: 14px
    }

    #popup_search .pop_btn {
        top: 36px;
        right: 24px
    }

    .list_column li .list_column_tit {
        max-width: 212px
    }
}

@media all and (max-width:1600px) {
    header.header nav.gnb {
        display: none
    }

    header.header nav.user_menu > ul > li > button.btn_gnb_all {
        display: none
    }

    header.header nav.user_menu > ul > li > button.btn_sitemap {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(/resources/images/layout/btn_g_sitemap.svg)
    }
}

.sub_nav1 {
    position: relative;
    z-index: 5
}

.sub_nav1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-index: 1
}

.sub_nav1 .sub_nav1_inner {
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 60px
}

.sub_nav1 .home {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.sub_nav1 .home a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/resources/images/common/ico_home.png") no-repeat center / 16px 18px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}

.sub_nav1 .depth {
    position: relative;
    width: calc(100% / 3);
    max-width: 380px;
    margin-left: -1px
}

.sub_nav1 .depth:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #eee
}

.sub_nav1 .depth > a {
    display: block;
    position: relative;
    padding: 21px 50px 21px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sub_nav1 .depth > a > span {
    overflow: hidden;
    max-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sub_nav1 .depth > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 10px;
    height: 7px;
    transform: translateY(-50%);
    background: url("/resources/images/common/ico_nav_arr.png") no-repeat center / cover
}

.sub_nav1 .depth.on a:after {
    transform: rotate(180deg) translateY(50%)
}

.sub_nav1 .depth ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -1px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #eee
}

.sub_nav1 .depth ul a {
    display: block;
    padding: 12px 0;
    line-height: 1.4;
    background-color: #fff
}

.sub_nav1 .depth ul a:hover,
.sub_nav1 .depth ul a:focus {
    color: #435ce7;
    font-weight: 500
}

.sub_nav1::after {
    display: none
}

body.sticky .sub_nav1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 101;
    background: #fff
}

body.sticky .sub_nav1::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    background-color: inherit;
    top: -20px
}

body.sticky #header_wrap.none {
    display: none
}

.tab_area1 .tab_list1 button {
    display: none
}

.tab_area1 .tab_list1 ul {
    display: flex;
    justify-content: center
}

.tab_area1 .tab_list1 li {
    margin-right: 14px
}

.tab_area1 .tab_list1 li:last-child {
    margin-right: 0
}

.tab_area1 .tab_list1 a {
    display: block;
    padding: 15px 24px;
    border-radius: 30px;
    background-color: #eee;
    font-size: 18px;
    font-weight: 400;
    color: #888
}

.tab_area1 .tab_list1 li.active a {
    background-color: #435ce7;
    color: #fff;
    font-weight: 500
}

.fix_nav {
    position: relative
}

.fix_nav:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-index: -1
}

.fix_nav ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto
}

.fix_nav li {
    width: 100%;
    text-align: center
}

.fix_nav a {
    display: block;
    padding: 25px 20px;
    font-size: 20px;
    font-weight: 400;
    color: #888;
    border-bottom: 4px solid transparent
}

.fix_nav li.on a {
    border-color: #222;
    color: #222;
    font-weight: 700
}

.fix_nav.on {
    padding-top: 74px
}

.fix_nav.on > div {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10
}

.fix_nav.on > div:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    z-index: -1
}

.list_bullet > li {
    position: relative;
    padding-left: 8px;
}

.list_bullet.dot1 > li::before {
    content: "·";
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
}


@media all and (max-width:1280px) {
    section.content .content_inner {
        width: 100%;
        padding: 120px 40px 180px;
        box-sizing: border-box
    }

    section.content .content_inner.type2 {
        padding: 70px 40px 180px
    }

    section.content .inner {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box
    }

    .privacy_policy section.content .wide .inner {
        padding: 0 24px
    }

    .privacy_policy section.content .inner {
        padding: 0
    }

    .quick {
        bottom: 24px;
        right: 30px
    }

    .sub_visual.full .btn_scrolldown button {
        background-size: 15px 8px
    }

    .popup .btn_area button {
        padding: 0 8px;
        font-size: 16px;
        min-width: 108px;
        height: 46px;
        line-height: 46px
    }

    .popup.full_modal .pop_body .pop_inner {
        margin: 0 40px 90px
    }

    .popup.basic_modal {
        width: calc(100% - 80px) !important;
    }

    .popup.basic_modal .pop_head .logo {
        margin-bottom: 16px
    }

    .popup.basic_modal .pop_body {
        margin-bottom: 16px;
        padding: 30px 0
    }

    .popup.basic_modal .pop_body p {
        margin-bottom: 30px
    }

    .popup.basic_modal .pop_body .btn_area {
        margin-top: 50px;
        text-align: left
    }

    .popup.basic_modal .pop_foot {
        flex-direction: column;
        justify-content: flex-start
    }

    .popup.basic_modal .pop_foot .copyright {
        margin-bottom: 16px
    }

    .popup.alert_modal {
        width: calc(100% - 80px)
    }

    .keyinfo {
        overflow-y: auto
    }

    .keyinfo .keyinfo_cont {
        flex-wrap: wrap;
        padding: 60px 24px 50px
    }

    .keyinfo .more {
        margin-bottom: 24px
    }

    .keyinfo .more a:after {
        width: 6px;
        height: 11px
    }

    .keyinfo .stock_info {
        width: 100%;
        order: 1;
    }

    .keyinfo .stock_info .price {
        width: auto;
        height: 36px;
        margin-bottom: 50px;
        padding: 0;
        border-radius: 0
    }

    .keyinfo .stock_info .price .iframe-wrap {
        padding: 0;
        background: none
    }

    .keyinfo .stock_info .price .iframe-wrap iframe {
        width: auto
    }

    .keyinfo .key_info_util {
        position: static;
        flex-wrap: wrap;
        margin-bottom: 50px;
        order: 2;
    }

    .keyinfo .key_info_util > ul {
        flex-wrap: wrap;
        gap: 9px;
        width: 100%;
        margin-bottom: 30px
    }

    .keyinfo .key_info_util > ul a {
        padding: 14px 34px 14px 78px;
        background-position: center left 26px;
        background-size: 30px
    }

    .keyinfo .key_info_util .wanted {
        width: 100%;
        border-radius: 14px
    }

    .keyinfo .key_info_util .wanted a {
        height: auto;
        padding: 21px 24px;
        background-size: 9px 16px
    }

    .keyinfo .key_info_util .wanted a span {
        padding: 7px 16px;
        line-height: 1
    }

    .keyinfo .news {
        order: 3;
    }

    .keyinfo .news ul {
        flex-wrap: wrap
    }

    .keyinfo .news li {
        width: 100%
    }

    .keyinfo .news li:last-child {
        border-bottom: none
    }

    .keyinfo .news li a {
        padding-bottom: 24px
    }

    .keyinfo .news li:last-child a {
        padding-bottom: 0
    }

    .keyinfo .news .tit {
        width: 100%;
        -webkit-line-clamp: 2
    }

    .keyinfo .close {
        top: 10px;
        right: 24px
    }

    footer#footer .footer_line {
        display: none
    }

    footer#footer ul.site_terms {
        position: relative;
        font-size: 0;
        margin: -32px 0 40px 0
    }

    footer#footer ul.site_terms li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        margin: 32px 0 0 0;
        line-height: 1
    }

    footer#footer ul.sns {
        position: inherit;
        right: 0
    }

    .tab_area1 {
        position: relative
    }

    .tab_area1 .tab_list1 button {
        display: block;
        position: relative;
        width: 100%;
        padding: 17px 45px 17px 20px;
        border-radius: 10px;
        border: 1px solid #ddd;
        background-color: #fff;
        font-size: 14px;
        color: #222;
        text-align: left;
        line-height: 1
    }

    .tab_area1 .tab_list1 button:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 16px;
        height: 16px;
        background: url("/resources/images/common/bullet_sn_select.png") no-repeat center center;
        transform: translateY(-50%)
    }

    .tab_area1 .tab_list1 button.on:after {
        transform: rotate(180deg) translateY(50%)
    }

    .tab_area1 .tab_list1 ul {
        display: none;
        flex-wrap: wrap;
        max-height: 190px;
        border-radius: 10px;
        border: 1px solid #ddd;
        background-color: #fff;
        overflow-y: auto;
        position: absolute;
        left: 0;
        top: 61px;
        width: 100%;
        z-index: 10
    }

    .tab_area1 .tab_list1 ul.on {
        display: block
    }

    .tab_area1 .tab_list1 li {
        width: 100%;
        margin-right: 0
    }

    .tab_area1 .tab_list1 a {
        background-color: #fff;
        border-radius: 0;
        font-size: 14px;
        color: #222
    }

    .tab_area1 .tab_list1 li.active a {
        color: #435ce7;
        background: #f6f7fe;
        border: 0 none
    }

    .fix_nav.typeA > div {
        overflow-x: auto
    }

    .fix_nav.typeA > div::-webkit-scrollbar {
        display: none
    }

    .fix_nav.typeA li {
        width: auto;
        flex-shrink: 0
    }
}

@media all and (max-width:690px) {
    .inquire_btn {
        padding-bottom: 4px;
        background-size: 13px auto;
        background-position: bottom 5px right 2px
    }

    .utill {
        display: block;
        position: relative;
        width: 100%;
        height: 46px;
        background: #283895
    }

    .utill > button.btn_keyinfo {
        display: block;
        position: absolute;
        top: 10px;
        right: 24px;
        line-height: 1;
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        width: 91px;
        height: 26px;
        background-image: url(/resources/images/layout/btn_KeyInfo_mo.png);
        background-size: 100%
    }

    .keyinfo .key_info_util > ul {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 9px;
        width: 100%;
        margin-bottom: 0
    }

    .keyinfo .key_info_util > ul li.flex_item_3n {
        width: 100%;
        border-radius: 14px
    }

    header.header {
        height: 58px
    }

    header.header::after {
        top: 58px
    }

    header.header.on::after {
        display: none
    }

    header.header h1 {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        padding: 19px 0 0 24px;
        line-height: 1
    }

    header.header h1 a {
        display: block;
        width: 150px;
        height: 21px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(/resources/images/layout/logo_header.svg) no-repeat;
        background-size: 100%
    }

    header.header.on h1 a,
    header.header.gnb_open h1 a {
        background: url(/resources/images/layout/logo_header_on.svg) no-repeat;
        background-size: 100%
    }

    header.header nav.user_menu {
        top: 17px;
        top: 0;
        right: 24px
    }

    header.header nav.user_menu > ul > li {
        padding: 17px 14px
    }

    header.header nav.user_menu > ul > li.item_01,
    header.header nav.user_menu > ul > li.item_02 {
        display: none
    }

    aside#sitemap {
        width: 100%
    }

    .sub_visual {
        margin-top: 104px;
        height: 150px
    }

    .sub_visual.full {
        margin-top: 0;
        height: var(--vh, 100vh);
        height: 100vh;
    }

    .sub_visual h1 {
        font-size: 36px
    }

    .sub_visual h2 {
        top: 50px
    }

    .sub_visual.full .vis_text {
        margin-bottom: 120px;
    }

    .sub_visual.full h2 {
        margin-bottom: 16px
    }

    .sub_visual p.intro {
        padding: 30px 20px 24px;
        font-size: 20px
    }

    .sub_visual.full p.intro {
        padding: 0 38px;
        font-size: 20px
    }

    .sub_visual.full p.intro br {
        display: none
    }

    .sub_visual .btn_scrolldown img {
        width: 18px
    }

    section.content .content_inner {
        padding: 70px 24px 90px
    }

    section.content .content_inner.type2 {
        padding: 40px 24px 90px
    }

    section.content .sub_visual+.content_inner {
        padding: 40px 24px 90px
    }

    section.content .inner {
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box
    }

    .quick {
        right: 16px
    }

    .popup {
        box-shadow: none;
        border-radius: 7px
    }

    .popup .pop_head {
        position: relative
    }

    .popup .pop_head h3 {
        font-size: 18px
    }

    .popup .pop_head .btn_close {
        width: 24px;
        height: 24px;
        background-size: 22px auto
    }

    .popup.full_modal {
        padding-top: 20px
    }

    .popup.full_modal .pop_body .pop_inner {
        margin: 0 24px 90px
    }

    .popup.full_modal .pop_body .pop_inner::-webkit-scrollbar {
        display: none
    }

    .popup.full_modal .pop_head {
        margin-bottom: 20px
    }

    .popup.full_modal .pop_head .btn_close {
        right: 20px
    }

    .popup.basic_modal {
        padding: 24px;
        min-width: auto;
        width: calc(100% - 48px) !important;
    }

    .popup.basic_modal .pop_head {
        margin-bottom: 24px
    }

    .popup.basic_modal .pop_body .btn_area button:not(:first-child) {
        margin-left: 20px
    }

    .popup.alert_modal {
        min-width: auto;
        width: calc(100% - 48px) !important
    }

    .popup.alert_modal.type1 .pop_foot {
        padding: 15px 20px
    }

    .popup.alert_modal.type2 .pop_body strong {
        margin-bottom: 30px;
        text-align: center
    }

    .popup.alert_modal.type2 .pop_body .pop_txt,
    .popup.alert_modal.type2 .pop_body .pop_notice,
    .popup.alert_modal.type2 .pop_body a {
        text-align: center
    }

    .popup.alert_modal.type2 .pop_foot a {
        padding: 19px 0;
        width: 50%;
        text-align: center
    }

    .popup.alert_modal.type2 .pop_foot a:not(:first-child) {
        margin-left: 0;
        border-left: 1px solid #dddddd
    }

    footer#footer {
        padding: 40px 24px
    }

    footer#footer .inner {
        padding: 0;
        margin: 0
    }

    footer#footer .footer_line {
        display: none
    }

    footer#footer ul.site_terms {
        position: relative;
        font-size: 0;
        margin: -32px 0 40px 0
    }

    footer#footer ul.site_terms li {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin: 32px 0 0 0;
        line-height: 1
    }

    footer#footer ul.site_terms li a {
        font-size: 14px;
        line-height: 1;
    }

    footer#footer ul.site_terms li a strong {
        color: #ffffff
    }

    footer#footer ul.sns {
        position: inherit
    }

    footer#footer ul.sns li:not(first-child),
    footer#footer ul.sns li:not(last-child) {
        margin-right: 25px;
        margin-left: 0
    }

    footer#footer ul.sns li {
        margin-bottom: 15px
    }

    footer#footer ul.sns li a {
        width: 40px;
        height: 40px
    }

    footer#footer address {
        font-size: 12px;
        margin: 40px 0 10px 0
    }

    footer#footer p.copyright {
        font-size: 12px;
        line-height: 17px
    }

    .sub_nav1 .sub_nav1_inner {
        padding-left: 0
    }

    .sub_nav1 .home {
        display: none
    }

    .sub_nav1 .home+.depth {
        display: none
    }

    .sub_nav1 .depth {
        width: 50%
    }

    .sub_nav1 .depth > a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 66px;
        padding: 0;
        padding: 16px 30px 16px 17px;
        line-height: 1.4;
        font-size: 14px
    }

    .sub_nav1 .depth > a > span {
        max-width: 140px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: keep-all
    }

    .sub_nav1 .depth > a:after {
        right: 22px;
        width: 6px;
        height: 4px
    }

    .sub_nav1 .depth ul a {
        font-size: 14px;
        line-height: 1.3
    }

    body.sticky .sub_nav1 {
        position: relative;
        top: unset;
        z-index: 5
    }

    body.sticky #header_wrap.none {
        display: block
    }

    .fix_nav {
        margin-top: 30px
    }

    .fix_nav.on {
        padding-top: 44px
    }

    .fix_nav.on > div {
        top: 104px
    }

    .fix_nav a {
        padding: 10px 0;
        font-size: 16px;
        text-align: center
    }

    .ci .fix_nav a {
        padding: 10px 20px;
        font-size: 16px
    }
}

@media all and (max-width:320px) {
    section.content .inner {
        padding: 0 16px
    }

    footer#footer address {
        line-height: 1.4
    }
}

/* main popup 수정 */
.popup-display {
	display: none;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 96px 40px 40px 40px;
	pointer-events: none;
	z-index: 104;
}

.popup-display.show {
	display: flex;
}

.popup-display .popup {
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0, 0);
	pointer-events: auto;
}

.popup-display .popup.basic_modal .pop_body {
	text-align: center;
	max-height: 405px;
}

.popup-display .popup.basic_modal .pop_head {text-align: center; padding-top: 34px; line-height: 1.2;}

.popup-display .popup.basic_modal .pop_body .para {
	max-height: 405px;
}
.popup.basic_modal .pop_body ul li::before {
	position: relative;
	top: -5px;
}

.popup.basic_modal .pop_body .board-list {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup.basic_modal .pop_body .board-list .board-item {
	border-radius: 20px;
	border: 1px solid #eee;
	padding: 40px;
}

.popup.basic_modal .pop_body .board-list .board-item .board-wrap .board-head .board-subject {
	font-size: 18px;
    font-weight: 500;
    color: #283895;
}
.popup.basic_modal .pop_body .board-list .board-item .board-wrap + .board-wrap {margin-top: 2rem;}
.popup.basic_modal .pop_body .board-list .board-item .board-wrap .board-head + .board-body {margin-top: 14px;}
.popup.basic_modal .pop_body .board-list .board-item .board-wrap .board-body + .board-util {margin-top: 24px;}
.popup.basic_modal .pop_body .board-list .board-item .board-wrap .board-util .btn_area {margin-top: 0;}

.popup.basic_modal .pop_body ul.no-mark li {
    padding-left: 0;
}
.popup.basic_modal .pop_body ul.no-mark li::before {
    display: none;
}
.popup-display .popup.basic_modal .pop_body .board-list .board-item .board-wrap + .board-wrap {margin-top: 2rem;}

.only-pc {display: block !important;}
.only-mo {display: none !important;}

.data-list.module-a {
	display: flex;
	flex-direction: column;
}

.data-list.module-a .data-item {
	line-height: 1.6;
}

.data-list.module-a.case-b .data-item {
	font-size: 18px;
	font-weight: 400;
}

.data-list.module-a.case-a .data-item {
	font-size: 17px;
	font-weight: 400;
}

.popup.basic_modal .pop_body .board-list + .data-list {margin-top: 40px;}

.popup.basic_modal.spopup0 .btn {
	min-width: 200px;
}

.popup.basic_modal.spopup0 .img-wrap,
.popup.basic_modal.spopup8 .img-wrap {
	margin-bottom: 40px;
}

.popup.basic_modal.spopup0 .img-wrap .tit {
	display: block;
    margin-bottom: 20px;
}

.popup.basic_modal.spopup0 .img-wrap .align-a {
	text-align: left;
}

.popup.basic_modal.spopup0 .br_box {
	margin-top: 10px;
}

.popup.basic_modal.conference_call .btn_conference_call {
    padding: 0 80px;
}

.popup.basic_modal .img-wrap + ul {
    margin-top: 14px;
}

.popup.basic_modal.spopup9 .btn_primary {
    width: 342px;
}
.popup.basic_modal .pop_foot .copyright {
    line-height: 1.4;
}

@media (max-width: 1280px) {
    .popup.basic_modal {
        width: 100% !important;
    }
}

@media (max-width: 690px) {
	.only-pc {display: none !important;}
	.only-mo {display: block !important;}

	.popup-display .popup.basic_modal.spopup0 .btn {
		min-width: 100%;
	}

	.data-list.module-a.case-b .data-item {
		font-size: 18px;
		font-weight: 400;
	}

	.data-list.module-a.case-a .data-item {
		font-size: 16px;
		font-weight: 400;
	}

    .popup-display .popup.basic_modal {
		position: fixed;
        left: 50%;
        top: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 48px) !important;
    }

	.popup-display .popup.basic_modal .pop_head {padding-top: 38px;}
    .popup.basic_modal.main_popup .pop_head .btn_close_mp {
        background-size: 16px;
    }

	.popup-display .popup.basic_modal .pop_body {
		max-height: 400px;
        min-height: 400px;
	}

	.popup-display .popup.basic_modal .pop_body .board-list {
        gap: 10px;
	}
	.popup-display .popup.basic_modal .pop_body .board-list .board-item {
		padding: 20px;
	}

    .popup-display .popup.basic_modal .pop_body .board-list .board-item .board-wrap .board-head .board-subject {
		font-size: 16px;
	}
    .popup-display .popup.basic_modal .pop_body .board-list .board-item .board-wrap .board-body + .board-util {margin-top: 20px;}

    .popup-display .popup.basic_modal.spopup0 .img-wrap,
    .popup-display .popup.basic_modal.spopup8 .img-wrap {
		margin-bottom: 30px;
	}
    .popup-display .popup.basic_modal.spopup0 .br_box {
		margin-top: 22px;
	}
    .popup-display .popup.basic_modal.conference_call .btn_conference_call {
        padding: 0 16px;
    }
    .popup.basic_modal.main_popup .btn.sm {
        width: 100%;
    }
    .popup.basic_modal.spopup9 .board-body ul.mo-tal {
        text-align: left;
    }
}
