/* ## Top ## */

#top-head {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dbdbdb;
}

.global-menu {
    display: flex;
    justify-content: space-between;
}

.global-left li:first-child {
    border-left: 1px solid #dbdbdb;
}

.global-left li {
    float: left;
    border-right: 1px solid #dbdbdb;
    padding: 4px 15px 8px 15px;
}

.global-right li:first-child {
    border-left: 1px solid #dbdbdb;
}

.global-right li {
    border-right: 1px solid #dbdbdb;
    float: left;
    padding: 4px 15px 8px 15px;
}

.global-right a {
    font-size: 12px;
    color: #555;
}

.global-left li:hover, .global-right li:hover {
    background-color: #fff;
}

/* ## Nav ## */

.main-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0;    
}

.main-logo img {
    width: 60%;
}

/* Off canvas */

.hamburger-wrap {
    width: 80%;
}

.hamburger-head {
    background-color: #f7f8f9;
}

.hamburger-menu {
    background-color: #fff;
    border: none;
    color: #333;
}

.hamburger-menu:hover, .hamburger-menu:checked, .hamburger-menu:active, .hamburger-menu:disabled, .hamburger-menu:focus {
    background-color: #fff;
    border: none;
    color: none;
    box-shadow: none;
}

.fa-bars {
    width: 30px;
    height: 30px;
}

.hamburger-logo {
    margin-bottom: 0;
}

.hamburger-logo img {
    width: 50%;
}

.hamburger-menu-wrap {
    padding: 30px;
}

.hamburger-menu-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e1e1e1;
}

.hamburger-title {
    font-size: 20px;
}

.hamburger-list li {
    padding-top: 5px;
}

.hamburger-list li::before {
    content: '·';
    color: #55c9e6;
    padding-right: 2px;
}

.hamburger-list a {
    font-size: 16px;
    font-family: none;
    color: #555;
}

/* ## Carousel ## */

.carousel-title-box {
    bottom: 30%;
}

.carousel-btn a {
    padding: 8px 25px;    
    border: none;
    border-radius: 30px;
    background-color: #dc1a83;
    color: #fff;    
}

#skySlider {}

.slideHeight {
    height: 678px;
}

/* ## Contents ## */

.section-box {
    padding-top: 50px;
}

/* ## Contents 1 ## */

.section1 {
    padding-top: 15px;
}

.icon-menu-list {
    padding-top: 15px;
}

.icon-menu-box {    
    width: 100%;
    height: 247px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px #00000030;
}

.icon-menu-box1 {
    background: url(/images/pages/keyword-bg1.png) no-repeat right;
    background-size: cover;
}

.icon-menu-box2 {
    background: url(/images/pages/keyword-bg2.png) no-repeat right;
    background-size: cover;
}

.icon-menu-box3 {
    background: url(/images/pages/keyword-bg3.png) no-repeat right;
    background-size: cover;
}

.icon-menu-title {
    color: #fff;
    font-family: 'NotoKrB';
}

.icon-menu-subtitle {
    color: #fff;
}

/* ## Contents 2 ## */

.section2 {
    padding-bottom: 50px;
}

.list-group-box {
    position: relative;    
}

.list-group-title {
    display: flex;
    align-items: center;
    padding-top: 15px;
    margin-bottom: 10px;
    background: url(/images/pages/plus-red.png) no-repeat left top;
    background-size: 10%;
}

.list-group-title h1 {
    font-family: 'NotoKrB';
    color: #333;
}

.list-group-title span {
    padding-left: 10px;
    color: #999;
    font-family: 'NotoKrL';
}

.list-group-first {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 5px solid #939393;
}

.list-group-first .first-date {
    padding: 3px 10px;
    text-align: center;
    background: linear-gradient(313deg, #25bcde, #73d5ea);
    border-radius: 10px;
}

.list-group-first .first-date h3 {
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'NotoKrB';
    color: #fff;
}

.list-group-first .first-date span {
    font-size: 12px;
    color: #fff;
}

.list-group-first .first-item {
    padding-left: 20px;
}

.list-group-first .first-item a {
    font-size: 20px;
    color: #666;
}

.list-group-wrap {
    border-bottom: 3px solid #a5a5a5;
    border-radius: 0;
}

.list-group-wrap li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;    
    border: 3px solid #e6e6e6;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    color: #555;
}

.list-group-wrap li:first-child {
    border-top: 3px solid #e6e6e6;
}

.list-group-wrap li:last-child {
    border-bottom: 0px;    
}

.list-group-text::before {
    content: '· ';
}

.list-group-date {
    color: #999;
    font-family: 'NotoKrL';
}

.detail-btn {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
}

.detail-btn a {
    position: absolute;
    top: -10px;
    left: 5px;
    color: #a1deec;
    font-size: 29px;
    font-family: 'NotoKrL';
}

.list-banner-title {
    background: url(/images/pages/main-banner.png) no-repeat center;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 345px;
    padding-top: 30px;
    padding-left: 30px;
}

.list-banner-title h3 {
    font-family: 'NotoKrB';
    color: #fff;
}

.list-banner-title span {
    color: #fff;
}

