@charset "utf-8"; body.active {
                       overflow: hidden
                   }

.content {
    line-height: 28px
}

#content * {
    outline-color: #000!important
}

#skipnavi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
}

#skipnavi a {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    text-align: center;
    overflow: hidden;
    color: #ddd!important;
    z-index: 10;
    font-size: 15px
}

#skipnavi a:focus {
    height: auto;
    color: #ddd!important;
    background: #222;
    padding: 10px 0;
    font-weight: 700
}

.go_top {
    display: block;
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 5
}

.go_top a {
    display: block;
    width: 100%;
    height: 100%
}


.go_top a:focus {
    outline-color: #e5005a
}

.go_top a img {
    width: 50px;
    height: 50px
}

.row1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 1.2em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.row2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 2.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.row3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 3.6em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.header {
    width: 100%;
    position: relative;
    box-shadow: 0 9px 8px -4px rgba(0,0,0,.02);
    z-index: 1000
}

.gnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 130px
}

.gnb a:hover {
    text-decoration: underline
}

.gnb .navi_pc {
    overflow: hidden
}

.gnb .navi_pc>li {
    float: left;
    font-size: 20px
}

.gnb .navi_pc>li>a {
    display: block;
    color: #222;
    padding: 0 30px;
    height: 130px;
    line-height: 130px;
}

.gnb .navi_pc>li.active>a, .gnb .navi_pc>li>a:active, .gnb .navi_pc>li>a:focus, .gnb .navi_pc>li>a:hover {
    color: #014099;
    text-decoration: none
}

.gnb .navi_pc>li+li>a {
    position: relative
}

.gnb .navi_pc>li+li>a::before {
    background-image: url(../img/header_elipse.png);
    content: "";
    width: 5px;
    height: 11px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.gnb .navi_util>ul {
    position: relative;
    transform: translateX(100px)
}

.gnb .navi_util>ul>li.btn_sitemap>a:focus {
    border: 2px solid #000;
    border-radius: 0;
    outline: #000
}

.gnb {
    width: 1200px;
    margin: 0 auto
}

.gnb .navi_util>ul>li {
    float: left;
    padding: 2px 7px 0
}
.gnb .navi_util>ul>li.btn_ai a{
    display:flex;
    background-image: linear-gradient(259deg, #0349DF 6.87%, #F32177 90.4%);
    padding:6px 12px;
    border-radius:100px;
    color:#fff;
    font-size:14px;
    font-weight:500;
    border:0px !Important;
    align-items: center;
}
.gnb .navi_util>ul>li.btn_ai a::before{
    content:"";
    display:block;
    width:10px;
    height:10px;
    aspect-ratio: 1/1;
    background:url("../images/stars-02.svg")center center no-repeat;
    background-size:100%;
}
.gnb .navi_util>ul>li.btn_ai a:focus{
    outline:1px dashed #000;
}

.gnb .navi_util ul li.btn_my {
    position: relative
}

.gnb .navi_util>ul>li:nth-of-type(2) {
    position: relative
}

.gnb .navi_util>ul>li:nth-of-type(3),.gnb .navi_util>ul>li:nth-of-type(4) {
    padding: 0 7px
}

.gnb .navi_util>ul>li>a i {
    font-size: 22px
}

.gnb .navi_util>ul>li:nth-of-type(1) i {
    color: #5e8fbe
}

.gnb .navi_util>ul>li:nth-of-type(2) i {
    color: #333
}

.gnb .navi_util>ul>li:nth-of-type(4) i {
    color: #333;
    font-size: 25px
}

.gnb .navi_util>ul>li:nth-of-type(3)>a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #434343;
    height: 27px;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 15px;
    letter-spacing: 0;
    font-weight: 400
}

.gnb .navi_util>ul>li:nth-of-type(3)>a {
    background-color: transparent
}

.navi_mob {
    display: none;
    position: absolute;
    bottom: 37px;
    right: 10px
}

.junggu-home::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-image: url(../img/ico_home.png);
    position: absolute;
    top: 50%;
    left: 20px;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.junggu-home:hover::before {
    background-image: url(../img/ico_home_b.png)
}

.junggu-home>a>span {
    padding-left: 25px
}

.depth_02_wrap {
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 2px solid #34495e;
    width: 100%;
    display: none;
    border-top: 1px solid #dadada
}

.depth_02_wrap.active {
    display: block
}

.depth_02 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 26px 0
}

.depth_02>div {
    float: left
}

.depth_02 .gnb_title {
    width: 315px;
    height: 107px;
    border-right: 1px solid #ddd;
    padding: 0 0 0 149px;
    box-sizing: border-box;
    margin-right: 16px
}

.depth_02 .gnb_title p {
    font-size: 20px;
    line-height: 107px;
    position: relative
}

.depth_02 .gnb_title p:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: 0
}

.depth_02 .gnb_list {
    width: 869px
}

.depth_02 .gnb_list ul {
    overflow: hidden
}

.depth_02 .gnb_list li {
    float: left;
    width: 25%;
    font-size: 16px;
    padding-left: 17px;
    position: relative;
    line-height: 35px;
    box-sizing: border-box
}

.depth_02 .gnb_list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0
}

.depth_02 .gnb_list li a {
    color: #555;
    line-height: 1.5;
}

.menu02 .gnb_title {
    background: url(../images/icon_gnb_01.png) no-repeat left center
}

.menu03 .gnb_title {
    background: url(../images/icon_gnb_02.png) no-repeat left center
}

.menu04 .gnb_title {
    background: url(../images/icon_gnb_03.png) no-repeat left center
}

.area_list {
    width: 100%
}

.area_list ul {
    overflow: hidden
}

.area_list ul li {
    float: left;
    width: 12.5%;
    border-right: 1px solid #ddd;
    height: 118px;
    box-sizing: border-box;
    text-align: center
}

.area_list ul li:nth-of-type(1) {
    border-left: 1px solid #ddd;
    background: url(../images/icon_area01.png) no-repeat center 5px
}

.area_list ul li:nth-of-type(2) {
    background: url(../images/icon_area02.png) no-repeat center 5px
}

.area_list ul li:nth-of-type(3) {
    background: url(../images/icon_area03.png) no-repeat center 5px
}

.area_list ul li:nth-of-type(4) {
    background: url(../images/icon_area04.png) no-repeat center 5px
}

.area_list ul li:nth-of-type(5) {
    background: url(../images/icon_area05.png) no-repeat center 5px
}

.area_list ul li:nth-of-type(6) {
    background: url(../images/icon_area06.png) no-repeat center 5px
}

.area_list ul li:nth-of-type(7) {
    background: url(../images/icon_area07.png) no-repeat center 5px
}

.area_list ul li:nth-of-type(8) {
    background: url(../images/icon_area08.png) no-repeat center 5px
}

.area_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 1.2em;
    padding-top: 95px
}

.search_wrap {
    position: absolute;
    width: 260px;
    height: 30px;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 5;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out
}

.search_wrap.active {
    display: flex;
    visibility: visible;
    opacity: 1
}

.search_wrap form {
    float: right;
    margin-right: 9px;
    overflow: hidden
}

.search_wrap .search_input {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    letter-spacing: -.075em;
    width: 200px;
    height: 30px;
    background: #eee;
    padding: 0 10px;
    box-sizing: border-box;
    float: left
}

.search_wrap .btn_search {
    width: 32px;
    height: 30px;
    background: #566473;
    line-height: 32px;
    float: left
}

.gnb .navi_util .search_wrap .btn_search i.fa-search {
    color: #fff;
    font-size: 17px
}

.search_wrap input::placeholder {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    letter-spacing: -.075em
}

.search_wrap input::-webkit-input-placeholder {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    letter-spacing: -.075em
}

.search_wrap input:-ms-input-placeholder {
    font-size: 15px;
    color: #999;
    line-height: 30px;
    letter-spacing: -.075em
}

.all_menu_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    top: 40px;
    left: 0;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out
}

