@charset "utf-8";

/******************** skipnavigation ********************/
#skipnavigation {position:relative; background:#02a388; width:100%; min-width:1240px; 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:1240px;
}
#container {
    position: relative;
}

.inner {
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
}



/******************** header ********************/
#ramsar_masthead {
    padding:8px 0;
    background-color: #f5f5f5;
}
#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:120px;
    text-align:left;
}

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


/***** addon *****/
.addon {
    display: flex;
    gap:24px;
    align-items: center;
    justify-content: end;
    font-size: 15px;
    color: #fff;
}
.addon li {position: relative; min-height: 34px;}
.addon .login, .addon .join {
    padding-left:20px;
}
.addon .login:after {
    content: "\f023"; 
    font-family: "FontAwesome", "Font Awesome"; 
    font-size: 13px;
    left: 0; 
    top: 50%; 
    transform: translateY(-50%);
    position: absolute; 
    pointer-events: none;
}
.addon .join:after {
    content: "\f007"; 
    font-family: "FontAwesome", "Font Awesome"; 
    font-size: 13px;
    left: 0; 
    top: 50%; 
    transform: translateY(-50%);
    position: absolute; 
    pointer-events: none;
}
.addon .sns_insta {
    padding-left:25px;
    background:url("../image/common/sns_insta.svg") 0 50% no-repeat;
    background-size: auto 80%;
}


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

.util li.gnb_sitemap {
    width:30px;
    height:28px;
    padding:2px;
    font-size: 0;
    color:#1d1d1d;
}
.util li.gnb_sitemap a {
    display:block;
}
.util li.gnb_sitemap span {
    display:block;
    height:5px;
    margin:4px 0;
    width:28px;
    margin-left:5px;
    background-color: #232323;
}
.util li.gnb_sitemap a::before{
    content: '';
    display: block;
    width:28px;
    height:5px;
    background-color: #0069b4;
}
.util li.gnb_sitemap a::after{
    content: '';
    display: block;
    width:30px;
    height:5px;
    background-color: #232323;
}


/**** language ****/
.util li.language {width:120px;}
#google_translate_element {z-index: 9999;}
#google_translate_element > div > div {position: relative;}
#google_translate_element > div > div > select::-ms-expand {display: none;}
#google_translate_element > div > div:after {
    content: "\f078"; 
    font-family: "FontAwesome", "Font Awesome"; 
    font-size: 13px;
    color: #333; 
    right: 10px; 
    top: 7px; 
    position: absolute; 
    pointer-events: none;
}
/*
#google_translate_element > div > div:after {content: '<>'; font: 17px "Consolas", monospace; color: #333; transform: rotate(90deg); right: 2px; top: 7px; border-bottom: 1px solid #999; position: absolute; pointer-events: none;}
*/
#google_translate_element > div > div > select {-webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 120px; height: 26px; float: right; padding: 0px 15px; line-height: 1.75; color: #333; word-break: normal; border-radius: 5px;}
.goog-te-gadget, .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {font-size:0 !important}
.goog-te-gadget img {display:none;}

#google_translate_element > div span a {font-size: 0;}

/***** lnb *****/
#gnb {
    display: flex;
    gap:44px;
    align-items: center;
    position:relative; 
    padding:0 30px;
    z-index:301;
}
#gnb > li {
    font-size:20px; 
    font-weight: 600;
}
/*
#gnb > li:not(:first-child)::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width:5px;
    height:5px;
    border-radius: 5px;
    background: #d1d1d1;
}
*/
#gnb > li a {
    position:relative; 
    color:#1d1d1d;
}

#gnb > li.on a {
    color: #0069b4;
}
#gnb > li.on a span {
    display: none !important;
    position:absolute; 
    left:-10px; 
    bottom:-48px; 
    z-index:700; 
    display:block; 
    padding:0 10px; 
    width:100%; 
    height:4px; 
    background:#0069b4;
}

/* depth2 */
#gnb .depth2 {
    position:absolute; 
    top:95px; 
    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:#cde8fc;
}
#gnb .depth2 li a:hover, #gnb .depth2 li a:focus {
    font-weight:bold; 
    color:#fff;
}
/* lay_menu_bg */
#gnb #lay_menu0 {left:30px;}
#gnb #lay_menu1 {left:200px;}
#gnb #lay_menu2 {left:20px;}
#gnb #lay_menu3 {left:390px;}
#gnb #lay_menu4 {left:380px;}
#gnb #lay_menu5 {left:590px;}
#lay_menu_back {position:absolute; top:170px; left:0; z-index:305; border-top:1px solid #ddd; background:#0069b4; 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:0; 
    left:0; 
    display:none; 
    width:100%; 
    min-width:1200px; 
    height:800px !important; 
    background:#fff; 
    border-bottom:3px solid #000; 
    text-align:center;
}
.sitemap_opened .sitemap {
    display:block;
}
.sitemap .sitemap_box {
    position:relative; 
    z-index:550; 
    margin:0 auto; 
    padding:52px 0;
    width:1200px; 
    height:100%; 
    text-align:left;
}

