/* BASIC css start */
#footer {width:100%; background:#f6f6f6; padding:10px 0; position:absolute !important; bottom:0px !important; left:0px !important;}


@media screen and (min-width:320px) {
    .swiper-slide img {
      width: 100%;
      height: auto;
    }
}



/***************************
  스와이프
****************************/
html, body {
	position: relative;
	height: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
        display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	height:100%;
}


/***************************
  4번째섹션
****************************/
.section_4 {}
.section_4 .main_foot_bn_wrapper {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0px;
}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap {width:100%; margin:0 auto;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap:after {content: ""; display: block; clear: both;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn {width:85%; margin:0 auto;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn:last-child {}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .img_area {width:100%; height:70px; overflow:hidden;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .img_area a img {width:100% !important; height:auto !important;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .txt_area {padding:5px 5px 15px 5px; line-height:10px;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .txt_area a {color:#878787; font-size:10px;}

.section_4 #foot {
    width: 100%;
    padding: 20px 0;
    background: #f6f6f6;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
}


/*************************************
더코너올인원 
**************************************/

.qg {
    font-size: 16px;
    line-height: 2;
    word-break: keep-all;
}

.qg .bg-light-blue {
    background: #def0fb;
}

.qg .bg-yellow {
    background: #ffe812;
}



.qg .bg-light-pink {
    background: #f7e5df;
}

.qg .bg-blue {
    background: #01aefd;
}

.qg .bg-red {
    background: #cc0000;
}

.qg .bg-dark-blue {
    background: #1a3c87;
}

.qg section {
    width: 100%;
    padding: 70px 0;
}

.qg .bg-cover{
    background-size:cover;
}


.qg .mainBanner {
    width: 100%;
    height: 700px;
    background-position: center;
    position:relative;
}

.qg .bannerTitle{
    position:absolute;
    left:50%;
    top:45px;
    height:38px;
    font-size:18px;
    line-height:34px;
    margin-left:-130px;
    width:260px;
    font-weight:700;
    border:3px solid #000;
    text-align:center;
    letter-spacing:1px; 
    color:#000;
    
}

.qg .mainBanner h1{
    font-size:73px;
    line-height:73px;
    letter-spacing: -10px;
    font-weight:600;
}

.qg .mainBanner h2{
    font-size:53px;
    line-height:53px;
    letter-spacing: -1px;
    font-weight:600;
}

.qg .mainBanner h3{
    font-size:24px;
    line-height:24px;
    letter-spacing: -1px;
    margin-top:190px;
    margin-top:0px;
}

.qg .condition{
    position:absolute;
    left:50%;
    left:0;
    top:620px;
    line-height:22px;
    margin-left:-600px;
    margin-left:0px;
    
}


.qg h1 {}

.qg h2 {}

.qg h2 span {
    font-size: 2rem;
    color: #01adfe;
    font-weight: 700;
    letter-spacing: -3px;
}

.qg h3{
    font-size: 1.2rem;        
}

.qg h4{
    font-size: 1.1rem;    
}

.qg h5{
    font-size: 1rem;    
}

@media only screen and (min-width : 768px) {
    .qg h2 span{
       font-size: 3rem; 
    }
    
    .qg h3{
        font-size: 1.75rem; 
    }

    .qg h4{
        font-size: 1.5rem;
    }

    .qg h5{
        font-size: 1.25rem;
    }
}

.qg p {
    font-size: 16px;
    line-height: 2;
}

.qg .text-blue {
    color: #01adfe;
}

.qg .text-red {
    color: #cc0000;
}

.qg .text-dark-blue {
    color: #1a3c87;
}



.qg .details{
    position:relative;
}

.qg .details img{
    z-index:1;
}

.qg .details .arrow{
    position:absolute;
    z-index:2;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-20px;
    opacity:0;
    -webkit-transition:0.3s;
    transition:0.3s;
    background:#1a3c87;
    background:rgba(26,60,135,0.8);
    color:#fff;
    width:100px;
    height:40px;
    line-height:40px;
    border-radius:4px;
}

.qg .card span{
    position:absolute;
    top:0;right:0;left:0;bottom:0;
    background:rgba(0,0,0,0.1);
}


.qg .calendar {
    width: 120px;
    height: 120px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-right: 0;
}

.qg .calendar:last-child {
    border-right: 1px solid #ccc;
}

.qg .date {
    width: 120px;
    height: 50px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-right: 0;
    font-weight: bold;
}

.qg .date:last-child {
    border-right: 1px solid #ccc;
}

.qg a {
    text-decoration: none;
    color: #01aefd;
    font-size:inherit;    
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.qg a:hover {
    color: #01aefd;
    border-bottom: 2px solid #01aefd;

    
}

.qg .card a {
    overflow: hidden;
}

.qg .card a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.qg .card a img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.qg #size ul {
    padding: 0;
    margin: 0;
}

.qg #size ul li {
    list-style: none;
    text-align: center;
    padding: 12px;
    background: #def0fb;
    margin-bottom: 12px;
    border-radius: 4px;

}


.qg #gift {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.qg #gift ul {
    padding: 0;
    margin: 0;


}

.qg #gift ul li {
    list-style: none;
    padding: 0px;


}


.qg #delivery ul {
    padding-left: 1.3rem;
    ;
    left: 0px;
}


.qg #delivery ul li {
    list-style: none;
    text-align: center;
    padding: 12px;
    background: #def0fb;
    margin-bottom: 12px;
    border-radius: 4px;

}

.qg #delivery img {
    height: 60px;
}

