@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    background-color: #fff;
    padding-top: 90px;
}
.body-layout > br{display: none;}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Open Sans', 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
p{
    line-height: 1.5;
}
a:hover,a:focus{text-decoration:none;}
*{
    padding:0;
    margin: 0;
	box-sizing:border-box;
	word-break:keep-all;
}

/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mt-100{margin-top:100px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

/* 리스트 스타일 */
.li-circle {
    margin: 18px 0 0;
}
.li-circle li {
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    text-align: left;
    margin: 0 0 12px;
    line-height: 24px;
    letter-spacing: -0.03em;
}
.li-circle li:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #ccc;
    border-radius: 50%;
}
.li-circle li.emph{
    color: #62c7e4;
}

/* ---------- 테이블 ---------- */
.table-style {
    width: 100%;
    border: none;
    border-top: 2px solid #333;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    padding: 18px 12px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    word-break: keep-all;
    vertical-align: top;
    letter-spacing: -0.03em;
    color: #333;
    font-size: 15px;
    line-height: 24px;
}
.table-style thead tr th {
    border-bottom: 2px solid #e3e3e3;
    font-size: 18px;
}
.dispenser1 table img {
    min-height: 205px;
}

/* ---------- 게시판 ---------- */

/* 게시판 목록 */
.dh-board > .table-hover {
    border-top: 2px solid #c6a160;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}
.dh-board > .table-hover td, .dh-board > .table-hover th {
    padding: 12px !important;
    font-size: 14px;
    font-weight: 400;
}
.dh-board > .table-hover td.hits,
.dh-board > .table-hover th.hits{
    display: none;
}
.dh-board > .table-hover th {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover td {
    border-bottom: 1px solid #ddd;
}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #ffffff;}
.table-hover th, .table-hover td {
    padding: 10px !important;
	border-right: none;
}
.dh-board > .table-hover td.subject a {
    color: #4a4a4a;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #c6a160;
    text-decoration: underline !important;
    font-weight: 600;
}
.dh-margin-top {
    display: inline-block;
    margin-top: 30px;
}
.label{
	background: transparent;
	padding: 0px 5px 0px; 
	font-size: 90%;
}
.label-danger {
    color: #e01717;
    border-radius: 100%;
    display: inline-block;
    font-weight: 600;
}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #4a4a4a;
}
.pagination > li > a, 
.pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {
	width: 100%; 
	max-width: 100%; 
	display: block; 
	margin: 0 0 0;
}
.btnRead {font-weight: 500;}
.btn-default,
.btn-primary,
.btn-danger {background-image: none;}
.btn-group:not(.note-btn-group), 
.btn-group-vertical {margin: 10px 0 30px;}
#btnNew {
    background: #ed5c22;
    border: 1px solid #ed5c22;
}
#insertForm .text-right{
	float: right;
}

/* 카테고리 */
.filter-items{
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}
.filter-items .filter-label{
    padding: 0 20px;
    margin: 0 3px;
    min-width: 85px;
    height: 45px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color : #888;
    background: #fff;
    border: 1px solid #ddd;
}
.dh-board .filter-items > a > .filter-label:hover{
    border-color: #ed5c22;
    background: #fff;
    color: #ed5c22;
}
.dh-board .filter-items > a.on > .filter-label, 
.dh-board .filter-items > a.on > .filter-label:hover{
    background: #ed5c22;
    position: relative;
    border-color: #ed5c22;
    color: #fff;
}

/* 게시판 상세 */
.dh-view-box{margin-top:0px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header h4 {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ddd;
    padding: 0;
	margin:0;
    background: #f3f3f3;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
	display:none;
}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach{padding: 15px 20px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}


/* ---------- 네비게이션 ---------- */
.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse {
    background-color: #fff;
    border: none;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
}
.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 12px 15px;
}
.navbar-brand img {
    margin: 0 !important;
    max-width: 108px;
}
@media (min-width: 1200px) {
    .navbar-inverse {
        padding: 0 120px;
}
    .navbar-inverse > .container {
        width: 100%;
        padding: 0;
    }
    .navbar-inverse .navbar-brand {
        padding: 24px 0 0;
    }
    /* .navbar-inverse .navbar-header {
        width: 30%;
    } */
    .navbar-inverse .navbar-right {
        text-align: center !important;
        margin: 0 !important;
    }
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
        padding: 35px 45px;
        font-size: 21px;
        font-weight: 400;
        letter-spacing: -0.03em;
        color: #757575;
        -webkit-text-shadow: 0 0 0 rgba(0,0,0,0);
        text-shadow: 0 0 0 rgba(0,0,0,0);
    }
	.navbar-inverse .navbar-nav > li > a .glyphicon{
		line-height: 0;
	}
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #62c7e4;
  	}
    .navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        background: #fff;
        min-width: 240px;
        box-shadow: 16px 20px 12px rgba(0, 0, 0, 0.06);
        padding: 12px 0;
    }
}
.dropdown-menu > li > a {
    padding: 12px 24px;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #edf6f9;
    color: #62c7e4;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

/* ---------- 로그인 ---------- */
.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #62c7e4;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #62c7e4;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}


/* ---------- 가로 100% 레이아웃 정의 ---------- */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#mod_type_formForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.sub-layout > p{
    display: none;
}

