@charset "utf-8";

/******************** skipnavigation ********************/
#skipnavigation {position:relative; background:#02a388; width:100%; min-width:1320px; font-size:0; line-height:0; z-index:9999999999;}
#skipnavigation ul {margin:0 auto; width:1280px; 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-family: 'PyeongChang-Bold'; font-size:15px; line-height:1.2;}





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

.inner {
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:0 20px;
}



/******************** header ********************/
#header {
    width:100%; 
    text-align:center;
    background-color: #02040f;

    position: absolute;
    top:0;
    left: 0;
}
#head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position:relative;
    gap:60px;
    z-index:310;
    margin:0 auto;
    width:100%;
    height:110px;
    text-align:left;
}

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


/***** 구글번역 *****/
 #google_translate_element {
        position: absolute;
        right:0;
        top:25px;
        z-index: 9999;
    }
#google_translate_element > div > div {position: relative;}

#google_translate_element > div > div:after {
    content: "\f078";
    font-family: "FontAwesome", "Font Awesome";
    font-size: 15px;
    color: #fff;
    right: 13px;
    top: 4px;
    position: absolute;
    pointer-events: none;
}

#google_translate_element > div > div > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 120px;
    height: 30px;
    margin:0;
    padding: 0px 10px;
    line-height: 1.75;
    color: #fff;
    word-break: normal;
    border-radius: 8px;
    font-size: 17px;
    background-color: #02040f;
}
.goog-te-gadget {
    font-size: 0 !important;
}
.goog-te-gadget span {
    display: none;
}


/***** lnb *****/
#gnb {
    display: flex;
    gap:90px;
    align-items: center;
    position:relative; 
    z-index:301;
    max-width: 1000px;
    margin-top: 25px;
}
#gnb > li {
    font-size:22px; 
}


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

#gnb > li.on a {
    font-family: "PyeongChang-Bold";
    color: #3c68be;
}
#gnb > li.on a span {
    display:none !important;
    position:absolute; 
    left:-10px; 
    bottom:-38px; 
    z-index:700; 
    display:block; 
    padding:0 10px; 
    width:100%; 
    height:4px; 
    background:#3c68be;
}

/* depth2 */
#gnb .depth2 {
    position:absolute; 
    top:100px; 
    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:#ddd;
}
#gnb .depth2 li a:hover, #gnb .depth2 li a:focus {
    font-family: 'PyeongChang-Bold'; 
    color:#fff;
}
/* lay_menu_bg */
#gnb #lay_menu0 {left:0;}
#gnb #lay_menu1 {left:125px;}
#gnb #lay_menu2 {left:370px;}
#gnb #lay_menu3 {left:140px;}
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:1280px; 
    height:575px !important; 
    background:#fff; 
    border-bottom:3px solid #3c68be; 
    text-align:center;
}
.sitemap_opened .sitemap {
    display:block;
}
.sitemap .sitemap_box {
    position:relative; 
    z-index:550; 
    margin:0 auto; 
    width:1280px; 
    height:100%; 
    text-align:left;
}
.sitemap .line {
    position:absolute; 
    z-index:510; 
    top:95px; 
    left:0; 
    width:100%; 
    min-width:1280px; 
    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;
}
.subMenu > li {
    flex:1;
    padding:0 38px; 
    height:100%; 
    border-right:1px solid #eee;
}
.subMenu > li:last-child {
    border-right: none;
}
.subMenu > li dt {
    padding:32px 0;
    margin-bottom:32px;
}
.subMenu > li dt a {
    font-size:21px; 
    font-family: 'PyeongChang-Bold'; font-weight:normal;
    color:#000;
}
.subMenu > li dd {
    margin-bottom:20px;
}
.subMenu > li dd a {
    display: block;
    color:#333;
}
.subMenu > li dd a i {
    display: none;
    font-size: 15px;
}
.subMenu > li dd.openWin a i {
    display: inline-block;
    margin-left: 3px;
    color:#3c68be;
}
.subMenu > li dd a:hover, .subMenu > li dd a:focus {
    color:#3c68be; 
    font-family: 'PyeongChang-Bold';
}

/* subMenu depth2 */
.subMenu li dd ul {
    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-family: 'PyeongChang-Bold';
}



/******************** footer ********************/
.footer {
    position:relative;
    z-index:9999;
    width:100%;
    background:#1b1b1b;
}

