/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);



html,
body {
    width: 100%;
    height: 100%;
}

body {
    
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	color:#777;
}


a:hover,
a:focus {
    color: #fba919;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Sans Korean', sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.yellow{
	color:#fba919;
}

h2{
	font-weight:200;
	margin-top:10px;
}
.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #333;
}

@media(max-width:768px){
	#about{
		height:390px;
	}

	#about .building{
		margin-top:10px;
	}
}

@media(max-width:1200px){
	#about{
		padding-bottom:0;
	}

}

@media(min-width:1200px){
	#about{
		min-height:520px;
	}

}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: #c5c5c5;
	font-weight:200;
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #fff;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #9c27b0;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
	max-height:999px;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fba919;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fba919 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {

	h2{
		font-size:40px;
	}

	h3{
		font-size:40px;
	}
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
        padding: 30px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60,60,60,0.3);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fba919;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: transparent;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #fba919;
        padding: 25px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30,30,30,0.7);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #fba919;
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('/images/bg_main.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#subheader {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('/images/bg_about.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



#subheader .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

#subheader .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

#subheader .header-content .inner h2 {
    font-weight:500;
	margin-top:30px;
}

#subheader .header-content .inner h4 {
    font-weight:300;
	font-size:16px;
	margin-top:25px;
	line-height:140%;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

#footer {
    background-color:#333;
	clear:both;
}

footer p{
	font-size:14px;
	font-weight:300;
	margin:50px 0;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 75px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
	#subheader {
        min-height: 50%;
    }

    #subheader .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #subheader .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    #subheader .header-content .inner h1 {
        font-size: 75px;
    }

    #subheader .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    section {
        padding: 100px 0;
    }

}



textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #ddd;
    background-color: #cacaca;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 2px solid #fff;
    border-radius: 10px;
    font-family: 'Noto Sans Korean', sans-serif;
	background:rgba(255,255,255,0.1)
}

.btn-xl {
	margin-top:50px;
    padding: 13px 70px 16px 70px;
    font-size: 16px;
	letter-spacing:5px;
	color:#fff;
	font-weight:300;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

@media(max-width:768px) {
	.navbar-brand>img {
		height:100%;
	}

	.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus{
		font-size:15px;
	}
}

#about{
	background:url('/images/noisy_net.png') repeat;
}


.building{
	background:url('/images/bg_building.png') repeat-x;
	margin-top:90px;
	padding-right:0;
	padding-left:0;
}

.building img{
	width:100%;
}

@media(min-width:1400px){
	.building img{
		width:auto;
	}
}

@media(max-width:529px){
	.building img{
		display:none;
	}
}

@media(max-width:638px){
	#about{
		height:400px;
	}
	.building img{
		margin-top:50px;
	}
}

@media(min-width:639px) and (max-width:767px){
	.building img{
		margin-top:55px;
	}
}
#service{
	background:#fff;
    position:relative;
}

.hexagon_yr{
	background:url('/images/hexagon_yr.png') no-repeat center;
	width:50%;
	background-size:contain;
	min-height:306px;
	color:#fff;
	padding-top:90px;
	margin:0 auto;
	float:left;
}

.hexagon_yr h5{
	font-weight:300;
	text-decoration:underline;
	padding-top:10px;
}

.hexagon_yr h5 a{
	text-decoration:none;
	color:#fff;
}

.hexagon_or{
	background:url('/images/hexagon_or.png') no-repeat center;
	background-size:contain;
	min-height:306px;
	width:50%;
	color:#fff;
	padding-top:90px;
	margin:0 auto;
	float:left;
}

.hexagon_or h5{
	font-weight:300;
	text-decoration:underline;
	padding-top:10px;
}

.hexagon_or h5 a{
	text-decoration:none;
	color:#fff;
}

@media(max-width:768px){
	.hexagon_yr{
		width:50%;
	}

	.hexagon_or{
		width:50%;
	}
}

@media(max-width:600px){
	.hexagon_yr{
		min-height:200px;
		padding-top:50px;
	}

	.hexagon_or{
		min-height:200px;
		padding-top:50px;
	}
}