/* 어드민 */
.join-view-layout{
    padding: 150px 0 20px;
	background: #e8e8e8;
}
.join-view-layout > p{
	display: none;
}
#joinForm{
	margin: 0 auto;
	max-width: 1170px;
}

/* ---------- 메인페이지 ---------- */

/* 슬라이드 */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill, .carousel-inner .item .fill {
    height: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1200px;
    text-align: left;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: none;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.03em;
}
#myCarousel .carousel-caption span em {
    font-style: inherit;
    font-weight: bold;
}
.carousel-caption h1 {
    margin: 0 0 39px;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}
.carousel-caption p {
    margin: 0;
    font-size: 21px;
    color: #fff;
    line-height: 39px;
}
.carousel-indicators {
    text-align: center;
    margin: 0 auto !important;
    width: 100%;
    max-width: 1200px;
    position: inherit;
    left: 0;
    bottom: 60px;
}
.carousel-indicators li, .carousel-indicators li.active {
    margin: 0 12px;
    width: 12px;
    height: 12px;
    border: 3px solid rgba(255,255,255,0.9);
}
.carousel-indicators li.active {
    width: 120px;
}
.carousel-control,
.carousel-control .glyphicon {
    display: none;
}

/* 메인 컨텐츠 */
.main-content section {
    padding: 120px 0;
}
.main-sec-tit {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 600;
}
.main-sec-des {
    margin: 0 0 90px;
    color: #757575;
    font-size: 15px;
}

/* sec1 */
@media (min-width: 1200px) {
    .prd-list {
        margin-right: -30px;
        margin-left: -30px;
    }
    .prd-list > .col-md-4 {
        padding: 0 30px;
    }
}
.prd-list .inner{
    display: inline-block;
}
.prd-list .inner:hover .txt-wrap,
.prd-list .inner:hover .txt-wrap h3 small{
    color: #62c7e4;
    border-color: #61c7e4;
}
.prd-list .inner .inner_logo {
    height: 24px;
    margin: 0 0 12px;
}
.prd-list .inner .inner_img {
    border: 1px solid #e3e3e3;
    max-height: 210px;
    width: 100%;
}
.prd-list .txt-wrap {
    padding: 30px 0 0;
    color: #222;
    transition: 0.35s ease;
}
.prd-list .txt-wrap h3 {
    /* margin: 0 0 30px; */
    margin: 0 0 20px;
    /* font-size: 24px; */
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 1;
}
.prd-list .txt-wrap h3 small {
    color: #757575;
    font-size: 15px;
    margin: 0 0 12px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #b3b3b3;
    border-radius: 60px;
    transition: 0.35s ease;
}
.prd-list ul li {
    position: relative;
    padding-left: 9px;
    line-height: 27px;
    float: left;
    margin-right: 12px;
}
.prd-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #b3b3b3;
    border-radius: 50%;
    margin-top: -1.5px;
}
.prd-list .txt-wrap p, .prd-list .txt-wrap li {
    font-size: 15px;
}

/* sec2 */
.main-content .sec2 {
    background: #f5f5f5;
    width: 100%;
}
.main-content .sec2 .prd-link {
    margin: 0 auto;
    max-width: 1200px;
}
.main-content .sec2 .prd-link .inner {
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
}
.main-content .sec2 .prd-link .thumb {
    overflow: hidden;
    box-shadow: 16px 20px 12px rgba(0, 0, 0, 0.06);
}
.main-content .sec2 .prd-link .inner h3 {
    margin: 0;
    padding: 18px 0;
    font-size: 18px;
}
.main-content .sec2 .prd-link .inner:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.main-content .sec2 .prd-link .inner:hover h3 {
    color: #62c7e4;
}

/* ---------- 푸터 ---------- */
.footer_copy > div{
	padding:40px 0;
	background:#333;
	color:#bbb;
	font-size:13px;
}
.footer-wrap .footer-left{
    text-align: left;
}
.footer-wrap .footer-right{
    text-align: right;
}
.footer-wrap ul{
	margin: 5px 0 0;
}
.footer-wrap ul li{
    float: left;
    margin-right: 15px;
}
.footer-wrap address,
.footer-wrap p{
    margin: 0;
    font-size: 13px;
}
.footer-wrap .copy{
	margin: 10px 0 0;
	font-size: 13px;
	color: rgba(255,255,255,0.3);
}
.footer-wrap .blog-icon img{
    border-radius: 5px;
    overflow: hidden;
}


/* ---------- 서브페이지 ---------- */

