@import url(common.css); /* 초기화 */

/************************************************************************************
UI st.
*************************************************************************************/
/* Input, Select, Textarea */
input[type="text"],
input[type="search"],
input[type="password"] {height: 38px; padding: 0 10px; font-size: 16px;}
input[type="file"],
input[type="submit"],
input[type="button"] {height: 40px; padding: 0 10px; font-size: 16px;}
select {height: 40px; padding: 0 20px 0 10px; font-size: 16px; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('../../images/common/ic_arrow_down.png') right 5px center no-repeat; background-size: 10px;}
select::-ms-expand {display: none;}
textarea {width: calc(100% - 22px); padding: 10px; font-size: 16px;}


/* File */
.filebox {margin-bottom: 5px;}
.filebox>* {display: inline-block; vertical-align: top;}
.filebox input[type='text'] {height: 40px; font-size: 14px;}
.filebox label {position: relative; width: 80px; height: 38px; text-align: center; line-height: 38px; overflow: hidden; cursor: pointer;}
.filebox label input {display: none; position: absolute; right: 0; width: 0; height: 0; overflow: hidden; border: 0;}


/* Radio, Checkbox */
.radio_style {position: relative; display: inline-block; padding-left: 30px; vertical-align: middle;}
.radio_style input[type='radio'] {display: none;}
.radio_style label {display: inline-block; vertical-align: middle; height: 22px; line-height: 22px;}
.radio_style input + label.radio_img {position: absolute; top: 0; left: 0; width: 22px; height: 100%; cursor: pointer; background: url('../../images/common/img_radio_off.png') left center no-repeat;}
.radio_style input:checked + label.radio_img {background: url('../../images/common/img_radio_on.png') left center no-repeat;}

.check_style {position: relative; display: inline-block; padding-left: 22px; vertical-align: middle;}
.check_style input[type='checkbox'] {display: none;}
.check_style label {display:inline-block; vertical-align: middle; height: 18px; line-height: 18px;}
.check_style input + label.check_img {position: absolute; top: 0; left: 0; width: 18px; cursor: pointer; background: url('../../images/common/img_check_off.png') left center no-repeat;}
.check_style input:checked + label.check_img {background: url('../../images/common/img_check_on.png') left center no-repeat;}