#about01{
	background:url('/images/noisy_net.png') repeat;
	text-align:left;
}

@media(max-width:768px){
	#about01{
		padding:70px 0;
	}
}

.about01{
	padding:0 0 0 50px;
}

.about01 p{
	padding-top:10px;
}
.about01 span{
	font-family: 'Nanum Myeongjo';
	font-size:22px;
	color:#fba919;
}

#about01 img{
	position:absolute;
	bottom:-100px;
}

#about02{
	background:url('/images/noisy_grid.png') repeat;
	text-align:right;
	min-height:0;
}

.about02{
	padding:0 50px 0 0;
}

.about02 h3{
	color:#2a3643;
}

.about02 p{
	padding-top:10px;
	color:#2a3643;
}
.about02 span{
	font-family: 'Nanum Myeongjo';
	font-size:22px;
	color:#f26522;
}



@media(max-width:768px){
	#about01 img{
		display:none;
	}

	#about01{
		text-align:center;
	}

	.about01{
		padding:0;
	}

	#about02{
		text-align:center;
	}

	.about02{
		padding:0;
	}
}


#history {
    background: url('/images/cork-wallet.png') repeat;
    padding-bottom: 50px;
}

#history .month{
	width:30px;
    text-align: right;
}

#history .content{
	width:calc(100% - 30px);
    padding-bottom: 5px;
}

#history .container,
#history .history-content{
    cursor:move;
}

#history .swiper-history .row {
    margin:0;
    position:relative;
}

#history .swiper-year .row{
    position:absolute;
    bottom:0;
    margin-bottom:40px;
    width:100%;
    text-align:center;
}

#history h1{
	font-size:30px;
	color:#aaa;
    transition: all 0.5s ease;
    line-height: 70px;
}

#history .swiper-slide-active h1 {
    font-size: 70px;
    color: #555;
    transition: all 0.5s ease;
}

#history .line{
	background:url('/images/history_line.png') repeat-x;
	width:100%;
	margin-top:50px;
}

#history .line img{
	padding-bottom:10px;
	margin-top:0;
}

#history .arrow{
	padding-top:100px;
	width:5%;
	float:left;
}

#history .history{
	width:90%;
	float:left;
}

#history ul{
	padding:20px 0 0 0px;
	margin-left:30%;
}

#history ul li .left{
	width:10%;
}

@media(max-width:768px){
	#history{
		padding-top:30px;
	}

	#history .line{
		margin-top:10px;
	}

	#history h1{
		font-size:20px;
	}
    #history .swiper-slide-active h1 {
        font-size: 40px;
    }
	#history ul{
		margin-left:0;
	}

	#history .history{
		padding-left:10px;
	}

	#history ul li{
		font-size:13px;
	}

	#history .arrow img{
		width:50%;
	}
}

#history ul li{
	float:left;
	color:#555;
	list-style:none;
	font-size:15px;
	font-weight:300;
	text-align:left;
	line-height:1.5;
}

#history ul li span{
	color:#f26522;
	font-weight:500;
	padding-right:10px;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown, .dropup {
    position: relative;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
	font-family: 'Noto Sans Korean', sans-serif;
    display: block;
    width: 100%;
    padding: 0.7em 1.5em;
	font-size:14px;
    clear: both;
    font-weight: 400;
    color: #666;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-menu a:hover{
	text-decoration:none;
	color:#fff;
	background:#fba919;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.show>a {
    outline: 0;
}



::after, ::before {
    box-sizing: inherit;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li {
    position: relative;
    display: block;
}

nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.open>a {
    outline: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background:none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color:#fba919;
}

.dropdown-menu{
	text-align:center;
	min-width:116px;
	width:100%;
}

.dropdown-menu li a{
	text-decoration:none;
	padding:7px 0;
	display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.dropdown-menu li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#fba919;
	padding:10px 0;
}

@media (max-width: 767px){
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}
}

.dummy-nav {
    z-index: -1;
    position: absolute;
    top: 0;
    height: 80px;
    width: 100%;
}
#topNav.navbar.affix .dummy-nav {
    background-color: #222;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#topNav.navbar .dummy-nav {
    background-color: transparent;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
