header {
    height: 70px;

}
header > div,
.whiteMenu > div {
    height: 70px;
}
header .logo,
.whiteMenu .logo{
    height: 70px;
    width: 140px;
    background-size: 100%;
    margin-left:10px;
    position: relative;
    z-index: 2;
        
}
.whiteMenu .logo{
    background-image: url(/assets/img/main_logo_02.png);
}
ul.rootMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    padding-top:80px;
    background-color: #000000cc;
    display: none;
}
header > div > ul > li,
.whiteMenu > div > ul > li{
    text-align: center;
}
header > div > ul > li> a,
.whiteMenu > div > ul > li> a {

    justify-content: center;
    height: auto;
}
header > div > ul > li> a > span,
.whiteMenu > div > ul > li> a > span{
    padding: 20px 0;
    color:#fff;
}
header > div > ul > li > ul,
.whiteMenu > div > ul > li > ul{
    position: static;
    display: block;
    opacity: 1;
    padding:0;
    background-color: transparent;
}
header > div > ul > li > ul > li > a:hover,
.whiteMenu > div > ul > li > ul > li > a:hover{
    background-color: transparent;
}
header > div > ul > li > ul > li > a,
.whiteMenu > div > ul > li > ul > li > a{
    padding:10px 0;
    text-align: left;
    padding-left: calc(50% - 26px);
}
.whiteMenu > div > ul > li > ul > li > a::before{
    content: "- ";
}
header .moMenuBtn,
.whiteMenu .moMenuBtn{
    display: block;
}

.main01 strong {
    font-size: 8vw;
}
.main01 span {
    font-size: 3.5vw;
}
.main01-img-01 img,
.main01-img-03 img{
    width:33vw;
    display: block;
}
.section {
    padding:20px;

}
.btn_area{
    text-align: center;
}
.btn_area a{
    margin-bottom:10px;
    display: block;
    margin-right: 0;
}
.main01{
    height: 100%;
}
.box_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 60px;
    max-width: 640px;
    margin:0 auto;
}
.box_list > a > div:nth-child(1) h4 {
    font-size: 16px;
    margin-top: 3px;
    opacity: .4;
}
.box_list > a > div:nth-child(1) > div {
    font-size: 10px;
}
.box_list > a > div:nth-child(1) > span {
    font-size: 8px;
    opacity: .4;
}
.box_list > a > div:nth-child(2) > span{
    opacity: 1;

}
.box_list > a > div:nth-child(2) span:nth-child(1){
    font-size: 16px;
    margin:5px 0;
}
.box_list > a:hover > div:nth-child(1) {
    filter: none;
    transition-property: all;
    transition-duration: .4s;
}
.box_list > a:hover{
    transform: none;
}
.box_list > a > div:nth-child(2) {
    position: absolute;
    left: 8px;
    bottom: -46px;
}
.box_list > a > div:nth-child(2) span:nth-child(2) {
    margin-top: 0;
    padding:0;
}
.box_list > a:nth-child(1),
.box_list > a:nth-child(2){
    margin-bottom: 60px;
}
.main_inner_box .inner_txt, .subtitle .inner_txt{
    font-size: 15px;
    line-height: 1.4;
}

.main_inner_box {
    margin: 0px auto 0;
    width:calc(100% - 40px);

}
.main_inner_box .inner_txt, .subtitle .inner_txt{
    position: static;
    margin-bottom:20px;
}
.main_inner_box .inner_txt a{
    position: absolute;
    right: unset;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: none;
    
}


.sec3 {
    padding-top:100px;
    position: relative;
}

.shape02 {
    bottom: -49px;
}
.subpageTitle h3{
    font-size: 36px;
}
.aboutSec0, 
.aboutSec1, 
.aboutSec2{
    padding:20px;
    width:100%;
    grid-template-columns: 1fr;
    margin:40px auto;
}
.aboutUsImg{
    height:300px;
}
.aboutSec0 h4{
    font-size:13px;
    margin-top:25px;
}
.aboutSec0 h2{
    font-size:29px;
}
.aboutSec1 p, .aboutSec0 p {
    color: #555;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 35px;
}
.row-1-1-1 {
    grid-template-columns: 1fr;
}
.bici {
    grid-template-columns: 1fr;
}
.color-box {
    margin-top: 0px;
}
.colorList{
    margin-top:20px;
}
.catalogImg img{
    width: 100%;
}
.downloadBtn{
    text-align: center;
}
footer .rootMenu {
    display: none !important;
}
header > div > ul > li> a > span::before{
    z-index: 2;
}
.whiteMenu .moMenuBtn i{
    color:#000;
}

