@import url('/call/resource/css/basic.css');

/* 전체 레이아웃 */
html, body {word-break: keep-all;}
.container {max-width: 72rem; padding: 0 1rem; margin: 0 auto; width: 100%; position: relative;}
.container:after {display: none;}

/* 최상단 기능 */
.top_menu {background: #dadbdd; padding: 0.35rem 0;}
.top_menu .container {display: flex; justify-content: space-between; align-items: center; font-size: 0;}
.top_menu .container .lft a {font-size: 0.65rem; font-weight: 600;}
.top_menu .container .lft a i {color: #3b68fa; margin-right: 0.1rem;}
.top_menu .container .rght {display: flex; align-items: center;}
.top_menu .container .rght > ul {display: flex;}
.top_menu .container .rght > ul li {padding-right: 1.5rem; font-size: 0; position: relative;}
.top_menu .container .rght > ul li:after {content: ""; display: block; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #3b68fa; position: absolute; right: 0.6rem; top: calc(50% - 0.15rem);}
.top_menu .container .rght > ul li a {font-size: 0.65rem;}
.top_menu .container .rght .fs_control {display: flex; align-items: center; font-size: 0;}
.top_menu .container .rght .fs_control p {font-size: 0.65rem;}
.top_menu .container .rght .fs_control ul {display: flex; margin-left: 0.4rem;}
.top_menu .container .rght .fs_control ul li + li {margin-left: 0.2rem;}
.top_menu .container .rght .fs_control ul li a {display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #3f4656; font-size: 1rem; color: #fff;}
.top_menu .container .rght .fs_control ul li a.stop {font-size: 0.8rem;}
/* 최상단 기능 : active */
.top_menu .container .rght > ul li a:hover,
.top_menu .container .rght > ul li a:focus {text-decoration: underline;}

/* header */
header {display: flex;justify-content: space-between;width: 100%;max-width: 72rem;padding: 0 1rem;margin: 0 auto;height: 3.9rem;  }
header:before{ position: absolute; content: ""; height: 1px; background: #ccc; left: -500%; width: 1000%; top: 3.9rem; z-index: 1; }
header h1 {font-size: 0; height: 3.9rem; display: flex; align-items: center; justify-content: center; }

/* menu */
 
.major ul {position: relative; z-index: 3; display: flex; }
.major ul::before { display: none; }
.major ul > li { position: relative; flex: 1; }
.major ul li a {display: block; position: relative; word-break: break-all;}
.major ul > li > a {  display: flex; align-items: center; justify-content: center; padding: 0; height: 3.9rem; color: #444; font-size: 0.95rem; font-weight: 600; transition: 0.15s; -webkit-transition: 0.15s; }
.major ul li a[target='_blank'] > span:after {content: "\e980"; display: inline-block; padding-left: 0.25rem; font-family: 'xeicon';}

/* menu - active */
.major ul > li.on > a,
.major ul .sub > ul > li > a:hover,
.major ul .sub > ul > li > a:focus { color: #0044a5; }

/* menu - fullDown */
#menu { position: relative; height: 3.9rem; overflow: hidden; }
.sub:after { content: ""; width: 200vw; height: 0; background: #fff; sub-shadow: 0 0.15rem 0.35rem rgba(165,170,172,0.35); position: absolute; left: -100vw; top: calc(3.9rem + 1px); opacity: 0; visibility: hidden; z-index: -5; }
#menu .major ul { display: table; table-layout: fixed; width: 100%; position: relative;  }
#menu .major ul::before { display: none; }
#menu .major ul > li { display: table-cell; position: relative; }
#menu .major ul > li::before { position: absolute; content: ""; height: calc(100% - 3.9rem); top: 3.9rem; border-left: 1px solid #efefef; }

#menu .major ul > li + li::before { left: -1px; }
#menu .major ul > li > a { display: flex; align-items: center; justify-content: center; padding: 0; height: 3.9rem; color: #444; font-size: 0.95rem; font-weight: 600; transition: 0.15s; -webkit-transition: 0.15s;  }
#menu .major ul > li > a span { padding: 0; min-width: none; }
#menu .major ul .sub { transform: none; top: auto; left: auto; padding: 0.5rem 0 1.25rem; }
#menu .major ul .sub::before { position: absolute; content: ""; display: block; width: 100%; height: calc(100% - 3.9rem); top: 3.9rem; left: 0; z-index: -1; opacity: 0; background: #0044a5;  }
#menu .major ul .sub > ul > li >img{display: none;;}
#menu .major ul .sub > ul > li{display: block;/* height: auto !important; */;}
#menu .major ul .sub > ul > li > a {display: block;position: relative;word-break: break-all;padding: 0.4rem 0.55rem;height: auto; font-size: 0.7rem; font-weight: 400;}
#menu .major ul .deep_sub { display: none; }
#menu .major ul .deep_sub > ul > li > a { padding: 0.25rem 0; padding-left: calc(3px + 0.25rem); font-size: 0.7rem; }

 

/* menu - fullDown : active */
#menu.active { height: auto; overflow: visible; }
#menu .major ul > li.on > a { color: #0044a5; }
#menu .major ul > li.on > .sub::before { opacity: 0.05; }
.menu.active .sub:after {height: calc(100% - calc(3.9rem + 1px)); opacity: 1; visibility: visible; box-shadow: 0 0.15rem 0.35rem rgba(165,170,172,0.1); }


/* footer */
footer .box_link{border-top: 1px solid #e2e6e9;}
footer .box_link .container ul{ display: flex; align-items: center; height: 3.5rem; color: #444444;}
footer .box_link .container ul li ~ li{padding-left: 2.25rem; position: relative;}
footer .box_link .container ul li ~ li::before{content: ''; display: block; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #e2e2e2; top: 50%; left: 1.15rem; transform: translate(-50%, -50%);}
footer .box_link .container ul li a strong{font-weight: 500; color: #3b68fa;}
footer .box_link .container > a.ft_link {line-height: 2rem; display: inline-block; padding-left: 1.1rem; padding-right: 3rem; border-radius: 2rem; background: #376ca2; color: #fff; font-weight: 600; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);}
footer .box_link .container > a.ft_link i {display: flex; justify-content: center; align-items: center; width: 2rem; height: 100%; border-radius: 2rem; background: #183f66; font-size: 1.1rem; color: #fff; position: absolute; right: 0; top: 0;}

footer .box_info {border-top: 1px solid #9097a1; background: #32394c; padding: 1.5rem 0 2.5rem; font-size: 0.75rem; color: #fff; font-weight: 600; line-height: 1.8;}
footer .box_info .container address,
footer .box_info .container .copyright { padding-right: 10rem; }
/* footer : active */
footer .box_info .container > a.ft_link,
footer .box_info .container > a.ft_link i {transition: 0.15s ease-out;}
footer .box_info .container > a.ft_link:hover,
footer .box_info .container > a.ft_link:focus {padding-right: 4rem;}
footer .box_info .container > a.ft_link:hover i,
footer .box_info .container > a.ft_link:focus i {width: 3rem;}

#wrap { position: relative; overflow:hidden; }
#wrap ::-webkit-scrollbar {width: 5px; height: 5px;}
#wrap ::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 10px;}
#wrap ::-webkit-scrollbar-track {background-color: #ddd; border-radius: 10px;}

/* slick slide common */
.slick-slider { -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-slide { display: none; height: 100%; min-height: 1px; vertical-align: middle; }
.slick-list { overflow: hidden; }
.slick-list.dragging { cursor: pointer; }
.slick-initialized .slick-slide { display: inline-block; }
.slick-arrow.slick-hidden { display: none; }
.slick-current { opacity: 1; display: block; }
.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; z-index: 0 !important;}
.slider .control {z-index: 1 !important;}
/* slick arrow show */
.arwShow .slick-arrow.slick-hidden { display: inline-block; }

/* sub layout */
#sub_container {background:#fff;}
.subCntBody {display: flex; flex-wrap: wrap; max-width: 72rem; padding: 0 1rem; margin: 2rem auto 0; overflow: hidden;}
.subCntBody .sub_container {width: calc(100% - 12.25rem); padding-top: 1.5rem; padding-left: 2rem; position: relative; margin-bottom: 2rem;}
.subCntBody .sub_container .subHeader {padding-right: 7.5rem; padding-bottom: 1rem; background: url('/call/resource/images/common/pttrn_sublocation.png') repeat-x bottom; margin-bottom: 3rem; position: relative;}
.subCntBody .sub_container .subContent {min-height: 30rem; line-height: 1.6; word-break: keep-all;}

/* 서브 비주얼 */
.subvisual{ position:relative; width:100%; line-height:0; overflow:hidden; }
.subvisual img{ position:relative; width:auto; height:auto; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); word-break: break-all;}

/* vNav */
.vNav {width: 12.25rem; margin-bottom: 2rem;}
.vNav >img {display: none;}
.vNav h2 {display: flex; justify-content: center; align-items: center; min-height: 8rem; border-radius: 1rem 1rem 0 0; background: linear-gradient(to bottom right, #184f79, #3285d3); padding: 2.25rem 0.5rem; position: relative; overflow: hidden; color: #fff; font-weight: 700; position: relative; z-index: 1; }
.vNav h2:before {content: ""; display: block; width: 11rem; height: 11rem; border-radius: 50%; background: #3285d3; position: absolute; left: -3.2rem; top: -5.15rem; opacity: 0.25; z-index: -1;}
/*.vNav h2 span {display: block; font-size: 1.3rem; color: #fff; font-weight: 700; position: relative; z-index: 1;}*/
.vNav #left_menu {background: #fff;border-radius: 1rem;margin-top: -1rem;position: relative;border: 1px solid #c8ccd4;padding: 1rem 0 2rem;width: 100%;padding: 0 0.8rem;z-index: 1;}
 
.vNav li {position: relative;}
.vNav li a {display: block; position: relative;}
.vNav :before,
.vNav :after {display: block;}
.vNav #left_menu > li { border-bottom: 1px dashed #d1dae1; padding: 0.25rem 0;  }
.vNav #left_menu > li:last-child { border-bottom: none; }
.vNav #left_menu  > li > a { display: flex; align-items: center;  padding:0.65rem 0.7rem; font-size: 0.85rem; color: #333; font-weight: 600; position: relative; z-index: 1; }
 
.vNav #left_menu > li > a span::before { position: absolute; content: ""; width: calc(100% + 1.6rem); height: 100%; left: -0.8rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: #0044a5; border-radius: 0.5rem; z-index: -1; opacity: 0; box-shadow: 1px 1px 6px rgba(50,66,89,0.47); }
.vNav #left_menu > li > a span::after {position: absolute;content: "\e93f";font-family: 'xeicon';color: #2a74b7;display: flex;background: #fff;border-radius: 50%;align-items: center;justify-content: center;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 1.2rem;height: 1.2rem;opacity: 0;}


.vNav #left_menu  > li.dep > a {padding-right: 2.4rem;}

.vNav #left_menu  > li.dep > a:before {content: ""; display: block; width: 0.9rem; height: 2px; background: #000; position: absolute; right: 0.75rem; top: 50%; margin-top: -1px;}
.vNav #left_menu  > li.dep > a:after {content: ""; display: block; width: 2px; height: 0.9rem; background: #000; position: absolute; right: 1.15rem; top: 50%; margin-top: -0.45rem;}
/*.vNav .dep02 {display: none; padding: 0.8rem; position: relative;}
.vNav .dep02:before {content: ""; display: block; width: 100%; height: calc(100% + 1rem); border-radius: 0.5rem; position: absolute; left: 0; bottom: 0; opacity: 0.05;}
.vNav .dep02 > li > a {padding: 0.3rem 0; padding-left: 0.65rem; font-size: 0.75rem; color: #222; font-weight: 600;}
.vNav .dep02 > li > a:before {content: "";  width: 0.25rem; height: 0.25rem; border-radius: 50%; background: rgba(112,112,112,0.3); position: absolute; left: 0; top: 0.75rem;}
.vNav .dep02 > li > a:after {font-family: 'xeicon'; font-size: 0.9rem; position: absolute; right: 0; top: 0.45rem;}
.vNav .dep02 > li.dep > a:after {content: "\e941";}
.vNav .dep03 {display: none; padding: 0.75rem; border-radius: 0.4rem; background: #fff;}
.vNav .dep03 > li + li {margin-top: 1px;}
.vNav .dep03 > li > a {padding: 0.1rem; padding-left: 0.7rem; font-size: 0.7rem; color: #222; font-weight: 400;}
.vNav .dep03 > li > a:before {content: ""; display: block; width: 0.25rem; height: 2px; background: #d2d2d2; position: absolute; left: 0; top: 0.55rem;}*/

/* vNav : active */
.vNav li > a,
.vNav li > a:before,
.vNav li > a:after,
.vNav #left_menu > li > a::before,
.vNav #left_menu > li > a::after {transition: 0.2s;}
.vNav #left_menu > li > a {transition: background-color 0.2s, color 0.2s;}
.vNav li.active > ul {display: block;}
 
.vNav #left_menu > li > a span.depth0_on {color: #fff !important; font-weight: 700; border-bottom: none; }
.vNav #left_menu > li > a span.depth0_on::before,
.vNav #left_menu > li > a span.depth0_on::after { opacity: 1; }
.vNav #left_menu > li > a span.depth0_on::before { left: 0; }
.vNav #left_menu > li > a span.depth0_on::after { right: -1rem; }


/* location */
#pageTitle {font-size: 1.4rem; color: #000; font-weight: 700;}
.subLocation {display: flex; align-items: center; height: 2rem; margin-top: 0.6rem;}
.subLocation ul {display: flex; flex-wrap: wrap;}
.subLocation ul li {font-size: 0.75rem; color: #373737; line-height: 1.25rem;}
.subLocation ul li:first-child {padding-left: 1.75rem; position: relative;}
.subLocation ul li:last-child { font-weight: 600; }
.subLocation ul li + li:before {content:"\e93f"; display: inline-block; font-family: 'xeicon'; font-size: 0.8rem; margin: 0 0.6rem;}
.subLocation ul li i {display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #8b8b8b; font-size: 0.75rem; color: #fff; position: absolute; left: 0; top: 0;}

/* location : sns */
.snsBox {display: flex; font-size: 0.9rem; position: absolute; right: 0; bottom: 1rem;}
.snsBox button {display: flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: #eaeaea; color: #232757;}
.snsBox button + button {margin-left: 0.5rem;}
.snsBox .snsMore {position: absolute; right: calc(100% + 0.5rem); top: 0rem; z-index: 2; opacity: 0; visibility: hidden;}
.snsBox .snsMore p {display: flex; border-radius: 2rem; border: 2px solid #e5e5e5; background: #fff; padding: 0 0.8rem;}
.snsBox .snsMore p a {display: inline-flex; justify-content: center; align-items: center; padding: 0 0.4rem; height: 1.9rem;}
.snsBox .snsMore p a.snsT {color: #59acee;}
.snsBox .snsMore p a.snsK {color: #ffc20d;}
.snsBox .snsMore p a.snsF {color: #3c5899;}
.snsBox .snsMore p a.snsIn {color: #d63497;}
.snsBox .snsMore p a.snsClose {width: 2rem; height: 2rem; border-radius: 50%; background: #232757; padding: 0; color: #fff; position: absolute; right: 0; top: -2.5rem;}
/* location : sns : active */
.snsBox .snsMore.active {opacity: 1; visibility: visible;}
.snsBox .snsMore a.snsT:hover,
.snsBox .snsMore a.snsT:focus {color: #257fc9;}
.snsBox .snsMore a.snsK:hover,
.snsBox .snsMore a.snsK:focus {color: #d36e10;}
.snsBox .snsMore a.snsF:hover,
.snsBox .snsMore a.snsF:focus {color: #183372;}
.snsBox .snsMore a.snsIn:hover,
.snsBox .snsMore a.snsIn:focus {color: #af1c4d;}

/* 첨부파일 */
.popover { position:absolute; z-index:1060; background-color:#fff; border:1px solid #ccc; border-radius:6px; }
.popover.top { margin-top:-10px; }
.popover.right { margin-left:10px; }
.popover.bottom { margin-top:10px; }
.popover.left { margin-left:-10px; }
.popover-title { padding:8px 14px; margin:0; font-size:14px; background-color:#f7f7f7; border-bottom:1px solid #ebebeb; border-radius:5px 5px 0 0 }
.popover-content { padding:9px 14px; }
.popover>.arrow, .popover>.arrow:after { position:absolute; display:block; width:0; height:0; border-color:transparent; border-style:solid; }
.popover>.arrow { border-width:11px; }
.popover>.arrow:after { content:""; border-width:10px; }
.popover.top>.arrow { bottom:-11px; left:50%; margin-left:-11px; border-top-color:#999; border-top-color:rgba(0, 0, 0, .25); border-bottom-width:0; }
.popover.top>.arrow:after { bottom:1px; margin-left:-10px; content:" "; border-top-color:#fff; border-bottom-width:0; }
.popover.right>.arrow { top:50%; left:-11px; margin-top:-11px; border-right-color:#999; border-right-color:rgba(0, 0, 0, .25); border-left-width:0; }
.popover.right>.arrow:after { bottom:-10px; left:1px; content:" "; border-right-color:#fff; border-left-width:0; }
.popover.bottom>.arrow { top:-11px; left:50%; margin-left:-11px; border-top-width:0; border-bottom-color:#999; border-bottom-color:rgba(0, 0, 0, .25)}
.popover.bottom>.arrow:after { top:1px; margin-left:-10px; content:" "; border-top-width:0; border-bottom-color:#fff; }
.popover.left>.arrow { top:50%; right:-11px; margin-top:-11px; border-right-width:0; border-left-color:#999; border-left-color:rgba(0, 0, 0, .25)}
.popover.left>.arrow:after { right:1px; bottom:-10px; content:" "; border-right-width:0; border-left-color:#fff; }
.popover-content .btn_view { padding:1px 4px 2px !important; background:none; border-radius:5px !important; border:1px solid #004896; color:#004896; font-size:14px; margin: 0 0 0 10px !important; }
.popover-content .btn_view.ml0 { margin: 0 0 0 0 !important; }
.popover-content .btn_view i {padding-left:0 !important;}

/* aside */
#asideMenu {display: flex; flex-direction: column; align-items: flex-end; position: absolute; right: 1.1rem; top: 11.5rem; z-index: 2; transition: margin-top 0.3s;}
.openPop #asideMenu {margin-top: 7rem;}
#asideMenu .box {width: 8.5rem; border-radius: 0.75rem; border: 1px solid #d9dee9; background: #fff; box-shadow: 0 0.15rem 0.35rem rgba(124,124,124,0.57); padding: 0 1.05rem; text-align: center;}
#asideMenu .dDay {padding-right: 3.5rem; margin-bottom: 0.8rem;}
#asideMenu .dDay .box {padding-top: 0.25rem; padding-bottom: 0.45rem; position: relative; overflow: hidden;}
#asideMenu .dDay .box:before {content: ""; display: block; width: 5.3rem; height: 5.3rem; border-radius: 50%; background: #e4edff; position: absolute; right: calc(-2.5rem - 1px); bottom: calc(-2.9rem - 1px);}
#asideMenu .dDay * {position: relative; z-index: 1;}
#asideMenu .dDay .box h3 {font-size: 0.8rem; color: #111; font-weight: 600;}
#asideMenu .dDay .box p {line-height: 1.35rem; border-radius: 1.35rem; background: #415786; font-family: 'Montserrat'; color: #fff; font-weight: 700; margin-top: 0.15rem;}
#asideMenu .viewMob {padding-top: 0.1rem; padding-right: 3.5rem; margin-bottom: 0.8rem;}
#asideMenu .viewMob .box {padding-top: 0.75rem; padding-bottom: 0.8rem;}
#asideMenu .viewMob .box h3 {font-size: 0.75rem; color: #111;}
#asideMenu .viewMob .box p {font-size: 0; line-height: 0; margin-top: 0.5rem;}
/* aside : active */
#asideMenu.fixed {position: fixed; top: 4.5rem;}
.openPop #asideMenu.fixed {top: -2.5rem;}


/* 퀵메뉴 */
#quickMenu {position: relative;}
#quickMenu .toggleBtn {display: flex; justify-content: center; align-items: center; width: 2.5rem; height: 5.35rem; border-radius: 2.5rem; background: #415786; box-shadow: 0.15rem 0.15rem 0.35rem rgba(124,124,124,0.57); color: #fff; font-weight: 600; letter-spacing: -0.25rem; writing-mode: vertical-lr; position: relative; z-index: 1;}
#quickMenu .toggleBtn:before {content: "\e93b"; display: inline-block; font-family: 'xeicon'; font-size: 0.5rem; margin-bottom: 0.5rem;}
#quickMenu .inner {width: 8.5rem; border-radius: 1rem; border: 1px solid #d9dee9; background: #fff; box-shadow: 0.15rem 0.15rem 0.35rem rgba(124,124,124,0.57); padding: 0.3rem 1rem 0.6rem; position: absolute; right: 0; top: 0; opacity: 0; visibility: hidden; transition: 0.3s;}
#quickMenu .inner h3 {border-bottom: 2px solid #dbdbdb; background: url(/call/resource/images/common/qckTitBg.png) left 0.1rem center no-repeat; padding: 0.6rem 0; padding-left: 1.55rem; font-size: 0.9rem; color: #415786; font-weight: 700;}
#quickMenu .inner .list {margin-top: 0.6rem;}
#quickMenu .inner .list ul li a {display: block; padding: 0.2rem 0; padding-left: 0.65rem; font-size: 0.75rem; position: relative;}
#quickMenu .inner .list ul li a:before {content: ""; display: block; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #97b9ff; position: absolute; left: 0; top: 0.65rem;}
/* 퀵메뉴 : active */
#quickMenu.active .toggleBtn:before {content: "\e93e";}
#quickMenu.active .inner {right: calc(100% + 1rem); opacity: 1; visibility: visible;}

/* 만족도 조사 */
.satisfaction {position: relative; bottom: 0; right: 0; margin: 0; width:100%;}
.satisfaction .satisfaction_list .input_radio span {margin-right: 0;}
.satisfaction .btn_na.mini {border: none;}
.satisfaction{ margin:60px 0 20px; border:1px solid #e1e1e1;  background-color:#fff; padding-bottom: 15px;}
.satisfaction .question{position:relative;color:#fff;font-size:14px;padding:10px 20px 10px 50px;background:#858a92 url('/call/resource/images/board/survey_icon1.png') no-repeat 20px 13px;}
.satisfaction .question_link{position:absolute; right:20px; top:8px; font-size:15px; line-height:16px; color:#fff; padding:5px 10px 5px 32px; border:1px solid #b2bac0; background:url('/common/images/board/survey_icon2.png') no-repeat 10px center}
.satisfaction .satisfaction_list{padding:16px 20px 10px; overflow:hidden; font-size:14px}
.satisfaction .satisfaction_list label {vertical-align:middle}
.satisfaction_list input {font-size:inherit; font-family:inherit; color:inherit; line-height:24px; padding:1px 5px; border:solid 1px #dedede; vertical-align:middle}
.satisfaction .satisfaction_list .input_radio{display:block; width:100%; line-height:24px; float:left}
.satisfaction .satisfaction_list .input_radio span{display:inline-block; margin-right:5%}
.satisfaction .satisfaction_list label{display:inline-block; margin-right:15px; color:#535252}
.satisfaction .satisfaction_list .opinion{width:100%; display:block; float:left; text-align:left; margin-top:10px;}
.satisfaction .satisfaction_list .opinion input[type="text"]{width:60%; border:1px solid #e1e1e1}
.satisfaction .satisfaction_list .opinion input[type="button"]{width:20%; border:1px solid #454f5f; background-color:#454f5f; color:#fff}
.satisfaction .admin_info{position:relative; border-top:1px solid #e1e1e1; font-family:"NotoR"; font-size:13px}
.satisfaction .admin_info h3 {position:absolute; top:10px; left:20px; height:25px; color:#333; line-height:20px; background:url('/images/web/common/sub/survey_arrow.png') no-repeat 85px 8px; padding-right:10px;}
.satisfaction .admin_info ul{margin-left:120px; line-height:25px; padding:7px 0; border-left:1px solid #e1e1e1}
.satisfaction .admin_info ul li{float:left; margin-left:25px; padding-left:10px; background:url('/images/web/common/sub/survey_dot.png') no-repeat left 50%}
.satisfaction .admin_info ul li a{color:#333}
.satisfaction .admin_info ul li span{ float:left;  font-family:"NotoM"; color:#1c55cc; margin:0 10px 0 0; padding-right:8px; background:url('/images/web/common/sub/survey_line.gif') no-repeat right 50% }

 