@media (max-width: 767px) {
    .dummy-nav {
        height: 50px;
        z-index: -1;
    }
}

#organization img{
	width:90%;
}

#contact{
	padding:0;
	margin:0 auto;
}

.contact{
	padding:80px 0;
	background:url('/images/bg_contact.png') repeat;
	color:#fff;
	padding-left:10%;
	height:460px;
	width:50%;
	float:left;
}

.contact p{
	font-weight:300;
}

.contact p span{
	float:left;
    width:40%;
    margin-top:20px;
    font-size:17px;
    font-weight:400;
    text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}


.map{
	background-image:url('/images/map.jpg');
	background-position: center;
	background-size:cover;
	z-index:999;
	height:460px;
	width:50%;
	float:left;
}

.map .iw_inner{
    width:120px;
    height:40px;
    font-size:14px;
    line-height: 14px;
    padding:12px 10px 0px 10px;
    color:#fba919;
    text-align:center;
	font-weight:bold;
}

@media(min-width:768px) and (max-width:1000px){
	.contact p span {
		clear:both;
	}
}

@media(max-width:450px){
    .contact p span {
        clear: both;
        width: 100%;
        color: #fff;
    }
}

@media(max-width:768px){
	.contact{
		width:100%;
	}

	.map{
		width:100%;
		height:200px;
	}
}


#serviceheader {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('/images/bg_service.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



#serviceheader .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

#serviceheader .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

#serviceheader .header-content .inner h2 {
    font-weight:500;
	margin-top:30px;
}

#serviceheader .header-content .inner h4 {
    font-weight:300;
	font-size:16px;
	margin-top:25px;
	line-height:140%;
}

/*******¼­ºñ½º¼Ò°³*******/

#isp{
	background:url('/images/noisy_net.png') repeat;
}

#isp img{
	margin-top:60px;
	width:100%;
	max-width:788px;
}


#solution{
	color:#f3f3f3;
	width:100%;
}

#solution row{
	text-align:center;
}

.solution_wrap{
	margin:0 auto;
	width:100%;
	text-align:center;
}

.solution_box {
    transition: all .7s ease-in-out;
    width: 33.3%;
    height: 300px;
    padding: 110px 0 0 0;
    float: left;
    text-align: center;
    overflow: hidden;
}

.solution_box:hover{
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
	padding:60px 0 0 0;
}

.solution01 {
    background: url('/images/solution01.jpg') no-repeat;
}

.solution02 {
    background: url('/images/solution02.jpg') no-repeat;
}

.solution03 {
    background: url('/images/solution03.jpg') no-repeat;
}

.solution04 {
    background: url('/images/solution04.jpg') no-repeat;
}

.solution05 {
    background: url('/images/solution05.jpg') no-repeat;
}

.solution06 {
    background: url('/images/solution06.jpg') no-repeat;
}

#solution h2 {
    font-size: 40px;
    color: #3c3960;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
}

#solution h3{
	font-size:25px;
	text-align:center;
}

#solution h3 span{
	display:block;
	font-size:16px;
	color:#f26522;
}

#solution p{
	opacity:0;
	font-size:14px;
	text-align:center;
	padding:15px 30px 0 30px;
}

@media(max-width:768px){
    .solution_box {
        width: 50%;
        height: 220px;
        padding: 70px 0 0 0;
        background-size: cover;        
    }

    .solution_box:hover{
        background-size:cover;
		padding:5px 0 0 0;
    }

    #solution p {
        opacity: 0;
        font-size: 13px;
        text-align: center;
        padding: 15px 10px 0 10px;
    }
    #solution h2{
        font-size:20px;
    }

    #solution h3 {
        font-size: 22px;
    }
    #solution h3 span{
        font-size:17px;
    }

    #solution p {
        /*display:none;*/
    }
}
@media(max-width:400px) {
    #solution p {
        line-height: 17px;
        padding: 5px 10px 0 10px;
    }
}

#iot{
	background:url('/images/vintage-concrete.png');
}

#iot h3{
	color:#3c3960;
}

#iot h5{
	color:#3c3960;
	font-weight:400;
	font-size:15px;
	padding: 10px 0 80px 0;
}

