@import url(normalize.min.css);
@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');
:root {
    --body-ff:'Noto Sans KR', sans-serif;
    --body-fz:1rem;
    --line-height:28px;
    --primary-c :#198ef5;
    --secondary-c :#ddded9;
    --hover-c :#eeeeee;
    --white : #fff;
    --backgroung-c :#553a3a;
    --body-tc:#555555;
    --con-width : 1320px;
    --title-color:#1a1a1a;
}
/*
typopgraphy
*/
body{
    font-family: var(--body-ff);
    font-size: var(--body-fz);
    line-height: var(--line-height);
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--title-ff);
    color: var(--title-color);
}
.main_tt{
    font-size:calc(var(--body-fz) * 3.25);
    font-weight: 700;
    line-height: calc(var(--line-height) * 2);
}
.sub_tt{
    font-size:calc(var(--body-fz) * 2.25);
    font-weight: 400;
}
.slide_tt{
    font-size:calc(var(--body-fz) * 1.5);
    font-weight: 700;
    line-height: calc(var(--line-height) * 1.33);
}
.content_tt{
    font-size:calc(var(--body-fz) * 1.375);
    font-weight: 700;
    text-align: left;
}
.content_sub_tt{
    font-size:calc(var(--body-fz) * 1.125);
    font-weight: 400;
}
.content_small_tt{
    font-size:calc(var(--body-fz) * 0.9375);
    font-weight: 300;
}
.content_desc{
    width: 770px;
    margin: 0 auto var(--line-height);
    text-align: center;
}
em{
    color:var(--primary-c);
}
.link{
    color:var(--primary-c);
    text-decoration: underline;
}
.white_bg {
    background: var(--white);
}
.secondary_bg {
    background: var(--secondary-c);
}
.primary_color {
    color: var(--primary-c);
}
.secondary_color {
    color: var(--secondary-c);
}
.f_color {
    color:var(--title-color) ;
}

.btn{
    border-radius:20px;
    display: inline-block;
    font-size: calc(var(--body-fz) * .875);
    vertical-align: bottom;
}
.primary.btn{
    height: 74px;
    line-height: 74px;
    text-transform: uppercase;
    font-family: var(--title-ff);
    font-weight: 400;
    padding: 0 40px;
    border: 1px solid var(--title-color);
    box-sizing: border-box;
    transition:0.5s;
    overflow: hidden;    
}
.primary.btn:hover{
    background-color: var(--hover-c);

}
.secondary.btn{
    height: 32px;
    line-height: 30px; 
    border:1px solid var(--title-color);
    box-sizing: border-box;
    padding: 0 10px;
    color:var(--body-tc);
}
.secondary.btn:hover, .secondary.btn.active{
    background: var(--hover-c);
}
.side.btn{
   
    line-height: 27px; 
    border:1px solid var(--title-color);
    box-sizing: border-box;
    padding: 0 15px;
    color:var(--body-tc);
}
.side.btn:hover, .secondary.btn.active{
    background: var(--hover-c);
}
/*
btn
*/
.sub_wrapper{
    display: flex;
    justify-content: space-between;
}
.sub_wrapper a{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.sub_wrapper a:hover span:last-child{
    color: var(--primary-c);
}
.material-symbols-outlined{
    vertical-align: text-top;
}
/*
LAYOUT
*/

.container{
    width: var(--con-width);
    margin:0 auto;
}
.hidden {
    display: none;
}
.con-pd{
    padding: calc(var(--line-height)*1.5) 0;
}
.con-bottom-pd{
    padding-bottom: var(--line-height);
}

/*
HEADER
*/
header{
    position: fixed;
    z-index:1;
    left: 0;
    right: 0;
    padding: 10px 30px 0 30px;
    transition: 0.3s;
    box-shadow: 3px 0px 3px rgba(0, 0, 0, .3);
    background: #fff;
    z-index: 100;
    overflow:hidden;
    height: 88px;
}


header .headerTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:calc(var(--body-fz) * 0.875);
    font-weight: 300;
}
header .headerTop li:hover a{
    color: #1a1a1a;
    text-decoration: underline;
}
header .headerTop .menu_link {
    width: 215px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
   
}
header .headerTop .menu_s {
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    
}
header .headerMain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
header .mobile_menu-toggle{
    display: none;
}
header .mobile_menu_close{
    display: none;
}
header .headerMain nav{
    display: flex;
    gap: 100px;
}
header .headerMain .main_menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1;
    font-weight: 600;
    width:100%; 
    margin:0 auto;
}
header .headerMain .main_menu > li{
    display: flex;
    padding: 0 22px;
}
header .headerMain .main_menu > li:hover a{
    color: var(--secondary-c);
}
header .headerMain .main_menu > li > a{
    line-height:50px; 
    position: relative;
    font-size:calc(var(--body-fz) * 1.125);
    text-transform: uppercase;

}
header .headerMain .main_menu .sub_menu{
    width:100%; 
    display: none; 
    position: absolute;
    padding: 15px 0;
    justify-content: center;
    gap: 50px;
    white-space: nowrap;
    left: 0;
    right: 0;
    top: 90px;
    border-top: 1px solid #ebebeb;
}
header .headerMain .main_menu .sub_menu > li >a{
    white-space: nowrap;
    font-size: 15px;
    color: var(--title-c);
    position: relative;
} 
header .main_menu > li > a .material-symbols-outlined{
    display: none;
}
header .headerMain .main_menu .sub_menu > li > ul > li > a{
    font-size: 12px;
    color: var(--body-tc);
}
@media (min-width:768px){
    header .headerMain .main_menu > li:hover .sub_menu{
        display:flex;
    }
}

