@charset "UTF-8";

input[type=text], input[type=password] ,select{
    height: 27px;
    border: solid 1px #d0d0d0;
    line-height: 27px;
    color: #6f6f6f;
}



.unse-left-01{
    background: #f2f0e5;
    border:1px solid #dedbc9;
    border-radius: 3px;
    padding: 10px 0 4px 0;
    text-align: center;
}
.unse-left-01 h2{

    padding-left: 10px;
    padding-bottom: 5px;
    background: #f2f0e5;
    text-align: left;
    
    font-size: 1.6rem;
}
.unse-link-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fefef5;
    width: 96%;
    margin: 0 2%;
    border: 2px solid #dedbc9;
}
.unse-link-box li{
    width: 50%;
}
.unse-link-box li a{
    display: block;
    padding: 6px;
}
.unse-link-box:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-5px, -6px);
    width: 10px;
    height: 12px;
    background:url('/unse/images/left_new_3.gif') no-repeat;
}

.unse-left-02{
    margin-top: 10px;
    background: #e2ded1;
}
.unse-left-03{
    background: #e2ded1;
    border-radius: 0 3px 3px;
    padding-bottom: 10px;
  
}
.unse-left-02-inner{
   background: #fff;
    padding:0 3px 10px 3px;
    margin: 0 6px 0 7px;
}

.unse-left-03-inner{
    background: #fff;
    padding:0 3px 10px 3px;
    margin: 0 6px 0 7px;
  
 }
 .unse-left-bottom{
    margin-top: 10px;
 }


.unse-link-box2 li,
.unse-link-box3 li{
    text-align: left;
    padding: 4px 4px 4px 0;
    border-bottom: 1px solid #e7e5db;
    margin: 0 4px;
}
.unse-link-box2 li img,
.unse-link-box3 li img{
    margin-right: 1rem;
}

.unse-top-wrap{
    margin-top: 20px;
}


.unse-allcontents-wrap{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: start;
    width: 980px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.unse-leftcont-wrap{
    width: 170px;
}
.unse-centercont-wrap{
    width: 610px;
}
.unse-rightcont-wrap{
    width: 170px;
    line-height: 0;
}
.unse-right-banner-img{
    margin-top: 15px;
}

.unse-centercont-topbanner{
    display: flex;
    justify-content: space-between;
    align-items: start;
    
}


.unse-recocont-wrap{
    margin-top: 10px;
}

.unse-recocont-wrap h2{
    text-align: left;
}
.unse-reco-box{
    border:1px solid #e2e2e2;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 6px;
}


.unse-bestcont-wrap{
    margin-top: 10px;
}
.unse-bestcont-wrap h2{
    text-align: left;
}

.unse-best-box ul{
    display: flex;
    justify-content: start;
    align-items: start;
}

.unse-nav-wrap{
    border-radius: 4px;
    background: #B69462;
    background: linear-gradient(0deg,rgba(182, 148, 98, 1) 0%, rgba(108, 68, 14, 1) 63%);
}
.unse-nav-wrap ul{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.unse-nav-wrap ul li{
    position: relative;
}

.unse-nav-wrap ul li a{
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    padding: 0 8px;
}

.unse-nav-wrap ul li a:after{
    content:'';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width:1px;
    height: 12px;
    background: #fff;
    transform: translateY(-50%);
}

.unse-nav-wrap ul li:last-child a:after{
    display: none;
}

.unse-topvisual-wrap a{
    text-align: center;
    line-height:25px;
    color:#000000;
    font-size:22px;
    font-weight:bold; 
}
.unse-topvisual-text2{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 6px;
}
.unse-topvisual-wrap p:hover{
    text-decoration: underline;

}

.couple-left-box{
    border-left:1px solid #bf9f29;
    border-right:1px solid #bf9f29;
    border-bottom:1px solid #bf9f29;
    padding-bottom: 14px;
    border-radius: 0 0 10px 10px;
}
.couple-left-box li {
    background-image: linear-gradient(to right, #8c8c8c 33%,rgba(140,140,140,0) 0%);
    background-position: bottom; 
    background-size: 3px 1px;/*점선 간격 수정*/
    background-repeat: repeat-x;
    margin: 0 10px;
}
.couple-left-box li a{
    display: block;
    padding: 5px 4px;
}
.couple-left-box li a img{
    margin-right: 3px;
}
.couple-left-box li:last-child{
    background-image:none;
}