#iot img{
	width:100%;
	max-width:450px;
}

#system{
	background:url('/images/bg_system.png');
}

#system img{
	padding:50px 0 0 0;
	width:100%;
	max-width:1080px;
}



/*******¾ÆÅ©µµ¼Ò½Ä*******/

#newsheader {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('/images//bg_news.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



#newsheader .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

#newsheader .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

#newsheader .header-content .inner h2 {
    font-weight:500;.
	margin-top:30px;
}

#newsheader .header-content .inner h4 {
    font-weight:300;
	font-size:16px;
	margin-top:25px;
	line-height:140%;
}    

.table_wrap {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
}

.list_sort_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 42px;
}

.list_sort_wrap .list_search {
    position: relative;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px){
	.list_sort_wrap .list_search {
		position: absolute;
		top: 0;
		right: 0;
	}
}

.list_sort_wrap .list_search .l_s_input {
    position: relative;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin-right: 39px;
}

@media screen and (min-width: 768px){

	.list_sort_wrap .list_search .l_s_input {
		width: 145px;
	}
}

.list_sort_wrap .list_search input {
    position: relative;
    width: 100%;
    height: 38px;
    padding: 0;
    border: none;
    background: none;
    text-align: left;
    font-size: 14px;
}

input, button, select, textarea {
    font-family: 'Noto Sans Korean', sans-serif;
}

.list_sort_wrap .list_search .l_s_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

table.c_table_01 {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #777;
}

table {
    background-color: transparent;
	border-spacing: 0;
    border-collapse: collapse;
	font-family: 'Noto Sans Korean', sans-serif;
}

caption, legend {
    visibility: hidden;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table.c_table_01 thead th.bl, table.c_table_01 tbody td.bl {
    border-left: none;
}

@media(min-width: 640px){
	table.c_table_01 thead tr th {
		padding: 16px 20px 15px 20px;
	}
}

table.c_table_01 thead tr th {
    color: #555;
    background: #fafafa;
    padding: 10px 10px;
    font-weight: 500;
}

table.c_table_01 tbody td, table.c_table_01 thead th {
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
}


table.c_table_01 thead th.br, table.c_table_01 tbody td.br {
    border-right: none;
}

table.c_table_01 tbody tr td {
    color: #777;
    padding: 10px 10px;
    font-weight: 400;
}

table.c_table_01 tbody tr td.table_title{
    text-align:left;
}


@media(min-width: 640px){
	table.c_table_01 tbody tr td {
		padding: 16px 20px 15px 20px;
	}
}

.paging {
    text-align: center;
    margin-top: 25px;
}

.paging .border {
    border: 1px solid #e0e0e0;
    background: #fafafa;
    color: #333;
    width: 35px;
    height: 35px;
    padding: 5px 13px 9px 13px;
    margin: 0 7px 0 5px;
}


#content_pop .view_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateZ(0);
    border: 1px solid #d6d6d6;
}

#content_pop .view_top div {
    position: relative;
    max-width: 1498px;
    margin: 0 auto;
    background: #fff;
}

#content_pop .view_top .view_title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 280px 20px 80px;
    text-align: left;
	color:#777;
}

#content_pop .view_top .btn_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58px;
    border-right: solid 1px #d6d6d6;
    font-size: 0;
    color: #fff;
    text-indent: -9999px;
    background: url('/images/btn_list.jpg') no-repeat center center;
}

#content_pop .view_top .right_cont {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#content_pop .view_top .right_cont span {
    position: absolute;
    right: 170px;
    top: 50%;
    margin-top: -10px;
    width: 90px;
	color:#777;
	font-weight:300;
}

#content_pop .view_top .right_cont .sns01 {
    right: 112px;
    width: 53px;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    background: url('/images/facebook.jpg') no-repeat center center;
}

#content_pop .view_top .right_cont a {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 0;
    text-indent: -99999px;
}

#content_pop .view_top .right_cont .sns02 {
    right: 59px;
    width: 54px;
    border-right: solid 1px #d6d6d6;
    background: url('/images//twitter.jpg') no-repeat center center;
}