.productPage {
    display: block;
    margin-top: 0px;
}
.box{
    padding:20px;
    width:100% !important;
}
.category{
    width:100%;
}
.searchfilter{
    display: none;
}
.itemList {
    grid-template-columns: 1fr 1fr;
}
.subContMenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.subContMenu a{
    border-right: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 14px 0;
}
.box h2 {
    padding: 40px 0 40px;
}
.faqTable > div > div:nth-child(4){
    display: none;
}
.faqTable > div {
    font-size: 14px;
    grid-template-columns: 60px 38px 1fr;
}
.faqTable > div > div:nth-child(2) #Layer_1 {
    width: 18px;
    height: 18px;
}

.tableRows tr th,
.tableRows tr td{
    
    font-size: 14px;
}
.tableRows tr th:first-child,
.tableRows tr td:first-child{
    display: none;
}

footer{
    padding:20px;
}
.hoverDiv{
    display: none !important;
}

.imgDetail,
.btmBtn{
    width: 100%;
    margin-top:20px;
}
.btmBtn{
    text-align: center;
}
.btmBtn > a{
    margin-left:0;
    display: inline-block;
}

.indexText{
	position: absolute;
	top:50%;
	width:calc(100% - 40px);
	transform: translate(-50%,-50%);
}
.main_inner_box h2, .subtitle h2{
    font-size: 30px !important;
}

.wrap_map {
    height: 200px !important;
}
.main_inner_box{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.mapLocation .main_inner_box{
    position: static;
    top:0;
    transform: none;
}

.subtitle {
    margin-top: 20px;
}
.adrTxt {
    border-left: 1px solid #aeaeae;
    padding: 20px 20px;
    margin-top: 20px;
    font-size: 14px;
}
.aboutSec1 h3 {
    font-size: 24px;
}
.item .img {
    height: 140px;
}
.item .title .txt {
    font-size: 13px;
}
.item .title .subTxt {
    font-size: 10px;
}
.item .title {
    padding: 0px 10px 24px;
}
.itemList {
    grid-gap: 12px;
}

.box_list > a > div:nth-child(2) span:nth-child(1){
	color:#fff;

	
}

.box_list > a > div:nth-child(2) span:nth-child(2){
	color:#ffffff77;

}
.program_box_list > a > div:nth-child(2) span:nth-child(1){
	color:#333;

	
}

.program_box_list > a > div:nth-child(2) span:nth-child(2){
	color:#00000077;

}
.circle_fill{
    display: none;
    
}

.circle_group >  div{
    position: relative;
    left:0;
    bottom: 0;
    width: 120px;
    height: 120px;
    margin-top: 4px;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 10px;
    /* transform: scale(.8); */
    flex: 0 0 auto;
    /* transform: scale(.8) translateX(-10%); */
}
.circle_group > div > img{
    width: 34px;
    margin-top: 30px;
}
.circle_group{
    display: flex;
    height: 150px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;  /* 줄바꿈 방지(선택 사항) */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE/Edge */
}
.circle_tra > div{
    font-size: 12px;
            margin-top: 10px;
}
.sec3_box_area_txt h5{
    font-size: 18px;
}
.sec3_box_area {
    margin-top: 10px;
    width: 100%;
}
.aboutSec1 > div{
    width: 100%;
}
.aboutSec1, .aboutSec2{
    display: block;
}
.greetingSec2 p{
    margin-top:0;
}
.greetingSec2{
    margin-top:0;
}
.greetingSec1{
    margin-bottom:0;
}
.philo-grid {
    grid-template-columns: 1fr;
}
.box_list > a > div:nth-child(2) span:nth-child(2){
    font-size:10px;
}
.sec3_box_area_txt p{
    font-size: 11px;
}