.all_menu_wrap.active {
    visibility: visible;
    opacity: 1
}

.all_memu {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 10px 0
}

.all_menu_top {
    height: 80px
}

.all_menu_top a {
    float: right;
    line-height: 80px
}

.all_menu_bottom .all_tit {
    margin-bottom: 18px
}

.all_menu_bottom .all_tit.top {
    background: url(../images/icon_window.png) no-repeat 107px 0;
    margin-bottom: 18px
}

.all_menu_bottom .all_tit.top a {
    padding-right: 27px
}

.all_menu_bottom .all_tit a {
    font-size: 28px;
    line-height: 1
}

.all_row {
    margin-bottom: 35px
}

.all_row .dep_02 {
    overflow: hidden
}

.all_row .dep_02>li {
    width: 175px;
    float: left;
    margin: 0 30px 20px 0
}

.all_row .dep_02>li:nth-of-type(6n) {
    margin-right: 0
}

.all_row .dep_02>li>a {
    display: block;
    font-size: 17px;
    color: #0f4d9f;
    line-height: 1.2em;
    padding: 15px 0;
    border: 1px solid #0f4d9f;
    text-align: center;
    word-break: keep-all
}

.all_row .dep_02>li>ul>li {
    font-size: 15px;
    line-height: 1.4em;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 12px 15px;
    position: relative
}

.all_row .dep_02>li>ul>li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 0
}

.all_row .dep_02>li>ul>li>a {
    color: #555
}

.gnb_mobile {
    display: none
}

.my_wrap {
    position: absolute;
    top: 32px;
    left: 50%;
    z-index: 10;
    background: rgba(94,143,190,.95);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out;
    transform: translateX(-47%);
    -webkit-transform: translateX(-47%);
    border-radius: 15px;
    box-sizing: border-box
}

.my_wrap.active {
    visibility: visible;
    opacity: 1
}

.my_wrap ul {
    padding: 15px 0
}

.my_wrap ul li {
    font-size: 15px;
    line-height: 1.2em;
    padding: 6px 17px 6px 21px;
    font-weight: 400;
    word-break: keep-all
}

.my_wrap ul li a {
    color: #fff
}

#container {
    width: 100%
}

.content_wrap {
    padding: 65px 0 100px;
    width: 1200px;
    margin: 0 auto
}

.content_wrap:after {
    content: "";
    display: block;
    clear: both
}

.content_wrap>div {
    float: left
}

.sub_visual {
    width: 100%;
    height: 120px
}

.sub_visual.visual_01 {
    background: url(../images/sub_visual01.jpg) no-repeat center
}

.sub_visual.visual_02 {
    background: url(../images/sub_visual02.jpg) no-repeat center
}

.sub_visual.visual_03 {
    background: url(../images/sub_visual03.jpg) no-repeat center
}

.sub_visual .sub_tit {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.sub_visual .sub_tit h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 120px;
    color: #fff
}

.sub_visual.sub_visual_main {
    height: 150px
}

.sub_visual.no01 {
    background: #e5e1d6
}

.sub_visual.no02 {
    background: #b6e1e0
}

.sub_visual.no03 {
    background: #d9dff6
}

.sub_visual.no04 {
    background: #caedff
}

.sub_visual.no05 {
    background: #d8ecd3
}

.sub_visual.no06 {
    background: #c6dcdc
}

.sub_visual.no07 {
    background: #99a3c1
}

.sub_visual.no08 {
    background: #e8f1ff
}

.sub_visual.no01 .sub_tit {
    background: url(../images/sub_main/sub_visual_b01.png) no-repeat right bottom
}

.sub_visual.no02 .sub_tit {
    background: url(../images/sub_main/sub_visual_b02.png) no-repeat right bottom
}

.sub_visual.no03 .sub_tit {
    background: url(../images/sub_main/sub_visual_b03.png) no-repeat right bottom
}

.sub_visual.no04 .sub_tit {
    background: url(../images/sub_main/sub_visual_b04.png) no-repeat right bottom
}

.sub_visual.no05 .sub_tit {
    background: url(../images/sub_main/sub_visual_b05.png) no-repeat right bottom
}

.sub_visual.no06 .sub_tit {
    background: url(../images/sub_main/sub_visual_b06.png) no-repeat right bottom
}

.sub_visual.no07 .sub_tit {
    background: url(../images/sub_main/sub_visual_b07.png) no-repeat right bottom
}

.sub_visual.no08 .sub_tit {
    background: url(../images/sub_main/sub_visual_b08.png) no-repeat right bottom
}

.sub_visual.sub_visual_main .sub_tit h2 {
    line-height: 95px;
    color: #333;
    text-align: left
}

.sub_visual.no02 .sub_main_navi ul {
    background: #5b7070
}

.sub_visual.no03 .sub_main_navi ul {
    background: #6c6f7b
}

.sub_visual.no04 .sub_main_navi ul {
    background: #65767f
}

.sub_visual.no05 .sub_main_navi ul {
    background: #6c7669
}

.sub_visual.no06 .sub_main_navi ul {
    background: #636e6e
}

.sub_visual.no07 .sub_main_navi ul {
    background: #4c5160
}

.sub_visual.no08 .sub_main_navi ul {
    background: #62799d
}

.sub_visual.sub_ver02 {
    height: 120px
}

.sub_visual.sub_ver02 .sub_tit {
    text-align: left
}

.sub_visual.sub_ver02.no01 .sub_tit {
    background: url(../images/sub_main_sub/sub_visual_c01.png) no-repeat right bottom
}

.sub_visual.sub_ver02.no02 .sub_tit {
    background: url(../images/sub_main_sub/sub_visual_c02.png) no-repeat right bottom
}

.sub_visual.sub_ver02.no03 .sub_tit {
    background: url(../images/sub_main_sub/sub_visual_c03.png) no-repeat right bottom
}

.sub_visual.sub_ver02.no04 .sub_tit {
    background: url(../images/sub_main_sub/sub_visual_c04.png) no-repeat right bottom
}

.sub_visual.sub_ver02.no05 .sub_tit {
    background: url(../images/sub_main_sub/sub_visual_c05.png) no-repeat right bottom
}

.sub_visual.sub_ver02.no06 .sub_tit {
    background: url(../images/sub_main_sub/sub_visual_c06.png) no-repeat right bottom
}

.sub_visual.sub_ver02.no07 .sub_tit {
    background: url(../images/sub_main_sub/sub_visual_c07.png) no-repeat right bottom
}

.sub_visual.sub_ver02 .sub_tit h2 {
    line-height: 120px;
    color: #333
}

.sub_main_navi {
    width: 1200px;
    margin: 0 auto
}

.sub_main_navi ul {
    width: 100%;
    box-sizing: border-box;
    background: #72706b;
    padding: 0 25px;
    overflow: hidden
}

.sub_main_navi ul li {
    height: 55px;
    font-size: 16px;
    margin: 0 23px;
    float: left;
    font-weight: 400;
    box-sizing: border-box;
    transition: all .2s ease-out
}

.sub_main_navi ul li.active,.sub_main_navi ul li:hover {
    border-bottom: 5px solid #333
}

.sub_main_navi ul li a:active,.sub_main_navi ul li a:focus,.sub_main_navi ul li a:hover {
    text-decoration: none;
    color: #fff!important
}

.sub_main_navi ul li a {
    color: #fff;
    display: inline-block;
    line-height: 56px;
    box-sizing: border-box
}

.lnb_wrap {
    width: 235px;
    margin-right: 80px
}

.lnb_wrap .lnb_01>li {
    font-size: 18px;
    border-bottom: 1px solid #ddd
}

.lnb_wrap .lnb_01>li:first-child {
    border-top: 1px solid #ddd
}

.lnb_wrap .lnb_01>li>a {
    display: block;
    color: #333;
    padding: 15px 0 15px 23px;
    background: url(../images/icon_lnb.png) no-repeat right 20px center
}

