@charset "utf-8";

/*===================== reset =====================*/

*, *::before, *::after {
    box-sizing:border-box;
    word-break:break-all;
    margin:0;
    padding:0;
}
html {
    font-family: 'Noto Sans KR', sans-serif;
}
body {
    font-size:1rem;
    font-weight:400;
    color:#333;
    text-align:left;
	overflow: auto !important;
}
ul {
    list-style:none;
}
a {
    display:block;
    color:#333;
    text-decoration:none;
}
img {
    vertical-align:middle;
    border-style:none;
    outline:none;
}
button {
    cursor:pointer;
    outline:none;
}
table {
    border-collapse:collapse;
}
select {
    background:url(../images/icon/icon_select.png) no-repeat right;
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
    padding:0 10px;
}
select::-ms-expand {
    display:none;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#wrap {
    width:100%;
}

.mt60 {margin-top:30px;}
.line01 {width:100%; height:1px; background:#ececec;}

/*----- radio button -----*/
input[type=radio] + label {
    margin-right:10px;
    cursor:pointer;
}
input[type=radio] + label span {
    display: inline-block;
    width:22px;
    height:22px;
    border:1px solid #b3b3b3;
    border-radius:50%;
    vertical-align:middle;
    background:url(../images/icon/icon_check.png) center center no-repeat;
    margin-right:5px;
    cursor:pointer;
}
input[type=radio]:checked + label span {
    border:1px solid #545968;
    background:#3c4253 url(../images/icon/icon_check_on.png) center center no-repeat;
}
input[type=radio] {
    display: none;
}

/*----- checkbox -----*/
input[type=checkbox] + label {
    margin-right:10px;
    cursor:pointer;
}
input[type=checkbox] + label span {
    display: inline-block;
    width:22px;
    height:22px;
    border:1px solid #b3b3b3;
    border-radius:50%;
    vertical-align:middle;
    background:url(../images/icon/icon_check.png) center center no-repeat;
    margin-right:5px;
    cursor:pointer;
}
input[type=checkbox]:checked + label span {
    border:1px solid #545968;
    background:#3c4253 url(../images/icon/icon_check_on.png) center center no-repeat;
}
input[type=checkbox] {
    display: none;
}


/*----- number -----*/
input[type=number] {
    border:1px solid #e8e8e8;
    background:url(../images/icon/icon_number.png) right center no-repeat;
}


/*----- quick menu -----*/
.quickWrap {
    width:110px;
    font-weight:300;
    position:fixed;
    top:247px;
    left:50%;
    margin-left:630px;
}
.quickWrap .text_title {
    display:block;
    color:#2b2b2b;
    font-size:15px;
    text-align:center;
    border:1px solid #e9e9e9;
    padding:7px 0;
}
.quickWrap ul {
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
}
.quickWrap li {
    height:30px;
    color:#4b4b4b;
    font-size:12px;
    text-indent:15px;
    line-height:30px;
    border-bottom:1px solid #e9e9e9;
}
.quickWrap .btn_top {
    width:100%;
    height:35px;
    color:#fff;
    font-size:15px;
    border:none;
    background:#999;
    margin-top:5px;
}
.quickWrap .btn_top::after {
    content:url(../images/icon/icon_top.png);
    margin-left:5px;
}


/*----- media -----*/
@media (max-width: 1920px) {
    #wrap {
        max-width:1920px;
        width:100%;
    }
}
@media (max-width: 1200px) {
    #wrap {
        max-width:1200px;
        width:100%;
    }
    .quickWrap {
        display:none;
    }
}
@media (max-width: 320px) {
    #wrap {
        min-width:320px;
    }
}


/*===================== header =====================*/
header {
    width:100%;
    color:#2b2b2b;
    font-size:15px;
    font-weight:300;
    margin:auto;
    position:relative;
}


/*----- util wrap -----*/
.utilWrap {
    font-size:12px;
    border-bottom:1px solid #e9e9e9;
}
.utilWrap a {
    color:#727272;
}
.utilArea {
    width:1200px;
    margin:auto;
}
.list_help {
    padding:8px 0;
}
.list_help li {
    display:inline-block;
    margin-right:30px;
}
.list_util {
    padding:8px 0;
}
.list_util li {
    display:inline-block;
    border-left:1px solid #e9e9e9;
    padding:0 7px;
}
.list_util li .num_cart {
    color:#fb503c;
}
.list_util li:first-child {
    border-left:none;
}
.list_util li:last-child {
    padding:0 0 0 7px;
}


/*----- header wrap -----*/
.headWrap {
    width:1200px;
    margin:21px auto;
    position:relative;
}
h1 {
    text-align:center;
}

.btn_menu {
    border-radius:15px;
    background:#dedede;
    padding:4px 4px 4px 4px;
}

.btn_menu:before {
    vertical-align:middle;
    margin-right:10px;
}

