@charset "UTF-8";

.root_daum_roughmap .cont {display: none;}

#bo_v{padding-top: 210px;}
.quick{position: fixed; right: 0; top: 32%; z-index: 3; display: flex; flex-direction: column; gap:2px 0px;}

.main{padding-top: 200px;}
.main .visual{background: url('../img/mainbg.png')no-repeat;background-size: cover;background-position: center;margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.main .visual h2{color: #fff; font-size: 5.5rem; font-family: 'GowunBatang-Regular'; text-shadow: 0px 0px 10px rgba(0,0,0,0.3); display: flex; flex-direction: column; }
.main .visual h2 .line{width: 50px; height: 5px; background: #fff; display: inline-block; margin: 20px 0;}
.main .visual h2 b{color: #ff2121;font-family: "국립박물관문화재단클래식B";}
.main .visual .maintext_box{width: 100%;height: 100%;display: flex;justify-content: flex-start;align-items: center;padding-left: 4em;height: 290px;}
.main .visual::before{content:"";position:absolute;opacity:0.5;top:0;left:0;width:100%;height:100%;/* background:var(--c-01); */}

.maintext_box img{/* width: 50%; */max-width: 100%;}
.main .box_wrap{display: flex; gap: 20px 1.5%; margin-bottom: 20px;}
.main .box_wrap a{position: relative; transition: 0.3s all; min-height: 275px;}
.main .box_wrap .b1{width: 41.5%;  background: url('../img/img1.png')no-repeat; background-size: cover; background-position: center;}
.main .box_wrap .b1 img{width: 100%;}
.main .box_wrap .b2{width: 15.56%;min-height: 275px;/* background: url('../img/img2.png')no-repeat; */background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;border: 5px solid var(--c-01);position: relative;}
.main .box_wrap .b2 img{display:block;max-width: 82%;margin:0 auto;/* mix-blend-mode: color-burn; */}
.main .box_wrap .b2::before{content:"";position:absolute;opacity:0;top:0;left:0;width:100%;height:100%;background:var(--f-01);}
/*.main .box_wrap .b2 img{width: 80%;}*/
.main .box_wrap .b3{width: 41.5%;background: url('../img/img3.png')no-repeat;background-size: cover;background-position: center;position: relative;}
.main .box_wrap .b3 img{width: 100%;}
.main .box_wrap .b4{width: 32.58%;  background: url('../img/img4.png')no-repeat; background-size: cover; background-position: center;}
.main .box_wrap .b4 img{width: 100%;}
.main .box_wrap .b5{width: 67%;  background: url('../img/img5.png')no-repeat; background-size: cover; background-position: center;}
.main .box_wrap .b5 img{width: 100%;}
.main .box_wrap .text{position: absolute;bottom: 0;left: 0;background: rgba(255,255,255,0.2);width: 100%;padding: 20px;opacity: 0;transition: 0.3s all;}
.main .box_wrap .text .h2{display: block;font-size: 21px;font-weight: bold;margin-bottom: 8px;color: #fff;}
.main .box_wrap .text .h3{font-size: 16px;color: #fff;font-weight: 300;margin-top: 4px;}
.main .box_wrap a:hover .text{opacity: 1;}
.main .box_wrap a::before{content:"";position:absolute;opacity:0;top:0;left:0;width:100%;height:100%;background:#000;transition: all .3s ease;}
.main .box_wrap a:hover::before{opacity: 0.3;transition-duration: 0.7s;}

.main .visual h2 span ,.main .visual h2 p{color: #fff; font-size: 2.3rem; font-family: 'GowunBatang-Regular'; text-shadow: 0px 0px 10px rgba(0,0,0,0.3)}

.main_img{display: flex;}
.main_img a{width: 33.33333%;}
.main_img a img{width: 100%;}

.main_map{background: #fff;padding-top: 0;margin-top: -40px;}
.main_map .width{display: flex; justify-content: space-between; gap:30px 0px; align-items: center;}
.main_map .root_daum_roughmap{width: 55% !important;}
.main_map .text{width: 42%;border: 5px solid #d3d3d3;height: 392px;display: grid;align-items: start;border-radius: 10px; overflow: hidden;}
.main_map .text h2{font-size: 3.5rem;font-weight: bold;background: #eee;padding: 20px 0px;text-align: center;background: #f3f3f3;}
.main_map .text h2 img{mix-blend-mode: darken; max-width: 100%;}
.main_map .text .tel{text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;/* padding: 115px 0px; *//* height: 100%; */}
.main_map .text .tel h3{font-size: 2.0rem;font-weight: 100;}
.main_map .text .tel a{font-size: 3.5rem;font-weight: bold;}

#ft{background: #323232;}
#ft .foot_info{display: flex; gap:3px 1%; justify-content: center; flex-wrap: wrap;}
#ft .foot_info p{font-size: 1.5rem; color: #eee; font-weight: 200;}
#ft .foot_info span{font-size: 1.5rem; color: #eee; font-weight: 200;}
#ft .foot_info a{font-size: 1.5rem; color: #eee; font-weight: 200;}
#ft .copyright{margin-top: 20px;}
#ft .copyright span{font-size: 1.5rem; color: #eee; font-weight: 200;}

.page1 .width{display: flex; justify-content: space-between; align-items: center; gap: 30px 0px;}
.page1 .width img{width: 45%; }
.page1 .text{width: 50%;}
.page1 .text h2{font-size: 3.2rem; font-weight: bold;}
.page1 .text h2 i{font-style: normal;color: var(--c-01);}
.page1 .text p{font-size: 1.7rem;font-weight: 400;margin-top: 20px;line-height: 1.5;color: #666;}
.page1 .text p b{color:#222; }
.page1 .text a{font-size: 3.0rem;font-weight: bold;display: block;}
.page1 .text .call{display:block; margin-top:53px;}
.page1 .text .call em {font-style: normal;margin-bottom: 6px;display: block;font-size: 15px;}

.page2 .width{display: flex; justify-content: space-between; align-items: center;}
.page2 .root_daum_roughmap{width: 50%;}
.page2 .text_wrap{width: 46%;}
.page2 .text_wrap .info{display: flex; margin-bottom: 40px;}
.page2 .text_wrap .info h2{font-size: 2.4rem;font-weight: bold;margin-bottom: 12px;}
.page2 .text_wrap .info p + em{display:block; margin-top:7px; font-size:15px; color:#898989;}
.page2 .text_wrap .info p{font-size: 1.8rem;font-weight: 300;color: #555;}
.page2 .text_wrap .info p + p{margin-top: 7px;}
.page2 .text_wrap .info i{font-size: 2.5rem;margin-right: 10px;position: relative;top: 2px;}
.page2 .text_wrap .tel{font-size: 2.6rem; font-weight: bold; display: block; margin-bottom: 20px;}
.page2 .text_wrap .map{width: 250px;height: 45px;line-height: 45px;text-align: center;display: block;background: var(--c-01);color: #fff;font-size: 1.8rem;font-weight: 500;border-radius: 5px;}
.page2 .text_wrap .map span{font-family: 'SUIT-Regular'; margin-left: 10px;}

.page3{max-width: 1000px; margin: 0 auto;}
.page3 img{width: 100%;}

/* 게시판 */
a.btn_b01[title="글쓰기"]{background:var(--c-01); color:#fff; border-color:var(--c-01);}
#bo_v_con img{margin-top: 10px;}

@media all and (max-width: 1400px){
	.main .box_wrap .b2 img{width: 80%;}
}
@media all and (max-width: 1280px){  .page2 .text_wrap{width: 46%; margin-left: 5%;}}
@media all and (max-width: 1024px){
  .main{padding-top: 100px;}
  .main_map .text h2{font-size: 3.0rem;}
  .main_map .text ul li span{font-size: 1.8rem;}
  .main_map .text ul li{font-size: 1.8rem;}
  .board_title{padding-top: 110px;}
  .page1 .text h2{font-size: 2.8rem;}
  .page1 .text p{font-size: 1.8rem; margin-top: 14px;}
  .page1 .text a{font-size: 2.6rem;}
  .page2 .text_wrap .info h2{font-size: 2.2rem;}
  .page2 .text_wrap .info i{font-size: 2.2rem;}
  .page2 .text_wrap .tel{font-size: 2.2rem;}
  .main .box_wrap .text .h2{font-size: 2.1rem;}
  .main .box_wrap .text .h3{font-size: 1.6rem;}
  .main .visual h2{font-size: 4rem; letter-spacing: -0.01em; width: 100%; margin-bottom: 30px;}
  .main .visual{background-position: 60% center; flex-direction: column;}
  #bo_v{padding-top: 110px;}
}
@media all and (max-width: 900px){
  .main .box_wrap{flex-wrap: wrap;}
  .main .box_wrap .b1{width: 71.5%;}
  .main .box_wrap .b2{width: 26.5%; min-height: 210px;border-width: 3px;}
  .main .box_wrap .b3{width: 100%;}
  .main .box_wrap .b4{width: 100%;}
  .main .box_wrap .b5{width: 100%;}
  .main .visual{padding: 0;}
  .main .box_wrap a{min-height: 210px;}
}
@media all and (max-width: 850px){
  .maintext_box img{width: 60%;}
  .main_map .width{flex-direction: column;}
  .main_map .text{width: 100%;}
  .main_map .root_daum_roughmap{width: 100% !important;}
  #ft .foot_info p{font-size: 1.5rem;}
  #ft .foot_info span{font-size: 1.5rem;}
  #ft .foot_info a{font-size: 1.5rem;}
  #ft .copyright span{font-size: 1.5rem;}
  #ft  .foot_logo img{height: 22px;}
  .page2 .width{flex-direction: column;}
  .page2 .root_daum_roughmap{width: 100%; margin-bottom: 30px;}
  .page2 .text_wrap{width: 100%; margin-left: 0;}
  .page1 .width{flex-direction: column;}
  .page1 .width img{width: 100%;}
  .page1 .text{width: 100%;}
  .main_map .text .tel{padding: 50px 0px;}
}
@media all and (max-width: 768px){
  .Hfull{margin-top: 60px; height:520px;}
  .main1 .box_wrap{flex-direction: column; gap:40px 0px;}
  .main1 .box{width: 100%;}
  #ft .foot_info{flex-direction: column;}
  #ft .foot_info span{display: none;}
}
@media all and (max-width: 650px){
	.maintext_box img{width: 90%;max-width: 420px;}
	.main .visual iframe{width:100%;}
	.main .visual h2 span,
	.main .visual h2 p{font-size:1.35rem; color:#fff;}

	.main .visual .maintext_box{padding-left: 20px;	}
	.main{padding-top: 79px;}

	.main_map .text .tel a{font-size:2.5rem;}
	.main_map .text .tel h3{margin-bottom:6px; font-weight:300; font-size:1.7rem;}
	.main_map .text{height:245px;border-width: 3px;border-radius:20px;}
	.main_map .text h2 img{height: 24px;}
}
