/* 공통 클래스 */
.flex { display: flex; display: -ms-flexbox; }
.flex_col{display: flex; display: -ms-flexbox; flex-direction: column;}
.flex_ac {display: flex; display: -ms-flexbox; align-items: center;}
.flex_as {display: flex; display: -ms-flexbox; align-items: flex-start;}
.flex_jb{display: flex; display: -ms-flexbox; justify-content: space-between;}
.flex_jc{display: flex; display: -ms-flexbox; justify-content: center;}
.flex_ac_jb {display: flex; display: -ms-flexbox; align-items: center; justify-content: space-between;}
.flex_ac_jc {display: flex; display: -ms-flexbox; align-items: center; justify-content: center;}


.w1000 { max-width: 1000px; margin: 0 auto; }
.w860 { max-width: 860px; margin: 0 auto; }
.w750 { max-width: 750px; margin: 0 auto; }

.mo_none{display: block;}
.mo_block{display: none;}
.mo_none8{display: block;}
.mo_block8{display: none;}
.mo_none-in9{display: inline-block !important;}
.mo_block-in9{display: none !important;}
.mo_none10{display: block;}
.mo_block10{display: none;}
.mo_none13{display: block;}
.mo_block13{display: none;}
.mo_none14{display: block;}
.mo_block14{display: none;}
.mo-in-none10{display: inline-block;}
.mo-in-block10{display: none;}
.mo_none-flex{display: block;}
.mo_block-flex{display: none;}
.mo_none-flex-box-center-bw{display: flex; display: -ms-flexbox; align-items: center; justify-content: space-between;}
.mo_block-flex-box-center-bw{display: none;}


