@charset "utf-8";


/******************** skipnavigation ********************/
#skipnavigation {
    position:relative;
    background:#3b6cc1;
    width:100%;
    font-size:0;
    line-height:0;
    z-index:9999999999;}
#skipnavigation a {
    overflow:hidden;
    height:0px;
    color:#fff;
    font-size:0;
    line-height:0;
}
#skipnavigation a:focus {
    padding:10px;
    height:auto;
    font-weight:bold;
    font-size:14px;
    line-height:1.2;
}
#skipnavigation.main a:first-child {
    display: block; 
}
#skipnavigation.main a:last-child {
    display: none; 
}
#skipnavigation a:first-child {
    display: none; 
}
#skipnavigation a:last-child {
    display: block; 
}


/******************** wrapper ********************/
#wrapper {
    position:relative;
    width:100%;
	min-width: 1300px;
}
#container {
    position: relative;
}

.inner {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

/******************** header ********************/
#header {
    position:sticky;
    left:0;
    top:0;
    z-index:99999999;
    width:100%;
    background:#fff;
    text-align:center;
    border-bottom:1px solid #e4e4e4;
}
#header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    width:100%;
    height:1px;
    background-color: #e4e4e4;
}
#header .head {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/***** logo *****/
#logo {
    width: 300px;
    height: 50px;
    background: url("../image/common/logo.png") 0 0 no-repeat;
    background-size: contain;
    text-indent: -99999px;
    margin-top: -23px;
}
#logo a {
    display:block;
    width:100%;
    height:100%;
}

/***** addon *****/
.addon {
    position: absolute;
    top: 10px;
    right: 25px;
    display: flex;
    gap: 40px;
    background-color: #122533;
    padding: 1px 25px;
    border-radius: 15px;
}
.addon li {
    font-size:13px;
}
.addon li a {
    color:#fff;
}
/***** lnb *****/
.nav {
    position: relative;
    width: 53%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav a {
    position:relative;
    color:#1d1d1d;
}
.nav .gnb {
    position:relative;
    z-index:301;
    display: flex;
    align-items: center;
    gap: 100px;
}
.nav .gnb > li {
    font-size:19px;
    font-weight: 600;
}
.nav .gnb > li:not(:first-child)::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -50px;
    top: 50%;
    width:1px;
    height:11px;
    background: #d8d8d8;
}
.nav .gnb > li.on a span {
    position:absolute;
    left:0;
    bottom:-25px;
    z-index:700;
    display:block;
    width:100%;
    height:3px;
    background:#006cb8;
}

.nav .util li.gnb_sitemap {
    padding:2px;
    font-size: 0;
}
.nav .util li.gnb_sitemap i {
    font-size: 24px;
}
/* depth2 */
.nav .gnb .depth2 {
    position:absolute;
    top:70px;
    left:0;
    z-index:500;
    overflow:hidden;
    padding-bottom:10px;
    gap:30px;
}
.nav .gnb .depth2 li {
    font-size:17px;
    font-weight: normal;
}
.nav .gnb .depth2 li.on a {
	color:#006cb8 !important;
}
.nav .gnb .depth2 li a {
    color:#555 !important;
}
.nav .gnb .depth2 li a:hover, .nav .gnb .depth2 li a:focus {
    font-weight:bold;
    color:#006cb8 !important;
}
/* lay_menu_bg */
.nav .gnb #lay_menu0 {
    left:0;
}
.nav .gnb #lay_menu1 {
    left:135px;
}
.nav .gnb #lay_menu2 {
    left:18px;
}
.nav .gnb #lay_menu3 {
    left: -174px;
    width: 135%;
}
.nav .gnb #lay_menu4 {
    left:660px;
}
.nav .gnb #lay_menu5 {
    left:auto;
    right:155px;
}
.nav .gnb #lay_menu6 {
    left:auto;
    right:0;
}
#lay_menu_back {
    position:absolute;
    top:101px;
    left:0;
    z-index:305;
    border-top:1px solid rgba(255,255,255,0.15);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    background:#fff;
    width:100%;
    height:65px;
    z-index: 100;
}


