@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
   font-family: 'Nanum Gothic', sans-serif;
   /* font-family: 'Roboto Mono', monospace; */
   scroll-behavior: smooth;
}

.hide {
   position: absolute;
   width: 0 !important;
   height: 0 !important;
   overflow: hidden;
   margin: -1px;
   text-indent: -9999px;
   border: 0 none !important
}

div {
   display: block;
}

a {
   text-decoration: none;
   color: black;
}

ul,
li {
   list-style: none;
}

/* 헤더 부분 */
.header_nav>ul>li>a {
   text-decoration: none;
   color: black;
   font-weight: 600;
   font-size: 18px;
   transition: all ease-in 0.3s;
}

.header_nav>ul>li>a:hover {
   color: #DF2D32;
}

.header_nav>ul>li>ul>li>a {
   text-decoration: none;
   color: rgb(82, 82, 82);
   font-size: 15px;
}

.header_nav>ul>li>ul>li>a:hover {
   color: #DC2F34;
   font-weight: bold;
   border-bottom: 2px solid #DC2F34;
}

.header_wrap {
   width: 100%;
   position: relative;
   height: 180px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   background: url(../images/main/wave-haikei.svg);
}

.header_container {
   display: flex;
   justify-content: center;
   align-items: center;
   margin: auto;
   padding-right: 60px;
   /* background: red; */
}

.ottugi_title {
   margin-left: 60px;
}

.ottugi_title h1 {
   text-indent: -9999px;
}

.ottugi_title img {
   width: 70px;
}

.header_all_wrap {
   position: relative;
}

.header_nav>ul {
   height: 80px;
   display: flex;
   margin: 50px 0 0 0;
   justify-content: space-between;
   align-items: center;
   /* background: blue; */
}

.header_nav>ul>li {
   font-size: 20px;
   /* height: 60px; */
   line-height: 40px;
   padding-right: 60px;
   /* background: green; */
}

.header_nav ul ul {
   position: absolute;
   top: 110px;
   height: 460px;
   display: none;
   /* background: linear-gradient(0deg, rgba(150, 152, 124, 1) 0%, rgba(255, 242, 0, 1) 46%, rgba(254, 241, 0, 1) 99%); */
   z-index: 4100;
}

.lang_menu_btn {
   position: absolute;
   top: 75px;
   right: -50px;
}

.lang_menu_btn img {
   width: 30px;
}

/* 토글버튼 */
.toggle_btn {
   display: none;
}

.lang {
   position: absolute;
   background: #fff;
   text-align: center;
   padding: 5px;
   top: 110px;
   right: -100px;
   display: none;
   border: 1px solid #b8b8b8;
   border-radius: 10px;
   z-index: 9999;
}

.lang_down a {
   font-weight: bold;
   font-size: 20px;
}

.lang_list {
   position: absolute;
   background: #dbdbdb;
   top: 0px;
   right: -55px;
   height: 90px;
   padding: 10px;
   display: none;
   border: 1px solid #b8b8b8;
   border-radius: 10px;
   z-index: 4000;
}

.lang_list p {
   margin-bottom: 5px;
}

.lang_list p:hover {
   font-weight: bold;
}

.lang_down,
.ottugi_search,
.ottugi_chat,
.ottugi_mall {
   padding: 8px;
}

.ottugi_mall {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 5px;
}

.ottugi_mall img {
   width: 95px;
}

.nav_bg {
   position: absolute;
   top: 170px;
   left: 0;
   width: 100%;
   height: 450px;
   background: linear-gradient(0deg, rgba(150, 152, 124, 1) 0%, rgba(255, 242, 0, 1) 46%, rgba(254, 241, 0, 1) 99%);
   display: none;
   z-index: 4000;
}


/* 메인부분 */

.gong_list_container {
   padding: 10px 300px;
}

.main_container h2 {
   text-align: center;
   font-size: 48px;
   padding: 100px 0 80px 0;
}

em {
   color: #DF2D32;
   border-bottom: 1px solid #000;
}