.ellipsis1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ellipsis2 { width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ellipsis3 { width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

:root {
    /* gray */
    --gray-color-1  : #f0f0f0;
    --gray-color-2  : #dddddd;
    --gray-color-3  : #cccccc;
    --gray-color-4  : #eeeeee;
    --gray-color-5  : #dcdcdc;
    --gray-color-6  : #959595;
    --gray-color-7  : #f5f5f5;
    --gray-color-8  : #c8c8c8;
    --gray-color-9  : #f6f6f6;
    --gray-color-10 : #f2f2f2;
    --gray-color-11 : #aaaaaa;
    --gray-color-12 : #fbfbfb;
    --gray-color-13 : #dedcd9;
    --gray-color-14 : #fbf9f7;
    --gray-color-15 : #e7e7dd;
    --gray-color-16 : #eceae6;
    /* white */
    --white-color-1 : 255, 255, 255;
    /* black */
    --black-color-0 : #000000; 
    --black-color-1 : #111111; 
    --black-color-2 : #222222; 
    --black-color-3 : #333333; 
    --black-color-4 : #444444; 
    --black-color-5 : #555555; 
    --black-color-6 : #666666; 
    --black-color-7 : #777777; 
    --black-color-8 : #888888; 
    --black-color-9 : #999999; 
    /* company color */
    --main-color-1  : #093863;
    --main-color-2  : #bb1f19;
    --main-color-3  : #324179;
    --main-color-4  : #8e8270;
    --main-color-5  : #d9d1c6;
    --main-color-6  : #6a8797;
    --main-color-7  : #c5bcaf;
    --main-color-8  : #86adff;

    /* company rgb color */
    --main-color-3-rgb : 33,44,84;
}


/* ::-webkit-scrollbar{
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #ee7500;
    border-radius: 10px;
    height: 17%;
}
::-webkit-scrollbar-track{
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
} */

/* html {
    scrollbar-face-color: #5500ff;
    scrollbar-track-color: #5500ff;
    scrollbar-arrow-color: none;
    scrollbar-highlight-color: #5500ff;
    scrollbar-3dlight-color: none;
    scrollbar-shadow-color: #5500ff;
    scrollbar-darkshadow-color: none;
} */

/* * { cursor: inherit; } */
.w_color { color: #fff; }
.main_color1 { color: #093863 !important; }
.main_bgColor1 { background-color: #004098 !important; }
.main_color2 { color: #309b95 !important; }
.main_bgColor2 { background-color: #309b95 !important; }
.main_bgColor3 { background-color: #988175 !important; }
.org { color: #e06900; }
.grb { color: #47541b; }
.red { color: red; }

/* font */
.appleSDG { font-family: 'APPLE_SANDG', sans-serif; }
.poppins { font-family: 'poppins', sans-serif; }
.spoqaHanSans { font-family: 'SpoqaHanSans', sans-serif; }
.Cafe24Syongsyong { font-family: 'Cafe24Syongsyong', sans-serif; }
.Cafe24Shiningstar { font-family: 'Cafe24Shiningstar', sans-serif; }
.play{font-family: 'play', sans-serif;}

/* #pointer { position: fixed; z-index: 1000; background-color: var(--main-color-7); border-radius: 50%; pointer-events: none; border: none; text-align: center; color: var(--white-color-1); transform: translate(25%, 25%); left: 15px; width: 15px; height: 15px; line-height: 15px; font-weight: 700; transition: width 200ms ease-out, height 200ms ease-out, line-height 200ms ease-out, font-size 200ms ease-out; } */

/* 공통 */
#container { overflow: hidden; padding-top: 0; max-width: 1920px; margin: 0 auto; }
.main_menu_aside { position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.7);display:none;z-index: 20; }
body.body_bg { overflow: hidden !important; }
.body_bg .main_menu_aside { display: block; }

.more_btn {margin-top: 45px;}
.more_btn .more_img{position: relative;}
.more_btn .more_img::after{position: absolute; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #004ea2; opacity: 0.2; border-radius: 50%; animation: biginfi 1.5s infinite;}
.more_btn span{margin-left: 25px; transition: 0.5s;}
.more_btn:hover span{margin-left: 15px;}

@keyframes biginfi{
    0%{width: 140%; height: 140%;}
    50%{width: 105%; height: 105%;}
    100%{width: 140%; height: 140%;}
}



/* header */
#header { position: relative; transition: all 0.3s; }

#header .header_box { transition: all 0.2s; align-items: flex-start; position: fixed; top: 0; left: 0; width: 100%; height: 120px; z-index: 100; justify-content: space-between; }
#header .header_box .big_inner{height: 120px;}
#header .header_box::after { content: ''; display: none; width: 100%; height: 1px; background-color: var(--gray-color-4); position: absolute; top: 120px; left: 0; }
#header .header_box > .inner { position: relative; justify-content: space-between; }
#header .header_box.h_bg .dep1 .dep1_a { line-height: 120px; }

/* #header .header_box > .inner {  } */
#header .header_box .h_logo { line-height: 90px; margin-right: 50px; }
#header .header_box .h_logo a { display: inline-block; }
/* #header .header_box .dep1  { width: calc(100% - 300px); } */
/* #header .header_box .dep1 > li:not(:last-child) { margin-right: 50px; } */
#header .header_box .dep1 {height: 550px;}
#header .header_box .dep1 > li { position: relative; margin-left: 40px; }
#header .header_box .dep1 > li::after { content: ''; opacity: 0; visibility: hidden; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.3s; }
#header .header_box .dep1 > li:hover::after { opacity: 1; visibility: visible; }
#header .header_box .dep1 .dep1_a { display: inline-block; width: 200px; line-height: 120px; position: relative; text-align: center;  font-weight: 600; font-size: 18px; padding: 0;color: #fff;  transition: 0.7s ease-in-out;}
#header .header_box .dep1 .dep1_a::after { content: ''; opacity: 0; border-width: 7px; border-style: solid; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border-color: #fff transparent transparent transparent; transition: all 0.3s; }
#header .header_box .dep1 .dep1_a.on{color: #08308b;}
#header .header_box .dep1 .dep1_a img { margin-right: 5px; }
#header .header_box .dep2 { display: none; background-color: transparent; z-index: 10; height:calc(100% - 120px) !important; padding-top: 20px; text-align: center;  position: relative; }
#header .header_box .dep2::after{position: absolute; content: ''; left: 50%; top: 0; height: 100%; transform: translateX(-50%); width: 0; background: #004ea2; transition: 0.3s; z-index: -1;}
#header .header_box .dep2 .dep2_a { display: block; padding: 16px 0px; font-size: 16px; color: #666666; transition: 0.3s;}
#header .header_box .login_box a,
#header .header_box .login_box span { display: inline-block; font-size: 16px; color: #413d6c; line-height: 90px; }
/* header - hover */
#header .header_box { background-color: transparent; }

#header .header_box:hover:after { display: block; }
/* #header .header_box:hover .dep1 .dep1_a { color: #222; } */
#header .header_box:hover .dep1 > li .dep1_a{width: 220px;}
#header.active .header_box .dep1 > li:hover .dep1_a::after { z-index: 300; opacity: 1; }
#header.active .header_box .dep1_li.on .dep2::after {width: 100%;}
#header.active .header_box .dep1_li.on .dep2 .dep2_a {color: #fff;}
#header .header_box .dep2 .dep2_a:hover,
#header .header_box .dep2 .dep2_a:focus { font-weight: 600; }

#header .header_box .h_nav { align-items: center; height: 120px; overflow: hidden; }
#header .header_box .rightBox .lang { align-items: center; margin-right: 20px; padding: 10px 20px;}
#header .header_box .rightBox .lang li{position: relative; padding: 0 7px;}
/* #header .header_box .rightBox .lang li:not(:last-of-type):after { content: ''; width: 1px; height: 10px; margin-right:5px; background-color: #d8d8d8; display: inline-block; vertical-align: middle; } */
#header .header_box .rightBox .lang li a { color: rgba(255,255,255,.5); font-weight: 500;}
#header .header_box .rightBox .lang li a.on,
#header .header_box .rightBox .lang li a:hover { color: #fff;}

#header.active .header_box .dep1 .dep1_a{color: #222;}
#header.active .hamburger .line{background-color: #222;}
#header.active .header_box .rightBox .lang li a{color: #999;}
#header.active .header_box .rightBox .lang li a.on,
#header.active .header_box .rightBox .lang li a:hover { color: #222;}
#header .header_box.visible .h_nav{overflow: visible;}


.menu-block {
    display: none;
    position: absolute;
    left: 100%;
    top: 120px;
    width: max-content;
    height: auto;
    padding: 20px;
    background-color: #eee;
    z-index: 100;
    text-align: center;
    overflow: hidden;
    transition: opacity .3s .3s, visibility .3s .3s;
}

.menu-block ul {
    width: 100%;
}

.menu-block li {
    width: 100%;
}

.menu-block li a {
    display: block;
    padding: 16px 0;
    color: #666666;
}



    /* hamburger */
.hamburger { position: relative; z-index: 0; text-align: left; z-index: 9999;}
.hamburger .line{ width: 28px; height: 2px; background-color: #fff; display: block; margin: 7px 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/* .hamburger .line:nth-child(2) { width: 20px; } */
.hamburger:hover{ cursor: pointer; }
.hamburger.is_active .line:nth-child(2){ opacity: 0; }
.hamburger.is_active .line:nth-child(1){ -webkit-transform: translateY(11px) rotate(45deg); -ms-transform: translateY(11px) rotate(45deg); -o-transform: translateY(11px) rotate(45deg); transform: translateY(11px) rotate(45deg); }
.hamburger.is_active .line:nth-child(3){ -webkit-transform: translateY(-11px) rotate(-45deg); -ms-transform: translateY(-11px) rotate(-45deg); -o-transform: translateY(-11px) rotate(-45deg); transform: translateY(-11px) rotate(-45deg); }

/* siteMap */
.siteMap_box { position: fixed; width: 100%; height: 100vh; left: 0; right: 0; top: -100%; bottom: 0; z-index: 200; opacity: 0; visibility: hidden; transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); background-color: #333; z-index: 999; }
.siteMap_box .sm_wrap { max-width: 1300px; width: 100%; height: auto; padding-top: 160px; margin: 0 auto; }
.siteMap_box .top_box { margin-bottom: 140px; }
.siteMap_box .top_box h4 { font-size: 50px; font-weight: 700; }
.siteMap_box .top_box .closeBtn { cursor: pointer; transition: all 0.5s; }
.siteMap_box .top_box .closeBtn:hover { transform: rotate(180deg); }
.siteMap_box .bottom_box .sm_dep1 > li { width: 20%; }
.siteMap_box .bottom_box .sm_dep1 > li.rotate > a{color: #004ea2;} 
.siteMap_box .bottom_box .sm_dep1 > li:not(:last-child) { margin-right: 5%; }
.siteMap_box .bottom_box .sm_dep1 > li > a { display: block; padding-bottom: 20px; position: relative; color:  rgba(var(--white-color-1), 1); font-size: 22px;}
.siteMap_box .bottom_box .sm_dep1 > li > a::before { content: ''; width: 100%; height: 2px; background-color: rgba(var(--white-color-1), 0.2); position: absolute; bottom: 0; left: 0; }
.siteMap_box .bottom_box .sm_dep1 > li > a::after { content: ''; width: 20%; height: 2px; background-color: #fff; position: absolute; bottom: 0; left: 0; z-index: 1; transition: all 0.5s; }
.siteMap_box .bottom_box .sm_dep1 > li > a span { display: inline-block; font-size: 30px; font-weight: 700; color:#fff; }
.siteMap_box .bottom_box .sm_dep1 > li:hover a::after { width: 100%; }
.siteMap_box .bottom_box .sm_dep2 { padding: 25px 0; }
.siteMap_box .bottom_box .sm_dep2 li a { display: inline-block; padding: 15px 0; color:  rgba(var(--white-color-1), 0.5); font-size: 18px; }
.siteMap_box .bottom_box .sm_dep2 li:hover a { color: #fff; }

.siteMap_box.active { opacity: 1; visibility: visible; width: 100%; top: 0; z-index: 9999; }
.siteMap_box .sitemap_img{position: absolute; bottom: 0; right: 0;}


/* footer */
#footer .footer_wrap { background-color: #25292c; position: relative; }
#footer .footer_wrap .address{margin-left: 40px; color:#888; letter-spacing: -0.05em;} 
#footer .topFooter { padding: 50px 0 50px; width: 100%; border-bottom: 1px solid #383b3e; }
#footer .topFooter * { color: #bbb; }
#footer .topFooter .siteMap ul li { position: relative; padding: 0 25px; }
#footer .topFooter .siteMap ul li:first-child { padding-left: 0; }
#footer .topFooter .siteMap ul li:not(:last-child)::after { content: '·'; font-size: 15px; position: absolute; right: 0; top: 0; }
#footer .topFooter .familySite { max-width: 250px; width: 100%; position: relative; }
#footer .topFooter .familySite > a { font-family: 'arial', sans-serif; font-weight: 700; padding: 0 30px; }
#footer .topFooter .familySite > a.rotate img { transform: rotate(180deg); }
#footer .topFooter .familySite .familyBox { display: none; position: absolute; bottom: 100%; left: 0; width: 100%; z-index: 2; background-color: #17202b; padding: 30px; }
#footer .topFooter .familySite .familyBox li:not(:last-child) { margin-bottom: 20px; }

#footer .bottomFooter { padding: 60px 0 55px; }
#footer .bottomFooter * { color: #777777; }
#footer .bottomFooter .addressBox { margin-bottom: 15px; }
#footer .bottomFooter .addressBox li { position: relative; padding: 0 15px; line-height: 1.2; }
#footer .bottomFooter .addressBox li:first-child { padding-left: 0; }
#footer .bottomFooter .addressBox li:not(:last-child)::after { content: ''; width: 1px; height: 12px; position: absolute; top: 42%; right: 0; transform: translateY(-50%); background-color: #777; }
#footer .bottomFooter .copyRight { text-transform: uppercase; }

#footer .topBtn { position: absolute; top: -60px; right: 20px; }
#footer .topBtn a { display: inline-block; border-radius: 50%; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }



@media screen and (min-width: 769px) and (max-width: 1919px) {
    #header .dep2 .dep2_a { word-break: keep-all; }
    #header .user_box { margin-right: 3.1266vw; }
}



@media screen and (min-width: 1300px) and (max-width: 1919px) {
    /* #header .h_logoBox a img { width: 19.3330vw; } */
}

@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1400px) {
    /* footer */
    /* #footer .topBtn { top: -60; bottom: 20px; } */
    #visual .pagi_wrap{left: 20px;}
}


@media screen and (max-width: 1300px) {
    /* .inner { padding: 0 20px; }
    .m-inner { padding: 0 20px; }
    .s-inner { padding: 0 20px; } */
    /* .w860 { padding: 0 20px; } */
    .mo_none13{display: none;}
    .mo_block13{display: block;}
    /* #container { padding-top: 100px; } */
    /* header */
    #header .h_nav { display: none; }
    #header .user_box { display: none; }
    #header .header_box > .flex { height: 130px; }
    #header .header_box:hover { background-color: transparent; }
    /* .siteMap_btn { height: 130px; width: 130px; } */

    .siteMap_box { left: auto; top: auto; right: -100%; background-color: #fff; }
    .siteMap_box.active { width: 80%; top: 0; right: 0; }

    .siteMap_box .sm_wrap { padding-top: 0; padding: 45px 40px; height: 100vh; overflow-y: auto; }
    .siteMap_box .top_box { margin-bottom: 35px; }
    .siteMap_box .top_box .closeBtn { filter: invert(95%); }
    .siteMap_box .bottom_box .sm_dep1 > li { width: 100%; margin-bottom: -1px; }
    .siteMap_box .bottom_box .sm_dep1 > li:not(:last-child) { margin-right: 0; }
    .siteMap_box .bottom_box .sm_dep1 > li > a { display: flex; padding-top: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;  font-size: 22px; font-weight: 600; color: #222;}
    .siteMap_box .bottom_box .sm_dep1 > li > a::before,
    .siteMap_box .bottom_box .sm_dep1 > li > a::after { display: none; }
    .siteMap_box .bottom_box .sm_dep1 > li > a span { font-size: 35px; font-weight: 900; color: #222; }
    .siteMap_box .bottom_box .sm_dep2 { display: none; }
    .siteMap_box .bottom_box .sm_dep2 li a { font-size: 20px; color: #555 !important; }
    .siteMap_box .bottom_box .sm_dep1 > li.rotate > a img { transform: rotate(180deg); }
    /* hamburger */
    .hamburger { transition: all 0.1s; width: 50px; }
    .hamburger .line { width: 30px; height: 3px; margin: 5px 0; }
}

@media screen and (min-width: 1px) and (max-width: 769px) {
    /* #container { padding-top: 16.9271vw; } */
    
    #header .header_box > .flex { padding-left: 20px; height: 16.9271vw; }
    #header .h_logoBox a img { width: 100px; }
    #header .header_box .big_inner{height: 70px;}
    .hamburger{width: auto;}
    #header .header_box .rightBox .lang{margin-right: 0;}
    #header .header_box::after { top: 70px; }
    /* .siteMap_btn { height: 16.9271vw; width: 16.9271vw; } */

    /* mobile header */
    /* .siteMap_box .top_box div img { width: 48.1771vw; } */
    .siteMap_box .bottom_box .sm_dep1 > li > a span { font-size: 3vw; }
    .siteMap_box .bottom_box .sm_dep1 > li > a{font-size: 20px;}
    .siteMap_box .bottom_box .sm_dep2 li a { font-size: 18px; }


    /* footer */
    #footer .topFooter { flex-wrap: wrap; padding: 60px 0; }
    #footer .topFooter > div { width: 100%; }
    #footer .topFooter .siteMap { margin-bottom: 40px; }
    #footer .topFooter .familySite { max-width: 290px; }
    #footer .topFooter .familySite > a { padding: 0; padding-right: 20px; }
    #footer .topFooter .familySite .familyBox { padding: 50px 20px; left: -20px; width: 108%; }

    #footer .bottomFooter { padding: 65px 0 60px; }
    #footer .bottomFooter .mo_block p { margin-bottom: 5px; }
    #footer .bottomFooter .copyRight { line-height: 1.5; }

    /* #footer .topBtn { top: 50px; bottom: auto; } */
}


@media screen and (max-width: 500px) {

    /* #container { padding-top: 60px; } */
 
    /* header */
    #header .header_box > .flex { height: 60px; }
    /* .siteMap_btn { width: 60px; height: 60px; } */
    #header .header_box .rightBox .lang{padding: 10px 15px;}
    #header .header_box .rightBox .lang li{padding: 0 5px;}

    .siteMap_box .sm_wrap { padding: 22.5px 20px; }
    .siteMap_box .top_box { margin-bottom: 20px; }
    .siteMap_box .top_box div img { max-width: 120px; width: auto; }
    .siteMap_box .top_box .closeBtn { max-width: 25px; }
    .siteMap_box .bottom_box .sm_dep1 > li > a { padding: 22.5px 0 20px; }
    .siteMap_box .bottom_box .sm_dep1 > li > a span { font-size: 18px; }
    .siteMap_box .bottom_box .sm_dep1 > li > a img { max-width: 18px; }
    .siteMap_box .bottom_box .sm_dep2 { padding: 12.5px 0; }
    .siteMap_box .bottom_box .sm_dep1 > li > a{font-size: 18px;}
    .siteMap_box .bottom_box .sm_dep2 li a { font-size: 16px; padding: 12.5px 0; }

    /* hamburger */
    /* .hamburger { width: 30px; } */
    .hamburger.is_active { margin-right: 0; } 

    .hamburger .line { width: 20px; height: 2px; margin: 4px 0; }



    /* footer */
    #footer .topFooter { padding: 30px 0; }
    #footer .topFooter .siteMap { margin-bottom: 20px; }
    #footer .topFooter .siteMap ul li { padding: 0 15px; }
    #footer .topFooter .familySite { max-width: 160px; }
    #footer .topFooter .familySite > a { padding-right: 10px; }
    #footer .topFooter .familySite > a img { max-width: 9px; }
    #footer .topFooter .familySite .familyBox { padding: 25px 20px; left: -20px; }

    #footer .bottomFooter { padding: 32.5px 0 30px; }
    #footer .bottomFooter .mo_block p { margin-bottom: 3px; }
    #footer .bottomFooter .copyRight { line-height: 1.5; }
    

}





@media screen and (max-width: 1023px) {
    .mo_none10{display: none;}
    .mo_block10{display: block;}



    /* footer */




}


@media screen and (max-width: 820px) {
    .mo_none8{display: none;}
    .mo_block8{display: block;}
}
@media screen and (max-width: 960px) {
    #footer .footer_wrap .address{margin-left: 0; margin-top: 20px;}
    #footer .topFooter .familySite{order: -1; margin-bottom: 30px;}
}
@media screen and (max-width: 769px) {
    .mo_none{display: none;}
    .mo_block{display: block;}

    #header .header_box{height: 70px;}
    #header .header_box:hover:after { display: none; }
    #footer .topFooter .siteMap img{width: 100px;}

}




.common-overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
    z-index: 9000;
    opacity: 60%
}

.common-overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
@media screen and (min-width: 1200px) {
    #header .header_box:hover .header_inner{border-bottom: 1px solid #dedfe1;}

    
    #header .header_box:hover.h_bg { height: 550px; opacity: 1; visibility: visible; }
    #header.active .header_box.h_bg:hover:after { display: block; }
    #header.active .header_box.h_bg::after { display: none; }
}

@media screen and (min-width: 1300px) {
    #header .header_box:hover{height: 550px;} 
}