/***** sitemap *****/
.sitemap {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index:999999999999999;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
body.sitemap_opened {
    overflow: hidden;
}

.sitemap_opened .sitemap {
    visibility:visible;
}
.sitemap .sitemap_box {
    position:relative;
    z-index:550;
    margin:0 auto;
    width: 100%;
    height:100%;
    text-align:left;
}
.sitemap .m_addon, .sitemap .m_mypage {
    display: none;
}
.full_menu_close {
    position:absolute;
    z-index:600;
    right:20px;
    top:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    width:56px;
    height:56px;
}
.full_menu_close i {
    color:#000;
    font-size: 29px;
}

/* subMenu */
.subMenu {
    display: flex;
    flex-direction: column;
    gap:30px;
    height:100%;
    padding:50px 0;
}
.subMenu > li {
    display: flex;
    flex-direction: column;
    gap:16px;
    padding-bottom:30px;
    border-bottom:1px solid #eee;
}
.subMenu > li a {
    font-size:25px;
    font-weight:700;
    color:#000;
}
.subMenu > li ul {
    display: flex;
    gap:24px;
}
.subMenu > li ul li a {
    font-size:17px;
    font-weight: 400;
    color:#333;
}
.subMenu > li ul li a i {
    display: none;
    font-size: 15px;
    color: #006cb8;
}
.subMenu > li ul li.openWin a i {
    display: inline-block;
    margin-left: 3px;
}
.subMenu > li ul li a:hover, .subMenu > li ul li a:focus {
    color:#006cb8;
    font-weight:700;
}
/* subMenu depth2 */
.subMenu li ul li ul {
    margin:6px 0;
    padding:10px 20px 15px;
    background:#f7f9f7;
    border-radius:10px;
}
.subMenu li ul li li {
    padding-left:10px;
    background:url("../image/main/menu_bullet.gif") no-repeat left 10px;
}
.subMenu li ul li li a {
    color:#555;
    font-size:13px;
}
.subMenu li ul li li a:hover, .subMenu li ul li li a:focus {
    color:#000;
    font-weight:bold;
}

.subMenu li ul li.openWin img {
    margin-left:10px;
}





/******************** footer ********************/
.footer {
    position:relative;
    z-index:9999;
    width:100%;
    background:#122533;
}

/***** quick *****/
.quick {
    position: fixed;
    right:20px;
    bottom:350px;
    z-index:99999;
}
.quick li.top {
    display:flex;
    align-items: center;
    justify-content: center;
    width:64px;
    height:64px;
    background:#006cb8;
    text-align: center;
    line-height:1;
}
.quick li.top a {
    display:flex;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width:64px;
    height:64px;
    font-size:12px;
    color:#fff;
}
.quick li i {
    font-size: 22px;
}

/***** foot_logo *****/
.footer .inner {
    position:relative;
    width: 100%;
}
.foot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
	padding-left: 17%;
}

.foot .sns-icon {
    padding: 80px 0;
}

.foot .sns-icon li {
    float: left;
    padding: 10px;
}

.fnb {
    display: flex;
    gap: 40px;
    border-bottom: 1px dotted;
}
.fnb a {
    color: #fff;
    font-size: 14px;
}
.fnb > li.fb a{
	color:#fff;
    font-weight:bold;
}

/***** address  *****/

.address {
    margin-top: 20px;
    font-weight: 150;
    color: #fff;
}

.foot p {
    line-height: 50px;
    color: #fff;
    font-weight: 250;
}






/******************** email_popup ********************/
#email_popup {
    display:none;
    position:absolute;
    z-index:999999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background:url("../image/main/bg70.png") 0 0 repeat;
}
.email_popup {
    position:absolute;
    z-index:9999999;
    top:50%;
    left:50%;
    margin-left:-350px;
    padding:40px 50px 50px;
    width:600px;
    height:130px;
    background:#fff;
    border:3px solid #3b6cc1;
}
.email_popup h4 {
    padding-bottom:8px;
    color:#222;
    font-size:30px;
}
.email_popup p {
    color:#222;
    font-size:16px;
    word-break:break-all;
    text-align:justify;
}
.email_popup p span {
    color:#006cb8;
    font-weight:bold;
}
.email_popup .close {
    position:absolute;
    z-index:9999999;
    top:30px;
    right:30px;
    display:block;
    overflow:hidden;
    width:25px;
    height:28px;
    background:url(../image/main/gnb_close_on.png) 0 0 no-repeat;
    text-indent:-500px;
}





