@charset "utf-8";

/* 모바일 블록여부 */
.only_m{display:none !important;}
.only_w{display:block !important;}
.only_t{display:none !important;}
html {height: 100%;}
body {
    position: relative;
    width: 100%; height: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
#wrap{
	margin: 0 auto; 
    width:100%; 
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.container{
	margin:0 auto;
    position:relative;
    height: 100% ;
}
.inner {
    max-width: 1220px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

/*quick_menu */
.quick  {z-index: 99999999;}
.quick_menu {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 9999;
}
.quick_menu a {
    font-size: 0;
    text-indent: -9999px;
    margin-left: 20px;
}
.quick .pop_wrap {
    display: none;
    width: 100%; height: 100vh;
    position: fixed;
    z-index: 6000;
}
.quick .search_bg {
    /* display: none; */
    position: fixed;
    width: 100%; height: 100vh;
    z-index: 5000;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.3);
}
.quick .search_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 850px;
    /* height: 600px; */
   top: 50%;
   padding: 137px 0 157px ;
   transform: translateY(-50%);
    margin: 0 auto;
    z-index: 9999;
    border-radius: 30px ;
}
.quick_pop .search_sec {
    
}
/* /// header /// */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1111;
    border-bottom: 0.5px solid rgba(255,255,255,0.2);
}
#header.gnb_open #gnb .gnb_list .depth01 {
    color: #6c6c6c
}
#header.fix #gnb .gnb_list .depth01 {
    color: #6c6c6c
}
#header.sub_header {
    border-bottom: 1px solid #D2D6DA;
    background: #fff;
}
#header.sub_header #gnb .gnb_list .depth01 {
    color: #6c6c6c;
}
#header.fix, #header.gnb_open {
    background-color: #fff;
}
#header.br.fix {
    background-color: rgba(0,0,0,0.7);
    /* backdrop-filter: blur(8px); */
}

#header.br.gnb_open {
    backdrop-filter: none;
}
#header.br.br_gnb_open {
    backdrop-filter: none;
}

#header.br.fix .logo a path,
#header.br.sub_header a path {
    fill: #fff
}
#header.br_gnb_open .logo a path {
    fill: #000!important
}
#header.br.fix.gnb_open a path  {
    fill:#fff;
}
/* #header.br.fix .util .ham_btn {
    background-image: url(../img/btn/ham_btn_white.png)
} */
/* #header.br .util .ham_btn.on {
    background-image: url(../img/btn/ham_btn_on.png);
} */
#header.br.fix #gnb .gnb_list .depth01 {
    color: #fff;
}
#header.br.fix #gnb .gnb_list .depth01.on strong, 
#header.br.sub_header #gnb .gnb_list .depth01.on strong, 
/* #header.br.gnb_open #gnb .gnb_list .depth01:hover strong,  */
#header.br.fix #gnb .gnb_list .depth01:hover strong, 
#header.br.sub_header #gnb .gnb_list .depth01:hover strong {
    font-weight: 500;
    color: #fff;
}
#header.br.fix.br_gnb_open .util .lang_box button.on  {
    color: #000;
}
#header.br.fix.gnb_open .util .lang_box button.on  {
    color: #fff;
}
#header.br_gnb_open .util .lang_box button.on  {
    color: #000;
}


#header .logo {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 1113;
}
#header .logo a {
    display: flex;
    align-items: center;
    height: 80px;
}
#header .logo a svg {
    display: block;
}
#header.gnb_open .logo a path,
#header.fix .logo a path,
#header.sub_header a path {
    fill: #000;
}
#header .util {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 1113;
}
#header .util .lang_box {
    display: flex;
    align-items: center;
}
#header .util .lang_box button {
    position: relative;
    display: block;
    width: 54px;
    height: 24px;
    font-size: 12px;
    font-weight: 300;
    color: #aaa;
}
#header .util .lang_box button + button::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background: #aaa;
    content: '';
}
#header .util .lang_box button.on , #header.br.fix .util .lang_box button.on{
    font-weight: 500;
    color: #fff;
}
#header.gnb_open .util .lang_box button.on,
#header.fix .util .lang_box button.on,
#header.sub_header .util .lang_box button.on {
    color: #000;
}
#header .util .ham_btn {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(http://scg.life/img/btn/ham_btn_white.png);
}
#header.gnb_open .util .ham_btn,
#header.fix .util .ham_btn,
#header.sub_header .util .ham_btn {
    background-image: url(http://scg.life/img/btn/ham_btn_black.png);
}
#header .util .ham_btn.on {
    background-image: url(http://scg.life/img/btn/ham_btn_on.png);
}

