@charset "utf-8";

/******************** skipnavigation ********************/
#skipnavigation {position:relative; background:#02a388; width:100%; min-width:1248px; font-size:0; line-height:0; z-index:9999999999;}
#skipnavigation ul {margin:0 auto; width:1200px; text-align:center;}
#skipnavigation a {display:block; overflow:hidden; height:0px; color:#fff; font-size:0; line-height:0;}
#skipnavigation a:focus {padding:10px; height:auto; font-weight:bold; font-size:15px; line-height:1.2;}





/******************** wrapper ********************/
#wrapper {
    position:relative;
    width:100%;
    min-width:1248px;
}
#container {
    position: relative;
}

.inner {
    max-width:1248px;
    margin:0 auto;
    padding:0 24px;
}



/******************** header ********************/
#header {
    width:100%; 
    text-align:center;
}
#head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    z-index:310;
    margin:0 auto;
    width:100%;
    height:100px;
    text-align:left;
}

/***** logo *****/
#logo {
    width:220px; 
    height:66px; 
    background:url("../image/common/logo.svg") 0 0 no-repeat; 
    text-indent:-99999px;
}
#logo a {
    display:block; 
    height:100%;
}

/***** util *****/
.util {
    display: flex;
    gap:50px;
    align-items: center;
}

.util li.gnb_sitemap {
    padding:2px;
    font-size: 0;
    color:#1d1d1d;
}
.util li.gnb_sitemap i {
    font-size: 24px;
}



/***** lnb *****/
#gnb {
    display: flex;
    gap:46px;
    align-items: center;
    position:relative; 
    z-index:301;
}
#gnb > li {
    font-size:20px; 
    font-weight: 500;
}

#gnb > li a {
    position:relative; 
    color:#1d1d1d;
}

#gnb > li.on a {
    color: #282d3e;
}
#gnb > li.on a span {
    position:absolute; 
    left:-10px; 
    bottom:-38px; 
    z-index:700; 
    display:block; 
    padding:0 10px; 
    width:100%; 
    height:4px; 
    background:#0e4194;
}

/* depth2 */
#gnb .depth2 {
    position:absolute; 
    top:85px; 
    left:0; 
    z-index:500; 
    overflow:hidden;
    gap:30px;
}
#gnb .depth2 li {
    float:left; 
    font-size:17px; 
    font-weight: 400;
}

#gnb .depth2 li a {
    color:#333;
}
#gnb .depth2 li a:hover, #gnb .depth2 li a:focus {
    font-weight:bold; 
    color:#111;
}
/* lay_menu_bg */
#gnb #lay_menu0 {left:0;}
#gnb #lay_menu1 {left:125px;}
#gnb #lay_menu2 {left:370px;}
#gnb #lay_menu3 {left:140px;}
#lay_menu_back {position:absolute; top:100px; left:0; z-index:305; border-top:1px solid #ddd; background:#fff; width:100%; min-width:1200px; height:65px;}
a .ic_blank {
    display: inline-block;
    margin: 0 0 2px 5px;
    width: 15px;
    height: 15px;
    background: url('../image/common/icon_blank.gif') no-repeat 0 0;
    vertical-align: middle;
}

