@charset "utf-8";

/***************************************************

    HEADER

***************************************************/
#hd {position: relative; z-index: 100;}
#hd .hd_top {padding: 10px 30px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(to right, #0bbafb, #4285ec); font-weight: 500; font-size: 17px;}
#hd .hd_top li {}
#hd .hd_top .lang_box {position: relative;}
#hd .hd_top .lang_box ul {display: none; border: 1px solid #70a0b0; position: absolute; top: 100%; left: 0; background-color: #346ABA; z-index: 5;}
#hd .hd_top .lang_box ul li:not(:last-of-type) {border-bottom: 1px solid #70a0b0;}
#hd .hd_top .lang_box ul a {display: flex; padding: 13px 10px 8px; font-size: 15px;}
#hd .hd_top a {font-family: "GmarketSans"; display: inline-flex; align-items: center; color: #fff; line-height: 1.2;}
#hd .hd_top .link_list {display: flex; align-items: center;}
#hd .hd_top .link_list > li:not(:last-of-type) {margin-right: 20px;}
#hd .hd_top .fam_site {position: relative;}
#hd .hd_top .fam_site a {font-weight: 700; font-size: 15px;}
#hd .hd_top .fam_site > a {padding: 10px 26px 4px 13px; border-radius: 20px; background-color: #2385ec; position: relative;}
#hd .hd_top .fam_site > a i {font-weight: 800; position: absolute; top: 8px; right: 6px;}
#hd .hd_top .fam_site .list {display: none; border: 2px solid #1A61AD; background-color: #3b90ea; width: 100%; position: absolute; top: 105%; left: 0; z-index: 20;}
#hd .hd_top .fam_site .list li:not(:last-of-type) {border-bottom: 2px solid #1A61AD;}
#hd .hd_top .fam_site .list a {padding: 11px 11px 5px;}
#hd .hd_top > .rb {display: flex; align-items: center;}
#hd .hd_top .sns_list {margin-right: 30px; display: flex; align-items: center;}
#hd .hd_top .sns_list > li:not(:last-of-type) {margin-right: 7px;}
#hd .hd_top .etc_box {padding-top: 5px; display: flex; align-items: center;}
#hd .hd_top .etc_box img {margin-right: 10px; margin-bottom: 8px;}
#hd .hd_top .etc_box > li:not(:last-of-type) {margin-right: 20px;}

#hd .hd_bot {position: relative; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; background-color: #fff; border-bottom: 1px solid #eaeaea;}
#hd .hd_bot .logo_box {display: flex; align-items: center;}
#hd .hd_bot .logo_box img {}
#hd .hd_bot .logo_box p {margin-left: 30px; font-size: 30px; heigt:40px; line-height:1.6; font-weight: 700; font-family: "GmarketSans"; background: linear-gradient(to right, #0348c5, #0064dc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -3px;}
#hd .hd_bot > .rb {display: flex; align-items: center;}
#hd .hd_bot .btn_menu_toggle {width: 24px; height: 19px; margin-right: 15px; display: inline-flex; flex-direction: column; justify-content: space-between;}
#hd .hd_bot .btn_menu_toggle:hover .line, 
#hd .hd_bot .btn_menu_toggle:focus .line {width: 100% !important;}
#hd .hd_bot .btn_menu_toggle .line {height: 2px; background-color: #000; border-radius: 20px; transition: all 0.2s ease;}
#hd .hd_bot .btn_menu_toggle .line:nth-of-type(1) {width: 70%;}
#hd .hd_bot .btn_menu_toggle .line:nth-of-type(2) {width: 100%;}
#hd .hd_bot .btn_menu_toggle .line:nth-of-type(3) {width: 50%;}
#hd .hd_bot .btn_srchBox_toggle {font-size: 25px;}