.btn_print {
    border-radius:26.5px;
    background:#f6f6f6;
    padding:10px 30px 8px;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
}
.btn_print:before {
    content:url(../images/icon/icon_go.png);
    vertical-align:middle;
    margin-right:10px;
}
.btn_print2 {
    border-radius:26.5px;
    background:#f6f6f6;
    padding:10px 30px 8px;
    position:absolute;
    top:50%;
    left:196px;
    transform:translateY(-50%);

}
 .btn_print2:before {
	content: "";
  background-image:url(../images/icon/gallery.png);
  background-size: 100% 100%;
  display: inline-block;
	width: 50px; height:33px;
    vertical-align:middle;
    margin-right:10px;
	 
}

.img_banner {
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
}


/*----- gnb -----*/
.gnbWrap {
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
}
.gnbArea {
    width:1200px;
    margin:auto;
    position:relative;

	
}
.btn_show {
    width:9%;
    height:90px;
    color:#fff;
    font-size:15px;
    font-weight:400;
    border:none;
    background:#fb503c;
}
.btn_show::before {
    content:url(../images/icon/icon_ham.png);
    vertical-align:middle;
    margin-right:18px;
}
.btn_show_m {
    display:none;
}
.gnb {
    height:auto;
    padding: 5px;
    z-index:10;
}
.gnb:first-of-type {
    width:70%;
    padding:10 10px;
}
.gnb:nth-of-type(2) {
    width:17%;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    padding:0 10px;
}
.gnb li {
    display:inline-block;
	padding: 2px;
    font-size: 13px;
    text-align:center;
}
.gnb:first-of-type li {
  
}
.gnb:nth-of-type(2) li {
    width:50%;
}
.gnb_m {
    display:none;
}
.gnb_a {
    display:none;
    width:100%;
    height: auto;
    align-items: flex-start;
    justify-content:flex-start;
    flex-direction: row;
    border: 5px solid #dfdfdf;
    background: #fff;
    padding:5px 20px 5px;
    position: absolute;
    top: 90px;
    left:0;
    z-index: 10;
}
.gnb_a > li {
    width:25%;
}
.gnb_a > li > a {
    font-size:16px;
    font-weight:bold;
    text-align:left;
    border-bottom: 1px solid #dfdfdf;
    margin:5px 5px;
    padding:5px 0 10px;
}
.gnb_a ul li {
    display:block;
    text-indent:10px;
    line-height:25px;
}
.gnb_a ul li a {
    font-size:12px;
    text-align:left;
}
.gnb_a > li .btn_close {
    width:30px;
    height:30px;
    text-indent:-9999px;
    overflow:hidden;
    border:none;
    background:#fb503c url(../images/btn/btn_close_2.png) no-repeat;
    background-size:contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
}


/*----- media -----*/
@media (max-width: 1200px) {
    .utilArea,
    .headWrap {
        max-width:1200px;
        width:100%;
        padding:0 10px;
    }
    .gnbArea {
        max-width:1200px;
        width:100%;

    }
    .btn_menu {
        left:10px;
    }
	.btn_print {
        left:10px;
    }
    .img_banner {
        right:10px;
    }
}
@media (max-width: 1024px) {
    .btn_show,
    .gnb a {
        font-size:13px;
    }
    .gnb:first-of-type {
        width:50%;
    }
    .gnb:nth-of-type(2) {
        width:35%;
    }
    .gnb_a {
        padding:20px 20px 60px;
    }
    .gnb_a > li {
        width:25%;
    }
}
@media (max-width: 768px) {
    header {
        position:relative;
        z-index:3;
    }
    header.active {
        display:block;
        width:100vw;
        height:100vh;
        background:#fff;
        position:absolute;
        top:0;
        left:0;
    }
    .headWrap {
        margin:0;
        padding:10px;
    }
    h1 {
        text-align:left;
    }
    h1 img {
        width:30%;
    }
    header.active h1 {
        display:none;
    }

    .utilWrap {
        display:none;
    }
    header.active .utilWrap {
        display:block;
        border-bottom:none;
        margin-top:10px;
    }
    header.active .list_util {
        padding:0;
    }
    header.active .list_util li {
        border:none;
        font-size:15px;
        line-height: 28px;
        padding:0 5px;
    }
    header.active .list_util li:last-of-type {
    
    }
    header.active .list_util a {
        color:#3d3d3d;
        font-size:14px;
    }
    header.active .utilWrap .list_help {
        display:none;
    }
	 header.active .btn_menu{
        display:none;
    }

	 header.active .btn_print{
        display:none;
    }

	header.active .btn_print2{
        display:none;
    }
    .btn_print {
		background:#f6f6f6;
		padding:8px 8px 8px;
		position:absolute;
		top:50%; 
		left:43%;
    }

	.btn_menu {
		background:#f6f6f6;
		padding:8px 8px 8px;
		position:absolute;
		top:50%; 
		left:43%;
    }

	.btn_print2 {
		 display:none;
    }
	
    .img_banner {
        display:none;
    }
    .gnb {
        display:none;
    }
	.gnb .gnb_a {
        display:none;
    }
    .gnbWrap {
        border-bottom:none;
    }
    header.active .gnb {
        display:block;
        width:100%;
        height:auto;
        line-height:35px;
        padding:10px 20px;
        border-bottom:1px solid #e9e9e9;
        border-left:none;
    }
	 header.active .gnb flex{
		display:none;
	 }
    header.active .gnb_p {
        display:none;
    }
    header.active .gnb_m {
        display:block;
        border-bottom:none;
    }
    header.active .gnb li {
        width:100%;
        text-align:left;
    }
    header.active .gnb a {
        color:#3d3d3d;
        font-size:1.1rem;
    }
    header.active .gnb_m > li > ul > li > a {
        font-size:0.875rem;
    }
    header.active .gnb_m > li > ul {
        border-top:1px solid #e9e9e9;
        margin-top:10px;
    }
    header.active .gnb_m > li:nth-of-type(3),
    header.active .gnb_m > li:nth-of-type(4) {
        margin-top:15px;
    }
    .btn_show {
        display:none;
    }
    .btn_show_m {
        display:block;
        width:40px;
        height:40px;
        border:none;
        outline:none;
        background:url(../images/btn/btn_ham_m.png) no-repeat;
        background-size:contain;
        position:absolute;
        top:-45px;
        right:10px;
        cursor:pointer;
    }
    header.active .btn_show_m {
        background:url(../images/btn/btn_close.png) no-repeat;
        background-size:contain;
    }
}
@media (max-width: 480px) {
    h1 img {
        width:40%;
    }
	header.active .gnb a {
        color:#3d3d3d;
        font-size:0.9rem;
    }
	 header.active .gnb_a {
       display:none;
    }

	header.active .snsLink {
        display:none;
    }

}