header .headerMain .hmainRight{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size:calc(var(--body-fz) * 0.875);
    font-weight: 300;
}
header .headerMain .hmainRight .login:hover span{
    color: var(--primary-c);
}

header .headerMain .login, header .headerMain .search{
    display: flex;
}

header .headerMain .hmainRight .searchWrap{
    border: 1px solid #1a1a1a;
    border-radius: 20px;
    padding: 0px 15px;
    line-height: calc(var(--line-height)*1.214);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

}
header .headerMain .hmainRight .searchWrap:hover span{
    color: var(--primary-c);
}

header .logo a{
    width: 200px;
    height: 48px;
    background: url(../images/Logo_2.png) no-repeat;
    display: block;
    text-indent: -9999em;
}
header .header_under {
    display: flex;
    align-items: center;
    font-size:calc(var(--body-fz) * 0.9375);
    padding-left: 277px;
    gap: 5px;
}
header .main_menu:after{
    content:'';
    display:block; 
    clear:both; 
}

.search_section{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(40px);
    opacity: 0;
    visibility: hidden;
    padding-top: calc(var(--line-height) * 3.5);
}
.search_section .search_logo a{
    width: 200px;
    height: 48px;
    background: url(../images/Logo_2.png) no-repeat;
    display: block;
    text-indent: -9999em;
}
.search_section.active{
    z-index: 101;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s ease-in;

}
.search_section .search_hd{
    display: flex;
    padding-right: 24px;
    padding-left: 40px;
    width: 60%;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background-color: var(--white);
    position: relative;
}
.search_section .box_search_ip{
    padding-right: 120px;
    padding-left: 25px;
    display: flex;
    width: 840px;
    height: 100%;
}
.search_section .input_cell{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid var(--body-tc);
    width: 274px;
    flex: 1;
}
.search_section .input_cell input{
    width: 100%;
    height: 100%;
    font-size:calc(var(--body-fz) * 1.125);
    outline: none;
    border: none;

}
.search_section .btn_box{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    gap: 20px;
}
.search_section .btn_box span{
    font-size:calc(var(--body-fz) * 2);
}


.search_section .search_list{
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    padding: 15px 84px 0;
    min-height: 389px;
    max-height: 480px;
    background-color: var(--white);
}

.search_section .search_list ul{
    width: 60%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: calc(var(--line-height) * 2);
}
.search_section .close_btn{
    width: 59px;
    pointer-events: auto;
}
/*
FOOTER
*/
footer{
    box-shadow: 0px -1px 0px rgb(0 0 0 / 30%);
    padding: calc(var(--line-height) * 2) 0 var(--line-height) 0;
}
footer .footer_lline ul{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-bottom: 15px;
    
}
footer .footer_lline a, .footer_lline span{
    font-size:calc(var(--body-fz) * 0.75);    
}
footer .footer_lline li:hover a{
    text-decoration: underline;
}
footer .footer_lline .social_icon .fa-brands, .fa-solid{
   font-size: 20px;
}