.list-banner-btn {
    position: absolute;
    bottom: 40px;
}

.list-banner-btn a {
    padding: 6px 20px;
    background-color: #dc1a83;
    color: #fff;
    border-radius: 30px;
}

/* ## Contents 3 ## */

.section3 {
    background-color: #f7f9f9;
    padding-bottom: 50px;
}

.list-group-area li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-left: 5px solid #00a5d7;
    border-radius: 0 !important;
    box-shadow: 4px 4px 4px 0 #00000010;
    color: #555;
}

/* ## Contents 4 ## */

.section4 {
    padding-bottom: 50px;
}

.list-group-tab-wrap {
    text-align: center;
}

.list-group-tab {
    padding: 30px;
    border-top: 10px solid #00a5d7;
    border-right: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
}

.list-group-tab-wrap .active {
    border-top: 10px solid #dc1a83;
    border-right: 2px solid #f7f9f9;
    border-bottom: 2px solid #f7f9f9;
    border-left: 2px solid #f7f9f9;
    box-shadow: 5px 5px 5px 1px #00000010;
}

.list-group-tab-wrap img {
    width: 100%;
}

.list-group-tab-title {
    margin-top: 30px;
    margin-bottom: 15px;    
}

.list-group-tab-text {
    color: #666;
}

/* ## Sponsor ## */