.qg .svg-red {
    -webkit-filter: invert(10%) sepia(100%) saturate(6412%) hue-rotate(38deg) brightness(103%) contrast(113%);
    filter: invert(10%) sepia(100%) saturate(6412%) hue-rotate(38deg) brightness(103%) contrast(113%);
}

.qg .svg-blue {
    -webkit-filter: invert(60%) sepia(69%) saturate(4671%) hue-rotate(170deg) brightness(104%) contrast(102%);
    filter: invert(60%) sepia(69%) saturate(4671%) hue-rotate(170deg) brightness(104%) contrast(102%);
}

.qg .svg-red {
    -webkit-filter: invert(10%) sepia(100%) saturate(6412%) hue-rotate(38deg) brightness(103%) contrast(113%);
    filter: invert(10%) sepia(100%) saturate(6412%) hue-rotate(38deg) brightness(103%) contrast(113%);
}

.qg .svg-white {
    -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(139deg) brightness(103%) contrast(101%);
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(139deg) brightness(103%) contrast(101%);
}

.qg .mh-240, .qg .mh-320, .qg .pt--10, .qg .pt--30 {
   height:auto; 
}



@media only screen and (min-width : 768px) {
    .qg .mh-240{
       height:240px; 
    }
    
    .qg .mh-320{
        height:320px;
    }
    
    .qg .pt--10{
       padding-top:10px; 
    }
    
    .qg .pt--30{
       padding-top:30px; 
    }
}

.qg .size-single {
    width: 160px;
    height: 210px;  
    border: 3px solid #01aefd;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.qg .size-queen {
    width: 200px;
    height: 230px; 
    border: 3px solid #01aefd;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    
}

.qg .size-king {
    width: 220px;
    height: 240px;
    border: 3px solid #01aefd;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    
}

.qg #faq p{
    font-size:18px;
    line-height:26px;
    padding:0;
    margin:0;
}

.qg .accordion-collapse{
    background:#def0fb;
    
}

.qg .borderDotted{
    border-bottom:3px dotted #01aefd;
}

.qg .accordion-button:not(.collapsed){
    background-color: #def0fb;
    color:#1a3c87;
    font-weight:bold;
    
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0);
    
    box-shadow: inset 0 0 0 rgb(0 0 0);


}

.qg .accordion-body{
    padding-top:0;
}


.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}


element.style {
}




.qg .btn-xl{
    font-size:32px;
    padding:10px 40px
}

.qg .btn-primary{
    color:#fff;
    background:#01aefd;
    border-color:#fff;
}

.qg .btn-check:active+.btn-primary, 
.qg .btn-check:checked+.btn-primary, 
.qg .btn-primary.active, 
.qg .btn-primary:active, 
.qg .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color:  #1a3c87;
    border-color:  #1a3c87;
}
.qg .btn-primary:hover {
    color: #fff;
    background-color:  #1a3c87;
    border-color:  #1a3c87;
}

.qg ol {list-style-type: number;}

.qg .faqBox{
  padding:30px;
  background:#def0fb;
  border:1px solid #dfdfdf;   
  border-radius:4px; 
  margin-bottom:30px;    
}

.qg .faqBox .question{
  color:#1a3c87;
  font-weight:600; 
  font-size:18px; 
    margin-bottom:10px;
}

.qg .faqBox .answer{
    
}
/* BASIC css end */