/***** foot *****/
.footer .inner {
    position:relative;
    padding-top:70px;
    padding-bottom:70px;
    width: 100%;
    display: flex;
    gap:125px;
}
.foot_logo {
    width:160px;
    height:71px;
    background:url("../image/common/logo.svg") 0 0 no-repeat;
    text-indent:-99999px;
    opacity: 0.5;
}
.foot_logo a {
    display:block;
    width:100%;
    height:100%;
}

.foot_name { 
    margin-bottom: 10px;
    font-size: 18px;
    color:#fff;
}


.footer address {
    display:flex;
    flex-direction: column;
    font-size: 16px;
    color:#fff;
}
.footer p {
    padding-top:50px;
    color:#999999;
    font-size:15px;
}
.footer p a {
    color:#5b99d4;
}





/******************** 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-family: 'PyeongChang-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:480px;
    padding-top:130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.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-weight: lighter;
}


/***** sub_menu *****/
#sub_content {
    position:relative;
    z-index:260;
    margin:0 auto 80px;
    background-color:#fff;
    display: flex;
    flex-direction: column;
    gap:80px;
}
#sub_menu {
    border-bottom: 1px solid #dfe3e7;
}
#side_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height:120px;
    margin-bottom:10px;
    padding:0 24px;
    background:#3c68be;
    border-radius: 12px;
    font-size:32px;
    font-family: 'PyeongChang-Bold'; font-weight:normal;
    text-align: center;
    color:#fff;
    word-break: keep-all;
    line-height: 1.3;
}
/* side_menu */
#side_menu {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
}
#side_menu > li {
    flex:1;
    margin-bottom:-1px;
}

#side_menu > li > a {
    display:flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    padding:20px;
    color:#1d1d1d;
    font-size:17px;
}
#side_menu > li >  a i {
    font-size: 15px;
    color:#8e8e8e;
}
#side_menu .side_menu_1death_on {
    
}
#side_menu .side_menu_1death_on a {
    font-family: 'PyeongChang-Bold';
    color:#303da0;
    border-bottom: 3px solid #303da0;
}
#side_menu .side_menu_1death_on a i {
    color:#303da0;
}
#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-family: 'PyeongChang-Bold'; font-weight:normal;
    color:#555;
    font-size:15px;
}
#side_menu ul > li a:hover, #side_menu ul > li a:focus {
    color:#3c68be !important;
}

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

#side_menu ul > li.side_menu_2death_on a {
    color:#3c68be;
}

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

/* page_head */
#page_head {
    padding:0 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#page_head h1 {
    font-size: 40px;
    color: #000;
    line-height: 1;
}

/* location */
#location {
    display: flex;
    gap:24px;
    overflow:hidden;
    margin-bottom:24px;
}
#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-family: 'PyeongChang-Bold'; font-weight:normal;
}
#location .modify {
    float:right;
    cursor:pointer;
}

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




/******************** 반응형 (레이아웃, 메인) ********************/
/** 가로 1280px **/
@media screen and (max-width:1280px) {
    /***** 공통영역 *****/
    .inner {
        padding: 0 40px;
    }

    /***** 국가유산정보 *****/
    .main_national_heritage ul li .pic {
        height:340px !important;
    }

    /***** 홍보영상-행사소개 *****/
    .main_video {
        gap:40px;
    }
    .video_frame {
        width: 500px !important;
        height: 331px !important;
    }
    .video_frame img {
        width:100%;
    }

    /***** 전시작품소개 *****/
    .main_exhibition ul li a {
        height: 365px !important;
    }
}

