@charset "UTF-8";


#wrap {
    width: 100%;
}

/* 
header area 
*/
#header {
    position: relative;
    height: 50px;
    background-color: #fff;
    /*border-bottom: 1px solid #cccccc;*/
	box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.2);
	z-index: 2;
}
#header > div {
    box-sizing: border-box;
}
#header .h_center {
    position: absolute;
    right: 50px;
    left: 50px;
    text-align: center;
    padding-top: 10px;
    transition: .2s ease-out;
	z-index: 360;
}
#header .h_center .logo {
    display: block;
	width: 104px;
	height: 19px; 
	background: center / contain url(/imges/logo_r.svg) no-repeat;
	margin: 5px auto;
	border: 0;
}
#header .h_center .__branch-txt {
	display: none;
}
#header .h_left,
#header .h_right {
    position: absolute;
    top: 0;
}
#header .h_left {
    left: 0;
}
#header .h_left img {
    width: 25px;
}
#header .h_right {
    right: 0;
}

/* nav open */
#header.navOpen { 
	z-index: auto;
}
#header.navOpen .h_center {
    left: 0;
    right: auto;
    border: 0;
	padding-left: 1rem;
}
#header .barClose_icon {
    position: absolute;
    top: 0;
    right: 0;
}
#header.navOpen .h_center, 
#header.navOpen .barClose_icon {
	position: absolute;
    z-index: 360;
}

/*main header*/
.main #header { 
    background-color: #cb9f76;
	box-shadow: none;
	height: 75px;
}
.main #header .h_center .logo {
	background-image: url(/imges/logo_w.svg);
}
.main #header .h_center .__branch-txt {
	display: block;
}
.main #header .barClose_icon .bar  { 
    background: #ffffff;
}
.main #header .bedge { 
	border: 1px solid rgba(255, 255, 255, 0.6);;
    background-color: #a73439;
}
.main #header.navOpen .h_center .logo {
	background-image: url(/imges/logo_r.svg);
}
.main #header.navOpen .h_center .__branch-txt {
	display: none;
}
.main #header.navOpen .barClose_icon .bar {
	background: #666;
}

/* 바에서 클로즈로 변하는 버튼 스타일 */
.barClose_icon {
    width: 50px;
    height: 50px;
    padding: 16px 15px;
}
.barClose_icon .bar {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 7px;
    background: #666;
    transition: .3s ease-out;
}
.barClose_icon .bar.thr {
    margin-bottom: 0;
}

/* + close */
.barClose_icon.close .bar {
    width: 25px;
}
.barClose_icon.close .bar.one {
    margin-top: 0;
    transform: rotate(45deg);
}
.barClose_icon.close .bar.tow {
    opacity: 0;
}
.barClose_icon.close .bar.thr {
    margin-top: -16px;
    transform: rotate(-45deg);
}

/*
bedge
*/
.bedge_wrap { 
	position: relative;
}
.bedge { 
	position: absolute;
    padding: 1px 5px;
	border: 2px solid #fff;
	border-radius: 50em;
    font-size: 8.5pt;
	line-height: 1em;
    background-color: #000;
	color: #fff;

	/*custom*/
}
.bedge.edge { 
	bottom: 8px;
	right: 4px;
}

/*
nav
 */
#nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 00px;
    left: 0;
    right: 0;
    z-index: 350;
	background-color: #ECECEC;
}

#nav.active {
    display: block;
}

#nav .nav_header {
    width: 100%;
    height: 50px;
	background-color: #ffffff;
}

#nav .nav_header.header_sroll { 
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.2);
    z-index: 1;
}

.nav_header .sel_sec {
    position: absolute;
    top: 5px;
    left: 130px;
}

