@font-face {
  font-family: "TmonMonsori";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquareNeo-Variable";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/**************************
        header
***************************/
.header {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*position: fixed !important;*/
  width: 100%;
  height:62px !important;
  padding: 10px 20px;
  box-sizing: border-box;
  top: 0 !important;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}


.mobileGnbWrap {
  display: block;
}
.mo-logo {
  display: block;
  width: 160px;
  height: 50px;
  background-image: url("/toy/images/raon_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 햄버거버튼 */
.btnAllmenu {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
}
.btnAllmenu .bar_top,
.btnAllmenu .bar_mid {
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 3px;
  background-color: #2d2d2d;
  transform-origin: top right;
  transition: all 0.3s ease-in-out;
}
.btnAllmenu .bar_top {
  top: 50%;
  width: 42px;
}
.btnAllmenu .bar_mid {
  bottom: 5px;
  display: block;
  width: 32px;
}

.mobileGnbWrap {
  width: 100%;
  height: auto;
}
.mobileGnbWrap .bBg {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}
.mobileGnbWrap .m-navbox {
  position: fixed;
  right: -100%;
  top: 0;
  width: 80%;
  height: 100vh;
  background-color: #0e3460;
  z-index: 999;
  transition: all 0.5s;
}
.mobileGnbWrap .m-navbox.on {
  right: 0;
}
.mobileGnbWrap .m-navbox .mn-top {
  position: relative;
  height: 90px;
}
.mobileGnbWrap .m-navbox .mn-top .closeBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
}
.mobileGnbWrap .m-navbox .mn-top .closeBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.mobileGnbWrap .m-navbox .mn-top .closeBtn .lnr-cross {
  font-size: 2.188rem;
  color: #fff;
}
.mobileGnbWrap .m-navbox .m-nav > li {
  position: relative;
}
.mobileGnbWrap .m-navbox .m-nav > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-family: Pretendard;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-indent: 20px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
.mobileGnbWrap .m-navbox .m-nav > li .lnr {
  display: none;
  position: absolute;
  top: 19px;
  right: 24px;
  font-size: 1rem;
  color: #fff;
}
.mobileGnbWrap .m-navbox .m-nav > li .lnr-chevron-down {
  display: block;
}
.mobileGnbWrap .m-navbox .m-nav > li.on .lnr-chevron-down {
  display: none;
}
.mobileGnbWrap .m-navbox .m-nav > li.on .lnr-chevron-up {
  display: block;
}

.mobileGnbWrap .m-navbox .m-nav .m-depth2 {
  display: none;
  padding: 0 0 0 24px;
}
.mobileGnbWrap .m-navbox .m-nav .m-depth2 > li {
  position: relative;
}
.mobileGnbWrap .m-navbox .m-nav .m-depth2 > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
.mobileGnbWrap .m-navbox .m-nav .m-depth2 > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  text-indent: 20px;
  color: #fff;
  font-family: Pretendard;
  transform: skew(0.03deg);
  text-align: left;
}
.mo-login-wrap {
  display: flex;
  width: 100%;
  justify-content: start;
  padding: 20px;
  gap: 10px;
  color: #fff;
  font-family: "NanumSquareNeo-Variable";
  box-sizing: border-box;
}
.mo-login-wrap span {
  display: flex;
}
.mo-login-wrap span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #ddd;
  margin-left: 10px;
	margin-top: 3px;
}
.mo-login-wrap span:last-child::after{
	display: none;
}
/*****************************
            main
*****************************/
.main {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}
/*main-slide*/
.main_slide_section {
  width: 100%;
  /* height: 100%; */
  position: relative;
}
.main_slide {
  width: 100%;
  height: 450px;
}
.main_visual_slide {
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_slide01 {
  background-image: url("/toy/images/raon_slide01.jpg");
}
#main_slide02 {
  background-image: url("/toy/images/raon_slide02.jpg");
}
#main_slide03 {
  background-image: url("/toy/images/raon_slide03.jpg");
}
.slide_on_wrap {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.search_wrap {
  width: calc(100% - 30px);
  max-width: 550px;
  max-height: 70px;
  background-color: #79a2db;
  border: 5px solid #79a2db;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.search_input_wrap {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 8px;
  padding: 5px 20px;
  box-sizing: border-box;
}
.search_input_wrap > img {
  width: 45px;
}
.search_input {
  width: 100%;
  border: none;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1rem;
}
.search_btn {
  padding: 5px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.search_btn > img {
  width: 28px;
}
.main-slide__btn {
  width: calc(50% - 5px);
  max-width: 265px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.button__wrap {
  width: calc(100% - 30px);
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  margin-top: 20px;
}
.main-slide__btn span {
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "NanumSquareNeo-Variable";
  color: #ffffff;
  text-align: center;
}
.btn-green {
  background-color: #51a72a;
}
.btn-red {
  background-color: #fb5858;
}
.icon__wrap {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 100%;
  flex-shrink: 0;
}
.btn-green .icon__wrap {
  background-image: url("/toy/images/btn_icon01.png");
  background-color: #3f881d;
}
.btn-red .icon__wrap {
  background-image: url("/toy/images/btn_icon02.png");
  background-color: #ce4b4b;
}

/*main section 02 (tab)*/
.main_tab_section {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 30px;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  box-sizing: border-box;
}
.main_tab_wrap {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.main_tab_wrap .tab_wrap {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 40px;
  cursor: pointer;
}
.main_tab_wrap .tab_wrap .tab_btn {
  width: calc(33.33% - 27px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_btn .tab_icon_wrap {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  transition: background 0.3s ease;
  text-align: center;
}
.tab_btn.active .tab_icon_wrap {
  background-color: #e8f2ff;
}
.tab_btn .tab_tit {
  font-size: 1rem;
  line-height: 18px;
  font-family: "NanumSquareNeo-Variable";
  text-align: center;
  letter-spacing: 0px;
  color: #2d2d2d;
  transition: all 0.3s ease;
  margin-top: 15px;
  white-space: nowrap;
}
.tab_btn.active .tab_tit {
  color: #5186cf;
  font-weight: 900;
}
.tab_info_wrap {
  width: 100%;
  margin-top: 40px;
}
.info_box_top {
  height: 40px;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  background-color: #accdfb;
}
.box_deco {
  width: 95%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.info_box_content {
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 0px 0px 20px 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.box_calendar_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.box_calendar_wrap .box_cal_head {
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #5186cf;
  border-radius: 12px;
  font-size: 0.875rem;
  line-height: 16px;
  font-family: "NanumSquareNeo-Variable";
  color: #ffffff;
  margin-bottom: 8px;
}
.box_cal_date_wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cal_arr {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cal_arr.prev {
  background-image: url("/toy/images/left_btn.svg");
}
.cal_arr.next {
  background-image: url("/toy/images/right_btn.svg");
}
.cal_arr.prev:hover {
  background-image: url("/toy/images/left_btn_Toggle.svg");
}
.cal_arr.next:hover {
  background-image: url("/toy/images/right_btn_Toggle.svg");
}
.box_cal_date_wrap .cal_date {
  font-size: 1.25rem;
  line-height: 22px;
  font-family: "NanumSquareNeo-Variable";
  font-weight: 700;
  color: #2d2d2d;
}
.cal_btm_text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 22px;
  color: #fb5858;
  font-family: "NanumSquareNeo-Variable";
}
.box_rest_list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.box_rest_list .rest_day {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fb5858;
  text-align: center;
  line-height: 32px;
  font-size: 0.875rem;
  color: #fff;
  font-family: "NanumSquareNeo-Variable";
  font-weight: 400;
}
.go_btn {
  width: 100%;
  max-width: 300px;
  background-color: #5186cf;
  border-radius: 8px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 18px;
  color: #fff;
  font-family: "NanumSquareNeo-Variable";
  font-weight: 400;
  text-align: center;
  flex-shrink: 0;
}

.main_toy_list_wrap {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.toy_list_head {
  width: 100%;
  font-size: 1rem;
  display: flex;
}
.toy_list_tab {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f5f5f5;
  color: #2d2d2d;
  cursor: pointer;
}
.toy_list_tab:first-child {
  border-radius: 20px 0px 0px 0px;
}
.toy_list_tab:nth-child(2) {
  border-radius: 0px 20px 0px 0px;
}
.toy_list_tab.active {
  background-color: #79a2db;
  color: #fff;
}
.toy_list_content {
  background-color: #fff;
}
.toy_list_row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px 0;
  box-sizing: border-box;
}

.toy_list_row .toy_img {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
}

.toy_info {
  width: calc(100% - 72px);
  overflow: hidden;
}
.toy_info .toy_name,
.toy_info .toy_here {
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2d2d2d;
  font-family: "NanumSquareNeo-Variable";
}
.toy_info .toy_here {
  font-size: 0.875rem;
  color: #666;
  margin-top: 6px;
}
.toy_more_btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 30px;
  color: #666666;
  font-size: 0.875rem;
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin-top: 30px;
}
.tab_info_box {
	display: none;
}
/**********main section 03************************/

.main-sec03 {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
  box-sizing: border-box;
}
.main-sec03__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.sec03__left {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 20px;
}
.pop-slide__zone {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.pop-zone__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.pop-slide__arr {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pop-slide__img,
.pop-slide__img img {
  width: 100%;
}
.pop-slide__arr > .pop-slide__arrs,
.sec03-slide__arr {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
}

.pop__prev,
.sec03__prev {
  background-image: url("/images/main/left_btn.svg");
}
.pop__prev:hover,
.sec03__prev:hover {
  background-image: url("/images/main/left_btn_Toggle.svg");
}
.pop__stop,
.sec03__stop {
  background-image: url("/images/main/play_btn.svg");
}
.pop__stop:hover,
.pop-slide__arr > .pop-slide__arrs.play,
.sec03__stop:hover {
  background-image: url("/images/main/play_btn_Toggle.svg");
}
.pop__next,
.sec03__next {
  background-image: url("/images/main/right_btn.svg");
}
.pop__next:hover,
.sec03__next:hover {
  background-image: url("/images/main/right_btn_Toggle.svg");
}

.current__num {
  font-family: "NanumSquareNeo-Variable";
  font-size: 1rem;
  font-weight: 900;
  color: #000000;
}
.total_num {
  font-family: "NanumSquareNeo-Variable";
  font-size: 1rem;
  font-weight: 400;
  color: #777777;
}

.sec03__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec03_r_top {
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 20px;
  background-color: #fff;
}

.sec03_r_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  background-color: #fff;
}
.sec03_r_b_l,
.sec03_r_b_r {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 20px;
}
.sec03_r_bottom .head {
  display: flex;

  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 1.125rem;
  font-weight: 900;
  color: #2d2d2d;
  font-family: "NanumSquareNeo-Variable";
}
.sec03_r_bottom .content {
  padding: 20px;
  box-sizing: border-box;
}
.sec03_r_bottom .content .sec03_row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  color: #2d2d2d;
  font-family: "NanumSquareNeo-Variable";
  font-weight: 400;
  margin-bottom: 10px;
}
.business_date {
  font-family: "NanumSquareNeo-Variable";
}
.sec03_r_bottom .content .sec03_row .location {
  width: 138px;
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #99a0aa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NanumSquareNeo-Variable";
}
.business_hour {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "NanumSquareNeo-Variable";
  margin-left: auto;
}
.business_hour > img {
  width: 18px;
  flex-shrink: 0;
}
.business_area {
  margin-left: auto;
}
.top_notice_wrap {
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}
.notice_img {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}
.notice_img > img {
  width: 32px;
}
.notice_img > p {
  color: #2d2d2d;
  font-size: 1.125rem;
  font-weight: 900;
}
.top_notice_slide {
  width: 50%;
  height: 100%;
}
.top_notice_slide .notice_rows {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_notice_slide .notice_rows p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal_arr.more {
  flex-shrink: 0;
  background-image: url("/toy/images/more_btn.svg");
  margin-left: auto;
}
.cal_arr.more:hover {
  background-image: url("/toy/images/more_btn_Toggle.svg");
}
/****************************
           footer
*****************************/
.T2_Afooter .area_footer {
  position: relative;
  background: #003556;
}
.T2_Afooter .box_footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 35px;
}

/* 푸터 메뉴 */
.T2_Afooter * {
  font-family: "NanumSquare", sans-serif;
}
.T2_Afooter .footer_link {
  position: relative;
  clear: both;
  height: 49px;
  overflow: hidden;
  z-index: 10;
}
.T2_Afooter .footer_link ul {
  overflow: hidden;
  padding: 10px 0 0 10px;
}
.T2_Afooter .footer_link li {
  float: left;
  margin-bottom: 5px;
}
.T2_Afooter .footer_link li a {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 0.813rem;
  transform: skew(-0.3deg);
  color: #fff;
}
.T2_Afooter .footer_link li a:before {
  content: "";
  width: 1px;
  height: 10px;
  border-left: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
.T2_Afooter .footer_link li:first-child a {
  margin-left: 0;
  padding-left: 0;
}
.T2_Afooter .footer_link li:first-child a::before {
  display: none;
}
.T2_Afooter .footer_link li a:hover {
  text-decoration: underline;
}

.T2_Afooter .box_footer .box_info {
  position: relative;
  margin: 10px 0 0;
  line-height: 20px;
  font-size: 0.813rem;
  transform: skew(-0.3deg);
  word-break: keep-all;
  color: #ddd;
  line-height: 150%;
  padding: 0 10px;
}

.T2_Afooter .box_footer .box_info p {
  color: #ddd;
}
.T2_Afooter .box_footer .box_info .copyright {
  margin-top: 10px;
  color: #999;
  display: inline-block;
}
@media (max-width: 660px) {
  .box_deco {
    top: -12px;
  }
  .top_notice_wrap {
    gap: 10px;
  }
}
@media (max-width: 425px) {
	.main_slide {
		height: 250px;
	}
  .box_deco {
    top: -6px;
  }
	.search_input_wrap > img {
		width: 30px;
	}
	.search_btn > img {
		width: 20px;
	}
	.main-slide__btn {
		padding: 10px;
	}
	.icon__wrap {
		width: 35px;
    height: 35px;    
    background-size: 20px;
	}
}
