@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/*reset css*/
*{padding: 0; margin: 0;}
ol,ul,li{list-style: none; margin: 0;}
.clear:after{content: ""; display: block; clear: both;}
img{vertical-align: top;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
p{margin: 0;}
.cont_menu h3, .cont_menu h4, .cont_menu h5, .cont_menu h6{margin: 0;}
.navy{color: #0d5fd0;}
.skyblue{color: #2293e3;}
.red{color:#fc0303}
.wine{color: #a51203;}
body{font-family:'NanumSquare';}
.pointcolor{color: #2266da;}
::selection {background: #c7c7c7; color: #fff;}


/*header*/
.header h1{position: absolute; left: 0; top: 5px; z-index: 12; width: 200px; height: 50px;}
.header .header_top{width: 100%!important; height: 100px; background-color: rgba(0,0,0,0.1); border-bottom:1px solid #aaa;}
.header .text-right{z-index: 11; color:#fff;}
.header .container{top: 30px; width:1200px!important;}
.container .menu{float: right; width: 550px; height: 50px; margin-right: 120px;}
.container .menu > ul{width: 100%; height: 100%; }
.container .menu > ul > li{height: 100%; line-height: 50px; padding: 0;
text-align: center; z-index: 11;}
.container .menu > ul > li > a{position: relative; display: block; height: 100%;}
.container .menu > ul > li > a:after{ content:""; display:block; width:0; height:1px; background-color:#aaa; position:absolute; bottom:-20px; transition:all 0.5s; left:50%; transition:all 0.5s;}
.container .menu > ul > li:hover>a:after{margin-left:-50%; width:100%;}
.container .menu > ul > li:hover>a{color:#446083; font-weight: 700; width: 99%;}
.container .menu > ul a{color: #fff; font-weight: 400; font-size: 16px;}
.container .menu > ul li .sub-menu{top: 70px!important; left: 0; width: 99%; height: 190px; z-index: 11; background-color: rgba(0,0,0,0)!important;}
/*.container .menu > ul li:nth-child(1) .sub-menu{border-left: 1px solid #bbb;}*/
.container .menu > ul li .sub-menu li{width: 100%; height: 35px; line-height: 22px; text-align: center; min-width: 0;}
.container .menu ul li ul li a{display: block; height: 100%; font-size: 15px; font-weight: 400; color:#fff;}
.container .menu ul li:hover > .sub-menu{background-color: #e4e4e4; }
.container .menu ul li .sub-menu li:hover a{color: #000000; font-weight: bold;}

.whitebar{width: 100%; height: 250px; background-color: rgba(0,0,0,0.8); position: absolute; top: 0; z-index:10;}


/*container*/
.main-row-full{width: 99.225vw; position: relative; margin-left: -49.65vw; height: auto; margin-top: 20px; left: 50%; background-color: #fff; margin-bottom: -1px;}


/*intro*/
.intro{padding-top: 90px; box-sizing: border-box; overflow: hidden; position: relative; height: 620px; width: 1100px; margin: 0 auto;}
.intro .txtbox{position: absolute; z-index: 10; text-align: left;}
.intro .imgbox{position: absolute; right: 0;}
.intro h4{font-size:36px; font-weight: 900; margin:55px 0 60px; line-height: 45px;}
.intro p{font-size: 17px;margin: 0 0 70px 100px; line-height: 29px; color: #000;}


/*guide*/
.guide{width: 1100px; margin: 20px auto 40px; height: 270px;}
.guide > ul{width:1000px; margin: 0 0 0 100px;}
.guide > ul > li{float: left; width: 33.333333%; margin: 0 auto; text-align: left; padding: 15px 0; height: 300px;}
.guide > ul > li > a{width: 100%; height: 100%; transition:all 0.5s;}
.guide > ul > li a:hover{color:#0076d6; font-weight: 900;}
.guide > ul > li .guide-text{padding: 0 40px 0 0;}
.guide > ul > li .guide-text h6{font-size: 20px; font-weight: 900; margin-top: 20px;}
.guide > ul > li .guide-text p{font-size: 16px;}
.guide > ul > li a .guide-des{margin-top: 20px;}
.guide > ul > li a .guide-des li{float: none; margin: 5px auto; font-size: 17px; }


/*faq*/
.faq{background-image: url(/_upload/myon.kr/dardar.myon.kr/faq-bg.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; height: 450px;}
.faq_content{width:1100px; margin:0 auto; color:#fff; padding:150px 0 0;}
.faq h4{font-size:29px; font-weight: 900; margin:0 0 25px;}
.faq p{font-size:24px; font-weight: 500; margin-bottom: 20px;}
.faq .more-btn{transition: all .4s ease-in; position: relative; width:110px; height:16px; font-size:14px;}
.faq .more-btn a{display: block; width: 100%; height: 100%; color: rgba(255,255,255,1); z-index: 11; position: absolute;}
.faq .more-btn:before{content: ''; display: block; left: 0; top: 0; width: 0; height: 100%; position: absolute; transition: all .5s ease;  z-index: 10;}
.faq .more-btn a:after{content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; opacity: 0.5; transition: 0.2s ease-in; color: #fff;}
.faq .more-btn:hover a{color: #fff; text-decoration: none;}
.faq .more-btn:hover:before{text-decoration: none; width: 100%;}
.faq .more-btn:hover a:after{opacity: 1; padding-left: 20px; transition: 0.2s ease-in;}


/*info*/
.info{width: 1100px; margin: 30px auto 0px; height: 500px}
.info > ul > li{float: left; width: 23%; margin: 30px 1%;}
.info > ul > li .info-image{width: 100%;}
.info > ul > li .info-image img{width: 100%;}
.info > ul > li .info-text h6{font-size: 16px; margin: 20px 0 0; font-weight:900;}
.info > ul > li .info-text p{font-size: 16px; margin-top: 10px;}


/*business*/
.business{padding-top: 60px; padding-bottom: 60px; text-align: center;
background-image: url(/_upload/myon.kr/dardar.myon.kr/business-bg.jpg); color: #fff; height:670px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.business h4{text-align: center; font-weight: 900; font-size: 34px;}
.business > p{font-size: 24px; font-weight: 300; margin: 20px 0;}
.business_content{ width: 1100px; margin: 0 auto;}
.business_content .business_text{margin-top: 20px;}
.business_content .business_text h6{font-size: 15px;}
.business_content .business_list{width: 80%; margin: 40px auto;}
.business_content .business_list li{width: 23%; height: 200px; margin: 0 1%; float: left; border: 1px solid #999;}
.business_content .business_list li img{width: 100%; height: 100%;}

.business_content ul li{float: left; box-shadow: 6px 6px 6px rgba(0,0,0,0.3); width:48%; height: 180px; margin: 20px 1%; position: relative;}
.service-image{width: 30%; height: 100%; background-color: #0076d6; float: left;}
.service-image img{vertical-align: middle; margin-top: 50px;}
/*.service-image img{width: 100%; height: 100%;}*/
.service-text{float: left; width: 70%; height: 100%; background-color: #fff; text-align: left;}
.service-text a{display: block; width: 100%; height: 100%; text-decoration: none; color: #000; padding: 10px 20px;}
.service-text a h6{font-size: 22px; font-weight: 900; margin: 15px 0;}
.service-text a p{font-size: 15px; font-weight: 500;}


/*contact*/
.contact{width:1100px; height: 200px; margin: 0 auto;}
.contact ul{height: 80px; padding-top:60px;}
.contact ul li{float: left; width:25%; height: 100%;}
.contact ul li a:hover{color:#000;}
.contact ul li .contact-image{float: left; margin-left:40px;}
.contact ul li .contact-text{float: left; margin:12px 0 0 10px;}
.contact ul li .contact-text h6{font-size: 19px; font-weight: 900; margin: 0;}
.contact ul li .contact-text p{font-size: 12px;}


/*customer*/
.customer{width: 1100px; margin: 30px auto 60px; position: relative; height: 650px;}
.customer-box{position: absolute; left: -90px; bottom: 70px; background-color: #7dbfdb; color: #fff; font-weight: 900; font-size: 30px; width: 380px; height: 70px; line-height: 70px; text-align: center;}
.customer > div{float: left;}
.customer .customer-left{width: 40%;}
.customer .customer-right{width: 60%;}
.customer-left h4{font-size: 45px; font-weight: 900; margin-top: 120px;}
.customer-left p{font-size: 15px; line-height: 25px; margin-top: 20px;}
.customer-right > div{width: 100%;}
.customer-right > div > div{float: left; width: 50%; margin-top: 15px;}
.customer-right .customer-right-img{width: 100%;}
.customer-right .customer-right-img img{width: 100%;}
.customer-right h6{font-size: 24px; font-weight: 900;}
.customer-right > div > div > h6 img{vertical-align: middle; margin-right: 10px;}
.customer-right .customer-call p{font-size: 26px; font-weight: 900;}
.customer-right .customer-addr p{font-size: 17px; line-height: 30px;}     


/*photo*/
.photo{padding: 40px 0 80px; color: #000; text-align: center;}
.photo h4{padding: 30px 0 20px; font-size: 30px; font-weight: 900;}
.photo p{font-size: 18px; margin-bottom: 30px;}
.photo-list{width: 1100px; margin: 0 auto;}
.photo-list ul li{float: left; width:23%; height: 190px; margin: 15px 1%;}
.photo-list ul li img{width: 100%; height: 100%;}

.detail_btn{width: 100px; margin: 0 auto; height: 30px; line-height: 31px; text-align: center; background-color: #fff; border: 1px solid #888; border-radius: 5px;}
.detail_btn a{display: block; height: 100%;}
.detail_btn:hover {background-color: #777;}
.detail_btn a:hover{color: #fff; text-decoration: none;}


/*footer*/
.footer{padding: 0; border-top: 1px solid #ccc;font-family: 'Noto Sans KR', sans-serif; background-color:#333;}
.footer .container{width: 1300px!important;}
.footer ul{padding: 0; font-weight:300; color:#b0b0b0;}
.footer-top{border-bottom: 1px solid #666; height: 100px; line-height: 100px; position: relative;}
/*.footer-top > div{float: left;}*/
.footer-top-left h6{float: left; font-size: 16px; margin:0; font-family: 'S-CoreDream-6Bold'; line-height: 100px; color:#b0b0b0;}
.footer-top-left ul{float: left; margin-left: 30px;}
.footer-top-left ul li{float: left;}
.footer-top-left ul li:after{content:''; display: inline-block; width: 1px; height: 11px; background-color: #ccc; margin: 0 10px;}
.footer-top-left ul li:last-child:after{display: none;}
.footer-top-right .item{position: absolute; top: 25px; right: 0; width: 130px; height: 45px; line-height: 45px; margin: 7px 0 0 0;}
.footer-top-right .item a{display: block; width: 100%; height: 100%; color: #fff; background-color: #1c1c1c; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-top-right .item a:hover{background-color: #fff; border: 1px solid #000; color: #000;}

.footer-bot{height: 150px; padding: 30px 0; position: relative;}
.footer-bot ul li{float: left;}
.footer-bot ul li:after{content:''; display: inline-block; width: 1px; height: 11px; background-color: #ccc; margin: 0 10px;}
.footer-bot ul li:last-child:after{display: none;}

/*
.footer-bot .footer-copyright{margin: 5px 0 0 0;}
.footer-bot .footer-copyright:after{content: ''; display: inline-block; width: 1px; height: 11px; background-color: #ccc; margin: 0 10px;}
*/
.footer-bot .item{width: 130px; height: 45px; line-height: 45px; position: absolute; top: 20px; right: 0;}
.footer-bot .item a{display: block; width: 100%; height: 100%; color: #fff; background-color: #8d8d8d; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-bot .item a:hover{background-color: #fff; color: #000;}


/*loadmap*/
.map_btn{width:140px; margin: 40px auto; height: 40px; text-align: center; background-color: #d34826; border-radius: 10px;}
.map_btn a{display: block; height: 100%; line-height: 40px; font-size: 15px; color: #fff; text-decoration: none;}

.map_table table{border-top: 2px solid #aaa; border-bottom: 2px solid #aaa; width: 800px; margin: 40px auto; font-size: 15px;}
.map_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ccc;}
.map_table table tr th{padding-left: 30px; background-color: #e4e4e4;}
.map_table table tr td{padding-left: 30px; text-align: left;}


/*sub*/
.mains {margin-top: 0;}
.mains .container{width:100%!important;}

#page-wrapper{width: 1200px; margin: 30px auto;}

@media(min-width:768px) {
    #page-wrapper { margin: 30px auto; border-left:none;}
}
    
/*sidebar*/
 .row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: auto;
 margin-top: 0px;
 left: 50%;
margin-bottom: 50px;
}

.nav-tabs.nav-justified{width: 50%; margin: 0 auto; font-size: 12px; font-weight: bold;}
.nav-tabs{height: 50px;}
.nav > li{height: 50px; background-color: #0f2a48;}
.nav > li > a{padding: 0;}
.nav-tabs > li > a {border-radius: 0; height: 52px; line-height: 48px; color: #fff; font-size: 16px; font-weight: 500;}
.nav-tabs.nav-justified > li > a{border-radius: 0; border-bottom: 0;}
.nav-tabs.nav-justified > li{ border-left: 1px solid rgba(255,255,255,0.3); height: 50px;}
.nav-tabs.nav-justified > li:last-child{border-right: 1px solid rgba(255,255,255,0.3);}
.nav-tabs > li > a:hover{color: #000;}
.sidebar_bg{width: 100%; height: 52px; background-color:#0f2a48; border-top: rgba(0,0,0,1); border-bottom: rgba(0,0,0,1);}

    
/*page-header*/
.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    color: #000;
    border-bottom: 1px solid #9d9d9d; }

/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #9c9c9c;
    border-color: #9c9c9c; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;}


/*loadmap-btn*/
.loadmap_btn{   margin: 10px auto;     background-color: #aad656;     width: 170px;     height: 30px;     line-height: 30px;     text-align: center;     font-size: 16px;     font-weight: bold;     border-radius: 10px;     box-shadow: 4px 4px 3px rgba(0,0,0,0.2);}
.loadmap_btn a{display:block; height:100%;}


#page-wrapper{min-height: 560px;}