#header #gnb {
    position: relative;
}
#header #gnb .gnb_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header #gnb .gnb_list .depth01 {
    display: block;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 80px;
    color: #fff;
}
#header #gnb .gnb_list .depth01 strong {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-bottom: 9px;
    font-weight: 300;
}
/*
#header #gnb .gnb_list .depth01 strong::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #FFEB01;
    border-radius: 60px;
    transition: all .3s ease-in-out;
    content: '';
}
*/
#header #gnb .gnb_list .depth01.on strong,
#header #gnb .gnb_list .depth01:hover strong {
    font-weight: 500;
    color: #fff;
}
#header.gnb_open #gnb .gnb_list .depth01.on strong,
#header.fix #gnb .gnb_list .depth01.on strong,
#header.sub_header  #gnb .gnb_list .depth01.on strong,
#header.gnb_open #gnb .gnb_list .depth01:hover strong,
#header.fix #gnb .gnb_list .depth01:hover strong,
#header.sub_header #gnb .gnb_list .depth01:hover strong {
    font-weight: 500;
    color: #000;
}
#header #gnb .gnb_list .depth01.on strong::after,
#header #gnb .gnb_list .depth01:hover strong::after {
    width: 100%;
}
#header #gnb .gnb_list02 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
#header #gnb .gnb_list02.center > ul {
    display: none;
}
#header #gnb .gnb_list02 > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 220px;
    border-top: 1px solid #D2D6DA;
    border-bottom: 1px solid #D2D6DA;
    background: #fff;
    box-sizing: border-box;
}
#header.gnb_open.sub .logo a path {
    fill: #fff;
}

#header #gnb .gnb_list02.sub > ul {
    background: rgba(0,0, 0,0.7);
    backdrop-filter : blur(8px);
    box-sizing: border-box;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
}
#header #gnb .gnb_list02.sub {
    width: 100%;
}
.mask{
    width: 100%; height: 80px;
    content: '';
    display: none;
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    

}
#header #gnb .gnb_list02.sub > ul > li {
    border-right: 1px solid #454545;
}
#header #gnb .gnb_list02.sub > ul > li:first-of-type {
    border-left: 1px solid #454545;
}
#header #gnb .gnb_list02 > ul > li {
    max-width: 130px;
    border-right: 1px solid #D2D6DA;
    padding-top: 30px;
    text-align: center;
    flex: 1;
    box-sizing: border-box;
}
#header #gnb .gnb_list02.sub > ul > li:first-of-type {
    border-left: 1px solid #454545;
}
#header #gnb .gnb_list02 > ul > li:first-of-type {
    border-left: 1px solid #D2D6DA;
}
#header #gnb .gnb_list02 .depth02 {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 2;
}
#header #gnb .gnb_list02.sub .depth02  {
    color: #fff;
}
#header #gnb .gnb_list02.sub  > ul > li:hover {
    background: #333;
    color: #fff;
}
#header #gnb .gnb_list02 > ul > li:hover {
    background: #F9FAFB;
}
#header #gnb .gnb_list02 > ul > li:hover > .depth02 {
    text-decoration: underline;
}
#header #gnb .gnb_list03 {
    margin-top: 20px;
}
#header #gnb .gnb_list03 > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #939393;
    line-height: 2;
}
#header #gnb .gnb_list03.sub > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 2;
}
#header #gnb .gnb_list03 > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #939393;
    line-height: 2;
}
#header #gnb .gnb_list03 > ul > li:not(:last-of-type) {
    margin-bottom: 10px;
}
#header #gnb .gnb_list03 > ul > li > a:hover,
#header #gnb .gnb_list03 > ul > li > a.on {
    text-decoration: underline;
}

#header.center{
    border-bottom-color: rgba(0,0,0, 0.2);
}

#header.center.fix{
    border-bottom: #fff;
}

#header.center #gnb .gnb_list .depth01{
    color: #000;
}

#header.center #gnb .gnb_list .depth01 strong{
    color: #000;
}

#header.center #gnb .gnb_list .depth01 strong::after{
    background: #000;
}
#header #gnb .gnb_list .depth01:hover strong::after {
    background: #FFEB01;
    transition: all 0.3;
}

#header.center path{
    fill: #000;
}

#header.center .util .lang_box button{
    color: #000;
}

#header.center .util .ham_btn{
    background-image: url('http://scg.life/img/btn/ham_btn_black.png');
}

