@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'IAMAPLAYER';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/IAMAPLAYER.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GangwonState';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/GangwonState.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}



/* 구글 한글폰트 Noto+Serif+KR, Noto+Sans+KR    */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

.font_type_noto_sans_500{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight : 400;
}
.font_type_noto_serif_500{
    font-family: 'Noto Serif KR', serif;
    font-weight : 500;
}

body{
    background-color:#f2ebea;
}

.header {
    width: 100%;
    height: 120px;
    
   /* font-family: 'Noto Serif KR', serif;*/
    font-family: 'Noto Sans KR', sans-serif;
    font-weight : 400;
}

.header_sub1 {
    width: 800px;
    height: 120px;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 40px;
    font-family: 'Noto Serif KR', serif;
    font-weight : 500;
}

nav{
    margin: 15px 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight : 200;
    margin-left: 20px;
}


nav li{
    display: inline-block;
    
}

nav a {
    text-decoration: none;
    padding: 0 10px;
    color: black;
  }

nav a:hover {
    background: #A05222;
    color: white;
  }

.container {
    width: 100%;
    
}

.container_1 {
    width: 100%;
    padding-top: 40px;
    background-image: url( "https://www.munsuro-lottecastle.co.kr/image/visual_bg.jpg" );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    color: #FFFFFF;

    
}


.container_1_1 {
    width: 800px;
    height: 700px;
    margin: 0 auto;
  
}


.container_2 {
    width: 100%;
   

    
}

.container_2_1 {
    width: 100%;
    margin: 0 auto;
  
    display:flex;
    background-color: greenyellow;


}

.container_2_1_1 {
    width: 70%;
    
  
    height: 500px;
   
    background-color: rebeccapurple;
}
.container_2_1_2 {
    width: 30%;
   
  
    height: 300px;
   
    background-color: red;
}
.phone_number_button {
   
  text-align: center;
  margin: 5px 0;
  padding: 5px 12px;
  text-decoration: none;
  font-weight: lighter;
  line-height: 1.4;
  color: white;
  background: #A05222;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight : 400;
}

.phone_number_button:hover {
    background: white;
    color: #A05222;
  }

.footer {
    width: 100%;
    height: 60px;
    background-color: lightblue;
    font-family:'IAMAPLAYER';
    
}

.slider {
    width: 100%;                                 
    overflow: hidden;
    position: relative;
}
.slide {
    float: left;
    width: 100%;
    position: relative;
}
img {
    width: 100%;
    height: auto;                                                        
}

.pr_slier_cont  {

     width: 100%;
     height: 170px;
     display: flex;


     

  }
