@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url("../../assets/css/NotoSansKR.css"); 

body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; letter-spacing:-0.015em; overflow-x:scroll !important; }


body { letter-spacing:-0.025em; line-height: 22px; font-size: 13px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:14px; font-weight:300; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #99c269; text-decoration: none; outline:none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { }
.ko, .ko small {  }
.sns-share-icon img { width:100%; max-width:34px; border-radius:50%; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; }
/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height: calc(100vh - 215px); padding: 60px 0 60px 0; background:#f8f8f8; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@media all and (max-width:1199px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }
@media all and (max-width:1199px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { position: absolute; width: 100%; height:70px; z-index: 50; background: #fff; border-bottom: 1px solid #dcdcdc; min-width: 1170px; }
.pc-header .at-container { /*padding:0px 20px 15px; background: url('./header.jpg') no-repeat right top;*/  }
.pc-header .header-logo { /*display:inline-block; vertical-align:middle; padding:0px 15px; position: absolute; z-index: 20;*/ float: left; width: 400px; height: 70px; padding-left:54px; padding-top:17px; }
.pc-header .header-logo a { font-size:44px; line-height:44px; /*font-family:'Georgia', sans-serif; font-weight:bold;*/ color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:60px; }
.pc-header .header-banner { float: left; width: 276px; font-size:17px; font-weight:300; }
.pc-header .header-banner a:nth-of-type(1) { float: left; width:138px; height:70px; background:#26325e; color:#fff; text-align:center; padding-top:15px; }
.pc-header .header-banner a:nth-of-type(1) > span { display:block; color:#3f549e; font-size:14px; line-height: 18px; }
.pc-header .header-banner a:nth-of-type(2) { float: left; width:138px; height:70px; background:#42322f; color:#dac117; text-align:center; padding-top:15px; }
.pc-header .header-banner a:nth-of-type(2) > span { display:block; color:#75635c; font-size:14px; line-height: 18px; }
.pc-header .header-menu { width: calc(100% - 676px); float: left; }

@media screen and (max-height: 760px) {
  .pc-header { min-width: 100%;  }

}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; position: absolute; width: 100%; height:70px; z-index: 10; background: #fff; border-bottom:1px solid #dcdcdc; padding:5px; }
.m-header a { color:#888; display:inline-block; height:40px; line-height:35px; border-radius:5px;}
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; border-collapse: collapse; }
.m-header .header-icon, 
.m-header .header-logo { width: calc(100% - 88px); display:table-cell; vertical-align:middle; font-size:18px; height:80px; line-height:80px; text-align:center; }
.m-header .header-logo img {  }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }

@media all and (max-width:1199px) {
	/*.m-header { display:block; }*/
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #fff; border:0px; z-index:3; /*box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);*/ }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 17px; /*font-family: "Roboto", sans-serif;*/ }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; } 

@media all and (max-width:1199px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#26325e; background:#fff; font-weight:400; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#fff; color:#4c9092;  }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#4c9092; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#111; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #333; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:0px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { position:relative; width: 100%; background:transparent; z-index:50; overflow:hidden; }
.m-menu .header-logo { float: left; width: calc(100% - 44px); line-height:60px; padding-left:20px }
.m-menu .m-icon { float:left; font-size:20px; right:7px; width:44px; line-height:60px; }
.m-menu .m-icon a {padding:8px; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; width:100%; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; /*width:25%;*/ }
.m-menu .m-nav ul li.active a { color: #f95d59; font-weight:500; }

.m-menu .m-sub { background:#f5f5f5; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: #f95d59; font-weight:500; }
.sidebar-head { /*background:#981b1e !important;*/ }

@media all and (max-width:1199px) {
	/*.responsive .m-menu { display:block;  position:relative; overflow:hidden;}*/
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer { /*display:none; position: absolute; z-index: 20; bottom: 0;*/ position:relative; width: 100%; } 
.at-footer .at-links { background:#fafafa; padding:8px 0px; border:1px solid #ddd; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #888; }

@media all and (max-width:1199px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { /*padding:15px 20px 20px;*/ }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright {  background:#131313; text-align:center; color:#999; font-size:14px; line-height:35px; letter-spacing:-0.015em; }
.at-footer .at-infos .copyright strong { color:#586566; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }

.at-footer .media { background: #1e1e1e; letter-spacing:-0.015em; }
.at-footer .media_info { width:100%; padding:20px; }
.at-footer .media_info_box { float:left; width:33.33%; border-left:1px solid #3d3d3d; padding-left:20px; margin-bottom: 20px; }
.at-footer .media_info_box:first-child { /*padding-left:0;*/ border-left:0; }
.at-footer .media_info_box span { display:block; font-size:15px; line-height:20px; color:#586566; }
.at-footer .media_info_box span:nth-of-type(1) { color:#fff; margin-bottom: 5px; }
.at-footer .media_info_box span > b { color:#999;  font-weight:300; margin-right:5px; }

.at-footer .media_info_box span { display:inline; padding-right:5px; }
.at-footer .media_info_box span::after { font-size:12px; color:#999; content: "|"; padding-left:10px; }
.at-footer .media_info_box span:nth-of-type(1) { display:block; }
.at-footer .media_info_box span:nth-of-type(1)::after, .at-footer .media_info_box span:last-child::after { content: ""; }

.at-footer .media_info_box:nth-of-type(1) span, .at-footer .media_info_box:nth-of-type(2) span:nth-of-type(4) { display:block; }
.at-footer .media_info_box:nth-of-type(1) span::after { content: ""; }

.at-footer .media_info_box:nth-of-type(2) span:nth-of-type(3n)::after, .at-footer .media_info_box:nth-of-type(3) span:nth-of-type(4n)::after { content: ""; }
.at-footer .media_info_box:nth-of-type(3) span:nth-of-type(5) { display: inline-block; }


@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:0px 0px 0px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
/*
	.at-footer .media_info { padding:0px; }
	.at-footer .media_info_box { width:100%; border-left:0px; border-bottom:1px solid #3d3d3d; padding-bottom:20px; padding-left: 20px; text-align: left; margin-bottom:0; padding-top:20px }
*/
}

/* G5 */
.at-footer .at-copyright { background:#131313; text-align:center; color:#999; font-size:14px; line-height:20px; letter-spacing:-0.015em }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:60px; bottom: 40px; right: 25px; z-index: 20; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
.at-go .go-btn img:nth-of-type(1) { margin-bottom: 10px; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:40px; right:20px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }

/* 모바일 메인 */

  .m_main_visual { overflow:hidden; }
  .m_main_intro { background:url('/data/m-main/intro_bg.jpg')no-repeat center center; background-size: cover; width:100%; min-height:145px; text-align:center; padding-top:30px; padding-bottom:30px; overflow:hidden; }
  .m_main_intro span { display:block; font-size:12px; line-height:18px; color:#888; }
  .m_main_intro span > b { color:#26325e; font-weight:400; }
  .m_main_tab { overflow:hidden; }
  .m_main_tab a { float:left; width:25%; min-height:110px; padding-top:72px; text-align:center; color:#fff; }
  .m_main_tab a:nth-of-type(1) { background: #26325e url('/data/m-main/m_ico_01.png')no-repeat top 30px center; }
  .m_main_tab a:nth-of-type(2) { background: #404d71 url('/data/m-main/m_ico_02.png')no-repeat top 30px center; }
  .m_main_tab a:nth-of-type(3) { background: #26325e url('/data/m-main/m_ico_03.png')no-repeat top 30px center; }
  .m_main_tab a:nth-of-type(4) { background: #404d71 url('/data/m-main/m_ico_04.png')no-repeat top 30px center; }

  .m_main_contents { padding:20px; background:#f0f0f0; letter-spacing:-0.025em; overflow:hidden; }
  .m_main_contents .left { float:left; width:calc(50% - 10px); margin-right:10px; background:#fff; padding:20px; }
  .m_main_contents .right { float:left; width:calc(50% - 10px); margin-left:10px; background:#fff; padding:20px; }
  .m_main_contents .left > p > span,
  .m_main_contents .right > p > span { display:block; font-size:12px; line-height:18px; color:#888; }
  .m_main_contents h3 { font-size:20px; line-height:40px; color:#282828; }

	@media all and (max-width:520px) {
	  .m_main_contents .left { width:100%; margin-right:0; }
	  .m_main_contents .right { width:100%; margin-left:0; margin-top:20px; }
	}

  .m_main_location { padding:0 20px 20px 20px; background:#f0f0f0; letter-spacing:-0.025em; overflow:hidden; }
  .m_main_location .map { background:#fff; padding:0 20px 20px 20px; }
  .m_main_location .map > h3 { font-size:20px; line-height:60px; color:#282828; text-align:center; }

  .m_main_quick {  letter-spacing:-0.025em; overflow:hidden; }
  .m_main_quick a { float:left; width:25%; background:#26325e; color:#fff; font-size:14px; color:#fff; text-align:center; line-height:55px; border-right:1px solid #3a4776; }
  .m_main_quick a:last-child { border-right:0px; }

  .m_main_footer { min-height:369px; background: url('/data/m-main/m_footer_bg.jpg')no-repeat top left; padding:20px; }
  .m_main_footer span { display:block; font-size:25px; line-height:32px; letter-spacing:-0.075em; color:#c1c1c1; font-weight:400; }
  .m_main_footer span:nth-of-type(1) > b { color:#9f9f9f; font-weight:500; }
  .m_main_footer span:nth-of-type(2) > b { color:#85a2a3; font-weight:500; }
  
  .m_main_footer .left { float:left; width:213px; }
  .m_main_footer .right { float:left; width:calc(100% - 213px); }
  .m_main_footer .right h3 { font-size:20px; letter-spacing:-0.025em; color:#282828; margin-top:10px; margin-bottom:15px; font-weight:400; }
  .m_main_footer dl { list-style:none; margin:0; padding:0; letter-spacing: -0.025em; font-size:15px;  overflow:hidden; margin-bottom:18px; }
  .m_main_footer dt { float:left; width:50px; line-height:18px; font-weight:400; }
  .m_main_footer dd { float:left; width:calc(100% - 50px); line-height:18px; color:#4c9092; font-weight:300; }
/*
	@media all and (max-width:520px) {
	  .m_main_footer { background:#fff; }
	  .m_main_footer .left { display:none; }
	  .m_main_footer .right { width:100%;  }
	}
*/

/* Side Nav */
.sidenav { position: fixed; width:100%; height:100vh; top: 0; left: -100%; background-color: #404d71; transition: 0.5s; padding:0px; text-align:lrgy; overflow: hidden; z-index: 60; }
.sidenav > .header  { position:relative; width:100%; height: 60px; border-bottom:2px solid #cfa972; line-height: 58px; padding-left: 20px; }
.sidenav a { line-height:56px; border-bottom:1px solid #555e79; text-decoration: none; font-size: 15px; color: #fff; display: block; transition: 0.3s; letter-spacing:-0.015em; padding-left:20px; padding-right:20px; font-weight: 400; }
.sidenav a.m { position: relative; /*height: calc(100vh / 3);*/ left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.sidenav a:hover { color: #f1f1f1; }
.sidenav .closebtn { margin-right: 20px; width: 19px; float: right; }

.sidenav .panel { background-color: #404d71; }
.sidenav .ca-href { font-size: 20px; font-weight: 300; }
.sidenav .ca-sub { list-style: none; margin: 0; padding: 0; }
.sidenav .ca-sub > li { background: #26325e; font-size: 12px; }

@media screen and (max-height: 450px) {
  .sidenav { padding-top: 15px; }
  .sidenav a { font-size: 18px; }
}


/* PC 메인 */
.phone { position: absolute; width:200px; height:130px; right: 0; bottom: 0; background: url('/data/main/phone_bg.jpg')no-repeat center center; z-index:20; padding: 10px 8px 10px 8px; }
.phone span { display:block; }
.phone img { position: absolute; margin-right: 10px; margin-top: 8px; z-index: 30; margin-left: 170px; }
.phone span:nth-of-type(1), .phone span:nth-of-type(3) { font-size:12px; line-height:22px; color:#999; font-weight:normal; letter-spacing:0; line-height: 12px; font-family:dotum, sans-serif; }
.phone span:nth-of-type(2), .phone span:nth-of-type(4), .phone span:nth-of-type(5) { font-size:17px; line-height:22px; color:#00d9e1; letter-spacing:0; font-weight:300; }
.phone span:nth-of-type(3) { margin-top:15px; }
.phone span:nth-of-type(4) { margin-top:5px; }

#page-layer { position:fixed; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width:40px; height:123px; padding: 0; margin:0; border-radius:30px; z-index: 30; }
#page-layer .page-num { list-style:none; margin:0; padding:0; }
#page-layer .page-num > li { border-radius:0; border: 0; width:100%; height:41px; text-indent: unset; }
#page-layer .page-num > li > a { border-bottom:1px solid #fff; font-size:16px; color:#fff; font-weight:300; cursor: pointer; }
#page-layer .page-num > li.active > a { font-weight:800; } 

#main_visual { width: 100%; height: calc(100vh - 70px); }
#main_visual { position: relative; width: 100%; height:100vh; overflow:hidden; }
#main_visual .slide { position: relative; }
#main_visual .tit { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 20; }
#main_visual .fp-controlArrow.fp-prev { left: calc(50% - (679px / 2) - 120px); border-width: 0px 0px 0px 0; border-color: transparent transparent transparent transparent; }
#main_visual .fp-controlArrow.fp-next { right: calc(50% - (679px / 2) - 60px); border-width: 0px 0 0px 0px; border-color: transparent transparent transparent transparent; }

#contents01, #contents02 { position: relative; width: 100%; overflow:hidden; } 
#contents01 .tit { position: absolute; width: 33.33%; height: 100%; background: rgba(0,0,0,0.5); z-index: 10; }
#contents01 .tit > a > img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

	.room_list { position: absolute; width: 100%; height: 110px; bottom: 0; background: rgba(0,217,225,0.6); z-index: 19; overflow: hidden; }
	.room_list .at-container { padding: 0px 0px; }
	.room_list .slider { width: 460px; margin: 0px auto; }
	.room_list a.slick-slide { float:left; width: 100%; height:110px; text-align:center; font-size:15px; color:#fff; line-height:19px; letter-spacing:0; font-weight:400; padding-top:20px; }
	.room_list a.slick-slide > span { display: block; padding-top: 10px; padding-bottom: 5px; }
	.room_list .aslick-slide.active { background: rgba(0,217,225,0.6); }
	.room_list .slick-prev, .slick-next { width:unset; height:unset; }
	.room_list .slick-prev { left: -50px; }
	.room_list .slick-next { right: -50px; }

	.main_room_info { position: absolute; width: 33.33%; height: 100%; background: rgba(0,0,0,0.5); z-index: 10; }
	.main_room_info .contents_warp { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: calc(100% - 140px); letter-spacing:-0.015em; color:#fff; }
	.main_room_info .detail1 { font-size:25px; margin-top:50px; margin-bottom:60px; }
	.main_room_info .detail1 > span { display:block; line-height:30px; }
	.main_room_info .detail2 { font-size:20px;  margin-bottom:40px; }
	.main_room_info .detail3 { font-size:17px; margin-bottom:50px; }
	.main_room_info .detail3 > span { display:block; line-height:25px; background: url('/data/main/ico_dot.png')no-repeat left center; padding-left: 10px; }
	.main_room_info .contents_warp > a { font-size:25px; letter-spacing:-0.015em; color:#00d9e1; }
	.main_room_info .contents_warp > a > img { margin-left:20px; }

#naub_room_img { /*position: relative; width: 100%; height: 100%;*/ /*position: relative; padding-bottom: 56.25%; height: 0;*/ width:100%; height:100%; overflow: hidden; /*padding-top:46%;*/ }
#naub_room_img .room-img { /*position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; background: #000; background-size: cover; webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 10; bottom: 0;*/position:relative; width:100%; height:100%; background-color:#333; background-repeat: no-repeat; background-attachment:absolute; background-position:center center; background-size:cover; }
#naub_room_img .room-img iframe { width: 100%; height: 100%;  border: none; }

#main_amenities { position: relative; overflow:hidden; width: 100%; }
#main_amenities .amenities a:nth-of-type(1) { position: relative; float:left; width:33.33%; min-height:calc(100vh - 145px); background: url('/data/main/amenities_01.jpg')no-repeat center center; background-size: 100% 100%; -moz-transition: all .8s;   -webkit-transition: all .8s; transition: all .8s; overflow: hidden; }
#main_amenities .amenities a > .over { display:block; width:100%; height:100%; position: absolute; z-index: 10; background: rgba(0,0,0,0.5); }
#main_amenities .amenities a:nth-of-type(2) { position: relative; float:left; width:33.33%; min-height:calc(100vh - 145px); background: url('/data/main/amenities_02.jpg')no-repeat center center; background-size: 100% 100%; -moz-transition: all .8s;   -webkit-transition: all .8s; transition: all .8s; overflow: hidden; }
#main_amenities .amenities a:nth-of-type(3) { position: relative; float:left; width:33.34%; min-height:calc(100vh - 145px); background: url('/data/main/amenities_03.jpg')no-repeat center center; background-size: 100% 100%; -moz-transition: all .8s;   -webkit-transition: all .8s; transition: all .8s; overflow: hidden; }
#main_amenities .amenities a > img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 20; }
#main_amenities .amenities a:nth-of-type(1)::before, #main_amenities .amenities a:nth-of-type(2)::before, #main_amenities .amenities a:nth-of-type(3)::before { content:""; position:absolute; top:0; right:0; bottom:0; left:0; background:inherit; transition:inherit; }
#main_amenities .amenities a:nth-of-type(1):hover::before, #main_amenities .amenities a:nth-of-type(2):hover::before, #main_amenities .amenities a:nth-of-type(3):hover::before  { transform: scale(1.1); }
#main_amenities .amenities a:nth-of-type(1):hover > .over, #main_amenities .amenities a:nth-of-type(2):hover > .over, #main_amenities .amenities a:nth-of-type(3):hover > .over { background: rgba(0,0,0,0.2); }






/* 상품 위젯, 상품목록 리스트 스타일 */
.item_title p { font-size:20px; color:#282828; line-height:20px; margin-bottom:10px; font-weight:500; }
.item_title span { font-size:14px; color:#666; line-height:14px; display:block; font-weight:300; }
.item_title { width:100%; text-align:center; padding-bottom:30px; }

.item-content { text-align:left !important; margin:0 !important; height:60px !important;  }
.item-name { text-align:left !important; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; letter-spacing:-0.025em !important; }
.item-name b { color:#282828; }
.item-text { width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

@media all and (max-width:991px) {
.at-content { padding:30px 0; margin: 0 10px 0 10px; }
.at-title { top:0; }
}

@media all and (max-width:480px) {
.at-content { padding:10px 0;  margin: 0 10px 0 10px;}
}

/* BOARD */
#fwrite .f_wrap { border:1px solid #dcdcdc; }
.write-wrap .panel-body { padding:0; overflow:hidden; }
.write-wrap .form-group { margin:0 !important; border-top:1px solid #dcdcdc; }
.write-wrap .form-group:nth-of-type(1) { border-top:0; }
.write-wrap .control-label { width:130px; margin:0; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #dcdcdc; }
.write-wrap .form-group input, .write-wrap .form-group select { margin:5px; }
.write-wrap .col-sm-8, .write-wrap .col-sm-3, .write-wrap .col-sm-5, .write-wrap .col-sm-7, .write-wrap .col-sm-11 { padding-left:0; }
.form-horizontal .has-feedback .form-control-feedback { top:5px; }
.write-wrap .col-sm-5 label { line-height:30px; }
.write-wrap .col-sm-12 { padding:10px; }
.write-wrap #ticon { margin:5px 0 5px 10px; }
.write-wrap .label-photo { height:60px; }
.write-wrap .option_checkbox .control-label { border:0; background:#fff; padding:5px; }
.write-wrap .option_file .form-control-static { padding:5px !important; line-height:30px; }
.write-wrap .option_file .col-sm-offset-2 { margin:0; }
.write-wrap .option_file .col-sm-offset-2 .row { margin:0; }
.write-wrap .input-group-addon { border-top:0; border-left:0; border-right:1px solid #dcdcdc; border-bottom:0; box-sizing:border-box; }
.option_file .input-group-addon { width:130px; padding:5px 15px; text-align:left; font-weight:500; color:#rgb(51,51,51) !important; }
.write-wrap .font-12 { margin:0 !important; padding-left:5px; }
.write-wrap .option-photo { height:62px; }
#variableFiles td { padding:0 !important; }
#variableFiles input[type='file'] { height:34px; }
.write-wrap .input-group-btn > a, .write-wrap .input-group-btn > button { height:30px; margin-top:1px; z-index:2; line-height:18px; }
.comment-box .col-xs-6 { margin:10px 0; }

.view-wrap > section > article { border-top:1px solid #dcdcdc; }
.view-wrap h1 { padding:0 !important; }
.view-padding { padding:0 !important; }

@media all and (max-width:1200px) {
.amina-header, .view-wrap h1, .view-padding { padding:0 10px !important; }
}

@media all and (max-width:767px) {
.write-wrap .control-label { width:100%; border-right:0; height:inherit; border-bottom:1px solid #dcdcdc; }
.option_file .input-group-addon { width:55px; }
}


/* 로그인/회원가입/비밀번호확인 FORM */
.register-form .panel-heading { background:#dedede; }
.register-form .panel-body { padding:0; overflow:hidden; }
.register-form .form-group { margin:0 !important; border-top:1px solid #dcdcdc; }
.register-form .form-group:nth-of-type(1) { border-top:0; }
.register-form .control-label { width:130px; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #dcdcdc; }
.register-form .form-group input { margin:5px; }
.register-form .check_password { border-left:1px solid #dcdcdc; }
.register-form .col-sm-3, .register-form .col-sm-5 { padding-left:0; }
.help-block { margin:0; display:inline-block; }
.register-form .col-sm-8 { padding-left:0; line-height:30px; }
.register_checkbox { margin-bottom:0; }
.register-form .form-group #captcha { margin:5px; }
.register-form .form-group #captcha #captcha_info { margin:0; }
.register-form .register-captcha { height:100px; }
.register-form .form-control-feedback { margin-top:5px; }

.alert-info { border:1px solid #dcdcdc; background:#f5f5f5; }
#fregister .btn-color { background:#a7a7b3 ; border:1px solid #a7a7b3; }
#fregister .btn-color:hover { background:#7e8488; border:1px solid #7e8488; }
.btn { font-size:13px; }
#btn_submit { background:#a7a7b3 ; border:1px solid #a7a7b3; color:#fff; }
#btn_submit:hover { background:#7e8488; border:1px solid #7e8488; }
.register-form .btn-black { border:1px solid #dcdcdc; background:#fff; color:#888 !important; }
.register-form .btn-black:hover { background:#fafafa; }

#member_login { width:100%; overflow:hidden; }
#member_login .login_box, #member_login .login_side { width:50%; float:left; box-sizing:border-box; }
#member_login .login_box { border:1px solid #dcdcdc; }
#member_login .input-sm { padding:7px 10px !important; height:auto; }
#member_login .login_box div > label { position:absolute; left:-9999px; }
#member_login .form-body { padding:25px; }
#member_login #login_id { margin-bottom:8px; }
#member_login .btn-submit { display:block; width:100%; margin-top:20px; height:34px; background:#a7a7b3 ; border:1px solid #a7a7b3; color:#fff; }
#member_login .btn-submit:hover { background:#7e8488; border:1px solid #7e8488; }
#member_login .login_side { border-top:1px solid #dcdcdc; border-right:1px solid #dcdcdc; }
#member_login .login_side > div { border-bottom:1px solid #dcdcdc; padding:25px; overflow:hidden; height:50%; box-sizing:border-box; }
#member_login .login_box h2 { font-size:20px; padding:25px; border-bottom:1px solid #dcdcdc; }
#member_login .login_side h2 { font-size:20px; }
#member_login .remember-me { padding-top:5px; }
#member_login .login_side p { line-height:16px; padding-top:20px; color:#888; }
#member_login .login_side h2 a { display:inline-block; width:20px; height:20px; border-radius:3px; background:#a7a7b3 url('/data/main/ico_go_small.png') no-repeat center center; background-size: auto 50%; vertical-align:text-bottom; margin-left:10px; }
#member_login .login_side h2 a:hover { background:#7e8488 url('/data/main/ico_go_small.png') no-repeat center center; background-size: auto 50%; }
#member_login .login_join { background:url('/data/main/ico_findinfo.png') no-repeat 95% center; }
#member_login .login_find { background:url('/data/main/ico_joinus.png') no-repeat 95% center; }

.mem-confirm { border:1px solid #dcdcdc; }
.mem-confirm .form-header { padding:25px; background:#fff; borer-bottom:1px solid #dcdcdc; }
.mem-confirm .form-header h2 { text-align:center; }
.mem-confirm .form-header h2 b i { display:none; }
.mem-confirm .form-header h2 b { font-size:17px; font-weight:500; color:#26325e; }
.mem-confirm .form-body { padding:25px; }
.mem-confirm .confirm-id {  padding:0 10px; border:1px solid #dcdcdc; box-sizing:border-box; height:34px; width:100%; line-height:34px; display:block; }
.mem-confirm #confirm_mb_password { padding:7px 10px; border:1px solid #dcdcdc; height:inherit; margin-bottom:5px; }
.mem-confirm .form-control-feedback { display:none; }
.confirm-label { width:100%; }
.form-box .form-body p { padding-left: 0px; margin-bottom: 10px; color: #666; font-size: 14px; text-align:center; }
.form-box .form-body strong { font-weight:500; }
.mem-confirm .text-primary { font-family: 'dotum', sans-serif; color: #555; font-weight: normal; }
.mem-confirm .form-control { font-family: 'dotum', sans-serif; color: #555; font-weight: normal; }
.mem-confirm .btn.btn-color { font-family: 'Noto Sans KR', sans-serif; font-size:17px; color:#26325e !important; background:#fff; border:1px solid #ebebeb; outline: none; }
.mem-confirm .btn.btn-color:hover { background:#fff; border:1px solid #ebebeb; outline: none; }

.register_result_skin { border:1px solid #dcdcdc; }
.register_result_skin .panel-heading { padding:25px; background:#f5f5f5; border-bottom:1px solid #dcdcdc; text-align:center; }
.register_result_skin .panel-heading h4 i { display:none; }
.register_result_skin .panel-heading h4 strong { font-weight:normal; font-size:20px; color:#282828; }
.register_result_skin .panel-body { padding:25px 0; text-align:center; }
.register_result_skin .panel-body p { margin:0; }

.nomem-order-login { margin-top:20px; }
.nomem-order-login > div > .form-box { width:100%; overflow:hidden; }
.nomem-order-login .login_form { padding:0 15px; }
.nomem-order-login .form-header { width:50%; float:left; height:180px; box-sizing:border-box; padding:25px; border-bottom:0; border-right:1px solid #dcdcdc; text-align:center; }
.nomem-order-login .form-header h2 b { color:#282828; font-weight:normal !important; font-size:20px; }
.nomem-order-login .form-header p { color:#888; padding-top:3px; }
.nomem-order-login .form-header img { width:73px; margin-bottom:10px; }
.nomem-order-login .form-body { width:50%; float:left; box-sizing:border-box; padding:25px; }
.nomem-order-login .form-body label { display:none; }
.nomem-order-login .form-body .form-control-feedback { display:none; }
.nomem-order-login .form-body input { padding:7px 10px !important; height:auto; }

@media all and (max-width:991px) {
}
@media all and (max-width:767px) {
#member_login .login_box, #member_login .login_side { width:100%; }
#member_login .login_side { margin-top:20px; border:0; }
#member_login .login_side { height:auto !important; }
#member_login .login_side > div { border:1px solid #dcdcdc; }
#member_login .login_side > div:nth-of-type(1) { margin-bottom:20px; }
#member_login .login_side p { width:70%; }

.register-form .control-label { width:100%; border-right: 0 !important; border-left: 0 !important; border-bottom:1px solid #dcdcdc;}
.register-form .register-captcha { height:auto; }
.register-form .form-control-feedback { margin-top:0; }
.register-form .control-label { padding:10px 5px; }
.register-form .panel-heading { padding:10px 5px; }
.nomem-order-login .form-header { width:100%; text-align:left; border-right:0; border-bottom:1px solid #dcdcdc; height:auto; background:#fff;}
.nomem-order-login .form-body { width:100%; }
.nomem-order-login .form-header img { display:none; }
.nomem-order-login .form-header p { display:none; }
}
@media all and (max-width:480px) {
}

/* 쇼핑 LIST PAGE */
.list-wrap .item-list {  }
.label-tack { position:absolute; bottom:0; top:inherit; left:0; }
.label-tack img { display:inline-block; margin-right:3px; }
.list-wrap .item-sp { display:none; }
.item-list .item-content { position:relative; }
.item-list .item-price { padding-bottom:13px; }
.item-image .label-cap { display:none; }
.nav-tabs { border-bottom:0; }
.div-tab h3 { text-align:center; padding-bottom:20px; font-size:18px;text-transform:uppercase; }



@media all and (max-width:767px) {
.item_list_tab {  }
.item_list_tab .list-category, .at-content aside .list-sort { width:50%; float:left; margin:0 0 10px 0 !important; }
.list-wrap { clear:both; }
.item_list_tab .dropdown-menu { width:100%;  }
#categoryLabel, #sortLabel { background:#a7a7b3 !important; border:1px solid #a7a7b3 !important; color:#fff !important; }
#categoryLabel { border-right:1px solid #fff !important; }
.item_list_tab h3 { display:none; }
}

@media all and (max-width:480px) {

.list-wrap .item-list { margin-bottom:0 !important; }
.item-list { overflow:hidden; }
.item-list .item-image { width:100%; float:left; margin-right:2%; min-width:98px; }
.item-list .item-content { width:100%; float:left; }
.list-wrap .item-content { padding-top:0 !important; }
.item-list .item-price { padding-bottom:25px; }
.list-wrap .item-row .item-list { border-bottom:1px solid #dcdcdc;border-top:0; border-left:0; border-right:0; padding-bottom:10px; }
.list-wrap .item-row:nth-of-type(1) .item-list { border-top:1px solid #dcdcdc; }
.responsive .at-body .at-container { padding:0 !important }
.list-btn { text-align:center; }
.list-btn .list-page { margin-top:15px; float:inherit !important; display:inline-block; }
.list-btn .pull-right { float:inherit !important; }
.list-wrap .item-row { margin-bottom:10px; }
}

@media all and (max-width:385px) {
.item-list .item-text { display:none; }
.item-list  .item-name { height:auto !important; }
.item-list .sit_icon { width:100%; }
}




/* ORDER FORM */
.order_form_skin .control-label { width:130px; margin:0; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #dcdcdc; }
.order_form_skin .panel-body { padding:0; }
.order_form_skin .form-group { margin:0 !important;  border-top:1px solid #dcdcdc; }
.order_form_skin .form-group:nth-of-type(1) { border-top:0; }
/* .order_form_skin .form-group input { margin:5px; } */
.order_form_skin .col-sm-3, .order_form_skin .col-sm-8, .order_form_skin .col-sm-5, .order_form_skin .col-sm-10 { padding:5px; margin:0 !important; }
.order_form_skin textarea { /* margin:5px; */ }
.order_form_skin .option_checkbox { padding:5px !important; }
.order_form_skin .option_checkbox label { margin-bottom:0; }
.order_form_skin .btn-black { height:30px; margin-top:1px; line-height:18px; }
.order_form_skin .form-control-feedback { margin-top:5px; }
.order_form_skin .col-sm-8 > span, .order_form_skin .col-sm-8 > b > span { display:inline-block; line-height:30px; padding:0 5px; }
.order_form_skin .option_checkbox > span { display:inline-block; line-height:28px !important; padding:0 !important; }
.order_form_skin .panel-heading { background:#dedede; }

.orderview-page .panel-heading { background:#dedede; }
.orderview-page .panel-heading strong{ color:#333; }
.orderview-page .panel-primary .panel-heading { background:#428bca; }
.orderview-page .panel-primary .panel-heading strong { color:#fff; }
.orderview-page .delivery-info li { list-style:none; text-align:center; }
.orderview-page th { border-right:1px solid #dcdcdc; }
.delivery-info { text-align:center; }
.orderview-page .orderinquiry_delivery { display:inline-block; padding:3px 5px; background:#a7a7b3; color:#fff; }
.orderview-page .orderinquiry_delivery a { color:#fff; }
.orderview-page .orderinquiry_delivery:hover { background:#7e8488; }
.orderview-page .orderinquiry_confirm span { display:inline-block; border-bottom:1px solid orangered; line-height:13px; }
.orderview-page .dvr_link { border-bottom:1px solid orangered; line-height:13px; color:orangered; }

.ppay-wrap .ppay-box { display:block; height:200px; cursor:auto; font-size:16px; font-weight:400; box-sizing:border-box; padding:130px 25px 25px 25px; background:#fff url('/img/ico_ppaybox.png')no-repeat center 35px; background-size:120px; }
.ppay-wrap .ppay-box:hover { background:#fafafa url('/img/ico_ppaybox.png')no-repeat center 35px; background-size:125px; }
.ppay-wrap .ppay-box span { display:block; font-size:13px; font-weight:300; }

@media all and (max-width:767px) {
.order_form_skin .control-label { width:100%; height:auto !important; border-bottom:1px solid #dcdcdc; border-right:0; }
.ppay-wrap .ppay-row { width:50%; }
}
@media all and (max-width:480px) {
.ppay-wrap .ppay-row { width:100%; }
}