#header.center .util .ham_btn.on{
    background-image: url('http://scg.life/img/btn/ham_btn_on.png');
}

/* /// header end /// */


/* all_menu_wrap */
.all_menu_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: #fff;
    box-sizing: border-box;
    z-index: 1111;
}
.all_menu_wrap .all_menu {
    border-top: 1px solid #D2D6DA;
    height: 100%;
    overflow-y: auto;
}
.all_menu_wrap .all_menu_list {
    display: flex;
    justify-content: center;
    height: 100%;
}
.all_menu_wrap .all_menu_list > li {
    max-width: 152px;
    width: 100%;
    padding-top: 50px;
    border-right: 1px solid #D2D6DA;
    text-align: center;
    box-sizing: border-box;
}
.all_menu_wrap .all_menu_list > li:first-of-type {
    border-left: 1px solid #D2D6DA;
}
.all_menu_wrap .all_menu_list > li:hover {
    background: #F9FAFB;
}
.all_menu_wrap .all_menu_list > li > .depth01 {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}
.all_menu_wrap .all_menu_list > li > .depth01 strong {
    font-weight: 500;
}
.all_menu_wrap .gnb_list02 .depth02 {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}
.all_menu_wrap .gnb_list02 .depth02:hover,
.all_menu_wrap .gnb_list02 .depth02.on {
    font-weight: 500;
    text-decoration: underline;
}
.all_menu_wrap .gnb_list03 {
    margin-bottom: 16px;
}
.all_menu_wrap .gnb_list03 > ul > li + li {
    margin-top: 16px;
}
.all_menu_wrap .gnb_list03 > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    line-height: 2;
}
.all_menu_wrap .gnb_list03 li:hover {
    text-decoration: underline;
}
/* //all_menu_wrap */



/* 메인페이지 짧을때 하단에 푸터 붙이기 */
.com_partners , .brand , .notice {
    height: auto;
    min-height: calc(100vh - 163px);
}

/* footer */
#footer {
    display: flex;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    padding: 62px 0;
    background: #F9FAFB;
    z-index: 11;
}
#footer .inner {
    max-width: 1200px;
}
#footer .foot_logo {
    width: 100px;
    margin-bottom: 0;
}
#footer .foot_cont {
    display: flex;
    flex-wrap: wrap;
}
/* #footer address div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#footer address div span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #ADADAD;
    line-height: 1.8;
}
#footer address div span + span {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
}
#footer address div span + span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background: #ADADAD;
    content: '';
} */
#footer .left {flex: 0 0 auto;}
#footer .copy {
    font-size: 14px;
    font-weight: 700;
    color: #ADADAD;
    line-height: 2.4;
}

#footer .info_txt{
    font-size: 10px;
    line-height: 1.7;
    color: #ADADAD;
}
#footer .foot_bot {
    margin-top: 20px;
}
#footer .add_info {
    font-size: 12px;
    font-weight: 400;
    color: #ADADAD;
    line-height: 1.5;
}
#footer .add_info + .add_info {
    margin-top: 10px;
    font-size: 11px;
}

#footer .right {
    margin-left: auto;
    flex: 0 0 auto;
}
/* #footer .foot_cs {
    max-width: 340px;
    margin-left: auto;
    margin-right: 45px;
}
#footer .foot_cs > div {
    font-size: 12px;
    font-weight: 300;
    color: #ADADAD;
    line-height: 1.8;
} */
#footer .foot_list {
    display: flex;
    align-items: center;
}
#footer .foot_list ul {
    display: flex;
    align-items: center;
}
#footer .foot_list ul li + li {
    position: relative;
    margin-left: 22px;
    padding-left: 22px;
}
#footer .foot_list ul li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background: #ADADAD;
    content: '';
}
#footer .foot_list ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ADADAD;
    line-height: 2.4;
}
#footer .family_site {
    display: block;
    max-width: 210px;
    /* width: 100%; */
    padding: 9px 100px 9px 12px;
    margin-left: 30px;
    border: 1px solid #ADADAD;
    font-size: 14px;
    font-weight: 400;
    color: #ADADAD;
    background: url(http://scg.life/img/ico/family_site_ico_01.png) right 12px center no-repeat;
    box-sizing: border-box;
}


