@charset "UTF-8";

/** 공통 **/
body *{ font-family: "Pretendard", sans-serif;}
input::placeholder{font-family: "Pretendard", sans-serif !important; font-weight: 500;}
#container:has(.main_content){padding-left: 0; padding-right: 0;}
.main_content{padding-top: 0 !important;}
.main_content > div[class^="main_con"] {padding-left: 1.6rem;padding-right: 1.6rem;}
div[class^="main_con"]{padding-top: 6.6rem;}
div[class^="main_con"] .flexbox{display:flex;justify-content: space-between;width: 100%;}
div[class^="main_con"] [class^="btn"]:focus,
div[class^="main_con"] input:focus,
div[class^="main_con"] select:focus,
.tab_menu button:focus{ outline: 0.2rem solid var(--primary);  outline-offset: 0.2rem;}
div[class^="main_con"] [class^="btn"]{border-radius: 0.4rem;}
.swiper-notification {display: none !important;}
.mo_con{display: none;}

/* title */
div[class^="main_con"] .title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 3rem;}
div[class^="main_con"] .title h2{font-size:2.4rem; font-family:'Gsans' !important; font-weight:700;}
div[class^="main_con"] .title h2 span{font-family:'Gsans' !important; font-weight: 400; vertical-align: -0.1rem; position: relative;}
div[class^="main_con"] .title h2 span::before{content: ''; display: block; width: 0.6rem; height: 0.6rem; border-radius: 100rem; background: #E24E28; position: absolute; top: -1rem; left: 0.8rem;}
div[class^="main_con"] .title div{display: flex; align-items: center; gap: 1.6rem;}
div[class^="main_con"] .title .conditions{flex-wrap: wrap;gap: 0.8rem;}
div[class^="main_con"] .title .btns{gap: 0.6rem;}
div[class^="main_con"] .title .btn_edit{display: block;width: 2.4rem;height: 2.4rem;background: url(../images/main/ico_edit.svg) no-repeat center / 2rem;}
div[class^="main_con"] .title .info {font-size: 1.5rem;color: #232429;}
div[class^="main_con"] .btn_go{display: block;width: 2.4rem;height: 2.4rem;background: url(../images/main/ico_arrow.svg) no-repeat center / 1.6rem;}
div[class^="main_con"] .title select{border-radius: 100rem;width: auto;border: 1px solid var(--bdr);padding: 0.7rem 3.6rem 0.7rem 1.5rem;font-size: 1.6rem;color: #242328;line-height: 1;min-height: 3.4rem;height: auto;background: #fff url(../images/main/ico_select_arrow.svg) no-repeat right 1.2rem center / 1.6rem;}
div[class^="main_con"] .title select.dark{min-width: 11.5rem;padding-right: 5.6rem;background: var(--gray-dark) url(../images/main/ico_select_arrow_white.svg) no-repeat right 1.2rem center / 1.6rem !important; border-color: var(--gray-dark) !important; color: #fff !important;}
div[class^="main_con"] .title .date_box{border: 0; width: 15rem; height: 3.2rem;}
div[class^="main_con"] .title .calendar_wrap{gap: 0 0.5rem;}
div[class^="main_con"] .title .date_box input{border-radius: 100rem;  border: 1px solid var(--bdr); padding: 0.7rem 3rem 0.7rem 2rem; font-size: 1.6rem; color: #242328; line-height: 1; height: auto; min-width: 0; width: 100%;}
div[class^="main_con"] .title .date_box .ui-datepicker-trigger{display: block; width: 1.6rem; height: 1.6rem; }

/* tab */
div[class^="main_con"] .tab_menu{display: inline-flex; align-items: center; justify-content: center; padding: 0.4rem; border: 1px solid var(--bdr); background: #fff; border-radius: 100rem;}
div[class^="main_con"] .tab_menu li{}
div[class^="main_con"] .tab_menu li button{font-size:1.6rem; padding: 0.8rem 2.2rem; border-radius: 100rem; background: transparent;}
div[class^="main_con"] .tab_menu li button:hover{font-weight: 600;}
div[class^="main_con"] .tab_menu li button.on{background: var(--gray-dark); color: #fff; font-weight: 700;}

/* simplebar */
.simplebar-scrollable-y .simplebar-content-wrapper{padding-right: 2.4rem;}
.simplebar-track.simplebar-vertical {width: 1.6rem !important; background: #ECECEE; bottom: 2.4rem !important; top: 0.1rem !important;border-radius: 0;}
.simplebar-scrollbar:before{width: 0.8rem !important; border-radius: 0 !important; background: #fff !important; opacity: 1 !important; left: 0.4rem !important; right: 0.4rem !important; top: 0.4rem !important; bottom: 0.4rem !important;}


/** main_sch **/
.main_sch{}
.main_sch{background: linear-gradient(90deg, #0EAE89 0%, #099489 100%); padding: 2rem 0; display: flex; align-items: center; justify-content: center; padding: 2rem 0;}
.main_sch .input_wrap{position: relative; width: 67rem; height: 5rem; }
.main_sch .input_wrap .input_txt{display: block; width: 100%; height: 5rem; border: 0; font-size: 1.8rem; color: #fff; padding: 0 2.5rem; padding-right: 5.5rem; border-radius: 100rem; border: 2px solid #76BFB4; background: none; transition: all 0.15s;}
.main_sch .input_wrap .input_txt::placeholder{color: #EBF4FD; font-weight: 100;}
.main_sch .input_wrap .input_txt:focus{border-color: #fff; outline: none;}
.main_sch .input_wrap .btn_main_sch{position: absolute; display: block; width: 3.8rem; height: 3.8rem; text-indent: -9999px; border: 0; background: url(../images/main/btn_sch.svg) no-repeat left top 0.5rem / 3.8rem; bottom: 0.4rem; right: 1.2rem;}
.main_sch .input_wrap .btn_main_sch:focus{outline: -webkit-focus-ring-color auto 1px;}
.main_sch .btn_manu_sch2{display: inline-block; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #fff; position: absolute; right: -17rem; top: 1.5rem;}
.main_sch .btn_manu_sch2::before{content: ''; display: inline-block; width: 3rem; height: 2.4rem; background: url(../images/main/ico_coin.svg) no-repeat center / 3rem; vertical-align: middle; margin-right: 0.9rem;}


/** main_con1 **/
.main_con1{position: relative;}
.main_con1::before{content: ''; display: block; width: 100%; height: 29rem; background: #F9F9F9; position: absolute; left: 0; top: 0; z-index: -1;;}
.main_con1 .inner_wrap{gap:0 4rem;}
.main_con1 .title{margin-bottom: 1.7rem !important;}

/* live_action */
.live_action{width: 66%; position: relative;display: flex;flex-direction: column;}
.live_action .btn_go{position: absolute; right: 0; top: 1.1rem;}
.live_action .title .btns{padding-right: 2.8rem;}
.live_action .tbl_wrap{height: 100%;border-radius: 2.4rem; background: #fff; border: 1px solid var(--bdr); background: #fff; overflow: hidden; }
div[class^="main_con"] .live_action .title select.dark {min-width: 14.6rem;}
.main_tbl thead th{font-size: 1.5rem; font-weight: 400; height: 4.5rem; text-align: center; color: #1D1D1D;}
.main_tbl tbody td{border-bottom: 1px solid #e7eded;height: 4.5rem;font-size: 1.6rem;font-weight: 400;word-break: break-all;line-height: 1.2;color: #484B54;text-align: center;word-break: break-all;}
.main_tbl.top{position: relative;z-index: 9;}
.main_tbl tbody tr:last-of-type td{border-bottom: 0;}
.main_tbl.top::after{content: ''; display: block; width: 100%; height: 1px; position: absolute; top: 0; left: 0;}
.main_tbl.top::after{background: #a0aec6; top: 4.5rem;}
.main_tbl tbody td.r{ padding-right: 1rem;}
.live_action .tbl_wrap:has(.simplebar-scrollable-y) .main_tbl.top{width: calc(100% - 2.4rem);}
.live_action .tbl_wrap:has(.simplebar-scrollable-y) .main_tbl.top::after{width: calc(100% + 2.4rem);}
.live_action .scr_box{height: 31.5rem;}
.main_tbl .rate{padding-right: 2rem;}
.main_tbl .rate.up{background: url(../images/main/ico_up_sm.svg) no-repeat right center / 1.1rem; color: #F0293C;}
.main_tbl .rate.down{background: url(../images/main/ico_down_sm.svg) no-repeat right center / 1.1rem; color: #3B6BF1;}

/* quick */
.quick{width: calc(100% - 4rem - 66%);}
.quick ul{display: flex; flex-direction: column; gap: 1.6rem 0;}
.quick ul li{border-radius: 2.4rem; border: 1px solid var(--bdr); background: #E7EEF8; position: relative; bottom: 0; transition: all 0.2s;}
.quick ul li a{display: block;padding: 3.4rem 4rem; border-radius: 2.4rem; position: relative;}
.quick ul li a strong{display: block; font-size: 2rem; font-weight: 600; font-family: 'Gsans' !important; line-height: 1; margin-bottom: 1.2rem;}
.quick ul li a p{font-size: 1.5rem; color: #526463; max-width: 60%; word-break: keep-all; line-height: 1.3;}
.quick ul li a::before{content: ''; display: block; width: 12rem; height: 12rem; position: absolute; right: 2.4rem; top: 50%; margin-top: -6rem;}
.quick ul li.q1 a::before{background: url(../images/main/img_quick_01.png) no-repeat center / 9.4rem;}
.quick ul li.q2 a::before{background: url(../images/main/img_quick_02.png) no-repeat center / 10.6rem;}
.quick ul li.q3 a::before{background: url(../images/main/img_quick_03.png) no-repeat center / 9.5rem;}
.quick ul li:hover{bottom: 0.5rem;}

/* notice_list */
.notice_list{border: 1px solid var(--bdr); border-radius: 2.4rem; background: #fff; margin-top: 2.5rem; position: relative;}
.notice_slider{overflow: hidden; width: calc(100% - 15rem) !important;}
.notice_slider .swiper-slide{position: relative;width: 50%;}
.notice_slider .swiper-slide-next::before,
.notice_slider .swiper-slide:nth-of-type(2):before{content: ''; display: block; width: 1px; height: 3.2rem; background: var(--bdr); position: absolute; left: 2rem; top: 50%; margin-top: -1.6rem;}
.swiper-container-initialized .swiper-slide:nth-of-type(2):before{display: none;}
.notice_slider .swiper-slide a{display: flex; justify-content: space-between; align-items: center; padding: 2.4rem 3.2rem 2.4rem 4rem;}
.notice_slider .swiper-slide div{display: flex;align-items: center;max-width: 80%;}
.notice_slider .swiper-slide .noti_badge{display: inline-block;line-height: normal;padding: 0.6rem 1.4rem;border-radius: 100rem;color: #099489;border: 1px solid #099489;margin-right: 2.4rem;flex-shrink: 0;}
.notice_slider .swiper-slide p{font-size: 1.8rem; color: #232428; font-weight: 500; display: flex; align-items: center;width: 100%;}
.notice_slider .swiper-slide p span{display: block; max-width: 70%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.notice_slider .swiper-slide .new{display: inline-block; min-width: 1.8rem;width: 1.8rem; height: 1.8rem; text-align: center; line-height: 1.8rem; border-radius: 0.4rem; background: #FFBB2A; font-size: 1rem; color: #fff; font-weight: 600; margin-left: 1rem;}
.notice_slider .swiper-slide .date{font-size: 1.4rem; color: #6D696A;}
.notice_list .btns{position: absolute; right: 4rem; top: 3rem; display: flex; align-items: center; gap: 0 0.6rem;}
.notice_list .btns [class^='btn_notice']{width: 2.4rem;height: 2.4rem;border-radius: 0.8rem;border: 1px solid var(--bdr);background-color: #fff;text-align: center;transition: 0.1s color, 0.1s border-color, 0.1s background-color;}
.notice_list .btns [class^='btn_notice']:hover {background-color: var(--btn-hover);}
.notice_list .btns [class^='btn_notice']::before{content: '';display: inline-block;width: 2rem;height: 2rem;vertical-align: -0.5rem;}
.notice_list .btns .btn_notice_prev::before{background: url(../images/main/ico_prev.svg) no-repeat center / 1.4rem;}
.notice_list .btns .btn_notice_next::before{background: url(../images/main/ico_next.svg) no-repeat center / 1.4rem;}
.notice_list .btns .btn_notice_more{border-color: var(--gray-dark); background: var(--gray-dark);}
.notice_list .btns .btn_notice_more:hover {border-color: var(--btn-gray-dark-hover); background: var(--btn-gray-dark-hover);}
.notice_list .btns .btn_notice_more::before{background: url(../images/main/ico_plus.svg) no-repeat center / 2.4rem; width: 2.3rem; height: 2.3rem;}
.notice_slider .swiper-slide .no_data{padding: 2.8rem 3.2rem 2.8rem 4rem; font-size: 1.8rem;}
.notice_slider .swiper-slide a:hover p span{text-decoration: underline;}
.notice_slider .swiper-slide a:focus{outline-offset: -2px;}
.notice_list .btns .btn_notice_prev,
.notice_list .btns .btn_notice_next{display: none;}
.notice_list:has(.swiper-container-initialized) .btns .btn_notice_prev,
.notice_list:has(.swiper-container-initialized) .btns .btn_notice_next{display: inline-block;}

/** main_con2 **/
.main_con2 .flexbox{gap: 0 4rem;align-items: flex-end;}
.main_con2 .flexbox .trand,
.main_con2 .flexbox .daily_price{flex:1;}

/* market_volume */
.market_volume{margin-bottom: 2rem;}
.market_volume .title{margin-bottom: 4rem;}
.volume_slider_wrap {display: flex;align-items: center;gap: 2rem;position: relative;}
.volume_slider {overflow: hidden;}
.volume_slider_wrap > button[class^="btn_vol"]{display: block; min-width: 5rem;width: 5rem; height: 5rem; border-radius: 100px; border: 1px solid var(--bdr); font-size: 0; transition: 0.1s color, 0.1s border-color, 0.1s background-color;}
.volume_slider_wrap > button[class^="btn_vol"].btn_vol_prev{background: #fff url(../images/main/ico_prev.svg) no-repeat center / 1.6rem;}
.volume_slider_wrap > button[class^="btn_vol"].btn_vol_next{background: #fff url(../images/main/ico_next.svg) no-repeat center / 1.6rem;}
.volume_slider_wrap > button[class^="btn_vol"]:hover {background-color: var(--btn-hover);}
.volume_slider{height:auto; margin-left: -1rem; margin-right: -1rem; padding: 1rem 0 2rem;}
.volume_slider .swiper-slide{display: flex;flex-direction: column;justify-content: space-between;width: calc(20% - 2rem);background: #fff;border: 1px solid var(--bdr);border-radius: 2.4rem;height: 15rem;position: relative;transition: all 0.1s;margin: 0 1rem;padding: 3.2rem 2.4rem;}
.volume_slider .swiper-slide::after{content: ''; display: block; width: 100%; height: 15rem; border-radius: 2.4rem; border: 2px solid transparent; position: absolute; left: 0; top: 0; z-index: 0; opacity: 0; transition: all 0.1s;pointer-events: none;}
.volume_slider .swiper-slide:has(.rate.up)::after{border-color: #E63540;}
.volume_slider .swiper-slide:has(.rate.down)::after{border-color: #3179FA;}
.volume_slider .swiper-slide a{display: block;height:100%; }
.volume_slider .swiper-slide:hover{background: #fff;box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.16);position: relative;}
.volume_slider .swiper-slide:hover::after{opacity: 1;}
.volume_slider .name{font-size: 2.4rem; line-height: 1; font-weight: 600; ; display: block; margin-bottom: 2rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.volume_slider .name span{font-size: 1.6rem;font-weight: 500;margin-left: 0.6rem;line-height: 1;float: right;color: #9CAAA9;margin-top: 0.5rem;}
.volume_slider .prc b{font-size: 2.2rem; font-weight: 700; color: #222429;}
.volume_slider .prc .rate{float: right; font-size: 2rem; font-weight: 700; padding-top: 0.2rem;}
.volume_slider .prc .rate i{font-size: 0;}
.volume_slider .prc .rate::after{content: ''; display: inline-block; width: 2.7rem; height: 3rem; position: relative; vertical-align: bottom; margin-left: 0.6rem;}
.volume_slider .prc .rate.up{color: #E63540;}
.volume_slider .prc .rate.up::after{background: url(../images/main/ico_up.svg) no-repeat center / 2.7rem; bottom: 0.4rem;}
.volume_slider .prc .rate.down{color: #3179FA; }
.volume_slider .prc .rate.down::after{background: url(../images/main/ico_down.svg) no-repeat center / 2.7rem; bottom: 0.6rem;}

/* trand */
.trand{min-width: 68rem; flex-shrink: 0;}
.trand>*{position: relative; z-index: 9;}
div[class^="main_con"] .trand .title{margin-bottom: 1.6rem;min-height: 3.4rem;}
.trand .title b,
.daily_price .title h2{font-size: 1.8rem !important; font-weight: 400 !important; display: inline-block; line-height: 1;  color: #222429; font-family: 'Gsans' !important;}
.trand .trand_box{border-radius: 1.8rem 2.4rem 3rem 2.4rem;background: #3179FA;padding: 2.4rem;display: flex;height: 37rem;width: 100%; }
.trand .trand_box .list_wrap{width: 64rem;}
.trand .trand_box .list_wrap > p{font-size: 1.5rem; color: #EFF2FF; text-align: right; font-weight: 300; margin-top: 0.5rem;}

.trand .list{height: 28.9rem; overflow: hidden;}
.trand .list ul li{font-size: 2.2rem; border-bottom: 1px solid #8ab2f5; height: 5.8rem;}
.trand .list ul li a{display: flex;line-height: 1;padding: 1.7rem 0;align-items: center;justify-content: space-between;}
.trand .list ul li a div{ display: flex; align-items: center; white-space: nowrap;}
.trand .list ul li i{font-style: normal; font-weight: 700; display: inline-block; width: 2.4rem; margin-right: 1.8rem; vertical-align: middle; color: #fff;}
.trand .list ul li p{font-weight: 700; display: inline-block; vertical-align: middle; color: #fff; display: inline-block;}
.trand .list ul li b{display: inline-block;}
.trand .list ul li b span{font-weight: 300;}
.trand .list ul li span{font-weight: 300; color: #fff; margin-left: 1rem; display: inline-block; text-align: right;}
.trand .list ul li .prc{width: 25%; text-align: right; display: inline-block;}
.trand .list ul li .rate{width: 25%; text-align: right;}
.trand .list ul li .rate i{margin: 0; font-size: 0; width: 0;}
.trand .list ul li .rate::after{content: ''; display: inline-block; width: 1.8rem; height: 1.3rem; margin-left: 1rem;}
.trand .list ul li .rate.up::after{background: url(../images/main/ico_up_white.svg) no-repeat center / 2.6rem; vertical-align: 0.1rem;}
.trand .list ul li .rate.down::after{background: url(../images/main/ico_down_white.svg) no-repeat center / 2.6rem; vertical-align: -0.1rem;}
.trand .list ul li a:hover b{text-decoration: underline;}

.trand .sch_chart{position: relative;height: 20rem;width: calc(100% - 41rem);height: 32.2rem;}
.trand .sch_chart li{position: absolute;}
.trand .sch_chart li a{display: flex; border-radius: 100rem; align-items: center; justify-content: center; text-align: center;}
.trand .sch_chart li b{display: block; line-height: 1; font-weight: 700;}
.trand .sch_chart li span{margin-top: 1rem; display: block; line-height: 1;}
.trand .sch_chart li.top1 a{width: 18.8rem;height: 18.8rem;background: #2069ec;}
.trand .sch_chart li.top1 *{color: #fff;}
.trand .sch_chart li.top1 b{font-size: 2.2rem; }
.trand .sch_chart li.top1 span{font-size: 1.8rem;}
.trand .sch_chart li.top2 a{width: 9rem;height: 9rem;background: #9CBFFF;}
.trand .sch_chart li.top2 b{font-size: 1.8rem; color: #1355CD;}
.trand .sch_chart li.top2 span{font-size: 1.6rem; color: #1355CD;}
.trand .sch_chart li.top3 a{width: 7.2rem;height: 7.2rem;background: #1355CD;}
.trand .sch_chart li.top3 b{font-size: 1.6rem; color: #fff;}
.trand .sch_chart li.top4 a{width: 5.4rem;height: 5.4rem;background: #fff;}
.trand .sch_chart li.top4 b{font-size: 1.6rem; color: #508efe;}
.trand .sch_chart li.top5 a{width: 4.8rem;height: 4.8rem;background: #2f7ce3;}
.trand .sch_chart li.top5 b{font-size: 1.4rem; color: #fff; font-weight: 600;}
.trand .sch_chart li.top1{left: 3rem;top: 5rem;}
.trand .sch_chart li.top2{left: 13rem;top: -0.5rem;}
.trand .sch_chart li.top3{left: 3rem;top: 18rem;}
.trand .sch_chart li.top4{left: 18rem;top: 19rem;}
.trand .sch_chart li.top5{left: 14rem;top: 25.5rem;}
.trand .sch_chart li.top1::before{content: '';display: block;width: 3.2rem;height: 3.2rem;border-radius: 100rem;background: #000;opacity: 0.3;position: absolute;left: 3rem;top: -3.5rem;opacity: 0.1;}
.trand .sch_chart li.top1::after{content: '';display: block;width: 1.7rem;height: 1.7rem;border-radius: 100rem;background: #fff;opacity: 0.2;position: absolute;left: 7rem;bottom: -5rem;z-index: 9;}

/* daily_price */
.daily_price{}
div[class^="main_con"] .daily_price .title{margin-bottom: 1.6rem;}
.daily_price .chart_wrap{border-radius: 2.4rem; border: 1px solid var(--bdr); height: 37rem;}
.daily_price .chart_wrap > div{border-radius: 2.4rem; overflow: hidden;}

/** main_con3 **/
.main_con3{background: #f8fafa; padding: 8rem 0; margin-top: 8rem;}
.main_con3 .statistics, .main_con3 .flexbox{display: flex; justify-content: space-between;}
.main_con3 .statistics .flexbox{gap: 0 4rem;}
.main_con3 .inner_wrap > .flexbox{padding-top: 7rem;}

/* stats_quick */
.stats_quick{width: 44rem; height: 31.3rem; background: #41A59E url(../images/main/bg_stats_01.png) no-repeat left bottom 2rem; border-radius: 1.3rem; position: relative; transition: all 0.2s;}
.stats_quick::after{content: ''; display: block; width: 34rem; height: 24rem; background: url(../images/main/img_stats.png) no-repeat center / 34rem; position: absolute; left: 50%; margin-left: -17rem; bottom: -9rem;pointer-events: none;}
.stats_quick a{display: block; width: 100%; height: 100%; padding: 5rem 4.5rem;}
.stats_quick b{display: block; font-size: 3.6rem; color: #FFEE87; line-height: 1; font-family: 'Gsans' !important; margin-bottom: 2rem; font-weight: 700;}
.stats_quick p{ font-family: 'Gsans' !important; font-size: 1.8rem; color: #BEEBE8; line-height: 1; position: relative;}
.stats_quick p::after{content: '\EA6E'; font-family:'remixicon'; display: inline-block; margin-left: 0.2rem; font-size: 2.4rem; vertical-align: -0.3rem;}
.stats_quick p::before{content: ''; display: block; width: 7.5rem; height: 3rem; background: url(../images/main/bg_stats_02.png) no-repeat center / 7.5rem; position: absolute; right: 0; bottom: 0;}
.stats_quick:hover{background-color: #1fa398;}

/* item_stats */
.item_stats{width: calc(100% - 44rem); padding-top: 4rem;}
.item_stats .title{margin-bottom: 4rem;}
.item_stats .title h2{font-weight: 400 !important;font-size: 3.2rem !important;line-height: 1;}
.item_stats .title select{position: relative; top: -0.1rem;}
.item_stats ul{display: flex; flex-wrap: wrap; gap: 2.4rem 1.6rem ;}
.item_stats ul li{display: inline-block; width: calc((100% - 8rem)/6); height: 13rem;}
.item_stats ul li a{display: block; width: 100%; height: 100%; padding: 1.6rem; border-radius: 1.3rem; background: #fff; border: 1px solid #cacaca; transition: all 0.15s; position: relative; bottom: 0;}
.item_stats ul li a:hover{border-color: #41A59E;}
.item_stats ul li .img_area {display: flex;justify-content: center;align-items: center;width: 7.2rem;height: 7.2rem;margin: 0 auto;}
.item_stats ul li .img_area img {display: block;position: relative;margin: 0 auto;}
.item_stats ul li .img_area img[src*="img_food01"] {left: 0.2rem;top: 0.2rem;}
.item_stats ul li .img_area img[src*="img_food02"] {left: 0.7rem;top: 0.5rem;}
.item_stats ul li .img_area img[src*="img_food03"] {left: 1rem;}
.item_stats ul li .img_area img[src*="img_food04"] {left: 0.7rem;top: 0.8rem;}
.item_stats ul li .img_area img[src*="img_food05"] {left: 0.5rem;top: 0.8rem;}
.item_stats ul li .img_area img[src*="img_food06"] {left: 0.1rem;top: 0.2rem;}
.item_stats ul li .img_area img[src*="img_food07"] {left: 0.7rem;}
.item_stats ul li .img_area img[src*="img_food08"] {left: 0.8rem;top: 0.7rem;}
.item_stats ul li .img_area img[src*="img_food09"] {left: 0.3rem;top: 1.5rem;}
.item_stats ul li .img_area img[src*="img_food10"] {left: 0.8rem;}
.item_stats ul li .img_area img[src*="img_food11"] {left: 0.5rem;top: 0.8rem;}
.item_stats ul li span{display: block; text-align: center; margin-top: 0.5rem; font-size: 1.8rem; font-weight: 500;line-height: 1.2;}
.item_stats ul li .btn_plus{border: 0;background: var(--gray-light) url(../images/main/ico_plus_big.svg) no-repeat center / 4.6rem;border-radius: 1.2rem;}
.item_stats ul li .btn_plus:hover{box-shadow: none; bottom: 0;background-color: #E7E9E9;}
.item_stats ul li:hover a{box-shadow: 3px 3px 10px rgba(0,0,0,0.1), inset 0 0 0 1px #41A59E;}

/* recent_list */
.recent_list{width: calc(100% - 48rem); position: relative;}
.recent_list .list_wrap{background: #fff;border-radius: 2.4rem;border: 1px solid var(--bdr);padding: 1.5rem 3.2rem;position: relative;}
.recent_list .tab_cont{margin-top: 1.6rem;}
.recent_list .list_wrap .btn_go{position: absolute;right: 0;top: -5rem;}
.recent_list .list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.recent_list .list li{width: calc(50% - 2rem); border-bottom: 1px solid var(--bdr);}
.recent_list .list li:nth-of-type(n+5){border-bottom: 0;}
.recent_list .list li a{display: flex; justify-content: space-between; padding: 1.8rem 0; padding-right: 2rem; align-items: center;}
.recent_list .list li .date{display: block; width: 8rem;  text-align: center;}
.recent_list .list li .date *{font-weight: 700; color: var(--gray-dark); display: block; line-height: 1;}
.recent_list .list li .date span{font-size: 1.4rem; margin-bottom: 1rem;}
.recent_list .list li .date b{font-size: 3.8rem;}
.recent_list .list li .txt_area{width: calc(100% - 10rem); }
.recent_list .list li .txt_area b{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 1; font-size: 2rem;font-weight: 600; margin-bottom: 0.8rem;}
.recent_list .list li .txt_area p{font-size: 1.4rem; font-weight: 400; line-height: normal; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.recent_list .list li .img_area{width: 9rem; height: 7rem; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #eaeaea;}
.recent_list .list li a:hover .txt_area b{text-decoration: underline;color: var(--primary);}

/* main_banner */
.main_banner{width: 44rem; position: relative;}
.main_banner .btns{position: absolute;z-index: 99;width: 13rem;height: 3rem;border-radius: 100rem !important;background: var(--gray-dark);bottom: 2rem;left: 50%;margin-left: -6.5rem;display: flex;align-items: center;gap: 0 0.8rem;justify-content: center;}
.main_banner .btns [class^='btn_bn']{display: inline-block; width: 1.6rem; height: 1.6rem;}
.main_banner .btns .btn_bn_control{background: url(../images/main/ico_bn_pause.svg) no-repeat center / 1.6rem;}
.main_banner .btns .btn_bn_control.play{background: url(../images/main/ico_bn_play.svg) no-repeat center / 0.9rem;}
.main_banner .btns .btn_bn_prev{background: url(../images/main/ico_bn_prev.svg) no-repeat center / 1.6rem; }
.main_banner .btns .btn_bn_next{background: url(../images/main/ico_bn_next.svg) no-repeat center / 1.6rem;}
.main_banner .btns .bn_pagination{width: auto; color: #fff; font-size: 1.3rem; line-height: 1.6rem;}
.main_banner .btns .bn_pagination .swiper-pagination-current{font-weight: 700;}
.bn_slider{width: 100%; height: 38.8rem; border-radius: 1.3rem; overflow: hidden;}
.bn_slider .swiper-slide a{display: block; width: 100%; height: 100%; border-radius: 1.3rem;}
.bn_slider img{width: 100%; object-fit: cover; display: block; height: 100%;}
.bn_slider .swiper-slide a:focus{outline-offset: -2px; outline: 2px solid #000;}


@media screen and (max-width: 1400px) {
  /* pc 작은버전 스타일 */ 
  /* .volume_slider .name, .volume_slider .prc{padding: 0 1.3rem;}
  .volume_slider .img_area img{max-width: 90%;}
  .volume_slider .name{margin-bottom: 1rem;}
  .volume_slider .prc b{font-size: 1.7rem; display: inline-block; } 
  .volume_slider .prc .rate{font-size: 1.7rem;}
  .volume_slider .prc .rate::after{width: 2rem; background-size: 2rem !important; vertical-align: top;}
  .price_btns button{width: 4rem; height: 4rem;}
  .price_btns button.btn_pri_prev{left: -2rem;}
  .price_btns button.btn_pri_next{right: -2rem;}
  .con2 .wrap>div.prc_compare{width: 55%;}
  .con2 .wrap>div.prc_chart{width: 43%;} */
}


@media screen and (max-width: 1024px) { 
  /* 태블릿 버전 스타일 (모바일~태블릿 공통 스타일) */ 
  /** 공통 **/
  html{font-size:12px;}
  .mo_con{display: block;}
  .mo_hide{display: none !important;}
  div[class^="main_con"]{padding-top: 3.2rem;}
  .btn.lg{border-radius: 1.2rem !important; border: 1px solid #9BDAD5; background: #F2FAF9; height: 4.8rem; line-height: 4.6rem; width: 100%; font-size: 1.8rem; color: var(--primary); font-weight: 700;}
  

  /* title */
  div[class^="main_con"] .title span.sr_only{visibility: hidden !important; position: absolute !important;}
  div[class^="main_con"] .title .btn_edit,
  div[class^="main_con"] .title h2 span::before{display: none;}

  /* tab */
  div[class^="main_con"] .tab_menu li button{color: #232429;}

  /* simplebar */

  /** main_sch **/
 .main_sch{padding: 0.8rem 2rem;}
 .main_sch .input_wrap{width: 100%;height: 3.28rem;}
 .main_sch .input_wrap .input_txt{height: 3.2rem; font-size: 1.5rem; padding-left: 1.6rem;}
 .main_sch .input_wrap .btn_main_sch{width: 3.2rem; height: 3.2rem; background-size: 2.3rem; background-position: center; top: 0; right: 1.2rem;}
div[class^="main_con"] .flexbox{display: block;}
.main_sch .btn_manu_sch2{display: none;}

  /** main_con1 **/
  .main_con1{padding-top: 2.4rem !important;}
  .main_con1::before{height: 19rem;}
  
  /* login_bf, login_af */
  .main_con1 [class^="login"]{}
  .main_con1 [class^="login"] .title{margin-bottom: 2.4rem;}
  .main_con1 [class^="login"] .btn_invoice{width: 15rem; height: 4.8rem; line-height: 4.6rem; border-radius: 1.6rem !important; background: var(--primary); color: #fff; font-weight: 700; font-size: 1.8rem; border-color: var(--primary);}
  .main_con1 [class^="login"] .btn_invoice::before{content: ''; display: inline-block; width: 1.6rem; height: 1.6rem; background: url(../images/main/ico_invoice.svg) no-repeat center / 1.6rem; margin-right: 0.8rem;}
  .main_con1 [class^="login"] .box{border-radius: 2.4rem; border: 1px solid #DDE7E8; background: #FFF; box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10); padding: 3rem 2.4rem;}
  .main_con1 .btn_login::before{content: ''; display: inline-block; width: 2rem; height: 2rem; background: url(../images/main/ico_login.svg) no-repeat center / 2rem;}
  .main_con1 .login_bf p{font-size: 1.7rem; font-weight: 500; margin-bottom: 1.6rem; text-align: center;}
  .main_con1 .login_af .box{border-color: #41A59E; padding: 2.4rem;}
  .main_con1 .login_af .user{display: block;}
  .main_con1 .login_af .user span{font-size: 1.6rem; color: #4B4C50; display: block; margin-bottom: 1.2rem; line-height: 1;}
  .main_con1 .login_af .user strong{font-size: 2.4rem; color: #232429; display: block; font-family: 'Gsans' !important; font-weight: 700; line-height: 1;}
  .main_con1 .login_af .top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem;}
  .main_con1 .login_af .top b{font-size: 2rem; color: #000;font-weight: 500;}
  .main_con1 .login_af .top span{font-size: 1.6rem; color: #4B4C50;}
  .main_con1 .login_af ul{display: flex; gap: 0 1rem;}
  .main_con1 .login_af ul li{border-radius: 1.2rem; background: #F8FAF9; padding: 1.6rem 0.5rem 1rem; flex: 1; text-align: center;}
  .main_con1 .login_af ul li span{display: inline-block; width: 5.4rem; height: 2.4rem; line-height: 2.4rem; border-radius: 100rem; text-align: center; font-size: 1.4rem; color: #fff; margin-bottom: 0.8rem;}
  .main_con1 .login_af ul li .statusA{background-color: #44B86B;}
  .main_con1 .login_af ul li .statusB{background-color: #099489;}
  .main_con1 .login_af ul li .statusC{background-color: #3E9BE6;}
  .main_con1 .login_af ul li p{color: #000; font-size: 1.6rem;}
  .main_con1 .login_af ul li p b{font-size: 2.4rem; font-weight: 700; letter-spacing: -.03em; margin-right: 0.2rem;}

  /* live_action */
  .live_action{margin-top: 3.2rem; width: 100%; text-align: center;}
  .live_action .title{position: relative; margin-bottom: 1.6rem !important; text-align: left;}
  .live_action .title,
  .live_action .title div:not(.btns, .conditions){display: block !important;}
  .live_action .title select.dark {width: calc((100% - 0.8rem) / 2);}
  .live_action .title h2{line-height: normal; margin-bottom: 0.6rem;}
  .live_action .title .tab_menu_wrap{overflow-x: auto;border: 1px solid #e7e7e7;border-radius: 100rem;overflow: visible;margin-top: 0;overflow: hidden;}
  .live_action .tab_menu{ width: calc(100% - 5rem); white-space: nowrap; justify-content: flex-start !important;  position: relative; overflow-x: auto; border: 0 !important; border-radius: 0 !important; background: transparent !important;}
  .live_action  .btn_go{position: absolute;right: 1rem;top: 5.5rem;z-index: 9;}

  .live_slider{overflow: hidden; }
  .live_slider .swiper-slide{border: 1px solid var(--primary); background: var(--primary); border-radius: 1.2rem;}
  .live_slider .flexbox{display: flex !important;}
  .live_slider .top{padding: 1.6rem 2.4rem;}
  .live_slider .top strong{font-size: 1.7rem; font-weight: 600; color: #FFFFFF; }
  .live_slider .top span{font-size: 1.7rem; color: #fff; padding-left: 2rem; background: url(../images/main/ico_location.svg) no-repeat left center / 1.2rem;}
  .live_slider .box{background: #fff; border-radius: 1.2rem; padding: 2.4rem;}
  .live_slider .box strong{font-size: 2.4rem; color: var(--dark); font-weight: 700; margin-bottom: 1rem; line-height: normal;}
  .live_slider .box strong span{font-weight: 400; font-size: 1.7rem; padding-left: 0.2rem;color: #526463;}
  .live_slider .box .info1{padding-bottom: 1.6rem; border-bottom: 1px solid #E3E9E8; margin-bottom: 1.6rem; text-align: left;}  
  .live_slider .box .info1 .unit{font-size: 1.7rem; color: #9CAAA9;}
  .live_slider .box .info1 p{color: #526463; font-size: 1.7rem; display: flex; gap: 0 0.4rem; align-items: center;}
  .live_slider .box .rate{font-weight: 600;}
  .live_slider .box .rate i{font-size: 0;}
  .live_slider .box .rate::after{content: '';display: inline-block;width: 1.4rem;height: 1.6rem;position: relative;vertical-align: bottom;margin-left: 0.4rem;}
  .live_slider .box .rate.up{color: #eb4217;}
  .live_slider .box .rate.up::after{background: url(../images/main/ico_up.svg) no-repeat center / 1.4rem;bottom: 0.3rem;}
  .live_slider .box .rate.down{color: #2e56e5; }
  .live_slider .box .rate.down::after{background: url(../images/main/ico_down.svg) no-repeat center / 1.4rem; bottom: 0.46rem;}
  .live_slider .box .info2{margin-bottom: 2rem; text-align: left;}
  .live_slider .box .info2 dl{display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 0;}
  .live_slider .box .info2 dl dt{font-size: 1.7rem; color: var(--gray-dark); font-weight: 400; width: 7rem; line-height: normal;}
  .live_slider .box .info2 dl dd{width: calc(100% - 7rem); text-align: right; color: var(--gray-dark); line-height: normal;}
  .live_slider .box .info2 dl dd b{font-weight: 600; color: var(--dark);}
  .live_slider ~ .btns{position: static;z-index: 99;width: auto;height: 3rem;border-radius: 100rem !important;background: var(--gray-dark);display: inline-flex;align-items: center;gap: 0 0.5rem;justify-content: center;margin: 0 auto;margin-top: 1.6rem;padding: 0 0.8rem;}
  .live_slider ~ .btns [class^='btn_live']{display: inline-block; width: 1.6rem; height: 1.6rem;}
  .live_slider ~ .btns .btn_live_control{background: url(../images/main/ico_bn_pause.svg) no-repeat center / 1.6rem;}
  .live_slider ~ .btns .btn_live_control.play{background: url(../images/main/ico_bn_play.svg) no-repeat center / 1.1rem;}
  .live_slider ~ .btns .btn_live_prev{background: url(../images/main/ico_bn_prev.svg) no-repeat center / 1.3rem; }
  .live_slider ~ .btns .btn_live_next{background: url(../images/main/ico_bn_next.svg) no-repeat center / 1.3rem;}
  .live_slider ~ .btns .live_pagination{width: auto; color: #fff; font-size: 1.3rem; line-height: 1.6rem;}
  .live_slider ~ .btns .live_pagination .swiper-pagination-current{font-weight: 700;}

  /* quick */
  .quick{margin-top: 1.3rem; width: 100%; border-radius: 2.4rem; background: #E7EEF8; overflow: hidden;}
  .quick ul{display: block;}
  .quick ul li{border-radius: 0;}
  .quick ul li:hover{bottom: 0;}
  .quick ul li a{padding: 2rem 2.4rem;}
  .quick ul li a p{font-size: 1.6rem;}
  .quick ul li a::before{width: 9rem; right: 2.4rem;}
  .quick ul li.q1 a::before{background-size: 6rem;}
  .quick ul li.q2 a::before{background-size: 7.2rem;}
  .quick ul li.q3 a::before{background-size: 6.3rem;}

  /* notice_list */
  .notice_list{margin-top: 1.6rem;}
  .notice_slider{width: 100% !important;}
  .notice_slider .swiper-slide a{display: block; padding: 2.4rem;}
  .notice_slider .swiper-slide div{display: block; width: 100%;max-width: 100%;}
  .notice_slider .swiper-slide .noti_badge{padding: 0.4rem 1.4rem; margin-bottom: 0.7rem;}
  .notice_slider .swiper-slide p span{max-width: 90%; font-weight: 500;}
  .notice_slider .swiper-slide .date{margin-top: 0.5rem;}
  .notice_slider .swiper-slide-next::before,
  .notice_slider .swiper-slide:nth-of-type(2):before {left: -2.4rem;}
  .notice_list .btns{right: 2.4rem; top: 2.4rem; z-index: 9;}
  .notice_slider .swiper-slide .no_data{padding: 2.4rem 1rem;}


  /** main_con3 **/
  .main_con3{margin-top: 2.8rem; padding-top: 2.8rem; padding-bottom: 2.8rem;}
  .main_con3 .inner_wrap > .flexbox{padding-top: 0;}

  /* recent_list */
  .recent_list{clear: both; width: 100%;}
  .recent_list .list_wrap{padding: 0.8rem 2.4rem;}
  .recent_list .list_wrap .btn_go{width: 3rem; height: 3rem; top: -5.5rem;}
  .recent_list .list{display: block;}
  .recent_list .list li{width: 100%;}
  .recent_list .list li:nth-of-type(n+4){display: none;}
  .recent_list .tab_cont{height: auto;min-height: 0;margin-top: 1.6rem;padding: 0;}
  .recent_list .list li a{display: block; padding: 1.6rem 0;}
  .recent_list .list li .date{display: flex; align-items: center; margin-bottom: 0.8rem;}
  .recent_list .list li .date *{display: inline-block; font-size: 1.4rem !important; font-weight: 500; margin: 0 !important;}
  .recent_list .list li .date b::before{content: '.'; margin-right: -0.1rem;}
  .recent_list .list li .txt_area{width:calc(100% - 7rem)}
  .recent_list .list li .txt_area b{font-size: 2rem; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: wrap; line-height: normal;}
  .recent_list .list li .txt_area p{display: none;}
  .recent_list .list li .img_area{width: 7rem; height: 6rem;}
  .recent_list .list li:nth-of-type(3){border-bottom: 0;}

  /* main_banner */
  .main_banner{width: 100%; margin-top: 2.4rem; text-align: center;}
  .bn_slider{height: 100%;}
  .main_banner .btns{width: auto; height: 3rem; line-height: 32rem; border-radius: 100rem; padding: 0 1.2rem; border-radius: 100rem !important; gap: 0 0.5rem; bottom: 1rem; z-index: 1;}
  .main_banner .btns .btn_bn_control{background-size: 1.3rem;}
  .main_banner .btns .btn_bn_control.play{background-size: 0.8rem;}
  .main_banner .btns .btn_bn_prev{background-size: 1.3rem;}
  .main_banner .btns .btn_bn_next{background-size: 1.3rem;}


  

  /* .btn_go{width: 0.6rem; height: 1.2rem; background-size: 0.6rem;}
  /* .volume_slider {padding-left: 2rem;}
  .volume_slider .swiper-slide{width: 14rem; height: 10rem; padding: 2.8rem 1rem;}
  .volume_slider .swiper-slide::after{height: 10rem;}
  .volume_slider .name{font-size: 1.5rem; margin-bottom: 1rem; padding: 0;}
  .volume_slider .prc{padding: 0;}
  .volume_slider .name span{font-size: 1.2rem; margin-top: 0.1rem;}
  .volume_slider .prc b{line-height: 1; font-size: 1.4rem;}
  .volume_slider .prc .rate{font-size: 1.4rem; line-height: 1; padding-top: 0;}
  .volume_slider .prc .rate::after{width: 1.5rem; height: 1.7rem; background-size: 1.5rem !important; vertical-align: -0.8rem; margin-left: 0.2rem;}
  .volume_slider .swiper-slide:hover{box-shadow: 0px 5px 5px rgba(12,50,47,0.3);}
  .volume_slider .swiper-slide{margin: 0 0.5rem;}
  .volume_slider{padding-bottom: 1rem; padding-right: 2rem;}
  .con1 .row2{display: block; padding-top: 2rem; padding-left: 1.5rem; padding-right: 1.5rem;}
  .trand{width: 100%;margin-top: 0;height: auto; }
  .trand::after ,.con1::after{display: none;}
  .trand .title{margin-bottom: 1rem;}
  .trand .title b{font-size: 1.6rem;}
  .trand .title p{font-size: 1.2rem;;}
  .trand .list{height: 17.4rem; width: 100%;}
  .trand .list ul li{font-size: 1.4rem; height: 3.5rem;}
  .trand .list ul li a{padding: 1rem 0;}
  .trand .list ul li i{width:1.5rem; margin-right:1.4rem; margin-left:0.4rem;}
  .trand .list ul li a div{width: 40%;}
  .trand .list ul li .rate::after{width: 1.1rem; background-size: 1.1rem !important;}
  .trand .list ul li .rate.up::after{vertical-align: -0.1rem;}
  .trand .sch_box{display: block; padding: 1.5rem; height: auto;}
  .trand .sch_chart{height: 25.5rem; width: 30rem; margin: 0 auto; margin-top: 2.5rem;}
  .trand .sch_chart li.top1 a{width: 17rem; height: 17rem;}
  .trand .sch_chart li.top1 b{font-size: 1.6rem;}
  .trand .sch_chart li.top1 span, .trand .sch_chart li.top2 span{margin-top: 0.5rem; font-size: 1.3rem;}
  .trand .sch_chart li.top2 a{width: 12rem; height: 12rem;}
  .trand .sch_chart li.top2 b{font-size: 1.5rem;}
  .trand .sch_chart li.top1{left: 3rem;}
  .trand .sch_chart li.top2{left: 18rem;}
  .trand .sch_chart li.top3{left: 3rem; top: 14.6rem;}
  .trand .sch_chart li.top4{left: 21rem; top: 14.3rem;}
  .trand .sch_chart li.top5{left: 14rem; top: 19.2rem;}
  .trand .sch_chart li.top1::before{width: 3.5rem; height: 3.5rem; right: 2.5rem;}
  .trand .sch_chart li.top1::after{width: 2rem; height: 2rem;} */

  /* prc_compare */
  /* .con2 .wrap>div.prc_compare{width: 100%;}
  .prc_compare {margin-bottom: 1rem;}
  .prc_compare .tab1>ul>li{margin-top: 1rem;}
  .prc_compare .tab_menu1{font-size: 1.4rem; }
  .prc_compare li.active .tab_menu1::before{width: 0.4rem; height: 0.4rem; left: 50%; margin-left: -0.2rem; top: -0.7rem;}
  .prc_compare .mo_hide{display: none;}
  .prc_compare .tab_menu2{height: 2.7rem; line-height: 2.7rem; font-size: 1.2rem; top: -4rem; left: 11rem; padding: 0 1.2rem;}
  .prc_compare .tab2::before{display: none;}
  .prc_compare .tab2>ul>li:nth-of-type(2) .tab_menu2{left: 18.1rem;}
  .prc_compare .tab2>ul>li:nth-of-type(3) .tab_menu2{left: 24.1rem;}
  .prc_compare .tbl_wrap{margin-top: 0;}
  .prc_compare .btn_go{top: 1rem;}
  .main_tbl thead th{font-size: 1.2rem; height: 2.8rem; padding-top:0.5rem;}
  .main_tbl.scrollon::after{top: 2.8rem;}
  .main_tbl tbody td{font-size: 1.4rem; height: 4rem;}
  .prc_compare td.l{padding: 0 1.3rem;}
  .main_tbl tbody td .sml{font-size: 1.4rem;}
  .prc_compare .rate{font-size: 1.4rem;}
  .prc_compare .rate::after{margin-left: 0.5rem;}
  .main_tbl.scrollon{width: calc(100% - 2rem);}
  .prc_compare .mCustomScrollbar{height: 28rem; padding-top: 0.2rem;}
  .prc_compare .tab1>ul>li>.tab_cont{height: 36rem;}
  .main_tbl thead th.c, .main_tbl tbody td.c{padding-left: 1.5rem;}
  .con2 .wrap>div.prc_chart{width: 100%;}
  .prc_chart .title b{font-size: 1.7rem;}
  .prc_chart .title select{margin-left: 1.5rem; height: 2.2rem; font-size: 1.2rem; padding: 0 1rem; padding-right: 2rem; background-size: 0.8rem; background-position: right 1rem center; min-width: 8rem;}
  .prc_chart .title .btn_go{margin-top: 0.5rem;}
  .prc_chart .chart_wrap{margin-top: 1rem; height: auto; padding-bottom: 1rem;}
  .prc_chart #prc_chart{height: 26rem; margin-top: 1.5rem;} */

  /* stats_quick */
 /*  .stats_quick{width: 100%; height: 17.3rem; background-size: 8rem; background-position: left bottom -2rem; background-color: #f9f0d5;}
  .stats_quick a{padding: 2rem;}
  .stats_quick b{color: #454135; font-size: 2rem; margin-bottom: 0.8rem;}
  .stats_quick p{color: #e34d27; font-size: 1.4rem; }
  .stats_quick p::after{background: url(../images/main/btn_go2_mo.png) no-repeat center / 0.8rem; margin-left: 1rem;}
  .stats_quick p::before{display: none;}
  .stats_quick img{width: 22.3rem; float: right; margin-top: 0; margin-right: -1rem;}

  .item_stats{width: 100%; padding-top: 2rem; clear: both;}
  .item_stats .title{margin-bottom: 2rem;}
  .item_stats .title b{font-size: 2rem;}
  .item_stats .title .btn_go{margin-top: 0.4rem;}
  .item_stats ul li{width: 31%; height: 9rem;}
  .item_stats ul li + li{margin-left: 3%;}
  .item_stats ul li:nth-of-type(7), .item_stats ul li:nth-of-type(6n+1), .item_stats ul li:nth-of-type(6){margin-left: 3%;}
  .recent_list ul li:first-of-type, .item_stats ul li:nth-of-type(4), .item_stats ul li:nth-of-type(3n+1){margin-left: 0;}
  .item_stats ul li:nth-of-type(n+4){margin-top: 3% !important;}
  .item_stats ul li .img_area{height: 6.5rem; overflow: hidden;}
  .item_stats ul li .img_area img{max-height: 60%; max-width: 60%;}
  .item_stats ul li span{padding: 0 0.5rem; font-size: 1.2rem;}
  .item_stats ul li .btn_plus{background-size: 3rem;} */
}

@media screen and (max-width: 767px) { 
  /* 모바일 버전 스타일 (태블릿 대비 모바일에서 달라지는 스타일) */
  html{font-size:11px;}
}

@media screen and (max-width: 748px) { 
  .notice_slider .swiper-slide-next::before {display: none;}
}

@media screen and (max-width: 480px) { 
  /* 모바일 버전 스타일2 (모바일 작은 화면에서 달라지는 스타일) */
  html{font-size:10px;}
}