/** 가로 1200px **/
@media screen and (max-width:1200px) {
    /***** header *****/
    #gnb {
        gap: 60px !important;
    }
    /***** main_visual *****/
    .main_text p:first-child {
        font-size: 60px !important;
    }

    /***** 공통영역 *****/
    .main-sect .tit h2 {
        font-size: 40px !important;
    }
    .main-sect .more i {
        width: 38px !important;
        height: 38px !important;
    }

    /***** 국가유산정보 *****/
    .main_national_heritage ul {
        gap: 50px !important;
    }

    /***** 전시작품소개 *****/
    .main_exhibition ul li p {
        top:30px !important;
        left:30px !important;
    }

    /***** 스템프투어 *****/
    .stamp_list {
        width: 85% !important;
    }
}
/** 가로 1100px **/
@media screen and (max-width:1100px) {
    /***** header *****/
    #gnb {
        gap: 50px !important;
    }

    /***** 서브영역 *****/
    #sub_content {
        gap:60px !important;
    }
    #page_head {
        padding: 0 0 60px !important;
    }

    /***** main_visual *****/
    #main_visual {
        height:900px !important;
    }
    .main_text p:first-child {
        font-size: 56px !important;
    }

    /***** 공통영역 *****/
    .main-sect {
        padding: 80px 0 !important;
    }

    /***** 국가유산정보 *****/
    .main_national_heritage ul {
        gap: 40px !important;
    }
    .main_national_heritage ul li:first-child, .main_national_heritage ul li:last-child {
        margin-top:85px !important;
    }
    .main_national_heritage ul li .pic {
        height:280px !important;
    }

    /***** 홍보영상-행사소개 *****/
    .main_video p {
        font-size: 16px;
    }
    .main_video p span:last-child {
        display: inline-block;
    }
    .video_frame {
        width: 460px !important;
        height: 305px !important;
    }

    /***** 전시작품소개 *****/
    .main_exhibition ul {
        padding-top: 40px !important;
    }
    .main_exhibition ul li a {
        height: 305px !important;
    }
    .main_exhibition ul li p {
        font-size: 20px !important;
    }
    .main_exhibition_bg {
        top: 240px !important;
    }
    .main_banner ul {
        gap: 60px !important;
    }
}
/** 가로 1024px **/
@media screen and (max-width:1024px) {
    /***** 서브영역 *****/
    #sub_visual {
        height: 400px !important;
        background-position: center -160px !important;
        background-size: auto 170% !important;
    }
    #sub_content {
        gap:50px !important;
    }
    #page_head {
        padding: 0 0 50px !important;
    }

    /***** main_visual *****/
    #main_visual {
        height: 800px !important;
    }
    .main_text p:first-child {
        font-size: 48px !important;
    }
    .main_text span.line {
        margin: 25px auto !important;
    }
    .main_text p {
        font-size: 28px !important;
    }
    .main_text p span.date {
        font-size: 20px !important;
    }
    .main_text p span {
        font-size: 24px !important;
    }

    /***** 공통영역 *****/
    .main-sect.bg01 {
        margin-top:-50px;
    }
    .main-sect .tit {
        margin-bottom: 40px !important;
        gap:30px !important;
    }
    .main-sect .tit h2 {
        font-size: 36px !important;
    }
    .main-sect .more i {
        width: 34px !important;
        height: 34px !important;
    }

    /***** 공지사항 *****/
    .main_notice .board_list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .main_notice .board_list li:nth-child(3) {
        display: none;
    }

    /***** 홍보영상-행사소개 *****/
    .main_video {
        flex-direction: column;
    }
    .main_video .tit {
        gap: 20px !important;
    }
    .main_video div:first-child {
        width:100%;
    }
    .main_video p.mgb60 {
        margin-bottom: 40px !important;
    }
    .video_frame {
        width: 100% !important;
        height: fit-content !important;
    }

    /***** 전시작품소개 *****/
    .main_exhibition ul {
        padding-top:0 !important;
    }
    .main_exhibition ul li p {
        left:50% !important;
        transform:translateX(-50%);
        width:80%;
        text-align: center;
    }
    .main_exhibition_bg {
        display: none;
    }

    /***** 스템프투어 *****/

    .stamp_list {
        width: 95% !important;
    }
    .main_stamp .tit p {
        font-size: 17px !important;
    }
    .stamp_txt > li {
        width: auto !important;
        padding: 15px 70px !important;
        font-size: 20px !important;
    }
    .stamp_txt > li:nth-child(n+2) {
        margin-left: -35px !important;
    }
}

/** 가로 940px **/
@media screen and (max-width:940px) {
    /***** header *****/
    #gnb {
        gap: 40px !important;
    }
    #gnb > li {
        font-size: 20px;
    }

    /***** 공통영역 *****/
    .main-sect {
        padding: 60px 0 !important;
    }

    /***** 국가유산정보 *****/
    .main_national_heritage ul {
        gap: 32px !important;
    }
    .main_national_heritage ul li:first-child, .main_national_heritage ul li:last-child {
        margin-top: 45px !important;
    }
    
     .main_national_heritage ul li .pic {
        height: 250px !important;
    }

    /***** 공지사항 *****/
    .main_notice .board_list li a {
        padding: 30px !important;
    }

    /***** 전시작품소개 *****/
    .main_exhibition ul li a {
        height: 230px !important;
    }
    .main_exhibition ul li p {
        font-size: 17px !important;
    }

    /***** 메인배너 *****/
    .main_banner ul {
        gap: 20px !important;
        text-align: center;
    }
    .main_banner ul img {
        width: 80%;
    }
}

/** 가로 820px **/
@media screen and (max-width:940px) {
    /***** header *****/
    #gnb {
        gap: 25px !important;
    }
    #gnb > li {
        font-size: 19px;
    }
}