.sponsor {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.sponsor-list {
    border-right: 1px solid #dbdbdb;
}

.sponsor-list-box {
    text-align: center;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0px;
}

/* ## Footer ## */

.footer {
    background-color: #404040;
}

.footer-wrap {
    padding: 50px 0;
}

.copy-logo {
    text-align: center;
}

.copy-logo img {
    width: 30%;
}

.copyright {
    padding-top: 20px;
    font-family: 'NotoKrL';
    color: #fff;
}

.copy-info {
    display: block;
}

.copy-line {
    color: #666;
    padding: 0 10px;
}

/* ## Sub Bar ## */

.sub-bar {    
    background: url(/images/pages/sub_bar01.png) no-repeat;
}

.sub-bar-wrap {
    padding: 50px 0;
    text-align: center;
}

.sub-bar-wrap .sub-bar-title {
    padding-bottom: 5px;
    font-family: 'NotoKrB';
    color: #fff;
}

.sub-bar-wrap .sub-bar-subtitle {
    color: #fff;
}

.breadcrumb-bg {
    background-color: #f7f8f9;
    padding: 12px 0;
}

.breadcrumb-wrap ol {
    margin-bottom: 0;
}

.breadcrumb-img img {
    vertical-align: unset;
}

.breadcrumb-menu {
    color: #888;
}

.breadcrumb-active {
    color: #333;
}

/* ## Container ## */

.sub-container {
    padding: 0;
}

.sub-container-wrap {
    flex-wrap: nowrap;
}

/* ## Side Bar ## */

.side-bar {
    display: none;
}

/* ## Content ## */

.content {
    width: 100%;
    min-height: 700px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Title Bar */

.content-title {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;*/
    margin-bottom: 30px;
    text-align: center;
}

.content-text {
    background: url(/images/pages/plus-blue.png) no-repeat;
    display: inline-block;
}

.content-text h2 {    
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    color: #333;
    /*border-left: 3px solid #a2e8ff;
    padding-left: 10px;
    margin-bottom: 5px;*/
}

.content-text span {
    padding-left: 15px;
    font-size: 13px;
    color: #888;
}

.content-sharing ul {
    display: flex;
}

.content-sharing li:first-child {
    margin-right: 10px;
}

.content-sharing a {
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    padding: 6px 9px;
}

.content-sharing a:hover {
    border: 1px solid #a2e8ff;
    background-color: #a2e8ff;
}

.content-sharing img {
    vertical-align: -1px;
}

/* Progress Loading */

#Progress_Loading {
    display: none;
}

/* ## Login ## */

.login-msg {
    text-align: center;
    margin-bottom: 30px;
    color: #29aad5;
}

.login-wrap {
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0px;
    background-color: #fafafa;    
}

.login-box {
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.login-box li, .login-help li {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 8px;
}

.login-box li:last-child, .login-help li:last-child {
    padding-bottom: 0px;
}

.login-input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    font-family: none;  
    border-radius: 4px;    
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.login-btn {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background: url(/images/pages/login-btn.png) no-repeat 32% center #269ad2;
    color: #fff;
    font-size: 17px;    
}

.login-help {
    text-align: center;
}

.login-help-msg::before {
    content: "●";
    color: #29aad5;
    font-size: 10px;
    vertical-align: 2px;
    padding-right: 6px;
}

.login-help-btn {
    display: inline-block;
    padding: 5px 60px 5px 20px;
    margin-top: 5px;
    border-radius: 4px;
    color: #fff !important;    
    background: url(/images/pages/login-help-btn.png) no-repeat right center #269ad2;
}

.login-inquiry {
    text-align: center;
    margin-top: 30px;
}

.login-inquiry span {
    font-size: 17px;
    color: #269ad2;
}

/* ## Find Password ## */

.findpassword-msg {
    text-align: center;
    margin-bottom: 30px;
}

.findpassword-wrap {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 40px 0px;
    background-color: #fafafa;    
}

.findpassword-box {
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.findpassword-box li, .findpassword-help li {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 8px;
    text-align: left;
}

.findpassword-box li:last-child, .findpassword-help li:last-child {
    padding-bottom: 0px;
}

.findpassword-help li::before {
    content: "●";
    color: #29aad5;
    font-size: 10px;
    vertical-align: 2px;
    padding-right: 6px;
}

.findpassword-input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    font-family: none;  
    border-radius: 4px;    
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.findpassword-btn {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #269ad2;
    color: #fff;
    font-size: 17px;    
}

.findpassword-text {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    color: #666;
}

/* ## Policy ## */

.policy-agree-title {
    font-size: 17px;
    font-weight: bold;
}

.policy-agree-title::before {
    content: "●";
    color: #29aad5;
    font-size: 10px;
    vertical-align: 2px;
    padding-right: 6px;
}

.policy-agree-box {
    height: 250px;
    padding: 20px;
    margin-top: 10px;
    resize: none;
    overflow-y: scroll;
    border: 1px solid #dbdbdb;
    color: #333;
}

.policy-agree-check {
    margin: 10px 0 30px 0;
}

/* ## Register ## */

.register-msg {
    text-align: center;
    margin-bottom: 30px;
}

.register-wrap {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 40px 0px;
    background-color: #fafafa;    
}

.register-box {
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.register-box li, .register-help li {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: left;
}

.register-box li:last-child, .register-help li:last-child {
    padding-bottom: 0px;
}

.register-help li::before {
    content: "●";
    color: #29aad5;
    font-size: 10px;
    vertical-align: 2px;
    padding-right: 6px;
}

.register-label {
    display: block;
    padding-bottom: 10px;
}

.register-input {
    padding: 8px 10px;
    font-size: 14px;
    font-family: none;  
    border-radius: 4px;    
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.register-input-phone {
    display: inline-block;
    width: 29%;
}

.register-input-certify {
    display: inline-block;
    width: 70%;
    margin-right: 10px;
}

.certify-box {
    background: #eb8023;
    color: #fff;
    font-weight: bold;
    padding: 2px 6px;
}

/* Pmplus20 */

.pmplus20 {
    padding-top: 20px;
    text-align: center;
}

.pmplus20-title {
    padding-bottom: 14px;
    font-size: 18px;
}

.pmplus20-line {
    display: block;
    font-weight: bold;
}

.pmplus20-check {
    display: inline-block;
    padding-top: 30px;
}

.pmplus20-check li {
    background: url(/images/pages/pmplus20-check.png) no-repeat;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 16px;
}

.pmplus20-wrap {
    margin-top: 50px;
    background-color: #effafc;
}

.pmplus20-list {
    background: url(/images/pages/pmplus20-arrow-bg.png) no-repeat top center;
    padding: 86px 10px 50px 10px;
}

.pmplus20-list img {
    width: 100%;
}

.pmplus20-list-text {
    padding-top: 20px;
}

.pmplus20-pd {
    padding-top: 30px;
}

.pmplus20-box {
    display: block;
    margin-top: 50px;    
    text-align: center;
}

.pmplus20-box-text {
    display: inline-block;    
    padding: 12px 50px;
    background-color: #00a5d7;
    border-radius: 3px;
    box-shadow: 4px 4px 4px 0 #00000010;
    color: #fff;
}

.pmplus20-box-text a, .pmplus20-box-text a:hover {
    color: #fff;
}

/* 2D Barcode */

.pmplus20-subtitle {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 16px;
}

.barcode img {
    width: 100%;
}

/* automatic */

.automatic {
    padding-top: 20px;
    text-align: center;
}

.automatic-list {
    margin-bottom: 50px;
    padding: 50px 20px;
    background-color: #effafc;
}

.automatic-list-wrap {
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.automatic-list-wrap:last-child {
    border-bottom: 0px;
}

.automatic-list-text {
    padding: 20px;
}

.automatic-list-text li:first-child {
    font-size: 20px;
    line-height: 30px;
}

.automatic-list-text li {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.automatic-title::before {
    content: '┃';
    color: #00a5d7;
    padding-right: 5px;
}

.automatic-box {
    margin-top: 50px;
    padding: 50px 20px;
    background-color: #effafc;
}

.automatic-box-wrap {
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.automatic-box-wrap:last-child {
    border-bottom: 0px;
}

.automatic-box-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.automatic-box-title h4 {
    font-weight: bold;
}

.automatic-box-title h4::before {
    content: '·';
    color: #55c9e6;
    font-size: 24px;
    padding-right: 5px;
}

.automatic-box-title p {
    padding-top: 10px;
    font-size: 16px;
    color: #555;
}

.automatic-box-list {
    display: inline-block;
}

.automatic-img img {
    width: 100%;
}

/* Pharmacy POS */

.pharmacyPOS-list {
    margin-top: 30px;
}

.automatic-list-wrap span {
    display: block;
    padding-top: 20px;
    font-size: 18px;
}

/* Remote */

.remote-pc {
    display: none;
}