#content_pop .view_top .right_cont .pop_close {
    right: 0;
    width: 59px;
    background: url('/images//btn_close.jpg') no-repeat center center;
}

#content_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.7);
}

#content_pop .c_p_wrap {
    position: relative;
    max-width: 980px;
    margin: 100px auto;
}

#content_pop .c_p_con {
    position: relative;
    border: 1px solid #e2e4e6;
    border-top: none;
    background: #fff;
    padding-top: 60px;
}

#content_pop .c_p_con .p_content {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

#content_pop .c_p_con .p_content .cont {
    position: relative;
    padding: 50px 65px 90px 55px;
    text-align: left;
}

#content_pop .c_p_con .p_content .cont p{
	font-size:15px;
	font-weight:300;
	line-height:2.5;
}

#content_pop .view_bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateZ(0);
    border: 1px solid #d6d6d6;
	border-top:none;
}

#content_pop .view_bottom div {
    position: relative;
    max-width: 1498px;
    margin: 0 auto;
    background: #fff;
}

#content_pop .view_bottom .view_title {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 0 20px 30px;
    text-align: left;
	color:#777;
	font-weight:300;
}

#content_pop .view_bottom .view_title .btn_prev {
    position: relative;
    line-height: 20px;
    text-align: left;
}

#content_pop .view_bottom .view_title .btn_prev img{
    padding:0 30px 5px 3px;
}

#content_pop .view_bottom .view_title .btn_next {
    position: relative;
    line-height: 20px;
    text-align: left;
}

#content_pop .view_bottom .view_title .btn_next img{
    padding:0 30px 5px 3px;
}



#content_pop .view_bottom .btn_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58px;
    border-right: solid 1px #d6d6d6;
    font-size: 0;
    color: #fff;
    text-indent: -9999px;
    background: url('/images//btn_list.jpg') no-repeat center center;
}


@media(max-width: 768px){
	#content_pop .view_top .view_title {
		padding: 10px 10px 10px 69px;
		font-size: 14px;
		line-height: 16px;
	}

	#content_pop .view_top .right_cont {
		position: relative;
		height: 38px;
		padding-right: 59px;
		border-top: solid 1px #d6d6d6;
	}

	#content_pop .view_top .right_cont span {
		position: static;
		display: block;
		float: left;
		width: 33.33%;
		margin: 0;
		line-height: 38px;
		font-size: 13px;
		padding-left:5%;
	}

	#content_pop .view_top .right_cont .sns01 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: 11.5px;
		-moz-background-size: 11.5px;
		background-size: 11.5px;
	}

	#content_pop .view_top .right_cont .sns02 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: 11.5px;
		-moz-background-size: 11.5px;
		background-size: 11.5px;
	}

	#content_pop .view_top .right_cont .pop_close {
		position: absolute;
		right: 0;
		top: 0;
		background-size: 9.5px;
	}

	#content_pop .view_bottom .view_title {
		position: relative;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0 10px 10px;
		text-align: left;
		color: #777;
		font-weight: 300;
	}

	#content_pop .view_bottom .view_title .btn_prev {
		position: relative;
		line-height: 20px;
		text-align: left;
	}


	#content_pop .view_bottom .view_title .btn_next {
		position: relative;
		line-height: 20px;
		text-align: left;
	}


}



/*******Ã¤¿ë°ø°í*******/


#recruit_pop .view_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateZ(0);
    border: 1px solid #d6d6d6;
}

#recruit_pop .view_top div {
    position: relative;
    max-width: 1498px;
    margin: 0 auto;
    background: #fff;
}

#recruit_pop .view_top .view_title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 280px 20px 210px;
    text-align: left;
	color:#777;
}

#recruit_pop .view_top .view_title span{
    position: absolute;
	left:58px;
	top:0;
	width:130px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
	color:#fff;
	background:#fba919;
	height:auto;
}

#recruit_pop .view_top .btn_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58px;
    border-right: solid 1px #d6d6d6;
    font-size: 0;
    color: #fff;
    text-indent: -9999px;
    background: url('/images//btn_list.jpg') no-repeat center center;
}