.flatCheck {position: relative; width: 53px; height: 30px;}
.flatCheck input[type='checkbox'] {opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
.flatCheck div {position: relative; top: -16px; width: 100%; height: 100%; background: #fff;  border: 1px solid #ddd; border-radius: 50px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease; }
.flatCheck label {display: block; position: absolute; top: 1px; left: 0; width: 26px; height: 26px; cursor: pointer; z-index: 1; border-radius: 50%; background: #fff; border: 1px solid #ddd; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .3s ease; transition: all .2s ease;}
.flatCheck input[type=checkbox]:checked ~ div {background: #5787e9; border: 1px solid #5787e9;}
.flatCheck input[type=checkbox]:checked ~ label {left: 26px; border: 1px solid #5787e9;}


/* Scroll */
.scroll::-webkit-scrollbar {width: 5px; height: 5px;}
.scroll::-webkit-scrollbar-button:start:decrement, 
.scroll::-webkit-scrollbar-button:end:increment {display: block; height: 3px;}
.scroll::-webkit-scrollbar-track {background: none;}
.scroll::-webkit-scrollbar-thumb {width:5px; height: 5px; border-radius: 7px; background: #eee;}
.scroll::-webkit-scrollbar-thumb:hover {background: #eee;}
.scroll:hover::-webkit-scrollbar-thumb {background: #eee;}
.scroll {scrollbar-3dLight-Color: none; scrollbar-arrow-color: #d3d3d3; scrollbar-base-color: rgb(238, 238, 238); scrollbar-Face-Color: rgb(213, 213, 213); scrollbar-Track-Color: #eee; scrollbar-DarkShadow-Color: none; scrollbar-Highlight-Color: none; scrollbar-Shadow-Color: rgb(238, 238, 238);}


/* Layer popup */
.popup_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100;}
.popup_inner {position: relative; margin: 100px auto 0; background: #fff; z-index: 2;}
.popup_inner .btn_close {position: absolute; right: 20px; top: 20px; width: 30px; height: 30px; background: url('../../images/common/ic_popup_close.png') center center no-repeat; text-indent: -9999px; z-index: 99;}
.popup_inner .popup_contents {}

.popup_bg {position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: 1;}


/* Basic calendar */
input.datepicker {padding-right: 35px; background: #fff url('../../images/common/ic_calendar.png') right 5px center no-repeat;}
.ui-datepicker .ui-widget.ui-widget-content {border:0; color: #23abe7; background: #333;}
.ui-datepicker .ui-widget-header {padding: 5px 0; font-size: 18px; color: #fff; font-weight: 400; background: #666; border: 0; border-radius: 0;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {top: 6px; width: 30px; height: 25px; cursor: pointer;}
.ui-datepicker .ui-state-hover.ui-datepicker-prev-hover {left: 2px; top: 6px; background: #666; border: 0;}
.ui-datepicker .ui-state-hover.ui-datepicker-next-hover {right: 2px; top: 6px; background: #666; border: 0;}
.ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {position: static; width: 30px; height: 30px; margin: 0; background: #666 url('../../images/common/ic_arrow_left_white.png') center center no-repeat !important;}
.ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {position: static; width: 30px; height: 30px; margin: 0; background: #666 url('../../images/common/ic_arrow_right_white.png') center center no-repeat !important;}
.ui-datepicker {padding: 0; width: auto; border-radius: 0 !important;}
.ui-datepicker .ui-datepicker-title select {height: 30px; padding: 0 15px 0 10px; font-size: 14px; color: #333; background: #fff url('../../images/common/btn_down.png') right 5px center no-repeat; background-size: 12px !important;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {width: 38%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {width: 48%;}
.ui-datepicker table {margin-bottom: 0;}
.ui-datepicker th {height: 19px; font-weight: 400; font-size: 14px; border-bottom: 1px solid #666;}
.ui-datepicker td a.ui-state-default {width: 32px; height: 32px; line-height: 29px; font-size: 14px; color: #666; text-align: center; border: 0;}
.ui-datepicker td a.ui-state-active {background: #008ba1; color: #fff;}
.ui-datepicker td a.ui-state-highlight {background: none; border: 1px solid #008ba1;}


/* Color */
.white {color: #fff !important;}
.black {color: #000 !important;}
.darkgray {color: #333 !important;}
.lightgray {color: #999 !important;}
.red {color: #ed1f24 !important;}


/* Background */
.bg_lightgray {background: #f9f9f9;}


/* Border */
.bor_non{border:0 !important;}
.bor_top_non{border-top:0 !important;}
.bor_right_non{border-right:0 !important;}
.bor_bottom_non{border-bottom:0 !important;}
.bor_left_non{border-left:0 !important;}


/* Btn */
.btn_wrap:after {display: block; visibility: hidden; clear: both; content: "";}
.btn {display: inline-block; width: 400px; height: 60px; padding: 0; line-height: 60px; font-size: 18px; text-align: center; letter-spacing: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; vertical-align: top; cursor: pointer;}
input.btn {display: inline-block; width: 400px; height: 60px; padding: 0; line-height: 60px; font-size: 18px; text-align: center; letter-spacing: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; vertical-align: top; cursor: pointer;}

.btn_red {color:#fff !important; background: #ed1f24; border: 1px solid #ed1f24 !important;}
.btn_gray {color:#fff !important; background: #666; border: 1px solid #666 !important;}
.btn_lightgray {color:#fff !important; background: #999; border: 1px solid #999 !important;}

.btn_round {border-radius: 50px;}

.btn_close {display: inline-block; width: 14px; height: 14px; padding: 0; line-height: 14px; background: url('../../images/common/ic_close.png') center center no-repeat; vertical-align: middle;}


/* Icon */
.icon {display: inline-block; text-indent: -9999px;}


/* Label */
.label {display: inline-block; padding: 1px 3px; font-size: 14px;}





/************************************************************************************
Header st.
*************************************************************************************/
header {position: relative; z-index: 2;}
.header_wrap {}

.header_wrap .logo {display: none;}
/* .header_wrap .logo {position: absolute; top: 0; left: 100px; width: 95px; height: 100px; background: url('../../images/common/logo.png') center center no-repeat; background-size: 100%; z-index: 2; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;} */

.header_wrap .gnb_wrap {position: relative; width: 100%; text-align: center;}
.header_wrap .gnb_wrap:before {display: none; position: absolute; left: 0; top: 101px; right: 0; width: 100%; height: 260px; content: ""; background: #fff; border-bottom: 1px solid #ddd; z-index: 1;}
.header_wrap .gnb_wrap .gnb .depth1 {position: relative; display: inline-block; vertical-align: top; font-size: 0; z-index: 2;}
.header_wrap .gnb_wrap .gnb .depth1>li {position: relative; display: inline-block; vertical-align: top; padding: 0 24px;}
.header_wrap .gnb_wrap .gnb .depth1>li>a {display: block; height: 100px; padding: 0 10px; line-height: 100px; font-size: 18px; font-weight: 500; color: #333; letter-spacing: 0;}
.header_wrap .gnb_wrap .gnb .depth1>li.active>a,
.header_wrap .gnb_wrap .gnb .depth1>li:hover>a {color: #ed1f24 !important; border-bottom: 3px solid #ed1f24 !important;}

.header_wrap .gnb_wrap .gnb .depth1 .depth2 {display: none; position: absolute; top: 100%; left: 0; right: 0; padding-top: 25px;}
.header_wrap .gnb_wrap .gnb .depth1 .depth2>li>a {display: block; height: 35px; text-align: center; line-height: 35px; font-size: 14px; color: #666;}
.header_wrap .gnb_wrap .gnb .depth1 .depth2>li:hover>a {color: #ed1f24;}

.header_wrap .utill_wrap {position: absolute; top: 30px; right: 100px; z-index: 2;}
.header_wrap .utill_wrap .utill ul {font-size: 0;}
.header_wrap .utill_wrap .utill ul li {display: inline-block; vertical-align: middle;}
.header_wrap .utill_wrap .utill ul li a {display: block; width: 35px; height: 35px; margin-left: 10px; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;}
/* .header_wrap .utill_wrap .utill ul li a.home {background: url('../../images/common/ic_mail_gray.png') center center no-repeat;} */
.header_wrap .utill_wrap .utill ul li a.mail {background: url('../../images/common/ic_mail_gray.png') center center no-repeat;}
.header_wrap .utill_wrap .utill ul li a.facebook { background: url('../../images/common/ic_facebook_gray.png') center center no-repeat;}
.header_wrap .utill_wrap .utill ul li a.blog {background: url('../../images/common/ic_blog_gray.png') center center no-repeat;}
.header_wrap .utill_wrap .utill ul li a.instagram {background: url('../../images/common/ic_instagram_gray.png') center center no-repeat;}

/* sub header */
.header_wrap.sub_header {background: #fff; border-bottom: 1px solid #ddd;}
/* .header_wrap.sub_header .logo {background: url('../../images/common/logo_red.png') center center no-repeat;  background-size: 100%;} */

.header_wrap.sub_header .gnb_wrap .gnb .depth1>li>a {color: #333;}

.header_wrap.sub_header .utill_wrap .utill ul li a.home {background: url('../../images/common/ic_home_black.png') center center no-repeat;}
.header_wrap.sub_header .utill_wrap .utill ul li a.mail {background: url('../../images/common/ic_mail_black.png') center center no-repeat;}
.header_wrap.sub_header .utill_wrap .utill ul li a.facebook { background: url('../../images/common/ic_facebook_black.png') center center no-repeat;}
.header_wrap.sub_header .utill_wrap .utill ul li a.blog {background: url('../../images/common/ic_blog_black.png') center center no-repeat;}
.header_wrap.sub_header .utill_wrap .utill ul li a.instagram {background: url('../../images/common/ic_instagram_black.png') center center no-repeat;}

/* head over */
.header_wrap.active {background: #fff; border-bottom: 1px solid #ddd;}
/* .header_wrap.active .logo {background: url('../../images/common/logo_red.png') center center no-repeat; background-size: 100%;} */

.header_wrap.active .gnb_wrap:before {display: block;}
.header_wrap.active .gnb_wrap .gnb .depth1>li>a {color: #333;}
.header_wrap.active .gnb_wrap .gnb .depth1 .depth2 {display: block;}

.header_wrap.active .gnb_wrap .logo {display: block; position: absolute; left: 8%; top: 170px; width: 193px; height: 130px; background: url('../../images/main/img_main.png') center center no-repeat; background-size: 100%; z-index: 1;}

.header_wrap.active .utill_wrap .utill ul li a.home {background: url('../../images/common/ic_home_black.png') center center no-repeat;}
.header_wrap.active .utill_wrap .utill ul li a.mail {background: url('../../images/common/ic_mail_black.png') center center no-repeat;}
.header_wrap.active .utill_wrap .utill ul li a.facebook { background: url('../../images/common/ic_facebook_black.png') center center no-repeat;}
.header_wrap.active .utill_wrap .utill ul li a.blog {background: url('../../images/common/ic_blog_black.png') center center no-repeat;}
.header_wrap.active .utill_wrap .utill ul li a.instagram {background: url('../../images/common/ic_instagram_black.png') center center no-repeat;}

@media screen and (max-width: 1440px) {
	.header_wrap .logo {left: 50px;}

	.header_wrap .utill_wrap {right: 50px;}
	.header_wrap .utill_wrap .utill ul li a {margin-left: 5px;}
	/* .header_wrap .utill_wrap .utill ul li a.mail {margin-right: 10px;} */

	.header_wrap.active .gnb_wrap .logo {left: 5%; width: 173px;}
}

@media screen and (max-width: 1280px) {
	.header_wrap .logo {left: 20px;}

	.header_wrap .utill_wrap {right: 20px; top: 33px;}

	.header_wrap.active .gnb_wrap .logo {width: 153px;}
}

@media screen and (max-width: 1152px) {
	/* .header_wrap .logo {width: 140px; background-size: 100%;} */

	.header_wrap .gnb_wrap .gnb .depth1>li {padding: 0 20px;}

	.header_wrap .utill_wrap {top: 36px;}
	.header_wrap .utill_wrap .utill ul li a {width: 27px; height: 27px; background-size: 100% !important;}
	/* .header_wrap .utill_wrap .utill ul li a.mail {width: 30px; margin-right: 0;} */
}





/************************************************************************************
Footer st.
*************************************************************************************/
footer {position: absolute; left: 100px; right: 100px; bottom: 40px; z-index: 2;}
.footer_wrap {}

.footer_wrap p {font-size: 14px; font-weight: 400; line-height: 14px; color: #000; letter-spacing: 0;}
.footer_wrap .address {float: left; padding: 15px 20px 20px; background: rgba(255, 255, 255, 0.5);}
.footer_wrap .address p {margin-top: 7px; color: #000;}
.footer_wrap .address p span {display: inline-block; margin-right: 10px;}
/* .footer_wrap .copy {float: right; margin-top: 34px;} */
.footer_wrap .address p.copy {margin-top: 15px; color: #444;}

/* sub footer */
footer.sub_footer {position: static; text-align: center; background: #404040;}
footer.sub_footer .footer_wrap {padding: 40px 0;}

footer.sub_footer .footer_wrap .address {float: none; font-size: 0; background: none;}
footer.sub_footer .footer_wrap .address p {display: inline-block; height: 14px; margin-top: 0; color: #999; font-size: 14px; line-height: 14px; padding-right: 10px;}
footer.sub_footer .footer_wrap .address p span {height: 14px; margin-right: 0; padding: 0 10px; line-height: 14px; border-left: 1px solid #555;}
footer.sub_footer .footer_wrap .copy {float: none; margin-top: 20px; color: #666;}





/************************************************************************************
Main st.
*************************************************************************************/
.main_contents {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}
.main_contents .main_visual {display: table; width: 100%; height: 100%; background: url('../../images/main/img_visual02.jpg') center top no-repeat;}
.main_contents .main_visual p {display: table-cell; vertical-align: bottom; padding-bottom: 330px; text-align: center; font-size: 50px; font-weight: 300; color: #fff; line-height: 62px; letter-spacing: 10px;}
.main_contents .main_visual p img {margin-left: 600px;}




/************************************************************************************
Contents st.
*************************************************************************************/
html {min-width: 1024px;}

.inner {width: 1260px; margin: 80px auto;}
.sub_contents { min-height: calc(100vh - 388px); }

@media screen and (max-width: 1280px) {
	.inner {width: 1180px;}
}
@media screen and (max-width: 1200px) {
	.inner {width: 1000px;}
}


/* shortcut */
.shortcut {position : fixed; top : 0; left : 0; width : 100%; overflow : hidden; z-index : 20;}
.shortcut a {display : block; height : 0; line-height : 0; text-align : center; background : #284ca0; color : #fff; font-size : 16px;}


/* Title */
.page_title {margin: 0 0 80px; text-align: center;}
.page_title h1 {display: inline-block; font-size: 30px; font-weight: 500; color: #000; line-height: 30px; padding-bottom: 7px; border-bottom: 2px solid #ed1f24;}
.page_title p {display: block; margin-top: 15px; font-size: 16px;}


/* Search */
.search_wrap {position: relative;}
.search_wrap>* {display: inline-block; vertical-align: top; margin-right: 1px; font-size: 15px;}
.search_wrap select {width: 100px; margin-right: 5px; background-size: 12px !important;}
.search_wrap input[type='text'] {width: 200px; padding-right: 40px;}
.search_wrap .btn {position: absolute; right: 0; top: 0; width: 40px; height: 40px; background: url('../../images/common/ic_search.png') center center no-repeat; border: 0; border-left: 1px solid #ddd; text-indent: -9999px;}


/* Tab */
.tab_wrap {margin-bottom: 40px; text-align: center; font-size: 0;}
.tab_wrap li {display: inline-block;}
.tab_wrap li a {display: block; padding: 0 18px; font-size: 15px; color: #999;}
.tab_wrap li.active a,
.tab_wrap li:hover a {color: #000; font-weight: 600;}


/* Sort */
.sort_wrap>* {display: inline-block;}


/* Text */
.info_text {margin-top: 40px; padding: 20px 25px; background: #f3f3f3;}


/* Form */
.form_write {}

.form_write table {width: 100%; table-layout: fixed;}
.form_write table th {height: 60px; padding: 18px 0 10px; font-size: 14px; color: #666; text-align: left; font-weight: 400; vertical-align: top;}
.form_write table td {height: 60px; padding: 10px 0; font-size: 14px; color: #666; text-align: left;}
.form_write table td input[type='password'],
.form_write table td input[type='text'] {display: inline-block; vertical-align: top; width: calc(100% - 22px);}
.form_write table td input[type='text'].type1 {width: calc(29.2% - 22px);}
.form_write table td input[type='text'].type2 {width: calc(64.6% - 22px);}
.form_write table td input[type='text'].type3 {width: calc(27.3% - 22px);}
.form_write table td input[type='text'].type4 {width: calc(91.4% - 22px);}
.form_write table td span.text {display: inline-block; vertical-align: top; width: 5%; line-height: 40px; text-align: center;}
.form_write table td span.text2 {display: inline-block; vertical-align: top; width: 8%; line-height: 40px; text-align: center;}

.form_view table {width: 100%; table-layout: fixed;}
.form_view table th {height: 60px; padding: 20px 0; font-size: 14px; color: #666; text-align: left; font-weight: 400; vertical-align: top; border-bottom: 1px solid #ddd;}
.form_view table td {height: 60px; padding: 20px 0; font-size: 14px; text-align: left; border-bottom: 1px solid #ddd;}


/* Board */
.board_option {margin: 30px 0 20px;}

.board_list {}
.board_list table {width: 100%; border-top: 2px solid #333; table-layout: fixed; letter-spacing: 0;}
.board_list table th {height: 50px; text-align: center; font-size: 14px; font-weight: 500; border-bottom: 2px solid #ddd; background: #fff;}
.board_list table td {height: 50px; text-align: center; font-size: 14px; font-weight: 400; color: #666; border-bottom: 1px solid #ddd; background: #fff;}
.board_list table td.subject {text-align: left; padding: 0 10px 0 20px;}
.board_list table td a {display: inline-block; max-width: 100%; height: 50px; line-height: 50px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; vertical-align: middle;}
.board_list .search_wrap {margin-top: 30px;}

.board_write {margin-top: 30px;}
.board_write table {width: 100%; border-top: 1px solid #222; border-bottom: 1px solid #ddd; table-layout: fixed;}
.board_write th {height: 50px; padding: 5px 20px; text-align: left; font-weight: 400; font-weight: 400; font-size: 15px; color: #555; border-bottom: 1px solid #ddd;}
.board_write td {height: 50px; padding: 5px 20px; font-size: 15px; font-weight: 300; color: #555; border-bottom: 1px solid #ddd;}
.board_write td select {width: 100%;}
.board_write td textarea {width: calc(100% - 22px); height: 150px;}
.board_write td input[type='text'] {width: calc(100% - 32px);}

.comments_wrap {margin: 50px 0 0; border-top: 1px solid #222;}
.comments_wrap .title {padding: 15px 0; font-size: 14px; font-weight: 600;}
.comments_wrap .write_com textarea {width: calc(90% - 20px); height: 50px; padding: 10px;}
.comments_wrap .write_com .btn_gray {width: 9.8%; height: 72px; font-size: 14px;}
.comments_wrap .list_com {margin: 10px 0 30px;}
.comments_wrap .list_com li {position: relative; padding: 10px 0; border-bottom: 1px solid #ddd;}
.comments_wrap .list_com li:last-child {border-bottom: 1px solid #ddd;}
.comments_wrap .list_com dt {margin-bottom: 10px; font-size: 15px;}
.comments_wrap .list_com dt .date {padding-left: 10px; font-size: 12px; color: #999;}
.comments_wrap .list_com dd {font-size: 14px; line-height: 16px;}
.comments_wrap .list_com li>.btn {position: absolute; right: 10px; top: 10px; min-width: 0; width: auto; height: auto; padding: 0; font-size: 12px; line-height: normal; color: #666; background: none; border: 0;}
.comments_wrap .list_com li>.btn.btn_delete {min-width: 12px; height: 12px; background: #fff url('../../images/common/ic_delete.png') center center no-repeat; border: 0; text-indent: -9999px; background-size: 12px;}
.comments_wrap .list_com li.re_com {padding: 10px 0 10px 30px;}
.comments_wrap .list_com li.re_com:after {position: absolute; left: 5px; top: 10px; content: "└"; font-size: 19px; font-weight: 600;}
.comments_wrap .list_com li.re_com textarea {width: calc(89.9% - 20px);}


/* Paging */
.paging {margin-top: 35px; text-align: center;}
.paging a {display: inline-block; vertical-align: middle; margin: 0 10px; line-height: 20px; font-size: 16px; font-weight: 600;}
.paging a.active {color: #ed1f24; border-bottom: 2px solid #ed1f24;}
.paging a.btn_prev {width: 15px; padding-bottom: 0; background: url('../../images/common/ic_arrow_prev.png') center center no-repeat; text-indent: -9999px;}
.paging a.btn_prev_db {width: 15px; padding-bottom: 0; background: url('../../images/common/ic_arrow_prev_db.png') center center no-repeat; text-indent: -9999px;}
.paging a.btn_next {width: 15px; padding-bottom: 0; background: url('../../images/common/ic_arrow_next.png') center center no-repeat; text-indent: -9999px;}
.paging a.btn_next_db {width: 15px; padding-bottom: 0; background: url('../../images/common/ic_arrow_next_db.png') center center no-repeat; text-indent: -9999px;}


/* Img wrap */
.img_wrap {position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.img_wrap .img_box {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.img_wrap .img_box img {display: block; width: 100%;}


/* 말줄임 */
.ellipsis {overflow: hidden;}
.ellipsis:before {float: left; width:1px; content: "";}
.ellipsis>*:first-child {float: right; width: 100%; margin-left: -1px}		
.ellipsis:after {position: relative; top: 38px; left: 100%; float: right; width: 23px; margin-left: -23px; text-align: right; color: #777777; content: "\02026";
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
background: -webkit-gradient(linear, left top, right top,from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.ellipsis2 {display:block; display: -webkit-box; max-height: 41px; overflow: hidden; -webkit-box-orient: vertical; text-overflow: ellipsis; -webkit-line-clamp: 2; /* 라인수 */}
.ellipsis3 {display: block; display: -webkit-box; height: 77px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical;  word-wrap: break-word; -webkit-line-clamp: 3; /* 라인수 */}


/* 프로필 - 회사비전 */
.vision {}

/* 프로필 - 연혁 */
.history {}

.history .item_wrap {position: relative;}

.history .item_wrap .item {position: relative; padding-bottom: 40px; z-index: 2; clear: both;}
.history .item_wrap .item:last-child {padding-bottom: 0;}
.history .item_wrap .item:after {position: absolute; top: 12px; bottom: -12px; width: 1px; height: 100%; background: #ddd; content: ""; z-index: 1;}
.history .item_wrap .item>p {position: relative; margin-bottom: 20px; font-size: 30px; font-weight: 600; line-height: 30px;}
.history .item_wrap .item>p:after {position: absolute; top: 50%; width: 7px; height: 7px; margin-top: -7.5px; background: #fff; border: 4px solid #bbb; content: ""; z-index: 2;}
.history .item_wrap .item>dl {margin-bottom: 10px; font-size: 0; clear: both;}
.history .item_wrap .item>dl:after {display: block; visibility: hidden; clear: both; content: "";}
.history .item_wrap .item>dl dt {display: inline-block; width: 60px; font-size: 16px; color: #666; font-weight: 600; line-height: 24px; vertical-align: top;}
.history .item_wrap .item>dl dd {display: inline-block; width: calc(100% - 60px); font-size: 16px; color: #666; line-height: 24px; vertical-align: top;}

.history .item_wrap .item.item_left {margin-right: 50%; padding-right: 30px; text-align: right;}
.history .item_wrap .item.item_left:after {right: -0.5px;}
.history .item_wrap .item.item_left>p:after {right: -37px;}
.history .item_wrap .item.item_left>dl dt {float: right;}
.history .item_wrap .item.item_left>dl dd {float: right;}

.history .item_wrap .item.item_right {margin-left: 50%; padding-left: 30px;}
.history .item_wrap .item.item_right:after {left: -0.5px;}
.history .item_wrap .item.item_right>p:after {left: -37px;}


/* 프로젝트 */
.project {}

/* .project .gellery_wrap .gellery_list {font-size: 0;}
.project .gellery_wrap .gellery_list li {display: inline-block; vertical-align: top; width: 24%; margin-right: 1.3%; margin-bottom: 20px;}
.project .gellery_wrap .gellery_list li:nth-child(4n+4) {margin-right: 0;}
.project .gellery_wrap .gellery_list li a {display: block; position: relative;}
.project .gellery_wrap .gellery_list li .cover {position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease;}
.project .gellery_wrap .gellery_list li a:hover .cover {opacity: 1;}
.project .gellery_wrap .gellery_list li .cover div {display: table; width: 100%; height: 100%; background: rgba(29, 29, 29, 0.9);}
.project .gellery_wrap .gellery_list li .cover div dl {display: table-cell; padding: 30px; text-align: center; vertical-align: middle; color: #bbb;}
.project .gellery_wrap .gellery_list li .cover div dl dt {margin-bottom: 8px; font-size: 18px; font-weight: 600;}
.project .gellery_wrap .gellery_list li .cover div dl dd {font-size: 15px;} */

.project .gellery_wrap .gellery_list {font-size: 0;}
.project .gellery_wrap .gellery_list li {display: inline-block; vertical-align: top; width: 32.3%; margin-right: 1.5%; margin-bottom: 20px;}
.project .gellery_wrap .gellery_list li:nth-child(3n+3) {margin-right: 0;}
.project .gellery_wrap .gellery_list li a {display: block; position: relative;}
.project .gellery_wrap .gellery_list li .cover {position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease;}
.project .gellery_wrap .gellery_list li a:hover .cover {opacity: 1;}
.project .gellery_wrap .gellery_list li .cover div {display: table; width: 100%; height: 100%; background: rgba(29, 29, 29, 0.9);}
.project .gellery_wrap .gellery_list li .cover div dl {display: table-cell; padding: 30px; text-align: center; vertical-align: middle; color: #bbb;}
.project .gellery_wrap .gellery_list li .cover div dl dt {margin-bottom: 8px; font-size: 18px; font-weight: 600;}
.project .gellery_wrap .gellery_list li .cover div dl dd {font-size: 15px;}

/* .project .slide_wrap {width: 660px; padding: 0 56px 50px !important; text-align: center;}
.project .slide_wrap .button-prev {position: absolute; top: 0; left: 0; width: 56px; height: 100%; background: #fff; z-index: 1;}
.project .slide_wrap .button-next {position: absolute; top: 0; right: 0; width: 56px; height: 100%; background: #fff; z-index: 1;}
.project .slide_wrap .swiper-button-prev {left: 0; width: 56px; height: 56px; background: #fff url('../../images/project/ic_arrow_prev.png') center center no-repeat; border: 1px solid #ddd; z-index: 2;}
.project .slide_wrap .swiper-button-next {right: 0; width: 56px; height: 56px; background: #fff url('../../images/project/ic_arrow_next.png') center center no-repeat; border: 1px solid #ddd; z-index: 2;}
.project .slide_wrap .swiper-pagination-bullet {display: inline-block; vertical-align: middle; width: 15px; height: 3px; margin: 0 6px; background: #999; border-radius: 0; opacity: 1; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease;}
.project .slide_wrap .swiper-pagination-bullet-active {width: 3px; height: 15px; margin: 0 8px !important; background: #ed1f24;} */

.project .slide_wrap {width: 1000px; padding: 0 56px 50px !important; text-align: center;}
.project .slide_wrap .button-prev {position: absolute; top: 0; left: 0; width: 56px; height: 100%; background: #fff; z-index: 1;}
.project .slide_wrap .button-next {position: absolute; top: 0; right: 0; width: 56px; height: 100%; background: #fff; z-index: 1;}
.project .slide_wrap .swiper-button-prev {left: 0; width: 56px; height: 56px; background: #fff url('../../images/project/ic_arrow_prev.png') center center no-repeat; border: 1px solid #ddd; z-index: 2;}
.project .slide_wrap .swiper-button-next {right: 0; width: 56px; height: 56px; background: #fff url('../../images/project/ic_arrow_next.png') center center no-repeat; border: 1px solid #ddd; z-index: 2;}
.project .slide_wrap .swiper-pagination-bullet {display: inline-block; vertical-align: middle; width: 15px; height: 3px; margin: 0 6px; background: #999; border-radius: 0; opacity: 1; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; transition: all .2s ease;}
.project .slide_wrap .swiper-pagination-bullet-active {width: 3px; height: 15px; margin: 0 8px !important; background: #ed1f24;}

.event_view .slide_wrap {width: 1000px;}

.project_view .btn_red {width: auto; height: auto; padding: 5px 20px; line-height: normal; font-size: 14px; background: #777; border-color: #777 !important;}


/* 견적요청 */
.requestion {}

.box {margin-bottom: 75px;}
.box .box_title {margin-bottom: 35px;  font-size: 24px; font-weight: 500; color: #000; text-align: center;}
.box .box_cont {}

.requestion .work .box_cont {font-size: 0; text-align: center;}
.requestion .work .box_cont ul {display: inline-block; vertical-align: middle; position: relative; width: 460px; padding: 0 50px; text-align: left;}
.requestion .work .box_cont ul li {position: relative; margin-bottom: 50px; z-index: 2;}
.requestion .work .box_cont ul li img {position: absolute; top: 0;}
.requestion .work .box_cont ul li dl dt {margin: 0 0 15px; font-size: 22px; font-weight: 600; line-height: 22px;}
.requestion .work .box_cont ul li dl dd {font-size: 14px; line-height: 18px; color: #666;}
.requestion .work .box_cont>p {display: inline-block; margin-top: 20px; padding-bottom: 4px; font-size: 14px; line-height: 18px; color: #666; border-bottom: 1px solid #999;}

.requestion .work .box_cont ul.line1 {padding-right: 70px; border-right: 2px solid #eee;}
.requestion .work .box_cont ul.line1 li img {right: 0;}
.requestion .work .box_cont ul.line2 {padding-left: 70px; padding-top: 20px;}
.requestion .work .box_cont ul.line2 li {padding-left: 75px;}
.requestion .work .box_cont ul.line2 li img {left: 0;}

/* @media screen and (max-width: 1280px) {
	.requestion .work .box_cont ul li {width: 37%;}
	.requestion .work .box_cont ul li:last-child {width: 26%;}
}
@media screen and (max-width: 1200px) {
	.requestion .work .box_cont ul {padding: 0 30px;}
	.requestion .work .box_cont ul li {width: 35%;}
	.requestion .work .box_cont ul li:last-child {width: 30%;}
} */

.requestion .request .form_write {margin-bottom: 40px; padding-right: 90px;}
.requestion .request .form_write textarea {height: 110px;}

.requestion .request .detail_option {height: 552px; margin-top: 10px; margin-bottom: 40px; padding-left: 90px; border-left: 2px solid #eee;}
.requestion .request .detail_option dl {margin-bottom: 30px; font-size: 0;}
.requestion .request .detail_option dl dt {display: inline-block; width: 180px; margin-top: 8px; font-size: 18px; font-weight: 600; vertical-align: top;}
.requestion .request .detail_option dl dt img {margin-top: 15px;}
.requestion .request .detail_option dl dd {display: inline-block; width: calc(100% - 180px); font-size: 14px; color: #666; vertical-align: top;}
.requestion .request .detail_option dl dd input[type='text'] {width: 158px; font-size: 14px;}
.requestion .request .detail_option dl dd input[type='text'].type1 {width: 38px;}
.requestion .request .detail_option dl dd span.radio_style {display: block; height: 40px; margin-bottom: 10px; line-height: 40px;}
.requestion .request .detail_option dl dd span.radio_style label {height: 40px; line-height: 38px; vertical-align: top;}

.requestion .request .detail_option dl.area dd span.radio_style {display: inline-block; width: 45%;}

/* 견적요청 - 상세보기 */
.requestion_view .request .form_view {margin-bottom: 40px; padding-right: 90px;}

.requestion_view .request .detail_option dl dd span.radio_style {z-index: 1;}
.requestion_view .request .detail_option dl dd span.radio_style:before {position: absolute; left: 0; top: 0; bottom: 0; right: 0; content: ""; z-index: 5;}
.requestion_view .request .detail_option dl dd span.radio_style.disabled:before {background: rgba(255, 255, 255, 0.4); content: "";}

@media screen and (max-width: 1280px) {
	.requestion .request .form_write {padding-right: 50px;}
	.requestion .request .detail_option {padding-left: 50px;}
	
	.requestion_view .request .form_view {padding-right: 50px;}
}
@media screen and (max-width: 1200px) {
	.requestion .request .form_write {padding-right: 30px;}
	.requestion .request .detail_option {padding-left: 30px;}
	
	.requestion_view .request .form_view {padding-right: 30px;}

	.form_write table td span.text {width: 4%;}
	.form_write table td span.text2 {width: 7%;}
}

/* 비밀번호 팝업 */
#passwordPop .popup_inner {width: 550px;}
#passwordPop .popup_inner .popup_contents {font-size: 16px; color: #666;}
#passwordPop .popup_inner .popup_contents input {width: 300px;}
#passwordPop .popup_inner .popup_contents .btn {width: 240px;}


/* 파트너 */
.partners {}

.partners>ul {font-size: 0;}
.partners>ul>li {display: inline-block; width: 24%; margin-right: 1.3%; margin-bottom: 45px;}
.partners>ul>li:nth-child(4n+4) {margin-right: 0;}
.partners>ul>li a {display: block; text-align: center;}
.partners>ul>li a .img_area {display: table; width: 100%; border: 1px solid #ddd;}
.partners>ul>li a .img_area div {display: table-cell; height: 100px; vertical-align: middle; text-align: center;}
.partners>ul>li a p {margin-top: 15px; font-size: 15px; font-weight: 600; color: #000; line-height: 18px;}

.partner_form {margin: 0 auto;}

.request.proposal {padding: 30px 0 40px; border: 1px solid #ddd;}


/* 상담신청 */
.contact {padding: 0 35px;}

.contact>img {width: calc(100% - 445px); /* margin-left: 40px; */}

.contact>div.fl_right {width: 405px;}
.contact>div.fl_right>div {margin-bottom: 55px;}
.contact>div.fl_right>div>p {margin-bottom: 30px; font-size: 24px; font-weight: 500; color: #000;}
.contact>div.fl_right>div>dl {margin-bottom: 15px; font-size: 0;}
.contact>div.fl_right>div>dl dt {display: inline-block; width: 90px; font-size: 18px; font-weight: 600; line-height: 18px;}
.contact>div.fl_right>div>dl dd {display: inline-block; width: calc(100% - 90px); font-size: 14px; color: #666; line-height: 18px;}

@media screen and (max-width: 1280px) {
	.contact {padding: 0 25px;}

	.contact>img {margin-left: 0;}
}
@media screen and (max-width: 1200px) {
	.contact {padding: 0;}

	.contact>img {width: 570px; margin-top: 20px;}

	.contact>div.fl_right {width: 390px;}
	.contact>div.fl_right>div {margin-bottom: 40px;}
	.contact>div.fl_right>div>p {margin-bottom: 20px;}
}


/* 현 */
.hyuns {}
.hyuns .img_area {width: 100%; height: 300px; text-indent: -9999px; background: url('../../images/hyuns/img_hyuns.png') center center no-repeat;}
.hyuns .info {width: 707px; margin: 0 auto;}
.hyuns .info dl {font-size: 0;}
.hyuns .info dl dt {display: inline-block; width: 200px; height: 77px; padding: 0 0 0 28px; line-height: 75px; font-size: 18px; font-weight: 600; color: #fff; background: #181818; vertical-align: middle;}
.hyuns .info dl dd {display: inline-block; width: calc(100% - 200px); padding: 17px 0 18px 60px; font-size: 14px; color: #666; vertical-align: middle;}
.hyuns .info dl:last-child dt {height: 98px;}
.hyuns .info dl:last-child dd {padding: 17px 0 40px 60px;}
.hyuns .info dl.text_title dt {height: 104px;}
.hyuns .info dl.text_title dd {padding-top: 50px; font-weight: 600; color: #000; font-size: 24px;}


/* 결과 없음 텍스트 */
.no_result { width: 100% !important; margin: 0; margin-top: 35px; font-size: 20px; text-align: center; }