/******************** sub_layout ********************/
/***** sub_visual *****/
#sub_visual {
    position:relative;
    z-index:250;
    height:460px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_title, #sub_visual > p {
    text-align: center;
    color:#fff;
    line-height:1;
}
.sub_title {
    font-size:40px;
}
#sub_visual > p {
    padding:25px 0 0;
    font-size:16px;
    font-weight: lighter;
}


/***** sub_menu *****/
#sub_content {
    position: relative;
    z-index: 260;
    margin: 0 auto;
    max-width: none;
    padding: 0;
}
#sub_menu {
    z-index: 270;
    display: none;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 43px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

/* side_menu */
#sub_menu ul {
    vertical-align: middle;
    /*width: 1100px;*/
    margin: 0 auto;
    margin-top: 14px;
}
#side_menu > li {display:inline-block; }
#side_menu > li:first-child {background:none;}
#side_menu > li > a {
    color: #555;
    margin: 0 20px;
    padding: 17px 0;
    font-size: 18px;
    letter-spacing: -0.5px;
}
#side_menu .side_menu_1death_on a {
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #3264e2;
}

/***** page *****/
#page {position:relative; padding:70px 0 0; width:100%; min-height:200px;}
#page_head {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 20;
}
#page_head h1 {display:inline-block; font-size:37px; color:#000; letter-spacing:-2px; line-height:1;}

/* location */
#location {overflow:hidden; margin-bottom:60px; text-align:center;}
#location li {display:inline-block; margin-left:10px; padding-left:15px; height:20px; line-height:20px; background:url("../image/common/location_line.gif") left center no-repeat; color:#999; font-size:13px; vertical-align:middle;}
#location li.home {overflow:hidden; margin:0; padding:0; width:14px; height:20px; background:url("../image/common/location_home.gif") left center no-repeat; text-indent:-99999px;}
#location strong {color:#555; font-weight:normal;}
#location .modify {float:right; cursor:pointer;}

/* contents */
#contents {
    clear:both;
    position:relative;
}