/* //nav open */
.nav_body { 
	position: absolute;
	/*.nav_header와 연관*/
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.nav_body .search_sec { 
	background-color: #fff;
}

.nav_body .search_box { 
	margin: 0 1rem;
	padding: 1rem 0;
}

.nav_body .search_box,
.nav_body .search_box input,
.nav_body .search_box .input_group_btn > button { 
	height: 38px;
}

.nav_body > h3 { 
	font-weight: normal;
    text-indent: 1rem;
    line-height: 2em;
}
.nav_menu { 
	background-color: #fff;	
}
.nav_menu > li { 
    border-bottom: 1px solid #ededed;
}
.nav_menu > li > a { 
	display: block;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 1.1rem;
}
.nav_menu > li > a .fast {
	height: 30px;
    vertical-align: middle;
}
.nav_menu > li > a.on > img {
	transform: unset;
}
.nav_menu > li > a > span { 
	float: right;
	margin-right: 1rem;
}

.nav_menu > li > a > span > img {
	width: 12px;
	height: 12px;
	vertical-align: baseline;
}
.depth2-nav {
	padding: 0px 1rem 1.5rem;
}
.depth2-nav .ll > li > a { 
	display: block;
	padding: 12px 0;
}

/*container*/
.container {
	min-height: 100%;
}

/*footer*/
footer, .ft_bg  { 
	background-color: #dadada;
}

footer h1 { 
	text-align: left;
	margin-top: 0.85rem;
	margin-left: 1rem;
}

footer h1 img { 
	width: 100px;
	height: 18px;
}

footer .line_top { 
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
footer .line_top a { 
	position: relative;
	padding: 0 7px;
	margin-right: 1em;
}
footer .line_top a:after { 
	content: '';
	position: absolute;
    top: 50%;
	right: -0.6em;
    width: 1px;
    height: 1em;
	margin-top: -0.5em;
    background-color: #ccc;
}
footer .line_top a:last-child {
	margin-right: 0;
}
footer .line_top a:last-child:after {
	content: none;
}
footer .ft_bottom { 
    border-top: 1px solid #d6d5d5;
	padding-top: 0.9rem;
}

footer .ft_txt { 
	color: #6b6b6b;
}

footer .compInfoBtn { 
	cursor: pointer;
	text-align: center;
    padding-bottom: 0.9rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.18);
}

footer .compInfoBtn span.selbox {
	border: 0;
    padding-right: 20px;
    height: auto;
}

footer .compInfoBtn span.selbox:before { 
	transform: rotate(135deg);
}

footer .compInfoBtn span.selbox:after { 
	transform: rotate(45deg);
}

/*off company info*/
footer .compInfoBtn.off { 
	box-shadow: none;
}
 
footer .compInfoBtn.off span.selbox:before { 
	transform: rotate(45deg);
}

footer .compInfoBtn.off span.selbox:after { 
	transform: rotate(135deg);
}
 
 
footer .selbox { 
	width: auto;
}

footer address { 
    font-style: normal;
	padding: 0.5rem 1rem 1.5rem;
    color: #6b6b6b;
	font-size: 90%;
}

footer address p { 
	margin-bottom: 0;
}

/*fixed bottom 이 있을때 사용*/
.fb_wrap { 
	padding-bottom: 60px;
}

.fb_wrap footer .compInfoBtn.off { 
	padding-bottom: 1.3rem;
}

/* 
fix bottom
(active button)
 */

#fix_bottom {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
	width: 100%;
 }


/*******************************************
side fix*/
#side-fix-menu {
    display: flex;
	align-items: end;
	position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
}
#side-fix-menu .side-sns-list {
	display: flex;
	flex: 1;
    height: 62px;
	background-color: #fff;
	 -webkit-box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
}
#side-fix-menu .side-sns-list li {
	flex: 1;
}
#side-fix-menu .side-sns-list a {
    position: relative;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	align-items: center;
    padding: 12px 5px;
    height: 100%;
	cursor: pointer;
}
#side-fix-menu .side-sns-list a img {
	max-height: 23px;
}
#side-fix-menu .side-sns-list .en {
    display: block;
    padding: 4px 0;
    line-height: 1.3;
    color: #cb9f76;
    font-size: 12px;
    font-weight: 600;
}
#side-fix-menu .side-menu-tit {
	width: 70px;
	height: 70px;
    padding: 14px 0;
	border-top-left-radius: 10px;
	background-color: #cb9f76;
    -webkit-box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}
#side-fix-menu .side-menu-tit .en {
	display: block;
	padding-top: 0.5em;
}

@media screen and (max-width: 350px){
    .fb_wrap {
        padding-bottom: 105px;
    }
    #wrap {
        max-width: 350px !important;
        min-width: 280px !important;
    }
    #side-fix-menu {
        max-width: 350px !important;
        min-width: 280px !important;
    }
    #side-fix-menu .side-sns-list {
        flex-wrap: wrap;
        height: 110px;
    }
    #side-fix-menu .side-sns-list li {
        flex: 1 0 25%;
        background-color: #FFFFFF;
    }
    #side-fix-menu .side-menu-tit {
        position: relative;
        height: 115px;
    }
    #side-fix-menu .side-menu-tit > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .pedg_fixed {
        bottom: 115px !important;
    }
    #indexContent .sec3_wrap .ab_tow_wrap {
        min-width: 280px;
    }
    footer .line_top a {
        padding: 0 4px;
        margin-right: 10px;
    }
}