/* footer.center_f */
#footer.center_f {background: #191C20;}
#footer.center_f .copy {color: #87898B;}
#footer.center_f .foot_list ul li + li::before {background: #87898B;}
#footer.center_f .foot_list ul li a {color: #87898B;}
#footer.center_f .family_site {
    border: 1px solid #87898B;
    color: #87898B;
    background: url(http://scg.life/img/ico/family_site_ico_02.png) right 12px center no-repeat;
}
/* //footer */



@media all and (max-width: 1050px) {
    #footer .foot_cont {
        flex-direction: column;
    }
    #footer .right {
        margin-left: 0;
        flex: 0 0 auto;
    }
}


@media all and (max-width: 1200px) {
    #header .logo {
        left: 30px;
    }
    #header .util {
        right: 30px;
    }
    #header #gnb .gnb_list .depth01 {
        padding: 0 20px;
    }

    #footer .right{
        margin-left: 0;
    }
}

/* 모바일 */
@media all and (max-width: 850px) {
    
    #header.fix {border-bottom: 1px solid rgba(0,0,0,0.1) !important;}
    
    .only_m{display:block !important;}
    .only_w{display:none !important;}
    .only_web{display:none !important;}
    .only_t{display:none !important;}


    form input[type="checkbox"] + label span {
        width: 24px;
        height: 24px;
    }
    form input[type="checkbox"]:checked + label span:after {
        width: 22px;
        height: 22px;
    }
    form input[type="checkbox"] + label a {
        margin-left: 8px;
        font-size: 13px ;
    }


    /* header */
    .mask{
        height: 51px
        
    
    }
    #header {
        height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    #header .inner {
        width: 100%;
        height: 50px;
    }
    #header .logo {
        margin-left: 15px;
        left: 0;
    }
    #header .logo a {
        width: 180px;
        height: 50px;
    }
    #header .util {
        right: 0;
    }
    #header .util .lang_box {
        display: none;
    }
    #header .util .ham_btn {
        width: 50px;
        height: 50px;
        margin-left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(http://scg.life/img/btn/ham_btn_white_mo.png);
        background-size: 18px;
    }
    #header.gnb_open .util .ham_btn,
    #header.fix .util .ham_btn {
        background-image: url(http://scg.life/img/btn/ham_btn_black_mo.png);
    }
    #header.fix.br .util .ham_btn { background-image: url(http://scg.life/img/btn/ham_btn_white_mo.png);}
    #header.fix.br .util .ham_btn.on { background-image: url(http://scg.life/img/btn/ham_btn_on_mo.png);}
    #header .util .ham_btn.on {
        background-image: url(http://scg.life/img/btn/ham_btn_on_mo.png);
        background-size: 16.5px;
    }
    #gnb {
        display: none;
    }
    /* //header */

    /* all_menu_wrap */
    .all_menu_wrap {
        padding-top: 50px;
    }
    .all_menu_wrap .all_menu {
        display: flex;
        flex-direction: column;
    }
    .all_menu_wrap .all_menu_list {
        display: block;
        height: auto;
        margin-bottom: 40px;
    }
    .all_menu_wrap .all_menu_list > li {
        max-width: none;
        border: 0;
        padding-top: 0;
    }
    .all_menu_wrap .all_menu_list > li:first-of-type {
        border: 0;
    }
    .all_menu_wrap .all_menu_list > li:hover {
        background: #fff;
    }
    .all_menu_wrap .all_menu_list > li > .depth01 {
        display: block;
        width: 100%;
        height: 50px;
        margin-bottom: 0;
        padding: 0 25px;
        font-size: 15px;
        text-align: left;
        background-position: right 25px center;
        background-repeat: no-repeat;

        background-size: 13px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }
    .all_menu_wrap .all_menu_list > li > .depth01.on {

        background-size: 12px;
    }
    .all_menu_wrap .gnb_list02 {
        display: none;
        padding: 13px 25px;
        text-align: left;
        background: #f9f9f9;
    }
    .all_menu_wrap .gnb_list02 .depth02 {
        padding: 18px 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3;
    }
    .all_menu_wrap .gnb_list02 .depth02:hover,
    .all_menu_wrap .gnb_list02 .depth02.on {
        font-weight: 400;
        text-decoration: none;
    }
    .all_menu_wrap .gnb_list03 {
        margin-bottom: 0;
    }
    .all_menu_wrap .gnb_list03 > ul > li > a {
        line-height: 1.3;
        padding: 5px 0;
    }
    .all_menu_wrap .lang_box {
        display: flex !important;
        align-items: center;
        padding: 25px 15px;
        margin-top: auto;
    }
    .all_menu_wrap .lang_box button {
        position: relative;
        display: block;
        padding: 0 15px;
        font-size: 13px;
        font-weight: 300;
        color: #d2d6da;
    }
    .all_menu_wrap .lang_box button + button::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 9px;
        background: #eeeeee;
        content: '';
    }
    .all_menu_wrap .lang_box button.on {
        font-weight: 500;
        color: #999999;
    }

    /* //all_menu_wrap */

    /* footer */
    .com_partners , .brand {
        height: auto;
        min-height: auto;
    }
    #footer {
        padding: 40px 0 50px;
    }
    #footer .foot_cont {
        display: block;
    }
    #footer .foot_list {
        margin-top: 15px;
        display: block;

    }
    #footer .foot_list ul {
        flex-wrap: wrap;
    }
    #footer .foot_list li  {
        padding: 0;
        margin: 0;
        margin-top: 0;
    }
    #footer .foot_list ul li + li::before {
        height: 10px;
    }
    
    #footer .foot_list ul li a {
        font-weight: 400;
        font-size: 12px;
    }

    #footer .copy {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.5;
    }

    #footer .add_info {
        font-size: 12px;
        line-height: 1.5;
    }

    #footer .logo {
        width: 130px;
        margin-top: 40px; 
    }
    #footer .inner {
        display: block;
    }
    #footer .partners {
        margin-top: 45px;
    }
    #footer .partners li {
        margin-bottom: 13px;
    }
    #footer .partners li img {
        width: 136px;
    }
    #footer .foot_cs {
        font-size: 22px;
        max-width: 100%;
    }
    #footer .foot_cs > div {
        font-size: 11px;
    }
    #footer .family_site {
        margin-top: 15px;
        width: 131px; height:35px;
        padding: 0;
        padding-left: 6px;
        padding-right: 14px;
        margin-left: 0;
        font-size: 12px;
        background-image:   url(http://scg.life/img/btn/family_site_ico_01_mo.png) ;
        background-size: 9px 9px;
    }

    #footer .foot_list ul li + li{
        margin-left: 10px;
        padding-left: 10px;
    }
   
    /* //footer */

    /*quick_menu */
    .quick_menu {
        bottom: 20px;
        right: -10px;
    }
    .quick_menu a {
        margin-left: 10px;
    }
    .quick_menu a img {
        width: 40%;
    }
    .quick .pop_wrap {
        display: none;
        width: 100%; height: 100vh;
        position: fixed;
        z-index: 6000;
    }
    .quick .search_bg {
        /* display: none; */
        position: fixed;
        width: 100%; height: 100vh;
        z-index: 5000;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0,0,0,0.3);
    }
    .quick .search_sec {
        max-width: 800px;
        width:calc(100% - 30px);
        padding: 60px 0 80px;
    }
    .quick_pop .search_sec {
        
    }

}
@media all and (max-width: 501px) {
    #footer .foot_list ul li:nth-child(5) {
        margin-left: 0;
        padding-left: 0;
        margin-right: 50px;
    }
    #footer .foot_list ul li:nth-child(5)::before {
        display: none;
    }
}
@media all and (max-width: 435px) {
    #footer .foot_list ul li:nth-child(4) {
        margin-left: 0;
        padding-left: 0;
    } 
    #footer .foot_list ul li:nth-child(4):before {
        height: 0
    }
    #footer .foot_list ul li:nth-child(3) {margin-right:25%;} 
    #footer .foot_list ul li:nth-child(5) {
        margin-left: 17px;
        padding-left: 17px;
    }
    #footer .foot_list ul li:nth-child(5)::before {
        display: block;
    }
}
@media all and (max-width: 390px) {
    #footer .foot_list ul li:nth-child(3) {margin-right:15%;} 
}


@media all and (max-width: 375px) {
    #footer .foot_list ul li:nth-child(3) {margin-right:15%;} 
}


@media all and (max-width: 350px) {
    #footer .foot_list ul li + li {
        position: relative;
        margin-left: 17px;
        padding-left: 17px;
    }
}

@media all and (max-width: 324px) {
    #footer .foot_list ul li:nth-child(2) {
       margin-right: 20px;
    }
    #footer .foot_list ul li:nth-child(3) {
        margin-left: 0;
        padding-left: 0;
    }
    #footer .foot_list ul li:nth-child(3)::before {display: none;} 
    #footer .foot_list ul li:nth-child(4) {
        margin-left: 17px;
        padding-left: 17px;
    } 
    #footer .foot_list ul li:nth-child(4):before {
        height: 10px;
    }
}
