
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

body,
body * {
	font-family: "Poppins", "Pretendard", sans-serif;
}

div.top-nav{
	display: flex;
	justify-content: space-between;
	padding: 17px 20px;
}

div.top-nav button{
    border-style: none;
    background: none;
}

div.top-nav i {
	color: #333;
	font-size: 17px;
}

div.top-nav .title{
	margin-left: 15px;
	font-size: 17px;
	font-weight: bold;
}

.accordion-item:first-of-type .accordion-button{
	background-color: #f5f5f5 ;
}

.accordion-item:first-of-type .accordion-button{
    border-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse{
    border-radius: 0;
}

.accordion-item{
    border-radius: 0 !important;
}


div.top-line{
    height: 55px;
    box-shadow: #e5e5e5 0 -1px 0 0 inset;
    background-color: #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
}

div.top-line div.nav{
	max-width: 1230px;
	height: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

div.sub-nav-list i {
	color: #333;
	font-size: 13px;
}

div.sub-nav-list a{
	text-decoration: none;
	color: #333;
	font-size: 13px;
}

p.error{
    margin: 5px 0;
    font-size: 14px;
    color: #f3808c;
}

p.success{
    margin: 5px 0;
    font-size: 14px;
    color: #808df3;
}

.btn-t1{
    text-align: center !important;
    background: #eaedf1;
    font-size: 15px;
    color: #222;
}

.btn-t2{
    text-align: center !important;
    background: #3a89ef;
    font-size: 15px;
    color: #fff;
}

.btn-t3{
    width: 80px;
    font-size: 14px;
    border-style: none;
    background-color: #eaedf1;
    color: #222;
}

.btn-t5{
    background-color: #000;
    color: #fff;
}

.btn-t6{
    background-color: #d8d8d8;
    color: #fff;
}

.btn-t7{
	background-color: #00de5a;
	color: #fff;
}

.btn-t8{
    color: #333333;
    margin: 0 0 0 5px;
    padding: 10px 30px;
    font-size: 13px;
    border: 1px solid #333333;
    background: #ffffff;
    border-radius: 0;
}

.btn-t9{
    color: #ffff;
    padding: 10px 30px;
    font-size: 13px;
    background: #333;
    border-radius: 0;
}

.btn-t-sm{
    padding: 5px 10px;
}

.nav-tabs .nav-link{
	color: #333;
	padding: 15px 10px;
	border:none;
    border-radius: 0;
}

.nav-tabs .nav-link.active{
	border: none;
    background-color: #333;
    color: #fff;
}


hr.bk-line{
    opacity: 1;
    margin: 1.5rem 0;
}

.mobile-block{
    display: none;
}

label{
    font-size: 14px;
}


strong.sub-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

pre.pre-text{
    white-space: pre-line;
    color: #555555;
    font-size: 14px;
    margin-top: 15px;
    max-height: 300px;
    overflow-y: clip;
}

.no-list{
    color: #555;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.badge-t1{
    background-color: #e7e7e7;
    color: #333;
    padding: 5px 10px;
    font-size: 12px;
}

.badge-t1 i{
    color: #74c0fc;
    margin-right: 5px;
}


div.qty-adjust{
    display: flex;
}

div.qty-adjust input{
    width: 100px;
    height: 44px;
    line-height: 44px;
    padding-left: 8px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    color: #000;
}


div.qty-adjust > div{
    display: inherit;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}

div.qty-adjust > div button{
    width: 20px;
    height: 20px;
    border-style: none;
}

div.qty-adjust > div button i{
    font-size: 12px;
}


/*  Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .mobile-none{
        display: none;
    }

    .mobile-block{
        display:  block;
    }
    
}
