@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');

/* 공통 */
*{margin: 0; padding: 0;}
.blind{font-size: 0; position: absolute; left: -9999px; text-indent: -9999px;}
.center{max-width: 1000px; margin: auto; position: relative;}
body{font-family: 'Noto Sans KR', sans-serif;}
a{text-decoration: none; color: #000;}
button{border:none; background: none; cursor: pointer; outline: none;}
li{list-style: none;}
input{outline: none;}

/* 헤더 */
.header{
    height: 160px;
    border-top: 2px solid #40b5e1;
}
.header .top{
    text-align: right;
    line-height: 35px;
}
.header .top .link{
    display: inline-block;
}
.header .top .link a{
    font-size: 12px;
    color: #828282;
}
.header .top .link a::before{
    content: "|";
    padding-right: 5px;
}
.header .top .link a:first-child::before {
    content: none;
}

.header .top .sns{
    display: inline-block;
    vertical-align: sub;
    margin-right: 8px;
}
.header .top .sns a:first-child{
    margin-left: 10px;
}
.header .top .sns a:last-child{
    margin-right: 20px;
}
.header .top .sns a img{
    width: 18px;
}
.header .bottom{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}
.header .bottom .logo h1{
    padding-left: 12px;
}
.header .bottom .gnb > ul{
    display: flex;
}
.header .bottom .gnb > ul > li{
    padding: 0 20px;
    text-align: center;
    height: 105px;
    border-right: 1px solid #ededed;
}
.header .bottom .gnb > ul > li:last-child{
    border-right: none;
}
.header .bottom .gnb > ul > li > a{
    font-size: 17px;
    font-weight: bold;
    color: #666;
}
.header .bottom .gnb > ul > li > a:hover{
    color: #32acdb;
}
.header .bottom .gnb > ul > li > ul > li{
    height: 18px;
}
.header .bottom .gnb > ul > li > ul > li > a{
    font-size: 12px;
    color: #a3a3a3;
}

/* 메인영역 */
.main{
    background: url(../img/subBg.png) no-repeat center center;
    background-size: cover;
    background-position: center;
    height: 358px;
}
.main > .wrap{
    position: relative;
}
.main > .wrap > img{
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.main .container{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 290px;
}
.main .container .top{
    display: flex;
}
.main .container .top a{
    padding: 30px 15px 30px 25px;
}
.main .container .top a:nth-child(1){
    flex-grow: 1;
    background-color: #32acdb;
}
.main .container .top a:nth-child(2){
    flex-grow: 1;
    background-color: #4bc2b7;
}
.main .container .top a:nth-child(3){
    flex-grow: 1;
    background-color: #db6132;
}
.main .container .top a:nth-child(4){
    flex-grow: 1;
    background-color: #665759;
}
.main .container .top a h2{
    font-size: 16px;
    font-weight: normal;
    line-height: 2px;
    color: #ffffff;
}
.main .container .top a p{
    display: inline-block;
    font-size: 11px;
    color: #ffffff;
}
.main .container .top a img{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-left: 5px;
}


/* 콘텐츠영역 */
.contents{
    margin-top: 95px;
    position: relative;
}
.contents .subNav{
    margin-bottom: 30px;
}
.contents .subNav > ul > li > a{
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 15px 10px;
}
.contents .subNav ul li ul li{
    font-size: 12px;
    width: 180px;
    height: 36px;
    color: #777;
    border-bottom: 1px solid #e7e7e7;
    line-height: 36px;
}
.contents .subNav ul li ul li a{
    display: inline-block;
    margin: 0 80px 0 20px;
}
.contents .subNav ul li ul li:first-child{
    border-top: 1px solid #e7e7e7;
}
.contents .subNav ul li ul li.on
{
    background: #8998a6;
}
.contents .subNav ul li ul li.on>a{
    color: #fff;
}
.contents .subNav span{
    color: #dedede;
}

.contents .cs{
    margin-bottom: 70px;
}
.contents .cs .wrap{
    width: 180px;
    height: 160px;
    background: #eef3f7;
    padding: 15px 20px;
    box-sizing: border-box;
}
.contents .cs .wrap dl{
    margin-bottom: 5px;
}
.contents .cs .wrap dl dt{
    font-size: 13px;
    color: #303030;
    font-weight: bold;
}
.contents .cs .wrap dl dd.tel{
    font-size: 22px;
    font-weight: bold;
    color: #8998a6;
}
.contents .cs .wrap dl dd{
    color: #818181;
    font-size: 11px;
}
.contents .cs .wrap p{
    color: #8998a6;
    font-size: 11px;
    border-top: 1px solid #b1abab;
    line-height: 30px;
}

.contents .breadScrumb{
    overflow: hidden;
    display: inline-block;
    
}
.contents .breadScrumb ul li{
    font-size: 11px;
    color: #747373;
    float: left;
}
.contents .breadScrumb ul li span{
    margin: 0 6px;
}
.contents .breadScrumb ul li img{
    margin: 3px 3px 0 0;
}
.contents .breadScrumb ul li a:last-child{
    font-weight: bold;
}
.contents .bsWrap{
    position: absolute;
    right: 0;
    width: 790px;
    text-align: right;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
}
.contents .mainSpace{
    position: absolute;
    top: 80px;
    left: 380px;
    text-align: center;
}
.contents .mainSpace > img{
    margin: 25px 0;
}
.contents .mainSpace p{
    font-size: 13px;
}
.contents .mainSpace p span{
    text-decoration: underline;
    font-weight: bold;
}


/* 하단영역 */
.footer{
    background: #f3f3f3;
}
.footer .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
}
.footer .logo{
    margin-left: 12px;
}
.footer .info address{
    font-size: 11px;
    color: #838383;
    font-style: normal;
    text-align: end;
    line-height: 20px;
}
.footer .info address small{
    font-size: 10px;
    color: #a2a2a2;
}