/* 버튼 */
.ubtn {
    font-size: 15px;
    color: #fff !important;
    background-color: #006cb8;
    padding: 3px 10px;
    border-radius: 20px;
}
.ubtn:hover {background-color:#005997;}

/******************** 반응형 ********************/

/** 
@media screen and (max-width:1300px) {
    .inner {
        padding:0 40px;
    }
    .nav .gnb {
        gap:80px;
    }
    .nav .gnb > li:not(:first-child)::before {
        left:-40px;
    }
    .nav .gnb #lay_menu3 {
        left:425px;
    }
    .nav .gnb #lay_menu4 {
        left:570px;
    }
    .nav .gnb #lay_menu5 {
        right:130px;
    }
    .full_menu_close {
        right:40px;
    }
	.foot {
		padding-left: 10%;
	}

}   

@media screen and (max-width:1200px) {
    .nav .gnb {
        gap:60px;
    }
    .nav .gnb > li:not(:first-child)::before {
        left:-30px;
    }
    .nav .gnb #lay_menu3 {
        left:365px;
    }
    .nav .gnb #lay_menu4 {
        left:490px;
    }
    .nav .gnb #lay_menu5 {
        right:110px;
    }
	.foot {
		padding-left: 3%;
	}

}   

@media screen and (max-width:1100px) {
    .nav .gnb {
        gap:50px;
    }
    .nav .gnb > li:not(:first-child)::before {
        left:-25px;
    }
    .nav .gnb #lay_menu3 {
        left:335px;
    }
    .nav .gnb #lay_menu4 {
        left:450px;
    }
    .nav .gnb #lay_menu5 {
        right:100px;
    }
	.foot {
		gap: 31px;
		padding-left: 1%;
	}
}  

@media screen and (max-width:1000px) {
    #header .inner {
        display: flex;
        align-items: center;
    }
    .nav .gnb, .addon {
        display: none;
    }
    .nav {
        justify-content: end;
    }
    .sitemap {
        top:81px;
    }
    .subMenu {
        padding:24px 0;
        gap:24px;
    }
    .full_menu_close {
        position: fixed;
        right:35px;
        top:20px;
        width:40px;
        height:40px;
        background-color: #fff;
    }
    .sitemap .m_addon {
        display: flex;
        gap:24px;
        padding:16px 40px;
        background-color: #f5f5f5;
        font-size: 15px;
        color:#1d1d1d;
    }
    .sitemap .m_addon i {
        margin-right: 2px;
        font-size: 12px;
    }
    .sitemap .m_mypage {
        display: flex;
        flex-wrap: wrap;
        background-color: #f5f5f5;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        font-size: 15px;
        color:#1d1d1d;
    }
    .sitemap .m_mypage li {
        position: relative;
        width: 50%;
        padding:12px 40px;
        font-size: 15px;
    }
    .sitemap .m_mypage li:nth-child(-n+2) {
        border-bottom: 1px solid #e4e4e4;
    }
    .sitemap .m_mypage li:nth-of-type(odd) {
        border-right: 1px solid #e4e4e4;
    }
    .sitemap .m_mypage a {
        display: flex;
        align-items: center;
    }
    #lay_menu_back {
        display: none !important;
    }
    .subMenu > li {
        padding-bottom:30px;
    }
    .subMenu > li:last-child {
        padding-bottom:200px;
    }
    .subMenu > li a {
        font-size:17px;
    }
    .subMenu > li ul {
        flex-direction: column;
        gap:8px;
    }
    .subMenu > li ul li a {
        font-size: 15px;
    }

    .quick {
        display: none;
    }


    #sub_visual {
        height:260px;
    }
    .sub_title {
        font-size: 32px;
    }
    #sub_menu {
        display: none;
    }
    #sub_content {
        margin:64px auto;
    }
    #page_head {
        margin:0 0 32px;
    }
    #page_head h1 {
        line-height: 1.3;
    }

	.foot {
		gap: 31px;
		padding-left:0;
	}
}

@media screen and (max-width:900px) {

	.foot { display: block; padding-left:0; }
	.foot .sns-icon {
		padding: 25px 0;
		height: 120px;
	}
	.foot .sns-icon li img {width:80%;}
	.foot .sns-icon li {
		padding: 9px;
	}
	.fnb {
		display: block;
		border-bottom: 1px dotted;
	}
	.fnb li {
		display: inline;
		padding-right: 30px;
	}

}

@media screen and (max-width:500px) {
    .inner {
        padding:0 30px;
    }
    .sitemap .m_addon {
        gap:16px;
        padding:16px 20px;
    }
    .sitemap .m_mypage li {
        padding:12px 20px;
    }
    .full_menu_close {
        right:25px;
    }
    #sub_content {
        margin:48px auto;
    }

	.foot { display: block; padding-left:0; }
	.foot .sns-icon {
		padding: 25px 0;
		height: 120px;
	}
	.foot .sns-icon li img {width:80%;}
	.foot .sns-icon li {
		padding: 9px;
	}
	.fnb {
		display: block;
		border-bottom: 1px dotted;
	}
	.fnb li {
		display: inline;
		padding-right: 30px;
	}
}

@media screen and (max-width:450px) {
    .inner {
        padding:0 20px;
    }
    .full_menu_close {
        right:15px;
    }
    #logo {
        width:260px;
        background-position: center left;
    }

	.foot { display: block; padding-left:0; }
	.foot .sns-icon {
		padding: 25px 0;
		height: 120px;
	}
	.foot .sns-icon li img {width:80%;}
	.foot .sns-icon li {
		padding: 9px;
	}
	.fnb {
		display: block;
		border-bottom: 1px dotted;
	}
	.fnb li {
		display: inline;
		padding-right: 30px;
	}

}
**/