#recruit_pop .view_top .right_cont {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#recruit_pop .view_top .right_cont span {
    position: absolute;
    right: 170px;
    top: 50%;
    margin-top: -10px;
    width: 90px;
	color:#777;
	font-weight:300;
}

#recruit_pop .view_top .right_cont .sns01 {
    right: 112px;
    width: 53px;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    background: url('/images//facebook.jpg') no-repeat center center;
}

#recruit_pop .view_top .right_cont a {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 0;
    text-indent: -99999px;
}

#recruit_pop .view_top .right_cont .sns02 {
    right: 59px;
    width: 54px;
    border-right: solid 1px #d6d6d6;
    background: url('/images//twitter.jpg') no-repeat center center;
}

#recruit_pop .view_top .right_cont .pop_close {
    right: 0;
    width: 59px;
    background: url('/images//btn_close.jpg') no-repeat center center;
}

#recruit_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.7);
}

#recruit_pop .c_p_wrap {
    position: relative;
    max-width: 980px;
    margin: 100px auto;
}

#recruit_pop .c_p_con {
    position: relative;
    border: 1px solid #e2e4e6;
    border-top: none;
    background: #fff;
    padding-top: 60px;
}

#recruit_pop .c_p_con .p_content {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

#recruit_pop .c_p_con .p_content .cont {
    position: relative;
    padding: 50px 65px 90px 55px;
    text-align: left;
}

#recruit_pop .c_p_con .p_content .cont p{
	font-size:15px;
	font-weight:300;
	line-height:2.5;
}

#recruit_pop .view_bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateZ(0);
    border: 1px solid #d6d6d6;
	border-top:none;
}

#recruit_pop .view_bottom div {
    position: relative;
    max-width: 1498px;
    margin: 0 auto;
    background: #fff;
}

#recruit_pop .view_bottom .view_title {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 0 20px 30px;
    text-align: left;
	color:#777;
	font-weight:300;
}

#recruit_pop .view_bottom .view_title .btn_prev {
    position: relative;
    line-height: 20px;
    text-align: left;
}

#recruit_pop .view_bottom .view_title .btn_prev img{
    padding:0 30px 5px 3px;
}

#recruit_pop .view_bottom .view_title .btn_next {
    position: relative;
    line-height: 20px;
    text-align: left;
}

#recruit_pop .view_bottom .view_title .btn_next img{
    padding:0 30px 5px 3px;
}



#recruit_pop .view_bottom .btn_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58px;
    border-right: solid 1px #d6d6d6;
    font-size: 0;
    color: #fff;
    text-indent: -9999px;
    background: url('/images//btn_list.jpg') no-repeat center center;
}


@media(max-width: 768px){
	#recruit_pop .view_top .view_title {
		padding: 10px 10px 10px 69px;
		font-size: 14px;
		line-height: 16px;
	}

	#recruit_pop .view_top .right_cont {
		position: relative;
		height: 38px;
		padding-right: 59px;
		border-top: solid 1px #d6d6d6;
	}

	#recruit_pop .view_top .right_cont span {
		position: static;
		display: block;
		float: left;
		width: 33.33%;
		margin: 0;
		line-height: 38px;
		font-size: 13px;
		padding-left:5%;
	}

	#recruit_pop .view_top .right_cont .sns01 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: 11.5px;
		-moz-background-size: 11.5px;
		background-size: 11.5px;
	}

	#recruit_pop .view_top .right_cont .sns02 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: 11.5px;
		-moz-background-size: 11.5px;
		background-size: 11.5px;
	}

	#recruit_pop .view_top .right_cont .pop_close {
		position: absolute;
		right: 0;
		top: 0;
		background-size: 9.5px;
	}

	#recruit_pop .view_bottom .view_title {
		position: relative;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0 10px 10px;
		text-align: left;
		color: #777;
		font-weight: 300;
	}

	#recruit_pop .view_bottom .view_title .btn_prev {
		position: relative;
		line-height: 20px;
		text-align: left;
	}


	#recruit_pop .view_bottom .view_title .btn_next {
		position: relative;
		line-height: 20px;
		text-align: left;
	}

	#recruit_pop .view_top .view_title span{
		display:none;
	}


}


