@charset "UTF-8";

/* layout */
.survey_wrap, .menu_btn_box, .rel_list, .ft_nav {display: none!important;}
.footer_bottom .wrap .copy {margin-left: auto;}
.tabs ul li {width: calc(100% / 5 - 10px);}
.header .bottom_nav .wrap .gnb .depth01 > li {min-width: 200px;}
.header .bottom_nav .wrap .gnb .depth02 ul.menuadd > li {width: calc(100% / 4 - 40px);}
.header .bottom_nav .wrap h1 a {width: 208px; height: 44px; background: url(/images/layout/eng_logo_w.png) left center no-repeat;}
.header.open .bottom_nav h1 a {background: url(/images/layout/eng_logo.png) center center no-repeat;}
.full_menu .full_top .logo {width: 208px; height: 44px;}

/* main */
.section05 .tit_wrap .support_link span {width: 140px; height: 140px;}
.section05 .tit_wrap .support_link span:hover {width: 150px; height: 150px;}
.section05 .tit_wrap .support_link::before {width: 120px; height: 120px; left: 40px; top: 40px;}

/* contents */
.space_year > li .mm {min-width: 55px;}
.btn_link a,
.depth4 ul li > a {max-width: 300px;}

@media (max-width: 1200px) {
    /* layout */
    .tabs ul li {width: calc(100% / 3 - 10px);}
    .header .bottom_nav .wrap h1 a {background-size: contain!important;}
    .full_menu .full_top .logo img {width: auto;}
    .footer .ft_logo img {width: auto;}
}

@media (max-width: 768px) {
    /* layout */
    .tabs ul li {width: calc(100% / 2 - 10px);}
    .header .bottom_nav .wrap h1 a {background: url(/images/layout/eng_logo.png) left center no-repeat;}

    /* contents */
    .btn_link a {max-width: inherit;}
}