#gnb {width: auto; margin: 0 10px;}
#gnb .dep1_list {display: flex; align-items: center;}
#gnb .dep1_list > li {padding-top: 10px; display: flex; align-items: center;}
#gnb .dep1_list > li:not(:last-of-type)::after {content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: #000; display: block; margin: 0 40px 10px;}
#gnb .dep1 {height: 85px; font-size: 23px; font-family: "GmarketSans"; font-weight: 500; display: inline-flex; line-height: 1.2; align-items: center; position: relative;}
#gnb .dep1.active::after {content: ""; width: 10px; height: 10px; position: absolute; top: 88%; left: 50%; transform: translateX(-50%); border: 5px solid transparent; border-radius: 50%; background-image: linear-gradient(#fff, #fff), linear-gradient(#4564ff, #0fc8ff); background-origin: border-box; background-clip: padding-box, border-box; z-index: 10;}
#gnb .detail_box {display: none; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; z-index: 5;}
#gnb .detail_box > .inner {display: flex;}
#gnb .menu_detail {border-right: 1px solid #eaeaea; width: 22%; padding: 20px 4% 20px 6%; display: flex; flex-direction: column; justify-content: center;}
#gnb .menu_detail .title {font-size: 30px; font-family: "GmarketSans"; font-weight: 700; color: #106bdd; margin-bottom: 5px;}
#gnb .menu_detail .desc {font-size: 16px; font-family: "NotoSansKR"; font-weight: 500; line-height: 1.2;}
#gnb .menu_list {width: 70%; border-right: 1px solid #ddd; display: flex; flex-direction: column;}
#gnb .dep2_list {display: flex; height: 100%;}
#gnb .dep2_list:not(:last-of-type) {border-bottom: 1px solid #eaeaea;}
#gnb .dep2_list > dt, #gnb .dep3_list {padding: 20px 25px;}
#gnb .dep2_list > dt {background-color: #f5f7fb; width: 16%; border-right: 1px solid #eaeaea; display: flex; align-items: center;}
#gnb .dep2 {display: block; width: 100%; font-size: 18px; font-weight: 500; position: relative; transition: unset; z-index: 5;} 
#gnb .dep2.active {color: #fff;}
#gnb .dep2.active::before {content: ""; width: 0; height: 170%; position: absolute; top: 50%; left: -13px; transform: translateY(-50%); z-index: -1; border-radius: 30px; animation: blue_line_animation 0.7s ease forwards; background-repeat: no-repeat; background-position: center right 10px;}