/*******Á¦ÈÞ¹®ÀÇ*******/


#contactheader {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('/images//bg_contact.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



#contactheader .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

#contactheader .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

#contactheader .header-content .inner h2 {
    font-weight:500;.
	margin-top:30px;
}

#contactheader .header-content .inner h4 {
    font-weight:300;
	font-size:16px;
	margin-top:25px;
	line-height:140%;
}

#contact{
	padding:100px 0;
}

#subcontact {
    background-color:#fff;
}

#subcontact .row{
    padding:0 15px;
}

#subcontact .input {
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    padding: 7px 0;
    text-align: center;
}

#subcontact .input select{
	width:100%;
	height:50px;
	margin:0 auto;
	padding: 0 15px;
}

#subcontact .input input{
	width:100%;
	height:50px;
	margin:0 auto;
	padding: 0 15px;
} 

#subcontact p{
	color:#666;
	font-family:gulim;
	font-size:17px;
	text-align:center;
	clear:both;
}

#subcontact p span{
	text-decoration:underline;
	cursor:pointer;
	font-weight:bold;
	padding-left:7px;
}

#subcontact p .checkbox{
	cursor:pointer;
}

input[type=checkbox] {  
    display: none;  
}

input[type=checkbox] + label{
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;
    font-size: 12px;
}

input[type=checkbox]+ label:before {     

    content: "";  
    display: inline-block;  
  
    width: 20px;  
    height: 20px;  
  
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottom: 1px;  
    background-color: #ccc;  
    border-radius: 2px; 
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}
input[type=checkbox]:checked + label:before { 

    content: "\2713";  /* Ã¼Å©¸ð¾ç */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    font-size: 18px; 
    font-weight:800; 
    color: #fff;  
    background:#fba919;
    text-align: center;  
    line-height: 18px;  

} 

.btn_yr {
    border: 2px solid #fba919;
    border-radius: 10px;
    font-family: 'Noto Sans Korean', sans-serif;
	background:rgba(255,255,255,0.1);
    padding: 13px 70px 16px 70px;
    font-size: 16px;
	letter-spacing:5px;
	color:#666;
	font-weight:300;
	text-align:center;
	clear:both;
}

.btn_yr:hover, .btn_yr:after{
	border: 2px solid #fba919;
	background:rgba(251,169,25,1.0);
	text-decoration:none;
	font-weight:400;
	color:#fff;
}




/*Á¦ÈÞ¹®ÀÇ °³ÀÎÁ¤º¸¼öÁý ÆË¾÷*/
#cooperate_pop{
        display:none;
}
#cooperate_pop .view_top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateZ(0);
    border: 1px solid #d6d6d6;
}

#cooperate_pop .view_top div {
    position: relative;
    max-width: 1498px;
    margin: 0 auto;
    background: #fff;
}

#cooperate_pop .view_top .view_title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 280px 20px 30px;
    text-align: left;
	color:#777;
}

#cooperate_pop .view_top .btn_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58px;
    border-right: solid 1px #d6d6d6;
    font-size: 0;
    color: #fff;
    text-indent: -9999px;
    background: url('/images//btn_list.jpg') no-repeat center center;
}

#cooperate_pop .view_top .right_cont {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#cooperate_pop .view_top .right_cont span {
    position: absolute;
    right: 170px;
    top: 50%;
    margin-top: -10px;
    width: 90px;
	color:#777;
	font-weight:300;
}

#cooperate_pop .view_top .right_cont .sns01 {
    right: 112px;
    width: 53px;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    background: url('/images//facebook.jpg') no-repeat center center;
}

#cooperate_pop .view_top .right_cont a {
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 0;
    text-indent: -99999px;
}

#cooperate_pop .view_top .right_cont .sns02 {
    right: 59px;
    width: 54px;
    border-right: solid 1px #d6d6d6;
    background: url('/images//twitter.jpg') no-repeat center center;
}

#cooperate_pop .view_top .right_cont .pop_close {
    right: 0;
    width: 59px;
    background: url('/images/btn_close.jpg') no-repeat center center;
	z-index:999;
}

#cooperate_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.7);
}