.lnb_wrap .lnb_01>li>a:active,.lnb_wrap .lnb_01>li>a:focus,.lnb_wrap .lnb_01>li>a:hover {
    text-decoration: none
}

.lnb_wrap .lnb_01>li>a:active {
    color: #fff
}

.lnb_wrap .lnb_01>li.active>a:active {
    color: #333
}

.lnb_wrap .lnb_01>li.no_depth>a {
    background: 0 0
}

.lnb_wrap .lnb_02 {
    padding: 20px 10px 20px 23px;
    display: none
}

.lnb_wrap .lnb_02>li {
    font-size: 16px;
    position: relative
}

.lnb_wrap .lnb_02>li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #555;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0
}

.lnb_wrap .lnb_02>li>a {
    color: #555;
    padding: 0 0 0 13px;
    line-height: 26px
}

.lnb_wrap .lnb_02>li>a:hover {
    text-decoration: underline
}

.lnb_wrap .lnb_01>li.active {
    border-bottom: 1px solid #0f4d9f
}

.lnb_wrap .lnb_01>li:first-child.active {
    border-top: 1px solid #0f4d9f
}

.lnb_wrap .lnb_01>li.active>a {
    color: #fff!important;
    background: #0f4d9f url(../images/icon_lnb_on.png) no-repeat right 20px center
}

.lnb_wrap .lnb_01>li.no_depth.active>a {
    color: #fff;
    background: #0f4d9f
}

.lnb_wrap .lnb_01>li.active .lnb_02 {
    display: block
}

.lnb_wrap .lnb_02>li.active>a {
    color: #0f4d9f
}

.lnb_wrap .lnb_02>li.active:before {
    background: #0f4d9f
}

.content {
    width: 885px;
}

.content_main {
    width: 100%;
    float: none;
    padding-bottom: 20px
}

.sm_area01 {
    overflow: hidden;
    margin-bottom: 30px
}

.sm_area01>div {
    float: left
}

.sm_area01 .box_01 {
    width: 685px;
    margin-right: 30px
}

.sm_area01 .box_02 {
    width: 485px;
    position: relative;
    border-bottom: 1px solid #ddd
}

.sm_area01 .box_02>p {
    font-size: 20px;
    padding: 10px 0 16px;
    border-bottom: 1px solid #333;
    line-height: 1
}

.sm_area01 .news_sm {
    padding: 14px 0
}

.sm_area01 .news_sm li {
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    padding-left: 15px;
    position: relative
}

.sm_area01 .news_sm li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #999;
    position: absolute;
    top: 16px;
    left: 0;
    border-radius: 50%
}

.sm_area01 .news_sm li a {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sm_area01 .news_sm li .date {
    float: right
}

.sm_area01 .more_btn_sm {
    font-size: 14px;
    position: absolute;
    top: 7px;
    right: 0;
    height: 27px;
    line-height: 26px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 14px;
    box-sizing: border-box
}

.sm_area02 .list_link_sm {
    overflow: hidden
}

.sm_area02 .list_link_sm li {
    width: 275px;
    height: 96px;
    margin-left: 30px;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.sm_area02 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_01.png) no-repeat 25px 11px
}

.sm_area02 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_02.png) no-repeat 25px 11px
}

.sm_area02 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_03.png) no-repeat 25px 11px
}

.sm_area02 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_04.png) no-repeat 25px 11px
}

.sm_area02.ver02 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_2-04.png) no-repeat 25px 11px
}

.sm_area02.ver02 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_2-01.png) no-repeat 25px 11px
}

.sm_area02.ver02 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_2-02.png) no-repeat 25px 11px
}

.sm_area02.ver02 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_2-03.png) no-repeat 25px 11px
}

.sm_area02.ver03 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_3-01.png) no-repeat 25px 11px
}

.sm_area02.ver03 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_3-02.png) no-repeat 25px 11px
}

.sm_area02.ver03 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_3-03.png) no-repeat 25px 11px
}

.sm_area02.ver03 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_3-04.png) no-repeat 25px 11px
}

.sm_area02.ver04 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_4-01.png) no-repeat 25px 11px
}

.sm_area02.ver04 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_4-02.png) no-repeat 25px 11px
}

.sm_area02.ver04 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_4-03.png) no-repeat 25px 11px
}

.sm_area02.ver04 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_4-04.png) no-repeat 25px 11px
}

.sm_area02.ver05 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_5-01.png) no-repeat 25px 11px
}

.sm_area02.ver05 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_5-02.png) no-repeat 25px 11px
}

.sm_area02.ver05 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_5-03.png) no-repeat 25px 11px
}

.sm_area02.ver05 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_5-04.png) no-repeat 25px 11px
}

.sm_area02.ver06 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_6-01.png) no-repeat 25px 11px
}

.sm_area02.ver06 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_6-02.png) no-repeat 25px 11px
}

.sm_area02.ver06 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_6-03.png) no-repeat 25px 11px
}

.sm_area02.ver06 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_6-04.png) no-repeat 25px 11px
}

.sm_area02.ver07 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_7-01.png) no-repeat 25px 11px
}

.sm_area02.ver07 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_7-02.png) no-repeat 25px 11px
}

.sm_area02.ver07 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_7-03.png) no-repeat 25px 11px
}

.sm_area02.ver07 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_7-04.png) no-repeat 25px 11px
}

.sm_area02.ver08 .list_link_sm li:first-child {
    margin-left: 0;
    background: url(../images/sub_main/icon_submain_8-01.png) no-repeat 25px 11px
}

.sm_area02.ver08 .list_link_sm li:first-child+li {
    background: url(../images/sub_main/icon_submain_8-02.png) no-repeat 25px 11px
}

.sm_area02.ver08 .list_link_sm li:first-child+li+li {
    background: url(../images/sub_main/icon_submain_8-03.png) no-repeat 25px 11px
}

.sm_area02.ver08 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_submain_8-04.png) no-repeat 25px 11px
}

.sm_area02 .list_link_sm li a {
    display: block
}

.sm_area02 .list_link_sm li a p {
    padding: 0 0 0 119px;
    font-size: 18px;
    line-height: 94px
}

.sub_sns_wrap {
    position: absolute;
    right: 0;
    top: -38px;
    display: flex;
    gap:0px 10px
}

.sub_sns_wrap .btn_share {
    position: relative;
}

.sub_sns_wrap .btn_share>img {
    cursor: pointer
}
.sub_sns_wrap .form_print{position:absolute;}
.sub_sns_wrap .btn_share .share_box {
    position: absolute;
    width: 270px;
    right: 0;
    top: 100%;
    display: none;
    background-color:
#fff;
    z-index: 111
}
.sub_sns_wrap .btn_share .share_box .share_title {
    background-color: #566473;
    height: 40px;
    padding: 0 15px
}

.sub_sns_wrap .btn_share .share_box .share_title span {
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    font-weight: 300;
    float: left
}

.sub_sns_wrap .btn_share .share_box .share_title button {
    float: right;
    color: #fff;
    font-size: 18px;
    padding-top: 4px;
    cursor: pointer
}

.sub_sns_wrap .btn_share .share_box .share_cont {
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    padding: 20px;
    background-color: #fff
}

.sub_sns_wrap .btn_share .share_box .share_cont .share_icons {
    text-align: center;
    margin-bottom: 20px
}

.sub_sns_wrap .btn_share .share_box .share_cont .share_icons li {
    display: inline-block;
    margin: 0 8px
}

.sub_sns_wrap .btn_share .share_box .share_cont .link_copy input {
    float: left;
    width: 70%;
    height: 35px;
    border: 1px solid #ddd
}

.sub_sns_wrap .btn_share .share_box .share_cont .link_copy button {
    float: left;
    width: 30%;
    height: 35px;
    background-color: #566473;
    color: #fff;
    font-size: 14px
}

.gnb_mobile.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.gnb_m_wrap {
    width: 300px;
    float: right;
    background-color: #fff;
    height: 100%;
    padding: 13px 0 50px 0;
    box-sizing: border-box;
    position: relative
}