/* 공통 */
.sub-content {
    padding: 90px 0;
}
.sub-content > .container > .row > aside {
    padding: 0 30px 0 0;
    width: 21%;
}
.sub-content > .container > .row > .col-md-9 {
    padding: 0 0 0 30px;
    width: 79%;
}
.sub-content section{
    margin: 0 0 60px;
}
.sub-content section:last-child{
    margin: 0;
}
.sub-top{
    height: 320px;
    background: url(/skin/img/sub/sub-top-01.jpg) no-repeat center center/cover;
}
.sub-top h2 {
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.03em;
    font-weight: 400;
    padding: 135px 0;
    margin: 0;
}
.sub-content-tit {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 24px;
    margin: 0 0 60px;
}
.sub-content-tit span {
    float: left;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1;
}
.breadcrumb {
    float: right;
    margin: 6px 0 0;
    padding: 0;
    background: none;
}
.breadcrumb li {
    font-size: 15px;
    color: #757575;
    letter-spacing: -0.03em;
}
.breadcrumb li.active {
    color: #333;
    font-weight: bold;
}
.sub-box-tit {
    position: relative;
    margin: 0 0 36px;
    padding-left: 15px;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.sub-box-tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 6px;
    height: 18px;
    background: #62c7e4;
}
.sub-box-tit.mt-30 {
    margin-top: 90px !important;
}

/* 서브메뉴 */
.sub-content aside{
    padding-right: 30px;
}
.sub-menu li {
    border-bottom: 1px solid #e3e3e3;
}
.sub-menu li a {
    display: block;
    padding: 18px 15px;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.sub-menu li.active {
    border-bottom: none;
}
.sub-menu li a:hover, .sub-menu li a:focus, .sub-menu li.active a {
    background: #edf6f9;
    color: #62c7e4;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.sub-menu li.active a {
    background: #62c7e4 !important;
    color: #fff;
}

/* dispenser */
hr {
    margin: 60px auto;
    border: none;
}
.prd-name {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 400;
    font-style: oblique;
}
.prd-name + p {
    font-size: 15px;
    margin: 15px 0 30px;
    line-height: 27px;
}
.prd-desc {
    margin: 30px 0 0;
    color: #666;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 33px;
}
.prd-desc b {
    margin: 0 0 15px;
    display: inline-block;
    color: #333;
    font-size: 21px;
}
li .emph{
    color: #62c7e4;
}

/* dispenser1 */
.dispenser1 .sec2 table .li-circle{
    border: none;
}
.dispenser1 .sec3 .item-wrap {
    margin: 0 0 90px;
    padding: 0 0 18px;
    border-bottom: 1px solid #e3e3e3;
}
.dispenser1 .sec3 .item-wrap > h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0 0 30px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #333;
    padding: 18px 12px;
}
.dispenser1 .sec3 .item-wrap h5 {
    margin: 18px 0 0;
    text-align: center;
    font-size: 15px;
}


/* dispenser3 */
.dispenser3 .li-circle li{
    border: none;
}

/* dispenser4 */
.dispenser4 .sec2 > .row{
    margin-bottom: 50px;
}
.dispenser4 .sec2 > .row:last-child{
    margin-bottom: 0;
}
.dispenser4 section h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 30px;
    margin: 12px 0 30px;
}
.dispenser4 section h4 small {
    color: #757575;
    font-size: 15px;
    letter-spacing: 0;
}

/* dispenser5 */
.dispenser5 .sec1 .prd-name{
    margin: 10px 0 50px;
}
.dispenser5 .sec1 img{
    max-width: 80%;
}

/* mixer1 */
.mixer1 .sec1 .li-circle, .mixer2 .sec1 .li-circle {
    margin-bottom: 90px;
}
.mixer1 .sec1 .li-circle li,
.mixer2 .sec1 .li-circle li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.mixer1 .sec2 .sub-box-tit,
.mixer2 .sec2 .sub-box-tit{
    margin: 60px 0 20px;
}

/* mixer2 */
.mixer2 .sec2 h5{
    font-size: 15px;
    margin: 5px 0 20px;
}

/* UV */
.uv1 .icon-list .inner {
    padding: 36px 15px;
    margin-bottom: 30px;
    background: #edf6f9;
    border: 1px solid #61c7e4;
    border-radius: 6px;
    text-align: center;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
}
.uv1 .icon-list .inner i {
    display: block;
    margin-bottom: 18px;
    font-size: 24px;
    vertical-align: middle;
}
.uv1 .word-wrap h5 {
    margin: 0 0 18px;
    font-size: 15px;
}
.uv-prd-list > div{
    margin-bottom: 30px;
}


/* ---------- 팝업 ---------- */
.popup-wrap{
    margin: 0 8px;
    padding: 20px;
    min-width: 440px;
    border: 3px solid #333;
}
.popup-wrap img{
    margin-top: 25px;
}
.popup-wrap h5{
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 16px;
    color: red;
}
.popup-wrap ul{
    margin: 0;
}
.popup-wrap ul li{
    font-size: 15px;
    font-weight: 600;
}
.popup-wrap ul li.emp{
    font-size: 18px;
}

@media (max-width: 768px){
    .popup-wrap{
        min-width: auto;
    }
}