#cooperate_pop .c_p_wrap {
    position: relative;
    max-width: 980px;
    margin: 100px auto;
}

#cooperate_pop .c_p_con {
    position: relative;
    border: 1px solid #e2e4e6;
    border-top: none;
    background: #fff;
}

#cooperate_pop .c_p_con .p_content {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

#cooperate_pop .c_p_con .p_content .cont {
    position: relative;
    padding: 30px 65px 30px 30px;
    text-align: left;
}

#cooperate_pop .c_p_con .p_content .cont p{
	font-size:12px;
	font-weight:300;
	line-height:2.0;
	font-family:gulim;
	color:#888;
	margin-bottom:0;
}

#cooperate_pop .view_bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateZ(0);
    border: 1px solid #d6d6d6;
	border-top:none;
}

#cooperate_pop .view_bottom div {
    position: relative;
    max-width: 1498px;
    margin: 0 auto;
    background: #fff;
}

#cooperate_pop .view_bottom .view_title {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 0 20px 30px;
    text-align: left;
	color:#777;
	font-weight:300;
}

#cooperate_pop .view_bottom .view_title .btn_prev {
    position: relative;
    line-height: 20px;
    text-align: left;
}

#cooperate_pop .view_bottom .view_title .btn_prev img{
    padding:0 30px 5px 3px;
}

#cooperate_pop .view_bottom .view_title .btn_next {
    position: relative;
    line-height: 20px;
    text-align: left;
}

#cooperate_pop .view_bottom .view_title .btn_next img{
    padding:0 30px 5px 3px;
}



#cooperate_pop .view_bottom .btn_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58px;
    border-right: solid 1px #d6d6d6;
    font-size: 0;
    color: #fff;
    text-indent: -9999px;
    background: url('/images//btn_list.jpg') no-repeat center center;
}


@media(max-width: 768px){
	#cooperate_pop .view_top .view_title {
		padding: 10px 10px 10px 30px;
		font-size: 14px;
		line-height: 16px;
	}

	#cooperate_pop .view_top .right_cont {
		position: relative;
		padding-right: 59px;
		z-index:999;
	}

	#cooperate_pop .view_top .right_cont span {
		position: static;
		display: block;
		float: left;
		width: 33.33%;
		margin: 0;
		line-height: 38px;
		font-size: 13px;
		padding-left:5%;
	}

	#cooperate_pop .view_top .right_cont .pop_close {
		height:38px;
}

	#cooperate_pop .view_top .right_cont .sns01 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: 11.5px;
		-moz-background-size: 11.5px;
		background-size: 11.5px;
	}

	#cooperate_pop .view_top .right_cont .sns02 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: 11.5px;
		-moz-background-size: 11.5px;
		background-size: 11.5px;
	}

	#cooperate_pop .view_top .right_cont .pop_close {
		position: absolute;
		right: 0;
		top: -37px;
		background-size: 9.5px;
	}

	#cooperate_pop .view_bottom .view_title {
		position: relative;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0 10px 10px;
		text-align: left;
		color: #777;
		font-weight: 300;
	}

	#cooperate_pop .view_bottom .view_title .btn_prev {
		position: relative;
		line-height: 20px;
		text-align: left;
	}


	#cooperate_pop .view_bottom .view_title .btn_next {
		position: relative;
		line-height: 20px;
		text-align: left;
	}


}



/* ¿¬Çõ */
.swiper-year,
.swiper-history {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-year h1{
    font-size:70px;
}

.swiper-button-next {
    background-image: url('/images/arrow_right.png');
    right: calc(50% - 350px);
    left: auto;
}
.swiper-button-prev {
    background-image: url('/images/arrow_left.png');
    right: calc(50% + 350px);
    right: auto;
}

.swiper-arrow{position:relative;}
.swiper-arrow .arrow {position:absolute;}
.swiper-arrow .arrow.arrow-prev{left:0}
.swiper-arrow .arrow.arrow-next{right:0}

@media(max-width: 768px) {

    .swiper-year h1 {
        font-size: 40px;
    }

    .swiper-button-next {
        right: 10px;
    }
    .swiper-button-prev {
        left: 10px;
    }
}