.gnb_mobile .navi_m_close {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #333;
    top: -1px;
    left: -44px
}

.gnb_mobile .navi_m_close a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center
}

.gnb_mobile .navi_util {
    margin: 0
}

.gnb_mobile .navi_util>ul {
    float: right;
    margin-bottom: 12px
}

.gnb_mobile .navi_util>ul>li {
    float: left;
    padding: 2px 7px 0
}

.gnb_mobile .navi_util>ul>li.btn_my01,.gnb_mobile .navi_util>ul>li.btn_my02 {
    padding: 4px 10px 0;
    position: relative;
    color: #5e8fbe;
    font-size: 17px;
    position: relative
}

.gnb_mobile .navi_util>ul>li.btn_my02:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #ccc;
    top: 11px;
    right: 0
}

.gnb_mobile .navi_util>ul>li.btn_lang {
    padding: 4px 10px 0 7px
}

.gnb_mobile .navi_util>ul>li.btn_lang a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #434343;
    height: 27px;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 15px;
    letter-spacing: 0;
    font-weight: 400
}

.gnb_mobile .navi_util .search_wrap {
    display: block!important;
    position: unset;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 18px;
    position: relative
}

.gnb_mobile .navi_util .search_wrap form {
    margin: 0;
    float: none
}

.gnb_mobile .navi_util .search_input {
    width: 248px
}

.gnb_mobile .navi_util .btn_search i {
    color: #fff
}

.gnb_mobile .navi_mobile>li {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: #fff
}

.gnb_mobile .navi_mobile>li:first-child {
    border-top: 1px solid #ddd
}

.gnb_mobile .navi_mobile>li>a {
    display: block;
    line-height: 52px;
    height: 52px;
    padding: 0 10px;
    background: url(../images/icon_lnb.png) no-repeat right 20px center
}

.gnb_mobile .navi_mobile li a:hover {
    text-decoration: none
}

.gnb_mobile .navi_mobile>li.no_depth>a {
    background: 0 0
}

.gnb_mobile .navi_mobile>li.active {
    border-bottom: 1px solid #0f4d9f;
    background: #0f4d9f
}

.gnb_mobile .navi_mobile>li:first-child.active {
    border-top: 1px solid #0f4d9f
}

.gnb_mobile .navi_mobile>li.active>a {
    background: url(../images/icon_lnb_on.png) no-repeat right 20px center;
    color: #fff
}

.gnb_mobile .mo_depth_02 {
    display: none
}

.gnb_mobile .mo_depth_02.active {
    display: block
}

.gnb_mobile .mo_depth_02>ul>li {
    font-size: 16px;
    background: #eff3f3
}

.gnb_mobile .mo_depth_02>ul>li>a {
    display: block;
    color: #555;
    padding: 0 35px 0 38px;
    line-height: 45px;
    height: 45px;
    position: relative;
    background: url(../images/arrow_dep02.png) no-repeat right 20px center
}

.gnb_mobile .mo_depth_02>ul>li>a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #555;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    left: 24px
}

.gnb_mobile .mo_depth_02>ul>li.active>a:before {
    background: #0f4d9f
}

.gnb_mobile .mo_depth_02>ul>li.active>a {
    color: #0f4d9f;
    background: url(../images/arrow_dep02_on.png) no-repeat right 20px center
}

.gnb_mobile .mo_depth_02>ul>li.no_depth>a {
    background: 0 0
}

.gnb_mobile .mo_depth_03 {
    display: none
}

.gnb_mobile .mo_depth_03.active {
    display: block
}

.gnb_mobile .mo_depth_03 ul {
    background: #fff;
    padding: 18px 0
}

.gnb_mobile .mo_depth_03 ul li {
    font-size: 15px;
    background: #fff
}

.gnb_mobile .mo_depth_03 ul li a {
    display: block;
    color: #555;
    line-height: 28px;
    position: relative;
    padding: 0 0 0 58px
}

.gnb_mobile .mo_depth_03 ul li a:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 14px;
    left: 38px
}

.overlay {
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.overlay.active {
    opacity: .8;
    visibility: visible;
    background: rgba(0,0,0,.6)
}

.my_wrap {
    top: 3px;
    left: -60px
}

.my_wrap ul {
    padding: 10px 0
}

.my_wrap ul li {
    padding: 5px 17px 5px 21px
}

.content_wrap {
    padding: 50px 15px
}

.footer_pop {
    position: absolute;
    width: calc(100% + 1px);
    bottom: 47px;
    left: 0;
    display: none
}

.footer_pop.active {
    display: block
}

.footer_pop .pop_tit {
    background: #485058;
    height: 45px;
    padding: 0 18px 0 20px;
    box-sizing: border-box
}

.footer_pop .pop_tit p {
    font-size: 19px;
    line-height: 45px;
    color: #fff;
    display: inline-block
}

.footer_pop .pop_tit a {
    float: right;
    margin-top: 11px
}

.footer_pop .pop_cont {
    background: #f3f3f3
}

.footer_pop .pop_cont ul {
    overflow: hidden;
    padding: 20px 0 16px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.footer_pop .pop_cont ul li {
    float: left;
    width: 16.6%;
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
    box-sizing: border-box
}

.footer_pop .pop_cont ul li a {
    color: #555;
    position: relative
}

.footer_pop .pop_cont ul li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    position: absolute;
    top: 8px;
    left: -16px;
    border-radius: 50%
}

body #footer * {
    font-family: Pretendard,sans-serif
}

#footer {
    border-top: 1px solid #ebebf4
}

#footer .family-banner {
    height: 80px
}

#footer .family-banner .family-banner-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

#footer .family-banner .family-banner-wrap .banner-title {
    display: inline-flex;
    width: 80px;
    align-items: center;
    height: 80px
}

#footer .family-banner .family-banner-wrap .banner-title em {
    display: inline-block;
    font-size: 18px;
    font-weight: 700
}

#footer .family-banner .family-banner-wrap .foot-banner {
    width: calc(100% - 80px);
    display: inline-flex;
    box-sizing: border-box;
    position: relative;
    align-items: center
}

#footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide {
    margin-left: 150px
}

#footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide .swiper-wrapper {
    text-align: center
}

#footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide .swiper-wrapper .swiper-slide a {
    color: #666;
    font-size: 16px
}

#footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide .swiper-wrapper .swiper-slide a:hover {
    color: #333;
    font-weight: 600
}

#footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide .swiper-wrapper .swiper-slide {
    position: relative
}

#footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide .swiper-wrapper .swiper-slide::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #c2c2d0;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%)
}

#footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide {
    margin-left: 180px
}

#footer .foot-banner .all-banner {
    position: absolute;
    left: 142px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 34px
}

#footer .foot-banner .all-banner img {
    width: 100%
}

#footer .footer_pop.all_banner_pop {
    bottom: 81px
}

#footer .foot-banner .swiper-button-next-position {
    width: 34px;
    height: 34px;
    display: inline-flex;
    border: 1px solid #ebebf4;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 100px;
    border-radius: 10px
}

#footer .foot-banner .swiper-button-prev-position {
    width: 34px;
    height: 34px;
    display: inline-flex;
    border: 1px solid #ebebf4;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 20px;
    border-radius: 10px
}

#footer .foot-banner .swiper-button-pause {
    display: inline-block;
    width: 34px;
    height: 34px;
    display: inline-flex;
    border: 1px solid #ebebf4;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 61px;
    border-radius: 10px
}

#footer .foot-banner .swiper-button-start {
    display: inline-block;
    width: 34px;
    height: 34px;
    display: inline-flex;
    border: 1px solid #ebebf4;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 61px;
    border-radius: 10px
}

#footer .foot-banner .swiper-button-pause.hide {
    display: none
}

#footer .foot-banner .swiper-button-start.hide {
    display: none
}

#footer .footer-cont {
    background-color: #262c33;
    padding: 35px 0
}