.full_menu_close {
    position:absolute; 
    z-index:600; 
    right:7px; 
    top:25px; 
    display:block; 
    overflow:hidden; 
    font-size: 0;
}
.full_menu_close i {
    font-size:36px;
    color:#000;
}
/* subMenu */
.subMenu {
    overflow:hidden; 
    display:grid;
    grid-template-columns: repeat(3, 1fr); 
    gap:80px 60px;
}
.subMenu > li {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.subMenu > li > a {
    display: block;
    color: #0069b4;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 28px;
    border-bottom: 1px solid #555;
}

.subMenu > li > ul {
    display: flex;
    flex-direction: column;
    gap: 0 50px;
}
.subMenu > li > ul > li{
    position: relative;
    padding: 0 0 10px 20px;
    font-size: 19px;
    font-weight: 600;
    color: #333;
}

.subMenu > li > ul > li a {
    display: flex;
    align-items: center;
    gap: 12px;
}
.subMenu > li > ul > li a:hover {
    color:#0069b4;
}
.subMenu > li > ul > li a i {
    display: none;
    font-size: 13px;
    color: #aaa;
}

/*.subMenu > li > ul > li:not(:nth-child(5n+1))::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
}*/


.subMenu > li > ul > li > ul {
    padding:10px 0;
    font-size:17px;
    font-weight: normal;
    color:#555;
}

/* subMenu depth2 */
.subMenu > li > ul > li > ul li {
    position: relative;
    padding-left:10px;
}
.subMenu > li > ul > li > ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #333;
}



/******************** footer ********************/
.footer {
    position:relative;
    z-index:9999;
    width:100%;
    background:#f0f0f0;
    letter-spacing: 0;
}

.footer .inner {
    position:relative;
    padding-top:80px;
    padding-bottom:80px;
    width: 100%;
}

/***** address  *****/

.footer address {
    display:flex;
    gap:40px;
    color:#1d1d1d;
}
.footer p {
    padding-top:10px;
    color:#555;
    font-size:15px;
    text-transform: uppercase;
}
.footer p a {
    color:#000;
}





/******************** 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:300px;
    display: flex;
    align-items: center;
}
#sub_visual > div {
    margin:0 auto 20px; 
    width:1200px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.sub_title {
    overflow: hidden;
    text-align: center;
    color: #fff;

}
.sub_title h2 {
    font-size: 44px;
    letter-spacing: -0.75px;

}
.sub_title p:first-child {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
}
.sub_title p {
    font-size: 21px;
    color: #333;
}
.sub_title p:first-child  span {
    color:#1558ab;
}
.sub_title p:first-child span:last-child  {
    color:#0092b7;
}

/***** sub_menu *****/
#sub_content {
    position:relative;
    z-index:260;
    margin:-35px auto 120px;
    display: flex;
    flex-direction: column;
    gap:80px;
}
/* side_menu */
#side_menu {
    display: flex;
    justify-content: center;
}

#side_menu > li {
    flex:1;
    margin-left:-1px;
    margin-bottom:5px;
    border:1px solid #dfe3e7;
    background-color: #fff;
    max-width: 400.66px;
}
#side_menu > li:first-child {
    margin-left:0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
#side_menu > li:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

#side_menu > li > a {
    display:flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    padding:20px 10px;
    color:#1d1d1d;
    font-size:18px;
}
#side_menu > li >  a i {
    font-size: 15px;
    color:#8e8e8e;
}
#side_menu .side_menu_1death_on {
    z-index: 999;
    border-color: #004f88;
    background-color: #0069b4;
}
#side_menu .side_menu_1death_on a {
    font-weight:bold;
    color:#fff;
}
#side_menu .side_menu_1death_on a i {
    color:#1558ab;
}
#side_menu > li.openWin img {
    margin-left:10px;
}
/* side_menu depth2 */
#side_menu ul {
    padding:24px 30px;
    background:#f1f4f7;
    border-radius: 5px;
}
#side_menu ul > li {
    padding:0 0 10px 10px;
    background:url("../image/main/menu_bullet.gif") left 10px no-repeat;
}
#side_menu ul > li:last-child {
    padding:0 0 0 10px;
}
#side_menu ul > li a {
    display: block;
    font-weight:700;
    color:#555;
    font-size:15px;
}
#side_menu ul > li a:hover, #side_menu ul > li a:focus {
    color:#0069b4 !important;
}

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

/***** page *****/
#page {
    position:relative; 
    min-height:200px;
    flex:1;
}

/* page_head */
#page_head {
    padding:26px 0 56px;
    display: grid;
    gap:24px;
    align-items: center;
    justify-content: center;
}
#page_head h1 {
    font-size: 32px;
    color: #000;
    line-height: 1;
    text-align: center;
}

/* location */
#location {
    display: flex;
    gap:24px;
    overflow:hidden;
    justify-content: center;
}
#location li {
    position: relative;
    height:20px;
    line-height:20px;
    font-size:15px;
}
#location li:not(:first-child)::before {
    content:"\f105";
    font-family:"FontAwesome", "Font Awesome";
    position: absolute;
    left:-15px;
    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;
    color:#999;
    text-indent: 0;
}
#location strong {
    color:#000;
    font-weight:700;
}
#location .modify {
    float:right;
    cursor:pointer;
}

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