@media (max-width:1320px){
    .container{
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width:1170px){
    header .headerMain .main_menu > li > a {
        font-size: var(--body-fz);
    }
    header .headerMain .main_menu .sub_menu{
        gap: 15px;
    }
    header .headerMain .hmainRight .searchWrap{
        gap: 5px;
    }
    header .headerMain .main_menu > li{
        padding: 0 10px;
    }
    footer .footer_lline ul{
        gap: 5px;
    }
}
@media (max-width:900px){
    header .headerMain {
        padding: 0;
    }
    header .headerMain nav {
        gap: 0;
    }

    header .headerMain .main_menu > li{
        padding: 0 10px;
    }
    footer .footer_lline ul {
        gap: 0 5px;
        flex-wrap: wrap;
        padding: 0;
    }

}
@media (max-width:832px){

    header .headerMain {
        padding: 0;
    }
    header .headerMain .hmainRight .searchWrap{
        border: none;
    }
    header .headerMain .hmainRight .searchWrap a{
        display: none;
    }
    header .headerMain .hmainRight .searchWrap span{
        font-size: 25px;
    }
    header .headerMain .login h2{
        display: none;
    }
    header .headerMain .login span{
        font-size: 25px;
    }
    footer .footer_lline ul {
        gap: 0 5px;
        flex-wrap: wrap;
        padding: 0;
    }
    .search_section .search_hd {
        width: 80%;
    }

}
@media (max-width:768px){
    :root{
        --body-fz:14px;
    }
    header{
        padding: 5px 20px;
        height: auto;
    }
    header .headerTop {
        display: none;
    }
    header .mobile_menu-toggle{
        display: block;
        color: var(--title-color);
        cursor: pointer;
        font-size: 25px;
        padding: 0;
    }

    .active .mobile_menu_close{
        display: block;
        color: var(--title-color);
        cursor: pointer;
        position: fixed;
        top: 80px;
        right: 20px;
        font-size: 30px;
    } 
    header .headerMain .main_menu{
        display: none;
    }
    header .headerMain .hmainRight .searchWrap{
        padding: 0;
    }
    header nav.active {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: var(--white);
        z-index: 101;
        display: block;
    }
    header nav.active .main_menu{
        display: block;
        padding-top: calc(var(--line-height)* 2);
    }
    header .headerMain .main_menu > li {
        padding: 0 100px;
        position:relative;
        flex-direction: column
    }
    header .headerMain .main_menu > li > a {
        font-size: calc(var(--body-fz)* 1.285);
    }
    header .headerMain .main_menu .sub_menu{
        border: 0;
        position: relative;
        top: 0;
        display: none;
        flex-direction: column;
    }
    header .headerMain .main_menu .sub_menu ul{
        display: none;
    }
    header nav.active .logo{
        padding-top: 40px;
    }
    header .logo a{
        margin: 0 auto;
    }
    header .headerMain .main_menu > li > a{
        position : inherit;
    }
    header .main_menu > li > a > .material-symbols-outlined{
        display: block;
        transform:rotate(0deg);
        transition:0.5s;
        font-size: 30px;
        position: absolute;
        right: 10px;
        top: 14px;
    }
    header .main_menu > li > a.active > .material-symbols-outlined{
        transform:rotate(90deg);
    }
    .search_section .search_hd {
        display: block;
        width: 80%;
        height: 80px;
        padding: 0;
    }
    .search_section .box_search_ip {
        display: block;
    }
    .search_section .box_search_ip {
        padding-right: 0;
        width: 85%;
        height: 30px;
    }
    .search_section .input_cell{
        flex: none;
        width: 100%;
    }
    .search_section .btn_box {
        top: 74%;
        gap: 0;
    }
    .search_section  .search_logo{
        padding-left: 20px;
    }
    .search_section .search_list ul {
        width: 80%;
        gap: 10px;
        padding-top: var(--line-height);
    }
    .search_section .search_list{
        padding: 10px 20px;
    }
/*768px 여기서부터 반응형 진행  */
}
@media (max-width:480px) {
    header .headerMain .main_menu > li {
        padding: 0 50px;
    }

}