#footer .footer-cont .footer-top ul.a02 {
    display: flex;
    gap: 20px;
    color: #fff;
    position: relative
}

#footer .footer-cont .footer-top ul.a02>li {
    flex: 1
}

#footer .footer-cont .footer-top ul.a02>li>a {
    display: inline-flex;
    background-color: #3b4149;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    height: 60px;
    align-items: center;
    width: 100%;
    padding: 0 30px
}

#footer .footer-cont .footer-top ul.a02>li>a::after {
    content: '';
    background: url(../../img/arrow_footer.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 6px
}

#footer .footer-cont .footer-top ul.a02>li>.footer_pop .pop_cont ul li a:hover {
    text-decoration: underline
}

#footer .footer_pop {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 95px;
    left: 0;
    z-index: 100
}

#footer .footer_pop.active {
    display: block
}

#footer .footer-bottom {
    margin-top: 35px;
    display: flex;
}

#footer .footer-bottom .ftcol1 {
    margin-right: 50px;
}

#footer .footer-bottom .ftcol2 .footer-menu {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px
}

#footer .footer-bottom .ftcol2 .footer-menu li:first-child a {
    color: #fffbd3
}

#footer .footer-bottom .ftcol2 .footer-menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}

#footer .footer-bottom .ftcol2 .footer-menu li+li {
    margin-left: 40px
}

#footer .footer-bottom .ftcol2 p {
    color: #b8c1cc;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 8px
}

#footer .footer-bottom .ftcol2 p em {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px
}

#footer .footer-bottom .ftcol2 .sns-menu {
    display: flex;
    margin-top: 20px
}

#footer .footer-bottom .ftcol2 .sns-menu li+li {
    margin-left: 20px
}

#footer .footer-bottom .ftcol3 {
    text-align: right;
    flex: 1;
    flex-shrink: 0;
    position: relative;
}

#footer .footer-bottom .ftcol3 a+a {
    margin-left: 10px
}

#footer .footer-bottom .ftcol3 .s_banner {
    margin-top: 10px;
    position: absolute;
    width: max-content;
    right: 0;
}

#footer *:focus {
    outline: 3px solid #e5005a;
}

@media screen and (max-width: 1200px) {
    .navi_mob {
        display:flex;
        gap: 14px;
    }


    .gnb {
        height: 100px
    }

    .gnb .logo {
        margin-left: 5%
    }

    .gnb .logo a {
        display: block
    }

    .gnb .logo a img {
        height: 60px
    }

    .gnb .navi_pc>li>a {
        padding: 0 25px
    }

    .gnb .navi_util {
        float: right;
        margin: 26px 5px 0 0
    }

    .gnb .navi_util>ul {
        transform: translateX(0)
    }

    .sub_sns_wrap {
        top: -30px
    }

    .all_memu {
        width: 100%;
        padding: 0 2% 30px 2%;
        box-sizing: border-box
    }

    .all_row .dep_02>li {
        width: 15%;
        float: left;
        margin: 0 2% 20px 0
    }

    .sub_visual .sub_tit {
        width: 100%
    }

    .sub_visual.sub_visual_main .sub_tit {
        padding: 0 15px;
        box-sizing: border-box
    }

    .sub_main_navi {
        width: 100%
    }

    .sub_main_navi ul li {
        margin: 0 2%;
        font-size: 1.6vw
    }

    .sub_main_navi ul {
        padding: 0 15px
    }

    .content_wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 64px 15px
    }

    .content_wrap.sub_main {
        padding: 64px 30px
    }

    .lnb_wrap {
        width: 235px;
        margin-right: 4%
    }

    .content {
        width: 820px
    }

    .sub_top_btn {
        top: -31px
    }

    .sm_area01>div {
        float: none
    }

    .sm_area01 .box_01 {
        width: 100%;
        margin-bottom: 30px
    }

    .sm_area01 .box_01 img {
        width: 100%
    }

    .sm_area01 .box_02 {
        width: 100%
    }

    .sm_area02 .list_link_sm li {
        width: 48%;
        height: 96px;
        margin: 0 4% 30px 0
    }

    .sm_area02 .list_link_sm li:nth-of-type(2n) {
        margin: 0 0 4% 0
    }

    .sm_area02 .list_link_sm li a p {
        padding: 0 0 0 43%
    }

    .lnb_wrap {
        display: none
    }

    .content {
        width: 100%
    }

    .gnb .navi_pc,.navi_util.pc {
        display: none
    }

    .btn_menu {
        display: block
    }
.btn_ai a{
    display:flex;
    background-image: linear-gradient(259deg, #0349DF 6.87%, #F32177 90.4%);
    padding:4px 6px;
    border-radius:100px;
    color:#fff;
    font-size:14px;
    font-weight:500;
    border:0px !Important;
    align-items: center;
}
    .btn_ai a::before{
    content:"";
    display:block;
    width:10px;
    height:10px;
    aspect-ratio: 1/1;
    background:url("../images/stars-02.svg")center center no-repeat;
    background-size:100%;
}
    .gnb_mobile {
        display: block;
        position: fixed;
        z-index: 1001;
        top: 0;
        right: 0;
        height: 100%;
        width: 370px;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform .5s ease-out;
        -moz-transition: transform .5s ease-out;
        -o-transition: transform .5s ease-out;
        transition: transform .5s ease-out
    }

    #footer .footer_pop {
        bottom: 340px
    }

    #footer .footer-cont {
        padding: 30px 10px 110px;
    }

    #footer .footer-cont .footer-top ul.a02 {
        flex-direction: column;
        gap: 10px
    }

    #footer .footer-cont .footer-top ul.a02>li {
        width: 100%;
        margin-bottom: 10px
    }

    #footer .footer-bottom {
        flex-direction: column;
    }

    #footer .footer-bottom .ftcol3 {
        text-align: center;
        padding-top: 40px;
    }

    #footer .footer-bottom .ftcol2 .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%
    }

    #footer .footer-bottom .ftcol1 {
        text-align: center;
        margin-bottom: 20px
    }

    #footer .footer-bottom .ftcol2 .footer-menu li {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        margin: 20px 0 0 0
    }

    #footer .footer-bottom .ftcol2 .footer-menu li+li {
        margin-left: 0
    }

    #footer .footer-bottom .ftcol2 .sns-menu {
        justify-content: center
    }

    #footer .footer-bottom .ftcol2 p {
        text-align: center
    }

    #footer .footer-bottom .ftcol2 p em {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 0!important
    }

    #footer .footer-bottom .ftcol3 .s_banner {
        left: 50%;
        transform: translateX(-50%);
    }

    #footer .family-banner {
        height: auto
    }

    #footer .family-banner .family-banner-wrap .banner-title {
        width: 100%;
        height: auto;
        justify-content: center;
        margin: 20px 0 30px 0
    }

    #footer .family-banner .family-banner-wrap .foot-banner {
        width: 100%
    }

    #footer .family-banner .family-banner-wrap .foot-banner .family-banner-slide {
        margin: 0;
        padding: 40px 0 30px 0
    }

    #footer .foot-banner .swiper-button-next-position {
        top: -20px;
        left: 50%;
        transform: translateX(calc(-50% + 60px))
    }

    #footer .foot-banner .swiper-button-prev-position {
        top: -20px;
        left: 50%;
        transform: translateX(calc(-50% - 60px))
    }

    #footer .foot-banner .swiper-button-pause {
        top: -20px;
        left: 50%;
        transform: translateX(calc(-50% - 20px))
    }

    #footer .foot-banner .swiper-button-start {
        top: -20px;
        left: 50%;
        transform: translateX(calc(-50% - 20px))
    }

    #footer .foot-banner .all-banner {
        top: -20px;
        left: 50%;
        transform: translateX(calc(-50% + 20px))
    }

    #footer .footer-cont .footer-top ul.a02>li>.footer_pop .pop_cont ul li {
        width: 50%;
        font-size: 18px;
        margin: 5px 0
    }

    .footer_top .top_left .l01 {
        margin-right: 60px
    }

    .footer_pop .pop_cont ul li {
        width: 20%
    }

    .footer_pop .pop_cont ul li {
        width: 50%;
        font-size: 18px;
        margin: 5px 0
    }
}