@keyframes blue_line_animation {
    0% {}
    100% {width: 133%; background-color: #106bdd; background-image: url("../../../../siiru/images/icon/icon_white_right_angle.png");}
}

#gnb .dep3_list {width: 84%;}
#gnb .dep3_list ul {height: 100%; display: flex; flex-wrap: wrap; align-items: center; gap: 5px 0;}
#gnb .dep3_list li {display: flex; align-items: center;}
#gnb .dep3_list li:not(:last-of-type)::after {content: ""; width: 3px; height: 3px; border-radius: 50%; background-color: #10b9fb; display: block; margin: 0 13px;}
#gnb .dep3 {transition: unset; font-family: "NotoSansKR";}
#gnb .dep3.diff {padding-right: 17px; background: url("../../../../siiru/images/icon/icon_menu_small.png") no-repeat center right;}
#gnb .dep3:hover, #gnb .dep3:focus {color: #106bdd; text-decoration: underline; text-underline-position: under; font-weight: 700;}

@media screen and (max-width: 1560px) {
    #hd .hd_top {font-size: 15px;}
    #hd .hd_top .etc_box img {margin-right: 6px;}
    #hd .hd_top .etc_box li:not(:last-of-type) {margin-right: 15px;}
    #hd .hd_top .sns_list {margin-right: 20px;}
    #hd .hd_top .link_list > li:not(:last-of-type) {margin-right: 15px;}
    #hd .hd_top .fam_site > a {font-size: 14px;}

    #hd .hd_bot .logo_box img {width: 160px;}
    #hd .hd_bot .logo_box p {font-size: 27px; margin-left: 20px;}

    #gnb .menu_detail .title {font-size: 26px;}
    #gnb .menu_detail .desc {font-size: 14px;}
    #gnb .dep1 {font-size: 20px;}
    #gnb .dep1_list > li:not(:last-of-type)::after {margin: 0 20px 10px;}
    #gnb .dep2 {font-size: 16px;}
    #gnb .dep3 {font-size: 14px;}
    #gnb .dep3_list li:not(:last-of-type)::after {margin: 0 8px;}
}

@media screen and (max-width: 1240px) {
    #hd .hd_top {font-size: 14px; padding: 10px 15px;}
    #hd .hd_top .fam_site a {font-size: 13px;}
    #hd .hd_top .sns_list {display: none;}
    #hd .hd_top .etc_box {display: none;}

    #hd .hd_bot {padding: 15px;}

    #gnb {display: none;}

}

@media screen and (max-width: 768px) {
    #hd .hd_top {display: none;}
    #hd .hd_bot .logo_box p {display: none;}
}

/* 검색박스 */
#global_srch_box {display: none; width: 100%; padding: 45px 20px; background-color: #f5f7fb; position: absolute; top: 100%; left: 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
#global_srch_box > .inner {width: 100%; max-width: 800px; margin: 0 auto;}
#global_srch_box .input_box {height: 70px; padding: 0 25px; margin-bottom: 15px; display: flex; align-items: center; background-color: #4285ec; border-radius: 20px;}
#global_srch_box .input_box .txt, #global_srch_box .input_box input {font-size: 22px;}
#global_srch_box .input_box .txt {padding-right: 15px; margin-right: 10px; color: #fff; flex-shrink: 0; position: relative;}
#global_srch_box .input_box .txt::after {content: ""; width: 1px; height: 70%; background-color: #b1c8f6; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
#global_srch_box .input_box input {width: 100%; color: #fff; border: none; background-color: #4285ec;}
#global_srch_box .input_box input::placeholder {color: #fff;}
#global_srch_box .input_box .btn_srch {height: 100%; font-size: 37px; flex-shrink: 0; color: #fff; transform: rotate(90deg);}
#global_srch_box .popular2 {display: flex; align-items: center; justify-content: center;}
#global_srch_box .popular2 .txt {padding-left: 45px; font-size: 18px; font-weight: 600; color: #4285ec; background: url("../../../../siiru/images/icon/icon_popular.png") no-repeat center left;}
#global_srch_box .popular2 .list {font-weight: 500; display: flex; align-items: center;}
#global_srch_box .popular2 .list li {padding-left: 25px;}
#global_srch_box .popular2 .list a {transition: none;}
#global_srch_box .popular2 .list a:hover, 
#global_srch_box .popular2 .list a:focus {text-decoration: underline; text-underline-position: under; font-weight: 600;}

@media screen and (max-width: 1240px) {
    #global_srch_box {padding: 25px 10px;}
    #global_srch_box .input_box {height: 55px; padding: 0 20px;}
    #global_srch_box .input_box .txt, #global_srch_box .input_box input {font-size: 18px;}
    #global_srch_box .input_box .txt {padding-right: 10px; margin-right: 5px;}
    #global_srch_box .input_box .btn_srch {font-size: 30px;}
    #global_srch_box .popular2 .txt {font-size: 16px; background-size: 30px; padding-left: 38px;}
    #global_srch_box .popular2 .list a {font-size: 14px;}
    #global_srch_box .popular2 .list li {padding-left: 15px;}
}

@media screen and (max-width: 480px) {
    #global_srch_box .input_box {height: 45px; padding: 0 15px; margin-bottom: 7px;}
    #global_srch_box .input_box .txt, #global_srch_box .input_box input {font-size: 15px;}
    #global_srch_box .input_box .txt {margin-right: 0;}
    #global_srch_box .input_box .btn_srch {font-size: 20px;}
    #global_srch_box .popular2 .txt {display: none;}
    #global_srch_box .popular2 .list {justify-content: center;}
    #global_srch_box .popular2 .list li {padding-left: 0;}
    #global_srch_box .popular2 .list li:not(:last-of-type) {margin-right: 10px;}
    #global_srch_box .popular2 .list a {font-size: 13px;}
}

/* 모바일 메뉴 */
#mob_menu {width: 100%; max-width: 360px; height: 100vh; padding-bottom: 40px; background-color: #fff; z-index: 200; overflow: auto; position: fixed; top: 0; right: -360px; transition: right 0.3s ease;}
#mob_menu.active {right: 0;}
#mob_menu > .etc_box {background-color: #203d89; border-bottom: 1px solid #496ecf;}
#mob_menu .btn_box_01 {border-bottom: 1px solid #496ecf; font-size: 25px; padding: 10px 15px; display: flex; justify-content: space-between;}
#mob_menu .btn_box_01 i {color: #fff;}
#mob_menu .btn_box_02 {padding: 10px 20px; display: flex; justify-content: center; align-items: center;}
#mob_menu .btn_box_02 > li {width: 100%;}
#mob_menu .btn_box_02 > li:not(:last-of-type) {margin-right: 10px;}
#mob_menu .btn_box_02 > li > a {padding: 10px 5px; font-size: 20px; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid #496ecf;}
#mob_menu .btn_box_02 > li > a:hover {background-color: #192a58;}
#mob_menu .btn_box_02 > li > a img {margin-right: 7px;}
#mob_menu .lang_box {position: relative;}
#mob_menu .lang_box > a.active {background-color: #192a58;}
#mob_menu .lang_box ul {display: none; border: 1px solid #496ecf; background-color: #203d89; position: absolute; top: 100%; left: 0; width: 100%;}
#mob_menu .lang_box ul > li:not(:last-of-type) {border-bottom: 1px solid #496ecf;}
#mob_menu .lang_box ul a {padding: 10px 5px; font-size: 17px; color: #fff; display: flex; align-items: center; justify-content: center;}
#mob_menu .lang_box ul a:hover {background-color: #192a58;}
#mob_menu .sns_list {width: 100%; margin-top: 30px; display: flex; align-items: center; justify-content: center;}
#mob_menu .sns_list li:not(:last-of-type) {margin-right: 7px;}
#mob_menu .dep1_list > li {border-bottom: 1px solid #ddd;}
#mob_menu .dep1 {padding: 15px; color: #111; font-weight: 600; font-size: 20px; display: flex; align-items: center; justify-content: space-between; background-color: #f9f9f9;}
#mob_menu .dep1.active, #mob_menu .dep1:hover {background-color: #e8e8e8;}
#mob_menu .dep1 i {color: #000;}
#mob_menu .dep1 i.xi-minus {display: none;}
#mob_menu .dep1.active i.xi-minus {display: block;}
#mob_menu .dep1.active i.xi-plus {display: none;}
#mob_menu .dep2_list {display: none;}
#mob_menu .dep2_list > li {border-top: 1px solid #ddd;}
#mob_menu .dep2 {padding: 15px 25px; font-size: 18px; display: flex; justify-content: space-between; align-items: center;}
#mob_menu .dep2.active, #mob_menu .dep2:hover {background-color: #e8eeff;}
#mob_menu .dep2 i.xi-minus {display: none;}
#mob_menu .dep2.active i.xi-minus {display: block;}
#mob_menu .dep2.active i.xi-plus {display: none;}
#mob_menu .dep3_list {display: none; border-top: 1px solid #ddd; padding: 10px 0;}
#mob_menu .dep3 {padding: 6px 37px; position: relative; transition: none; display: flex;}
#mob_menu .dep3:hover {color: #106bdd; text-decoration: underline; text-underline-position: under; font-weight: 600;}
#mob_menu .dep3::before {content: "\002D"; position: absolute; left: 25px;}

/* pc 팝업 메뉴 */
#popup_gnb {display: none; padding: 60px 20px; width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 110; background-color: #fff; overflow-y: auto;}
#popup_gnb h2 {margin-bottom: 30px; font-size: 30px; font-weight: 700; color: #000;}
#popup_gnb .big_box {margin-bottom: 70px;}
#popup_gnb .btn_cls {font-size: 30px; color: #000; position: absolute; top: 30px; right: 60px;}
#popup_gnb .site_list {display: flex; gap: 50px calc(2% / 4); flex-wrap: wrap;}
#popup_gnb .site_list > li {width: 19.6%;}
#popup_gnb .dep2 {margin-bottom: 20px; height: 60px; font-size: 21px; font-weight: 600; background-color: #0d82ea; display: flex; justify-content: center; align-items: center; color: #fff;}
#popup_gnb .dep2:hover, #popup_gnb .dep2:focus {background-color: #0348c5;}
#popup_gnb .dep3_list {padding: 0 10px;}
#popup_gnb .dep3_list li {margin-top: 15px;}
#popup_gnb .dep3 {padding: 0 10px; font-size: 17px; display: inline-flex; position: relative; font-weight: 500;}
#popup_gnb .dep3.diff {padding-right: 18px; background: url("../../../../siiru/images/icon/icon_menu_small.png") no-repeat center right;}
#popup_gnb .dep3:hover, #popup_gnb .dep3:focus {text-decoration: underline; text-underline-position: under;}
#popup_gnb .dep3::before {content: ""; width: 3px; height: 3px; background-color: #333; border-radius: 50%; position: absolute; top: 9px; left: 0;}

@media screen and (max-width:1240px) {
    #popup_gnb {display: none !important;}
}


/***************************************************

    FOOTER

***************************************************/
#ft {}
#ft .ft_top {background-color: #212121;}
#ft .dep1_list {display: flex; border-left: 1px solid #424242;}
#ft .dep1_list > li {width: 25%; border-right: 1px solid #424242; position: relative;}
#ft .dep1 {width: 100%; padding: 15px 25px 11px; color: #fff; display: flex; justify-content: space-between; align-items: center;}
#ft .dep1 i {margin-bottom: 6px; font-size: 20px; transition: all 0.3s ease;}
#ft .dep1.active, #ft .dep1:hover, #ft .dep1:focus {color: #ffba00;}
#ft .dep1.active i {transform: rotate(180deg);}
#ft .dep1 .txt {font-size: 16px; width: 100%; display: block; font-family: "GmarketSans"; font-weight: 500; line-height: 1.5;}
#ft .dep2_list {display: none; max-height: 300px; overflow-y: auto; border: 1px solid #424242; background-color: #111; width: 100%; position: absolute; left: 0; bottom: 100%; z-index: 25;}
#ft .dep2_list.com_vertical_scroll::-webkit-scrollbar-thumb {border: 3px solid #111;}
#ft .dep2_list.com_vertical_scroll::-webkit-scrollbar-track {background-color: #111;}
#ft .dep2_list > li:not(:last-of-type) {border-bottom: 1px solid #424242;}
#ft .dep2 {padding: 13px 25px; color: #fff; display: flex; word-break: break-all;}
#ft .dep2:hover, #ft .dep2:focus {color: #ffba00;}
#ft .ft_bot {background-color: #292929;}
#ft .ft_bot .inner1500 {padding: 30px 10px 40px; display: flex; align-items: center;}
#ft .ft_bot .logo_box {margin-right: 60px; flex-shrink: 0;}
#ft .ft_bot .link_list {margin-bottom: 20px; display: flex; align-items: center;}
#ft .ft_bot .link_list li {display: flex; align-items: center;}
#ft .ft_bot .link_list li:not(:last-of-type)::after {content: ""; margin: 0 15px 8px; width: 2px; height: 15px; background-color: #404040;}
#ft .ft_bot .link_list a {font-family: "GmarketSans"; font-weight: 500; color: #fff; line-height: 1.5;}
#ft .ft_bot .link_list a:hover, #ft .ft_bot .link_list a:focus {color: #ffba00;}
#ft .ft_bot .txt_box {width: 100%; margin-right: 20px;}
#ft .ft_bot .txt_box address, #ft .ft_bot .txt_box p {font-size: 15px;}
#ft .ft_bot .txt_box address {color: #fff; margin-bottom: 5px;}
#ft .ft_bot .txt_box p {color: #888;}
#ft .ft_bot .txt_box .copyright {margin-bottom: 20px;}
#ft .ft_bot .txt_box .alert {}
#ft .ft_bot .wa_img_box {flex-shrink: 0;}

@media screen and (max-width:1240px) {
    #ft .ft_bot .link_list {margin-bottom: 10px;}
    #ft .ft_bot .link_list a {font-size: 14px;}
    #ft .ft_bot .link_list li:not(:last-of-type)::after {height: 13px; margin: 0 10px 7px;}
    #ft .ft_bot .txt_box address, #ft .ft_bot .txt_box p {font-size: 13px;}
    #ft .ft_bot .txt_box address {margin-bottom: 3px;}
    #ft .ft_bot .txt_box .copyright {margin-bottom: 10px;}
    #ft .ft_bot .logo_box {margin-right: 30px;}
}

@media screen and (max-width: 1080px) {
    #ft .dep1 {padding: 15px 13px 11px;}
    #ft .dep1 .txt {font-size: 14px;}
    #ft .dep1 i {font-size: 16px;}
    #ft .dep2 {padding: 15px 13px; font-size: 14px;}
    #ft .ft_bot .inner1500 {flex-wrap: wrap; justify-content: center;}
    #ft .ft_bot .inner1500 > .lb {width: 100%; flex-wrap: wrap; justify-content: center;}
    #ft .ft_bot .txt_box {width: 100%; text-align: center; order: 3; margin-top: 20px; margin-right: 0;}
    #ft .ft_bot .link_list {justify-content: center;}
}

@media screen and (max-width: 768px) {
    #ft .dep1_list {flex-wrap: wrap;}
    #ft .dep1_list > li {width: 50%; border-right: none;}
    #ft .dep1_list > li:nth-of-type(2n-1) {border-right: 1px solid #424242;}
    #ft .dep1_list > li:nth-of-type(1), #ft .dep1_list > li:nth-of-type(2) {border-bottom: 1px solid #424242;}
    #ft .dep1 {padding: 13px 10px 8px;}
    #ft .dep1 .txt {font-size: 13px;}
    #ft .dep1 i {font-size: 13px;}
    #ft .dep2_list {max-height: 200px;}
    #ft .dep2 {font-size: 13px; padding: 10px;}
    #ft .ft_bot .link_list {flex-wrap: wrap; text-align: center;}
    #ft .ft_bot .link_list li {width: auto; justify-content: center;}
    #ft .ft_bot .link_list li:not(:last-of-type) {margin-right: 15px;}
    #ft .ft_bot .link_list li:not(:last-of-type)::after {display: none;}
}

@media screen and (max-width:480px) {
    #ft .ft_bot .inner1500 {padding: 20px 10px 30px;}
    #ft .ft_bot .logo_box {width: 130px;}
    #ft .ft_bot .wa_img_box {width: 100px;}
}












@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 480px) {
    
}