/***** sitemap *****/
.sitemap {
    position:absolute; 
    z-index:999999999999999; 
    top:100px; 
    left:0; 
    display:none; 
    width:100%; 
    min-width:1200px; 
    height:487px !important; 
    background:#fff url('../image/common/sitemap_bg.png') repeat 0 137px; 
    border-top: 1px solid #e4e4e4;
    border-bottom:3px solid #282d3e; 
    text-align:center;
}
.sitemap_bg {position:absolute; z-index:211; top:0; left:0; width:50%; height:100%; background:#282d3e;}
.sitemap_opened .sitemap {
    display:block;
}
.sitemap .sitemap_box {
    position:relative; 
    z-index:550; 
    margin:0 auto; 
    width:1200px; 
    height:100%; 
    text-align:left;
}
.sitemap .line {
    position:absolute; 
    z-index:510; 
    top:95px; 
    left:0; 
    width:100%; 
    min-width:1200px; 
    border-top:1px solid #ddd;
}
.full_menu_close {
    position:absolute; 
    z-index:600; 
    right:0; 
    top:32px; 
    display:block; 
    overflow:hidden; 
}
.full_menu_close i {
    font-size: 29px;
    color: #1d1d1d;

}
/* subMenu */
.subMenu {
    height:100%;
    display: flex;
    flex-direction: column;
}
.subMenu > li {
    background:#fff url('../image/common/sitemap_bg02.png') no-repeat 0 100%;
}
.subMenu > li:last-child {
    border-right: none;
    background-image: none;
}
.subMenu > li dl {
    display: flex;
    align-items: center;
    gap: 36px;
}
.subMenu > li dl::after {
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    height:1px;
    border-bottom:1px solid #ddd;
}

.subMenu > li dt {
    width: 240px;
    padding:25px 0 25px 40px;
    background:#282d3e; 
    line-height: 1;
}
.subMenu > li dt a {
    position: relative;
    font-size:19px; 
    font-weight:600; 
    color:#fff;
}
.subMenu > li dt a span:first-child {
    position: relative;
    z-index: 1;
}
.subMenu > li dt:hover a span:last-child {
    position:absolute; 
    left: -4px;
    bottom: -1px;
    padding: 0 5px;
    z-index:0; 
    display:block; 
    width:100%; 
    height:10px; 
    background:#0058cb;
}

.subMenu > li dt.on a span:last-child {
    position:absolute; 
    left: -4px;
    bottom: -1px;
    padding: 0 5px;
    z-index:0; 
    display:block; 
    width:100%; 
    height:10px; 
    background:#0058cb;
}

.subMenu > li dd a {
    display: block;
    color:#555;
    font-size: 16px;
}
.subMenu > li dd a i {
    display: none;
    font-size: 13px;
}
.subMenu > li dd.openWin a i {
    display: inline-block;
    margin-left: 3px;
    color:#1d1d1d;
}
.subMenu > li dd a:hover, .subMenu > li dd a:focus {
    color:#1d1d1d; 
    font-weight:bold;
}

.subMenu > li dd.on a {
    color:#1d1d1d; 
    font-weight:bold;
}

/* subMenu depth2 */
.subMenu li dd ul {
    display: none;
    margin:6px 0; 
    padding:10px 20px 15px; 
    background:#f1f4f7; 
    border-radius:10px;
}
.subMenu li dd li {
    position: relative;
    line-height: 2;
}
.subMenu li dd li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width:3px;
    height:3px;
    border-radius: 5px;
    background: #333;
}
.subMenu li dd li a {
    padding-left:10px;
    color:#555; 
    font-size:15px;
}
.subMenu li dd li a:hover, .subMenu li dd li a:focus {
    color:#000; 
    font-weight:bold;
}



/******************** footer ********************/
.footer {
    position:relative;
    z-index:9999;
    width:100%;
    background:#282d3e;
    margin-top: 80px;
}
.footer .inner {
    position:relative;
    padding:60px 24px;
    width: 100%;
}

/***** 관련사이트  *****/
.foot_menu {
    padding:16px 0;
    background:#fff;
    border-top: 1px solid #282d3e;
}
.site_link {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap:12px;
}
.site_link select {
    flex:1;
    height:34px;
    padding:0 20px 0 30px;
    border-color: #ccc;
    border-radius: 5px;
    font-size: 16px;
    color:#333;
}
/***** address  *****/

.footer address {
    display:flex;
    gap:40px;
    color:#fff;
}
.footer p {
    padding-top:10px;
    color:#c0c0c0;
    font-size:15px;
    letter-spacing: 0;
}