@media screen and (max-width: 1160px) {
    .lnb_wrap {
        margin-right:2.5%
    }

    .footer_top .top_left .l01 {
        margin-right: 30px
    }
}

@media screen and (max-width: 1120px) {
    .gnb .navi_pc>li>a {
        padding:0 20px
    }

    .gnb .navi_util {
        margin: 26px 5px 0 0
    }

    .footer_top .top_left .l01 {
        margin-right: 15px
    }

    .footer_top .a01 {
        padding: 12px 0 9px 0
    }
}

@media screen and (max-width: 1070px) {
    .gnb .navi_pc>li>a {
        padding:0 15px
    }

    .gnb .navi_util {
        margin: 26px 5px 0 0
    }

    .all_row .dep_02>li {
        width: 18.4%;
        float: left;
        margin: 0 2% 20px 0
    }

    .all_row .dep_02>li:nth-of-type(5n) {
        margin-right: 0
    }

    .all_row .dep_02>li:nth-of-type(6n) {
        margin-right: 2%
    }
}

@media screen and (max-width: 985px) {
    .all_menu_wrap.active {
        display:none
    }

    .footer_pop .pop_cont ul li {
        width: 25%
    }
}

@media screen and (max-width: 800px) {
    .go_top {
        right:20px
    }

    .content_wrap,.content_wrap.sub_main {
        padding: 60px 15px
    }

    .sub_sns_wrap {
        top: -50px
    }

    .gnb_mobile .navi_mobile li a:hover {
        text-decoration: none
    }

    .sub_visual {
        display: none
    }

    .footer_pop .pop_cont ul li {
        width: 33%
    }

    .footer_top .top_right .a02>li {
        width: 50%;
        box-sizing: border-box
    }

    .footer_top .top_right .a02>li:last-child {
        display: none
    }

    .footer_top .top_left .l01 li:last-child {
        display: none
    }
}

@media screen and (max-width: 570px) {
    .sub_title {
        padding:0 0 20px 0
    }

    .sub_title .location,.sub_title h3 {
        float: none
    }

    .sub_title .location {
        margin-top: 15px
    }

    .sub_top_btn {
        top: -42px
    }

    .footer_pop {
        bottom: 153px
    }

    .footer_pop .pop_cont>ul>li {
        font-size: 12px;
        line-height: 26px
    }

    .sm_area02 .list_link_sm li {
        width: 100%;
        margin: 0 0 4% 0;
        float: none
    }

    .sm_area02 .list_link_sm li:nth-of-type(2n) {
        margin: 0 0 4% 0
    }

    .sm_area02 .list_link_sm li a p {
        padding: 0 0 0 43%
    }

    .jg_library_tab.tabmenu-5>li {
        width: 49%
    }
}

/* 240620 접근성 추가 */
.lnb_wrap .lnb_01>li.active>a:focus {
    outline-color: white !important;
    outline-style: dotted;
}

a.btn_go.wide:focus-visible {
    outline: 3px dotted black !important;
}

.join_wrap .info_tbl_wrap .info_tbl table tbody tr td a:focus-visible {
    outline: 3px dotted black !important;
    outline-offset: 0px !important;
}

#skipnavi a:focus {
    outline-offset: -3px;
    outline-color: red;
    outline-style: dotted;
}

.search_wrap .btn_search:focus-visible {
    outline: 3px dotted yellow !important;
}

/* 240621 접근성 추가 */
#skipnavi a:focus {
    outline-color: white;
}

.search_wrap .btn_search:focus-visible {
    outline-offset: -3px !important;
}

/* 240625 접근성 추가 */
.alram_service:focus-visible {
    outline: 3px dotted;
}

/* 240520 gnb 3depth 추가 */
.depth_02_wrap {
    background: linear-gradient(90deg, white 0%, rgb(248,248,248) 50%, rgb(248, 248, 248) 100%);
}

.depth_02 {
    padding-top: 0;
    display: flex;
    padding-bottom: 0;
}

.depth_02 .gnb_title {
    margin-top: 20px;
    padding: 0px 0px 235px 0px;
    background: url(../images/icon_gnb_03.png) no-repeat center 85px;
    border-right: 0;
    width: 380px;
    padding-left: 30px;
}

.menu02 .gnb_title {
    background: url(../images/icon_gnb_01.png) no-repeat center 85px;
}

.menu03 .gnb_title {
    background: url(../images/icon_gnb_02.png) no-repeat center 85px;
}

.menu04 .gnb_title {
    background: url(../images/icon_gnb_03.png) no-repeat center 85px;
}

.depth_02 .gnb_title p {
    font-size: 40px;
    text-align: center;
    line-height: 66px;
}

.depth_02 .gnb_title p::after {
    display: none;
}

.depth_02 .gnb_list {
    padding-top: 20px;
    padding-left: 32px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.depth_02 .gnb_title {
    width: 19%;
}

.depth_02 .gnb_list {
    width: 81%;
}

.depth_02 .gnb_list li {
    padding-left: 0;
}

.gnb .navi_pc>li>a.has_link {
    position: relative;
    padding-right: 22px;
    margin-right: 20px;
}

.gnb .navi_pc>li>a.has_link:hover::after {
    background-color: #014099;
}

.gnb .navi_pc>li>a.has_link::after {
    content: "";
    -webkit-mask: url(../img/ico_share_240520.svg) no-repeat;
    background-color: #222;
    width: 18px;
    height: 18px;
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-47%) rotate(0deg);
}

.depth_02 .gnb_list li:before {
    top: 50%;
    transform: translateY(-50%);
}

.depth_02 .gnb_list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.depth_02 .gnb_list > ul > li {
    width: calc(25% - 15px);
    line-height: 20px;
}

.depth_02 .gnb_list > ul > li > a {
    position: relative;
    font-size: 18px;
    background: #fff;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    min-height: 46px;
    line-height: 1.2;
    padding-top: 12px;
    padding-right: 37px;
}

.depth_02 .gnb_list > ul > li > a::after {
    content: "";
    -webkit-mask: url(../img/ico_chevron_240520.svg);
    background-color: #BCBCBC;
    width: 20px;
    height: 20px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}

.depth_02 .gnb_list > ul > li:has(.depth_03_wrap) > a::after {
    transform: translateY(-50%) rotate(90deg);
}

.depth_02 .gnb_list > ul > li.no_list a::after {
    transform: translateY(-50%) rotate(0deg);
}

.depth_02 .gnb_list > ul > li:hover > a {
    text-decoration: none;
    color: white;
    background: #3B4145;
    transition: 0.3s all;
}

.depth_02 .gnb_list > ul > li:hover > a::after {
    background-color: #fff;
}

.depth_02 .gnb_list > ul > li:before {
    display: none;
}

.depth_02_wrap .depth_03_wrap {
}

.depth_02_wrap .depth_03_wrap .depth_03 {
}

.depth_02_wrap .depth_03_wrap .depth_03 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    padding-left: 16px;
}

.gnb .navi_pc>li.menu05 .depth_02_wrap {
    background: white;
}

.gnb .navi_pc>li.menu05 .depth_02 {
    width: 1200px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.depth_02_wrap .depth_03_wrap .depth_03 ul li {
    width: 100%;
    padding-left: 7px;
    line-height: 15px;
    color: #666;
}

.depth_02_wrap .depth_03_wrap .depth_03 ul li a {
    line-height: 1;
}

.depth_02_wrap .depth_03_wrap .depth_03 ul li a:hover {
    /* text-underline-position: under; */
    font-weight: 700;
    color: #3B4145;
}

.depth_02_wrap .depth_03_wrap .depth_03 ul li a.has_link {
    position: relative;
    padding-right: 18px;
}

.depth_02_wrap .depth_03_wrap .depth_03 ul li a.has_link::after {
    content: "";
    -webkit-mask: url(../img/ico_share_240520.svg) no-repeat;
    -webkit-mask-size: cover;
    background-color: #555;
    width: 14px;
    height: 14px;
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-47%) rotate(0deg);
}

