﻿@charset "utf-8";
/* @import url('font.css'); 내부망에서 작업할때는 폰트 폴더 불러와 사용 */
@import url('base.css');

@media all and (max-width:768px){
.tabSt .afterClear>div,.currentBox2{ width: calc(100% - 20px)!important; height:400px}
}

@media all and (max-width:1138px){
.n_map_rate_list_img {text-align: Center;width: 100%;}
.n_map_rate_list h4 {width: 100%;text-align: center;margin: 0;}
.n_map_rate_list_img li {float: initial !important; display: inline-block;}
.n_map_rate_list{width:100%}
}

@media all and (min-width:1138px){
.tabSt .afterClear> .currentBox1{ float: left; width: calc(100% - 20px); height: 260px; border-bottom: 0.2px solid #276cc3; background: #f0f0f0; padding: 10px; margin-bottom: 10px; text-align: center; position: relative}
.tabSt .afterClear> .currentBox2{ float: left; width: calc(48% - 20px); height: 312px; border-bottom: 0.2px solid #276cc3; background: #f0f0f0; padding: 10px; margin-bottom: 10px; text-align: center; position: relative}
}