#taxrefundModal {
	z-index: 99;
}
#taxrefundModal .modal-content {
    position: absolute;
    bottom: 80px;
    text-align: center;
	opacity: 0;
	transform: translateY(100px);
	overflow: auto;
}
#taxrefundModal .modal-content .close {
    top: 9px;
    right: 10px;
    padding: 3px;
    color: #AAAAAA;
}
#taxrefundModal .tax-refund-info {
    padding: 30px 20px;
}
.tax-refund-info .logo {
	max-height: 24px;
}
.tax-refund-info h3 {
	font-size: 20px;
	color: #A73439;
	line-height: 1;
    margin-top: 0.5em;
}
.tax-refund-info .line-bar {
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #9A232B;
	margin: 20px auto;
}
.tax-refund-info .__sub-p {
	margin-top: 0;
    font-size: 16px;
    color: #888888;
}
.tax-refund-info .__scheme-list {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: left;
}
.tax-refund-info .__scheme-list h4 {
    font-size: 17px;
    margin-bottom: 0.8em;
}
.tax-refund-info .__scheme-list li {
	font-size: 14px;
    text-indent: -0.8em;
    margin-left: 1.6em;
    margin-bottom: 0.5em;
}
.tax-refund-info .__scheme-list li:last-child {
	margin-bottom: 0;
}
.tax-refund-info .__scheme-list b {
    display: inline-block;
    margin-right: 0.5em;
	color: #cb9f76;
    font-weight: 500;
}
.tax-refund-info .__last-p {
	text-align: left;
    font-size: 12px;
    color: #AAAAAA;
    text-indent: -0.8em;
    margin-left: 0.8em;
}

/*******************************************************************
*modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-inner {
	width: 50%;
    height: 100%;
    max-width: 1280px;
    min-width: 320px;
    margin: auto;
}
.modal.large .modal-inner {
    width: 80%;
}
.modal-content {
    position: absolute;
    top: 10vh;
    bottom: 10vh;
    left: 0;
    right: 0;
    padding-right: 0;
    background-color: #fefefe;
    border: 1px solid #888;
    margin: auto;
    text-align: left;
	opacity: 0;
	transform: translateY(100px);
}
.modal.open {
	display: block;
}
.modal.open .modal-inner {
	animation: fade-in 0.5s ease-out 1 forwards;
}
.modal.open .modal-content {
	animation: fade-in 1s ease-out 1 forwards;
}
.modal-content .modal-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 65px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23);
    background-color: #fff;
	padding: 20px 15px;
	z-index: 100;
}
.modal-content .close {
	position: absolute;
	top: 15px;
	right:20px;
	color: #000;
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
}
.modal-content .modal-body {
    position: absolute;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
	padding: 20px 20px 40px;
    overflow: auto;
}
.modal-content .modal-btn-box {
	padding-top: 30px;
    text-align: center;
}
.modal-content .modal-btn-box .btn {
	width: 50%;
}
.is-scroll-lock body {
    overflow: hidden;
    height: 100%;
}

/*******************************************
cookies*/
.webpage-cookie {
	position: fixed;
    top : 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 -0.5rem 2rem rgba(0, 0, 0, 0.37);
	z-index: 200;
}
.webpage-cookie .wpc-container {
	padding: 25px 0;
}
.wpc-container h4 {
	font-size: 17px;
}
.wpc-container a {
	text-decoration: underline;
}
.webpage-cookie button {
    width: 105px;
    height: 35px;
}
.webpage-cookie .btn {
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #000;
	margin-right: 10px;
}

/*******************************************
btn */
 .btn_wrap {
    overflow: hidden;
    /*border-top-left-radius: 1em;*/
    /*border-top-right-radius: 1em;*/
}

.btn_wrap > button {
    float: left;
    line-height: 2rem;
    width: 50%;
    text-align: center;
	color: inherit;
    font-weight: bold;
}

.btn_wrap.btn3 > button {
    width: 33.33333%;
}

.btn_wrap.space > button {
	width: 48%;
}

.btn_wrap.space > button:last-child {
	float: right;
}

.fx_b { 
	margin-bottom: 4.5rem;
}


/*for web
/******************************************************/
/*footer*/
#w_footer { 
	padding: 2rem 0;
}

#w_footer .selbox { 
	width: 150px;
	margin: 0 2rem;
}

#w_footer .selbox select { 
	background-color: transparent;
	color: #fff;
}

/*sub page header*/
.w_main_bg.sub-page-header { 
	height: 12rem;
	z-index: 50;
}


/****************************************
keyframes*/
@-webkit-keyframes fade-in {
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1
    }
}
@keyframes fade-in {
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

/****************************************
grid system*/
.row {
    margin-right: 0px;
    margin-left: 0px;
	font-size: 0;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after { 
	clear: both;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	box-sizing: border-box;
	font-size: 1rem;
}
.col-11 { width: 91.666667%; }
.col-10 { width: 83.333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.666667%; }
.col-7 { width: 58.333333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66667%; }
.col-4 { width: 33.3333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66667%; }
.col-1 { width: 8.33333%; }