.search_container {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0 300px;
}

.search {
   width: 356px;
   height: 50px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-left: 20px;
   /* background: red; */
   border-radius: 30px;
}

#search_btn {
   border: none;
   background: url(../images/main/images/search.svg) no-repeat 50% 50%;
   padding-right: 45px;
   text-indent: -9999px;
}

#search {
   width: 360px;
   height: 46px;
   border: none;
   font-size: 18px;
   outline: none;
   color: #a4a4a4;
}

#search:focus {
   color: #000;
   font-weight: bold;
}

.search:hover {
   border: 1px solid #3c3c3c;
   border-radius: 30px;
   padding-left: 19px;
}

.gong_list ul li {
   position: relative;
   border-top: 1px solid rgb(217, 217, 217);
   border-bottom: 1px solid rgb(217, 217, 217);
   display: flex;
   margin-bottom: 15px;
}

.list_text a::after {
   content: '>';
   position: absolute;
   top: 65%;
   right: 18px;
   font-size: 20px;
   font-weight: bold;
   margin-top: -24px;
}

.gong_list ul li {
   padding: 20px 0;
}

.gong_list ul li:hover {
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
}

.list_text p {
   font-size: 20px;
   font-weight: bold;
}

.list_num {
   display: flex;
   align-items: center;
   margin: 0 60px;
   color: #8e8e8e;
}

.page_num_container {
   text-align: center;
}

.page_num {
   margin: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.page_num span {
   font-size: 24px;
}

.first_n {
   color: #DF2D32;
}

.first_n p {
   margin-right: 8px;
}

.first_n p:hover {
   cursor: pointer;
}

.second_n {
   display: flex;
}

.second_n p {
   margin-right: 8px;
}

.second_n p:hover {
   cursor: pointer;
}

#prev_btn {
   width: 30px;
   height: 30px;
   margin-right: 5px;
   border: none;
   background: url(../images/main/gong_prev.svg) no-repeat 50% 50%;
   text-indent: -9999px;
}

#prev_btn:hover {
   border: 2px solid #000;
   border-radius: 50%;
}

#next_btn {
   width: 30px;
   height: 30px;
   margin-left: 5px;
   border: none;
   background: url(../images/main/gong_next.svg) no-repeat 50% 50%;
   text-indent: -9999px;
}

#next_btn:hover {
   border: 2px solid #000;
   border-radius: 50%;
}

/* 푸터 */
.footer_top_container {
   height: 70px;
   border-top: 1px solid #c7c7c7;
   border-bottom: 1px solid #c7c7c7;
   display: flex;
   background: #F7F7F7;
   /* justify-content: space-between;
   align-items: center; */
}

.footer_top {
   width: 1200px;
   margin: auto;
}

.footer_top ul {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.footer_top ul li a {
   font-size: 15px;
   font-weight: bold;
   margin-right: 30px;
   color: #3c3c3c;
}

.f_left {
   float: left;
   margin: 8px 0 0 0;
}

.f_right {
   float: right;
}

.footer_bottom_container {
   position: relative;
   max-width: 1200px;
   margin: auto;
   font-size: 14px;
   font-weight: 400;
}

.footer_bottom_container ul {
   display: flex;
}

.footer_bottom_container ul li p {
   margin-bottom: 6px;
}

.b_left {
   margin: 15px 0 0 20px;
}

.b_right {
   margin: 30px 0 90px 25px;
}

.b_last_img {
   position: absolute;
   top: 30px;
   right: 0px;
}

/* Top button */

.fixed_area {
   right: 10px;
   width: 80px;
   position: fixed;
   bottom: 20px;
   z-index: 200;
}

.btn_top.on {
   display: block;
}

.btn_top {
   width: 80px;
   height: 72px;
   background: url(/images/common/btn_top_pc.svg) no-repeat 0 0 / 100%;
   filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
}

.sr_only {
   position: absolute;
   top: -99999px;
   font-size: 0;
   height: 0;
}