/*===================== container =====================*/

#container {
    width:100%;
    margin:auto;
}


/*======== snb ========*/
#snb {
    font-family: 'Nanum Gothic', sans-serif;
}


/*----- media -----*/
@media (max-width:1920px) {
    #container {
        max-width:1920px;
        width:100%;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 480px) {

}


/*===================== footer =====================*/

footer {
    width:100%;
    background:#252525;
}


/*----- nav wrap -----*/
.navWrap {
    background:#363636;
    padding:15px 0;
}
.list_footNav {
    width:1200px;
    margin:auto;
}
.list_footNav li {
    display:inline-block;
}
.list_footNav a {
    color:#e2e2e2;
    font-size:15px;
    font-weight:500;
    text-align:center;
    padding:0 35px;
    border-left:1.5px solid #6e6e6e;
}
.list_footNav li:first-of-type a {
    border-left:none;
    padding:0 35px 0 0;
}


.list_footNav1 li {
    display:inline-block;

}
.list_footNav1 a {
    color:black;
	margin-left:250px;
    text-align:center;
}

.list_footNav1 img {
	width:60px;
}
 


/*----- footer wrap -----*/
.footerWrap {
    width:1200px;
    margin:auto;
    padding:60px 0 55px;
}
.footerWrap h2 {
    width:18%;
}
.footerWrap h2 img {
    width:95%;
}
.companyWrap {
    width:82%;
    padding-left:40px;
}
.companyWrap li {
    display:inline-block;
    color:#b2b2b2;
    font-size:13px;
    font-weight:400;
    line-height:24px;
}
.companyWrap li:nth-of-type(2) {
    margin-right:400px;
}

.footerWrap .ftc_logo {
 	margin-left:250px;
	padding:10px
	}
.footerWrap .ftc_logo li {
	display:inline-block;
	padding-left:30px;
}



/*----- media -----*/
@media (max-width:1200px) {
    .footerWrap {
        max-width:1200px;
        width:100%;
        padding:30px 0 25px;
    }
    .list_footNav {
        max-width:1200px;
        width:100%;
        padding:0 10px;
    }
}
@media (max-width: 1024px) {
    .companyWrap li:nth-of-type(2) {
        margin-right:0;
    }
}
@media (max-width: 768px) {
    .companyWrap li:nth-of-type(2) {
        margin-right:0;
    }
    .list_footNav a {
        font-size:13px;
        padding:0 10px;
    }
    .list_footNav li:first-of-type a {
        padding:0 10px 0 0;
    }
}
@media (max-width: 480px) {
    .footerWrap h2 {
        display:none;
    }
    .list_footNav a {
        font-size:12px;
        padding:0 5px;
    }
    .list_footNav li:first-of-type a {
        padding:0 5px 0 0;
    }
 
    .companyWrap {
        width:90%;
        padding-left:10px;
    }
    .companyWrap li {
        font-size:12px;
    }

	.footerWrap .ftc_logo {
		margin-left:0px;
		margin-right:20px;
		padding:10px
		}
	.footerWrap .ftc_logo li {
		display:inline-block;
		padding-left:30px;
	}

}