/******************** 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 #02a388;}
.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:#02a388; 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; 
    min-width:1200px; 
    height:250px;
    display: flex;
    align-items: center;
    /*animation: scale-sub-vis 3s both;*/
}
/*
@keyframes scale-sub-vis {
  0% {transform: scale(1.25); opacity:0.2}
  100% {transform: scale(1); opacity:1}
}
*/
#sub_visual > div {
    margin:-30px auto 0; 
    width:1200px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.sub_title {
    overflow:hidden; 
    color: #fff;

}
.sub_title h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
}
.sub_title p {
    font-size: 21px;
}


/***** sub_menu *****/
#sub_content {
    position:relative;
    z-index:260;
    margin:-30px auto 0;
    display: grid;
    grid-template-columns: 230px auto;
    gap:80px 70px;
}

#side_title {
    display: flex;
    align-items: center;
    margin-bottom:50px;
    font-size:30px;
    font-weight: 700;
    color:#000;
    word-break: keep-all;
    line-height: 1.2;
}
/* side_menu */

#side_menu {
    display: flex;
    flex-direction: column;
    gap:24px;
    padding: 10px 0;
    border-left:1px solid #f1f2f4;
}
#side_menu > li > a {
    display:flex;
    align-items: center;
    gap:8px;
    margin-left: 20px;
    color:#1d1d1d;
    font-size:20px;
    font-weight: 600;
    word-break: keep-all;
}
#side_menu > li >  a i {
    font-size: 15px;
    color:#8e8e8e;
}
#side_menu .side_menu_1death_on {
    margin-left: -2px;
    border-left: 3px solid #0e4194;
}
#side_menu .side_menu_1death_on a {
    margin-left: 19px;
}
#side_menu .side_menu_1death_on a {
    font-weight:bold;
    color:#0e4194;
    transition: color 0.2s ease-in-out;
}
#side_menu .side_menu_1death_on a i {
    color:#0e4194;
}
#side_menu > li.openWin img {
    margin-left:10px;
}
/* side_menu depth2 */
#side_menu ul {
    padding:0 0 10px 20px;
}
#side_menu ul > li {
    padding: 0 0 14px 10px;
}

#side_menu ul > li a {
    display: block;
    font-weight:700;
    color:#555;
    font-size:16px;
}
#side_menu ul > li a:hover, #side_menu ul > li a:focus {
    color:#0e4194 !important;
}

#side_menu ul > li.side_menu_2death a {
    position: relative;
    font-weight: 400;
}

#side_menu ul > li.side_menu_2death_on a {
    position: relative;
    color:#0e4194;
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: color 0.2s ease-in-out;
}
#side_menu ul > li.side_menu_2death_on a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #0e4194;
    transition-duration: .1s;
}
#side_menu ul > li.side_menu_2death a:hover, #side_menu ul > li.side_menu_2death a:focus {
    color:#0e4194 !important;
}

/***** page *****/
#page {
    position:relative; 
    min-height:200px;
}
#page::before {
    content: '';
    position: absolute;
    left: -50px;
    border-left: 1px solid #e9e9e9;
    height: 100%;
}
/* page_head */
#page_head {
    padding:0 0 55px;
}
#page_head h1 {
    font-size: 40px;
    color: #000;
    line-height: 1;
}

/* location */
#location {
    grid-column: 1 / 3;
    grid-row: 1/ 2;
    display: flex;
    gap:52px;
    overflow:hidden;
    background-color: #e4e6ee;
    border-radius: 12px;
    padding:20px 40px;
    color: #000;
}
#location li {
    position: relative;
    height:20px;
    line-height:20px;
}
#location li:not(:first-child)::before {
    content:"\f105";
    font-family:"FontAwesome", "Font Awesome";
    position: absolute;
    left:-28px;
    top:50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #999;
}
#location li.home {
    overflow:hidden;
    margin:0;
    padding:0 0 0 15px;
    text-indent: -99999px;
}
#location li.home::before {
    content:"\f015";
    font-family:"FontAwesome", "Font Awesome";
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    font-size: 12px;
    text-indent: 0;
}
#location strong {
    font-weight:700;
}
#location .modify {
    float:right;
    cursor:pointer;
}

/* contents */
#contents {clear:both; position:relative;}