.depth_02 .gnb_list li:before {
    width: 3px;
    height: 3px;
    background-color: #C5C5C5;
}

.pt4 {
    padding-top: 4px !important;
}

.depth_02 .gnb_list > ul > li > a.line2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* 241227 업데이트 */
.sm_area02.ver04 .list_link_sm li:first-child+li+li+li {
    background: url(../images/sub_main/icon_reborn.png) no-repeat 25px 11px;
}

/* 250227 업데이트 */
.navi_util.pc {
    z-index: 10;
}

.search_all_wrap {
    position: absolute;
    display: none;
    right: 0px;
    top: 0px;
    z-index: 100;
    width: 260px;
}

.search_all_wrap.active {
    display: block;
}

.search_wrap {
    position: static;
    display: flex;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
}

.search_all_list {
    display: none;
    background: #eee;
    width: calc(100% - 30px);
    max-height: 137px;
    overflow-y: auto;
    left: 0px;
    top: 30px;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 100;
}

.search_all_list.on {
    display: block;
}

.search_all_list ul {
}

.search_wrap .btn_search:focus-visible {
    outline: 2px dotted black !important;
}

.search_close {
    position: absolute;
    top: 0px;
    right: 0px;
}

.search_all_list ul li {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    max-width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.search_all_list ul li a {
    font-size: 14px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_all_list ul li a:hover {
    text-underline-offset: underline;
}

.search_all_list ul li a .strong_txt {
    color: #e5005a;
}





/*250625 웹 접근성 대비*/

#content *:focus{outline:2px dashed #0d4ea1;}

#content .jg_organization_chart .organiz_box.org_gray_box:focus{outline:2px dashed #fff !important;}
#content .sub-button2:focus,#content .sub-button3:focus{outline:2px dashed #0d4ea1 !important;outline-offset:2px !important;}
#content .main_bottom_slide_left .bottom_slide_wrap .swiper-button-prev{width:17px;height:17px;background:url(../images/icon/ic-3.png)center center no-repeat;background-size:6px 12px;bottom:24px;}
#content .main_bottom_slide_left .bottom_slide_wrap .swiper-button-next{width:17px;height:17px;background:url(../images/icon/ic-4.png)center center no-repeat;background-size:6px 12px;bottom:24px;}
#content .bottom_slide_02 .swiper-button-prev{width:17px;height:17px;background:url(../images/icon/ic-3.png) no-repeat;background-size:auto 100%;}
#content .bottom_slide_02 .swiper-button-next{width:17px;height:17px;background:url(../images/icon/ic-4.png) no-repeat;background-size:auto 100%;}
input[type="radio"],input[type="checkbox"]{width:17px;height:17px;}

/*251013 챗봇 */
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
}

.go_top{
    display:flex;
    flex-direction: column;
    align-items: center;
    z-index:1002;
}
.go_top > a{
    max-width:fit-content;
}

.go_top a.cb_logo{
    display:block;
    width:128px;
    min-width:128px;
    height:148px;
    font-size:0px;
    background:url("../images/chatbot_logo.svg")center center no-repeat; background-size:100%;
}
.chatbotLayer{display:none;position:fixed; left:0px; top:0px; width:100vw; height:100vh; background:rgba(0,0,0,0.5); z-index:1001;}
.chatbotLayer.on{display:block;}
.chatbotLayer .chatbotPopup{
    display:flex;
    flex-direction: column;
    position:fixed;
    bottom:50px;
    width:600px;
    max-height:80vh;
    right:250px;
    border-radius:20px;
    background:#fff;
    box-sizing:border-box;
    font-family: 'GMarketSans', sans-serif;
    overflow:hidden;
}
.chatbotLayer .cbPopTitle{
    display:block;
    background: linear-gradient(259deg, #0044BD 6.87%, #C40051 90.4%);
    padding:20px;
    position:relative;
    color:#fff;
    font-size:20px;
    font-weight:500;
}
.chatbotLayer .cbPopTitle span{
    font-weight:700;
    color:#FF0;
}
.chatbotLayer .cbPopTitle a.close{
    display:block;
    width:32px;
    height:32px;
    background:url("../images/cb_close.svg")center center no-repeat;
    background-size:100%;
    position:absolute;
    right:20px;
    font-size:0px;
    top:50%;
    transform:translateY(-50%);
}
.chatbotLayer .chatting{
    padding:24px;
    display:flex;
    flex-direction: column;
    gap:24px 0px;
    flex:1;
    overflow-y:auto;
    margin-bottom:20px;
}
.chatbotLayer .chatting .an{
    display:flex;
    align-items: start;
    gap:0px 12px;
}

.chatbotLayer .chatting .an::before {
    content:"";
    display:block;
    width:48px;
    height:48px;
    background:url("../images/ns_icon.svg")center center no-repeat;
    background-size:100%;
}
.chatbotLayer .chatting .msgVal{
    padding:12px;
    font-size:16px;
    line-height:160%;
    font-weight:500;
    margin-bottom:8px;
    max-width:70%
}
.chatbotLayer .chatting time{
    font-size:12px;
    color:#777676;
}
.chatbotLayer .chatting .msg{
    flex:1;
}
.chatbotLayer .chatting .an strong{
    font-size:18px;
    font-weight:700;
    margin-bottom:4px;
}
.chatbotLayer .chatting .an .msgVal{
    border-radius:4px 20px 20px 20px;
    background:#F5F5F5;
}
.chatbotLayer .chatting .an .msgVal span{
    font-weight:700;
}

.chatbotLayer .chatting .me{
    display:flex;
    flex-direction: column;
    align-items: end;
}
.chatbotLayer .chatting .me .msgVal{
    border-radius:20px 20px 4px 20px;
    background:#0C2A43;
    color:#fff;
}
.chatbotLayer .chatting .typeSel{
    display:Flex;
    gap:0px 12px;
    margin-bottom:8px;
}
.chatbotLayer .chatting .typeSel li a{
    border-radius:50%;
    font-size:15px;
    color:#0C2A43;
    border:1px solid #0c2a43;
    display:flex;
    flex-direction: column;
    width:60px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    gap:0px 6px;
}
.chatbotLayer .chatting .queSel{
    display:flex;
    flex-direction: column;
    gap:8px 0px;
    margin-bottom:8px;
}
.chatbotLayer .chatting .queSel li a{
    padding:12px;
    border-radius:200px;
    background:#F4FAFF;
    font-size:16px;
    color:#0c2a43;
    border:1px solid #0c2a43;
    display:inline-block ;
    width:fit-content;
    font-weight:500;
    line-height:100%;
}
.chatbotLayer .chatting .typeSel li a::Before{content:""; display:block; width:24px; aspect-ratio: 1/1;}
.chatbotLayer .chatting .typeSel li:nth-of-type(1) a::Before{background:url("../images/typesel1.svg")center center no-repeat; background-size:100%;}
.chatbotLayer .chatting .typeSel li:nth-of-type(2) a::Before{background:url("../images/typesel2.svg")center center no-repeat; background-size:100%;}
.chatbotLayer .chatting .typeSel li:nth-of-type(3) a::Before{background:url("../images/typesel3.svg")center center no-repeat; background-size:100%;}
.chatbotLayer .chatting .typeSel li:nth-of-type(4) a::Before{background:url("../images/typesel4.svg")center center no-repeat; background-size:100%;}
.chatbotLayer .chatting .an .viewmore{
    display:inline-flex;
    align-items: center;
    font-size:15px;
    border-radius:200px;
    padding:12px;
    gap:0px 4px;
    border:1px solid #C8C8C8;
}
.chatbotLayer .chatting .an .viewmore::after{
    content:"";
    display:block;
    width:16px;
    height:16px;
    background:url("../images/view_more.svg")center center no-repeat; background-size:100%;
}

.chatbotLayer .chatting .an .more{
    font-size:18px;
    color:#0c2a43;
    font-weight:700; margin-top:18px; margin-bottom:8px;
}
.chatbotLayer .chatting .an .questList{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:8px;
    gap:8px;
}
.chatbotLayer .chatting .an .questList li a{
    display:inline-flex; align-items: center;
    border-radius:200px;
    padding:12px;
    border:1px solid #0c2a43;
    background:#f4faff;
    font-size:16px;
    color:#0C2A43;
}

.chatbotLayer .submitForm{
    border:1px solid #c8c8c8;
    box-shadow:0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    margin:40px 24px 24px 24px;
    padding:20px;
    border-radius:20px;
}

.chatbotLayer .submitForm .submitFormBtn{
    display:flex;
    align-items: center;
    gap:0px 8px;
    margin-bottom:12px;
}
.chatbotLayer .submitForm .submitFormBtn > a{
    display:flex;
    align-items: center;
    border-radius:4px;
    border:1px solid #E8E8E8;
    gap:0px 4px;
    font-size:15px;
    color:#858585;
    box-sizing:border-box;
    padding:6px 8px;
    height:36px;
    font-weight:500;
}
.chatbotLayer .submitForm .submitFormBtn a::before{
    content:"";
    display:block;
    aspect-ratio: 1/1;
}
.chatbotLayer .submitForm .submitFormBtn a.fontSizeCtrl::before{
    width:16px;
    background:url("../images/chat_ctrl.svg")center center no-repeat;
    background-size:100%;
}
.chatbotLayer .submitForm .submitFormBtn a.copyAll{
    margin-left:auto;
}
.chatbotLayer .submitForm .submitFormBtn a.copyAll::before{
    width:12px;
    background:url("../images/chat_copy.svg")center center no-repeat;
    background-size:100%;
}
.chatbotLayer .submitForm .submitFormBtn a.newChat::before{
    width:12px;
    background:url("../images/chat_new.svg")center center no-repeat;
    background-size:100%;
}
.chatbotLayer .submitForm form{
    position:relative;
}
.chatbotLayer .submitForm form input{width:100%; border-radius:200px; padding:0px 20px; height:56px; font-size:16px; border:1px solid transparent; transition-duration:0.3s; background:#F5F5F5;}
.chatbotLayer .submitForm form input::placeholder{color:#858585;}
.chatbotLayer .submitForm form input:focus{background:#fff; border:1px solid #0C2A43; color:#0C2A43;}
.chatbotLayer .submitForm form button{position:absolute; display:block; width:32px; height:32px; right:12px; top:50%; transform:translateY(-50%); border-radius:50%; background:#DFDFDF url("../images/chat_submit.svg")center center no-repeat; background-size:18px; font-size:0px;}
.chatbotLayer .submitForm form input:focus ~ button{background:#0C2A43 url("../images/chat_submit_on.svg")center center no-repeat; background-size:18px; }
.chatbotLayer .fontsizeCtrlBox{display:none; box-sizing:border-box; align-items: center; border:1px solid #E8E8E8; border-radius:4px; gap:0px 4px; font-size:15px; color:#858585; padding:8px; height:36px;}
.chatbotLayer .submitForm .submitFormBtn > a.fontSizeCtrl.on{display:none;}
.chatbotLayer .fontSizeCtrl.on + .fontsizeCtrlBox{display:flex;}
.chatbotLayer .fontsizeCtrlBox a{font-size:0px; display:block; }
.chatbotLayer .fontsizeCtrlBox a.fontsizeCtrlClose{width:16px; aspect-ratio: 1/1; background:url("../images/chat_close.svg")center center no-repeat; background-size:100%;}
.chatbotLayer .fontsizeCtrlBox a.fontSizeMinus{width:20px; aspect-ratio: 1/1; background:url("../images/chat_minus.svg")center center no-repeat; background-size:100%;}
.chatbotLayer .fontsizeCtrlBox a.fontSizePlus{width:20px; aspect-ratio: 1/1; background:url("../images/chat_plus.svg")center center no-repeat; background-size:100%;}
.mOnly{display:none;}
@media screen and (max-width: 1200px) {
    .mOnly{display:block;}
    .chatbotLayer{z-index:1003;}
    .chatbotLayer .chatbotPopup{
        width:90%;
        height:90%;
        right:unset;
        left:50%;
        bottom:unset;
        top:50%;
        transform:translateX(-50%)translateY(-50%);
    }
    .go_top a.cb_logo{
        width:64px;
        min-width:64px;
        height:74px;
        background-size:100%;
    }
    .chatbotLayer .chatting{gap:12px 0px; margin-bottom:10px;}
    .chatbotLayer .submitForm{padding:10px; margin:16px 12px 12px 12px;}
    .chatbotLayer .submitForm .submitFormBtn{flex-wrap:wrap; gap:8px;}
    .chatbotLayer .submitForm .submitFormBtn .fontSizeCtrl,.chatbotLayer .fontsizeCtrlBox{width:100%;}
    .chatbotLayer .submitForm .submitFormBtn a.copyAll{margin-left:0px;}
    .chatbotLayer .submitForm .submitFormBtn > a{width:calc(50% - 8px);}
}
/* 2026-06-19 a11y 2nd-audit: focus ring boost for dark btns (publisher) */
#content .btn_rating:focus{outline:2px dashed #0d4ea1 !important;outline-offset:2px !important;}
#content .viewAllbanner:focus{outline:2px dashed #fff !important;outline-offset:2px !important;}
/* 2026-06-22 a11y 2nd-audit: 어두운 배경 본문버튼/푸터 토글 포커스 가시성(런타임 실측 검증) */
/* btn_rating/sub-button과 동일: #555 '바로가기' 버튼의 인셋 검정 링을 밝은 페이지로 빼서 21:1 (라이브 2.82:1 -> 21:1) */
#content a.btn_go:focus,#content a.btn_go.wide:focus,#content a.btn_go.wide:focus-visible{outline:2px dashed #000 !important;outline-offset:2px !important;}
/* 푸터 패밀리사이트 토글만 핑크->흰색(어두운 푸터 위 10.3:1). 중첩 드롭다운 옵션 링크는 기존 #footer *:focus 유지 */
#footer .footer-top ul.a02 > li > a:focus{outline-color:#fff !important;}

/* 챗봇 */
#haengbot-fab {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
}
#haengbot-fab .haengbot-tooltip{
    position: absolute;
    left: -155px;
    top: 100%;
    transform: translateY(-50%);
    padding: 11px 14px;
    min-width: 150px;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
    background-color: #fff;
    border:1px solid #fe006a;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s ease-in;
}
#haengbot-fab .haengbot-tooltip strong{
    font-weight: 700;
    color: #f30c77;
}
#haengbot-fab:hover .haengbot-tooltip{
    opacity: 1;
    top: 43%;
}
#haengbot-panel {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    min-width: 390px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 24px rgba(0,0,0,.18);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform .3s;
}
#haengbot-panel.open {
    transform: translateX(0);
}
#haengbot-panel .hd {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #fb569b;
}
#haengbot-panel .hd button { 
    background: none; 
    border: none; 
    color: #fff; 
    font-size: 24px; 
    cursor: pointer;
    line-height: 1; 
}
#haengbot-panel iframe { 
    flex: 1; 
    width: 100%;
    border: none; 
}

@media (max-width: 768px) {
    #haengbot-fab {
        right: 1rem;
        bottom: 1rem;
    }
    #haengbot-fab img{
        width: 80px;
    }
    #haengbot-fab .haengbot-tooltip{
        display: none;
    }
    #haengbot-fab:hover .haengbot-tooltip{
        opacity: 0;
    }
    #haengbot-panel{
        min-width: 100%;
    }
}