@charset "UTF-8";

.blockquote,
.btn-theme,
p {
    line-height: 1.4
}

.btn-theme.active.focus,
.btn-theme.active:focus,
.btn-theme.focus,
.btn-theme:active.focus,
.btn-theme:active:focus,
.btn-theme:focus,
:active,
:focus,
a,
a:active,
a:focus,
a:hover {
    outline: 0
}

.btn-theme:hover,
.service .service-element,
.service .service-info,
.service:hover .service-element,
.service:hover .service-info {
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.blockquote,
.header .nav-item-child,
.link,
a,
body,
em,
h1,
h2,
h3,
h4,
h5,
h6,
li,
li a,
p,
span {
    font-family: Hind, sans-serif
}

.back-to-top:focus,
.back-to-top:hover,
.btn-theme.focus,
.btn-theme:focus,
.btn-theme:hover,
.content-wrapper-link,
.header .logo-wrap:focus,
.header .logo-wrap:hover,
a:active,
a:focus,
a:hover,
h1>a:focus,
h2>a:focus,
h3>a:focus,
h4>a:focus,
h5>a:focus,
h6>a:focus {
    text-decoration: none
}

.back-to-top,
.carousel-title,
.header .nav-item-child,
.link {
    text-transform: uppercase
}

.table-bordered {
    border: none;
    border-bottom: 1px solid #ddd;
}
.container-full-width:after,
.masonry-grid:after {
    clear: both
}

html {
    overflow-x: hidden
}

body,
html,
html a {
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'NanumSquare';
    font-size: 17px;
    line-height: 1.538462;
    color: #384243; 
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #a6a7aa;
    margin-bottom: 15px
}

em,
li,
li a {
    font-size: 16px;
    font-weight: 500;
    color: #515769
}

a {
    color: #81848f
}

a:active,
a:focus,
a:hover {
    color: #999caa
}

.a__title{
    position: relative;
    font-size: 16px;
    color: #000 !important;
    background-color: #ffff;
    padding-left: 66px !important;
}

.a__title::before{
    position: absolute;
    top: 12px;
    left: 10px;
    content: '';
    background-image: url(../img/Q.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 37px;
}

.t__title {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 17px;
    color: #615c5c;
}

.glay-box {
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 20px;
}

/*banner*/

.banner {
    width: 100%;
    text-align: center;
    height: auto;
}

.intro_top {
    height: 483px;
    background: #0871d0;
}

.intro_top .intro {
    display: table;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    background: url(../img/app_intro_bg.png) no-repeat;
}

.intro_top .intro:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 444px;
    height: 382px;
    background: url(../img/app_intro_phone.png) no-repeat;
    content: "";
}

.intro_top .intro .txt {
    display: table-cell;
    padding-left: 52.5%;
    vertical-align: middle;
}

.intro_top .intro .txt .txt01 {
    font-size: 32px;
    color: #fff;
}

.intro_top .intro .txt .txt02 {
    margin-top: 20px;
    font-size: 40px;
    color: #fdf9ba;
    font-weight: bold;
    line-height: 1.2;
}

.intro_top .intro .txt .txt03 {
    margin-top: 18px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.intro_detail {
    padding: 70px 0;
}

.intro_detail .txt, .intro_app .txt {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
}

.intro_detail .txt span, .intro_app .txt span {
    color: #4b93d5;
}

.intro_detail .icon_list {
    margin-top: 40px;
    text-align: center;
}

.intro_detail .icon_list li {
    display: inline-block;
    width: 18%;
}

.intro_detail .icon_list li span {
    position: relative;
    display: block;
    padding-top: 86px;
}

.intro_detail .icon_list li span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 73px;
    height: 73px;
}

.intro_detail .icon_list .icon01:before {
    background: url(../img/app/app_icon01.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon02:before {
    background: url(../img/app/app_icon02.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon03:before {
    background: url(../img/app/app_icon03.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon04:before {
    background: url(../img/app/app_icon04.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon05:before {
    background: url(../img/app/app_icon05.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon06:before {
    background: url(../img/app/app_icon06.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon07:before {
    background: url(../img/app/app_icon07.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon08:before {
    background: url(../img/app/app_icon08.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon09:before {
    background: url(../img/app/app_icon09.png) no-repeat;
    content: "";
}

.intro_detail .icon_list .icon10:before {
    background: url(../img/app/app_icon10.png) no-repeat;
    content: "";
}

.icon01,.icon02,.icon03,.icon04,.icon05,.icon06,.icon07,.icon08,.icon09,.icon10 {
    font-size: 14px;
    color:#000;
    font-weight: 700;
}

.intro_app {
    padding: 70px 0;
    background: #f3f3f3;
}

p.txt strong {
    color: #000000;
    font-family: 'Nanum SquareB';
}

.app_list {
    margin-top: 60px;
    text-align: center;
}

.app_list a {
    display: inline-block;
    position: relative;
    padding: 10px 26px;
    border: 1px solid #231f20 !important;
    border-radius: 38px;
}

.app_list li {
    position: relative;
    display: inline-block;
    padding-top: 230px;
    width: 49%;
}

.app_list li + li {
    border-left: 1px dashed #d1d1d1;
}

.app_list .appstore {
    background: url(../img/app/app_appstore.png) no-repeat;
}

.app_list .googleplay {
    background: url(../img/app/app_googleplay.png) no-repeat;
}

.app_list a span {
    padding-left: 43px;
    background: url(../img/app/app_down.png) no-repeat left center;
    font-size: 14px;
    font-weight: 800;
    color: #000;
}

.t__indent {
    text-indent:40px;
}

.text__out {
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 49px;
    text-align: center;
    color: #4B4B4B;
    margin-top: 40px;
}

/*position*/

.pos__re {
    position: relative;
}

.pos__ab {
    position: absolute;
}

.link {
    font-size: 13px;
    font-weight: 600
}

.link-t {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}


.info__box {
    width: 100%;
    padding: 30px;
}

.gr-r {
    width: 5px;
    height: 5px;
    background: #257e4a;
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
    border-radius: 2px;
}

.bl-r {
    width: 5px;
    height: 5px;
    background: #17bed2;
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
    border-radius: 2px;
}

.bk-r {
    width: 5px;
    height: 5px;
    background: #000;
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
    border-radius: 2px;
}


.link:after {
    position: absolute;
    top: 8px;
    right: -15px;
    width: 9px;
    height: 2px;
    background: #17bed2;
    content: " "
}

span {
    font-size: 14px;
    font-weight: 400;
    color: #bfc1c7
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #515769;
    line-height: 1.4;
    margin: 15px 0 15px
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #515769
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: #999caa;
    text-decoration: none
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 30px
}

h3,
h4 {
    font-size: 22px
}

::selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none
}

::-webkit-selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none
}

::-moz-selection {
    color: #fff;
    background: #17bed2;
    text-shadow: none
}

img {
    width: 100%;
}

.img-responsive {
    border: 1px solid #ddd;
}

.Siz_100 {
    width: 100%;
}

.header .logo-img {
    width: 263px !important;  
}
.section-seperator {
    border-bottom: 1px solid #edf0f2
}

.border-b {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.pass-box {
    width:100%;
    height:323px;
    background: #F8F8F8;
    border: 1px solid #B6B6B6;
    padding:80px;
}

.Out__box {
    width: 50%;
    text-align: center;
    display: inline-block;
    padding: 0;
    background: #f6f6f6;
    padding: 50px;
    border: 1px solid #ddd;
}

.pass-text {
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: #3A3A3A;
    display: inline-block;
    margin-right: 30px;
}

.id__box {
    line-height: 20px;
    width: 529px;
    text-align: center;
    background: #f1f1f1;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    display: inline-block;
    color: #000;
    font-weight: 800;
}

.agree {
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #737373;
    width: 50%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.pay-text {
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: #3A3A3A;
    display: inline-block;
    margin-right: 30px;
}

.pay__box {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pay__line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 23px;
}

.content-wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 3
}

.blockquote {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #a6a7aa;
    border-left: none;
    margin-left: 20px
}

.blockquote:before {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 60px;
    display: inline-block;
    color: #17bed2;
    content: '“'
}

.hpi_printresult_text02 p {
    font-size: 15px;
    line-height: 1.538462;
    color: #384243;
}

.label__box {
    margin: 5px !important;
    display: block;
}

.answer__check {
    color: #317e6b;
    font-size: 14px;
}

.answer__check strong{
    position: relative;
    font-weight: bold;
    padding-left: 3px;
}

.answer__check strong::after{
    content: '\2713';
    position: absolute;
    right: -23px;
    top: -2px;
}

.answer {
    
    width: 170px;
    height: 37px;
    border-radius: 20px;
    background: #bfffd3;
    padding: 8px 27px;
    color: #317e6b;
    font-size: 14px;
}

.answer strong {
    position: relative;
    font-weight: bold;
    padding-left: 20px;
}

.answer strong::before{
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
}


.wrong__answer {
    width: 222px;
    height: 37px;
    border-radius: 20px;
    background: #ffdfe0;
    padding: 8px 27px;
    color: #9f3535;
    font-size: 14px;
}

.wrong__answer strong {
    position: relative;
    font-weight: bold;
    padding-left: 20px;
}

.wrong__answer strong::before{
    content: '\0058';
    position: absolute;
    left: 0;
    top: -1px;
}

.select-box {
    color: #000;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
}

#footer .__footer-menu li span {
    color: #fff;
}

/*table*/

.dataTables_length {
    display: none;
}

.table__box {
    display: block;
    width:100%;
    padding:30px;
}

.table__tab__30 {
    padding:0 30px;
}

.table__tab__200 {
    padding:0 200px;
}

.d__day__rb {
    width: 61px;
    height: 20px;
    border-radius: 10px;
    background: #ffd4d4;
    font-weight: 800;
    color: #be7a7a;
    display: inline-block;
}

.d__day__rb:hover {
    color: #d65591;
}

.d__day__bb:hover {
    color: #556dd6;
}

.d__day__bb {
    width: 61px;
    height: 20px;
    border-radius: 10px;
    background: #b3d4ff;
    font-weight: 800;
    color: #211d3f;
    display: inline-block;
}

.d__day__b {
    width: 61px;
    height: 20px;
    border-radius: 10px;
    background: #ddd;
    font-weight: 800;
    color: #4a4646;
    display: inline-block;
}

.btn-theme {
    position: relative;
    display: inline-block;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-theme.active,
.btn-theme:active {
    background-image: none;
    outline: 0
}

.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none
}

.btn-white-brd {
    color: #fff;
    background: 0 0;
    border-color: rgba(255, 255, 255, .3);
    border-width: 1px
}

.btn-white-brd.focus,
.btn-white-brd:focus,
.btn-white-brd:hover {
    color: #515769;
    background: #fff;
    border-color: transparent
}

.btn-default-bg {
    color: #515769;
    background: #f3f4f5;
    border-color: transparent;
    border-width: 0
}

.btn-base-bg,
.btn-default-bg.focus,
.btn-default-bg:focus,
.btn-default-bg:hover {
    background: #17bed2;
    color: #fff;
    border-color: transparent
}

.btn-base-bg {
    border-width: 0
}

.btn-base-bg.focus,
.btn-base-bg:focus,
.btn-base-bg:hover {
    color: #fff;
    background: #63cbd7;
    border-color: transparent
}

.footer .footer-seperator,
.header .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.btn-theme-sm {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px
}

.pricing {
    padding: 70px 45px;
    background: #fff;
    margin-top: 50px
}

.panel-group {
    margin-bottom: 20px;
    border-top: 2px solid #00677E;
}

.grad {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.width-10{width: 10% !important;}
.width-15{width: 15% !important;}
.width-20{width: 20% !important;}
.width-25{width: 25% !important;}
.width-30{width: 30% !important;}
.width-33{width: 33% !important;}
.width-35{width: 35% !important;}
.width-40{width: 40% !important;}
.width-45{width: 45% !important;}
.width-50{width: 50% !important;}
.width-55{width: 55% !important;}
.width-60{width: 60% !important;}
.width-65{width: 65% !important;}
.width-70{width: 70% !important;}
.width-80{width: 80% !important;}

/*mypage tab*/

.m__page__tab {
    width: 14.3% !important;
    font-size: 13px !important;
}

/*left*/
.left-7 {
    left: 7px !important;
}
.left-18 {
    left: 18% !important;
}

/*tab*/

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}

.tabs-left>li {
    float: none;
    margin: 0px;
    background: #FFFFFF;
    border: 1px solid #00677E;
    box-sizing: border-box;
    line-height: 31px;
    position: relative;
    margin-top: -1px;
}


.tabs-left>li:hover {
    background-color: #00677E;
}
.tabs-left>li>a{
    font-weight: 600;
    font-size: 20px;
    color: #00677E;
}

.tabs-left>li>a:hover{
    color: #fff;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }
  
  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
    width: 49%;
    text-align: center;
  }

.panel-body span {
	color: #4c4c4c;
}

.panel-body-faq span {
	color: #000000 !important;
	font-size: 17px !important;
	 font-weight: 600 !important;
}
  
  .tabset > label:hover,
  .tabset > input:focus + label {
    color: #2F89FC;
  }
  
  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    background: #2F89FC;
  }
  
  .tabset > input:checked + label {
    border-color: #2F89FC;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    width: 49.999999%;
  }
  
  .tab-panel {
    padding: 30px 0;
    border-top: 1px solid #2F89FC;
  }
  
  .tabset {
    max-width: 65em;
  }

  .text__name {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.05em;
    color: #3A3A3A;
    display: inline-block;
    margin: 0;
  }

  .input___box{
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    margin-left: 73px;
    width: 77%;
    height: 44px;
  }

  .input___box__mail{
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    width:37%;
    height: 44px;
  }

  .input___box__id {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    width: 77%;
    height: 44px;
  }


/*ID,PW*/
.text__ID {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -0.05em;
    color: #3A3A3A;
}
.text__CONTENT { 
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #3A3A3A;
}

.f-bold {
    display: inline-block;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -0.05em;
    color: #3A3A3A;
}

.comment {
    width: 100%;
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: -0.02em;
}

.comment b {
    color:#2F89FC;
}

.line__box {
    width: 100%;
    height: 454px;
    border: 1px solid #ccc;
}

.line__header {
    padding: 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    color: #3A3A3A;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    margin: 0;
}

.line__body {
    padding: 18px;
    overflow: hidden;
    height: 387px;
    overflow-y: auto;
}

/*login*/

.box-wrap {
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.login__box {
    display: flex;
    width: 675px;
    height: 635px;
    background: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    padding: 100px;
}

.login__title {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    color: #3A3A3A;
    width: 100%;
    text-align: center;
}

.icon-sign-in {
    color: #fff;
}

.e-mail__box {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.sms__box {
    display: inline-block;
    font-size: 13px;
}

.width__box {
    width: 100%;
    height: 100%;
}

.login__btn {
    width: 100%;
    height: 64px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    padding: 19px;
    border-radius: 3px;
    margin-top: 20px;
}

.checkbox__t {
    font-size: 14px;
    color: #6C6C6C;
}

/*join*/

.join__box {
    position: relative;
}

.join__box::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #00677E;
    bottom: 11px;
}

/*Tab*/

.found nav{
    display: flex;
    justify-content: space-between;
  }

  .Tab {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: -0.05em;
    color: #3A3A3A;
  }
  .found nav .Tab{
    width: 100%;
    padding: 20px;
    align-self: center;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
  }
  .found nav .Tab:first-of-type{
    border-bottom: 1px solid #00677e;
    color: #7d7d7d;
  }
  .found nav .Tab:last-of-type{
    border-bottom: 1px solid #00677E;
    color: #7d7d7d;
  }
  
  .found nav .Tab.active{
    background: #fff; 
    border: 1px solid #00677E;
    border-bottom: none;
    color: #00677E;  
  }
  
  .found .content{
    padding: 20px;
    background: #fff;
  }
  .found .content p{
    display: none;
  }
  .found .content p.active{
    display: block;
  }


  .Tab9 {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: -0.05em;
    color: #3A3A3A;
  }
  .found nav .Tab9{
    width: 100%;
    padding: 20px;
    align-self: center;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
  }
  .found nav .Tab9:first-of-type{
    border-bottom: 1px solid #00677e;
    color: #7d7d7d;
  }
  .found nav .Tab9:last-of-type{
    border-bottom: 1px solid #00677E;
    color: #7d7d7d;
  }
  
  .found nav .Tab9.active{
    background: #fff; 
    border: 1px solid #00677E;
    border-bottom: none;
    color: #00677E;  
  }
  
  .found .content9{
    padding: 20px;
    background: #fff;
  }
  .found .content9 p{
    display: none;
  }
  .found .content9 p.active{
    display: block;
  }

  /*btn*/

.btn__Eva {
    background: #97CADB;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn__survey {
    background: #018ABE;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn__finish {
    background: #02457A;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border: none;
    padding: 7px;
    width: 84%;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-session {
    background: #2889da;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border: none;
    padding: 7px;
    width: 100px;
    border-radius: 25px;
}

.btn-session-stop {
    background: #a0bfd8;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border: none;
    padding: 7px;
    width: 100px;
    border-radius: 25px;
}

/*******************************

 ACCORDION WITH TOGGLE ICONS
 Does not work properly if "in" is added after "collapse".

 /*******************************/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.panel-title > a {
    display: block;
    padding: 24px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-body p {
    color: #515769;
}
/* ----- v CAN BE DELETED v ----- */


.demo {
padding-top: 60px;
padding-bottom: 110px;
}

.demo-footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 15px;
background-color: #212121;
text-align: center;
}

.demo-footer > a {
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: #fff;
}

@media (max-width:1194px) {
    .tab_cooperation button {
        font-size: 13px !important;
        padding: 10px !important;
    }
    .header .logo-img {
        width: 220px;
    }
    .tab button {
        font-size: 15px !important;
    }

	.tab9 button {
        font-size: 15px !important;
    }
    .n_box ul li a {
        width: 288px !important;
    }
    .pass-box {
        height: 445px;
    }

    .grid__p__box {
        width: 47% !important;
        height: 443px !important;
    }

    .btn__db__b__pay {
        padding: 0 !important;
        float: left !important;
        width: 457px !important;
    }
    
}

.pricing.pricing-active {
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: 10px
}

@media (max-width:768px) {
    .pricing {
        margin-top: 0
    }
    .pricing.pricing-active {
        margin-top: 0
    }
}

.pricing .pricing-icon {
    display: block;
    font-size: 30px;
    color: #999caa;
    margin-bottom: 30px
}

.pricing .pricing-list-item {
    position: relative;
    font-size: 13px;
    color: #81848f;
    padding-left: 20px;
    margin-bottom: 10px
}

.pricing .pricing-list-item:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 2px;
    background: #17bed2;
    content: " ";
    margin-right: 10px
}

@media (max-width:991px) {

    .box_line {
        height: 304px !important;
    }

    .promo-section .promo-section-col {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .n_box ul li a {
        width: 179px !important;
    }
    .tab button {
        padding: 4px !important;
        font-size: 14px !important;
    }
    .tab_cooperation button {
        width: 100% !important;
        font-size: 14px;
        margin-top:-1px;
    }
    .tab_cooperation button:nth-child(1) {
        margin-top:0;
    }

	 .tab9 button {
        padding: 4px !important;
        font-size: 14px !important;
    }
    .tab_cooperation9 button {
        width: 100% !important;
        margin-top:-1px;
    }
    .tab_cooperation9 button:nth-child(1) {
        margin-top:0;
    }

}

@media (min-width:992px) {
    .promo-section {
        position: relative;
        height: 400px
    }

    .promo-section .promo-section-col {
        width: 45%
    }

    .promo-section .promo-section-img-left {
        position: absolute;
        top: 0;
        right: 50%
    }

    .promo-section .promo-section-img-right {
        position: absolute;
        top: 0;
        left: 50%
    }

    .promo-section .ver-center {
        display: table;
        height: 400px
    }

    .promo-section .ver-center-aligned {
        display: table-cell;
        vertical-align: middle
    }
}

.service {
    background: #fff;
    padding: 50px
}

.service .service-element,
.service .service-info {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.service .service-icon {
    display: block;
    font-size: 30px;
    color: #999caa;
    margin-bottom: 30px
}

.header .logo-img,
.header .logo-img-main,
.header .logo-wrap {
    display: inline-block
}

.service:hover .service-element {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.service:hover .service-info {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0)
}

.work,
.work .work-overlay {
    position: relative
}

.work .work-content,
.work .work-overlay:before {
    position: absolute;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-duration: .3s;
    left: 0
}

.work .work-overlay:before {
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    content: " "
}

.work .work-content {
    bottom: 0;
    opacity: 0;
    padding: 25px;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.work:hover .work-overlay:before {
    background: rgba(0, 0, 0, .5);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.work:hover .work-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

header .navbar {
    position: relative;
    margin-bottom: 0;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    box-shadow: 0 17px 20px -18px rgb(145, 143, 143);
}

header .navbar:before {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 101%;
    height: 27px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
    z-index: 1;
}

.header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 46px 0
}

.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #515769;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
    position: absolute;
    left: 0;
    background: #515769;
    content: " "
}

.header .navbar-toggle .toggle-icon:before {
    width: 10px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle .toggle-icon:after {
    width: 16px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon {
    background: #17bed2;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
    width: 21px;
    height: 1px;
    background: #17bed2;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .logo-img-active,
.header .logo-img-main,
.header .nav-item .nav-item-hover.active:after,
.header .nav-item:hover .nav-item-hover:after {
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0)
}

.header .logo {
    width: 100px;
    height: 100px;
    float: left;
    max-height: 95px;
    line-height: 95px
}

.header .logo-wrap {
    padding: 21px 0
}

.header .logo-img {
    height: auto;
    max-height: 100%;
    vertical-align: middle
}

.header .logo-img-active {
    display: none
}

.header .nav-item,
.header .nav-item-child {
    display: block;
    position: relative
}

.header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.header .nav-item:last-child .nav-item-child {
    padding-right: 0
}

.header .nav-item .nav-item-hover.active:after,
.header .nav-item:hover .nav-item-hover:after {
    opacity: 1
}

.header .nav-item-child {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 84px;
    padding: 20px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

.header .nav-item-hover {
    position: relative
}

.header .nav-item-hover:after {
    position: absolute;
    top: 58px;
    left: 0;
    width: 9px;
    height: 2px;
    background: #17bed2;
    opacity: 0;
    content: " ";
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}



@media (max-width:991px) {
    .line-bar-box {
        padding-left: 15px;
    }
    .x_content {
        padding: 15px !important;
    }
    .header {
        background: #fff
    }
    .header .logo-img {
        width: 250px !important;
    }
    .header .navbar-toggle {
        display: block
    }

    .header .navbar-collapse.collapse {
        display: none !important
    }

    .header .navbar-collapse.collapse.in {
        display: block !important
    }

    .header .nav-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .header .navbar-nav {
        margin: 0;
        float: none
    }

    .header .navbar-nav .nav-item {
        float: none
    }

    .header .menu-container:after,
    .header .menu-container:before {
        content: " ";
        display: table
    }

    .header .menu-container:after {
        clear: both
    }

    .header .logo .logo-img-main {
        display: none
    }

    .header .logo .logo-img-active {
        display: inline-block
    }

    .header .nav-item-child {
        color: #515769;
        line-height: 1.4;
        padding: 12px 12px 12px 15px
    }

    .header .nav-item-hover:after {
        position: absolute;
        top: 19px
    }
}

/*타블렛 사이즈*/

@media (max-width:1024px) {
    .container-in h1 {
        left: 15% !important;
    }
    .container-in p {
        left: 26% !important;
    }

    .clinical__research__title {
        left: 34% !important;
    }

    .clinical__research__sub {
        margin-left: -11% !important;
    }

    .Research_Administration_title {
        left: 37% !important;
    }

    .Research_Administration__sub {
        margin-left: 0 !important;
    }

    .IRB__title {
        left: 27% !important;
    }

    .IRB__sub {
        margin-left: 2% !important;
    }

    .education__guide__title {
        left: 32% !important;
    }

    .education__guide__sub {
        left: 32% !important;
    }

    .researcher_t {
        left: 42% !important;
    }
    .researcher_title {
        left: 36% !important;
    }

    .researcher_sub {
        left: 44% !important;
    }

    .research__subject__title {
        left: 36% !important;
    }

    .research__subject__sub {
        margin-left: 5% !important;
    }

    .Mypage__title {
        left: 30% !important;
    }
    .Mypage__sub {
        left: 30% !important;
    }

    .Member__title {
        left: 30% !important;
    }

    .Member__sub {
        left: 30% !important;
    }

    .Member__sub__s {
        margin-left: 113px !important;
    }

    .Join__title {
        left: 37% !important;
    }

    .Join__sub {
        margin-left: 4% !important;
    }

    .Schedule__box {
        top: 262px;
    }

    #footer .__footer-main .__right {
        margin-left: 32px !important;
    }

    .btn__db__b__pay {
        width: 100% !important;
    }

    .grid__p__box {
        width: 48.9% !important;
    }

    .header .nav-item-child {
        padding: 16px;
    }

    .responseSize-t {
        left: 31%;
    }

    .responseSize-s {
        margin-left: -53px !important;
    }

    #footer .__footer-main {
        max-width: 850px !important;
    }

    p.copyright {
        font-size: 11px;
    }

    .add__box {
        width: 100% !important;
    }
    
}

@media (max-width:767px) {

    .intro_detail, .intro_app {
        padding: 40px 0;
    }

    .intro_detail .txt, .intro_app .txt {
        padding: 0 20px;
        font-size: 20px;
        word-break: keep-all;
    }

    .intro_detail .icon_list li span {
        padding-top: 52px;
        font-size: 16px;
    }

    .intro_top .intro:before {
        width: 222px;
        height: 191px;
        background: url(../img/app_intro_phone.png) no-repeat;
        background-size: 222px auto;
    }

    .intro_top .intro {
        height: 100%;
    }

    .m-t50 {
        margin-top: 50px;
    }

    .header .menu-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0
    }

    .header .navbar>.container,
    .header .navbar>.container>.nav-collapse {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .header .navbar>.container {
        width: auto
    }
}

@media (min-width:992px) {

    .line-bar-box {
        padding-left: 15px;
    }

    .x_content {
        padding: 15px !important;
    }

    .header .navbar-nav-right {
        float: right;
    }

    .page-on-scroll .header .navbar {
        background: #fff;
        border-bottom-color: #f0f0f0;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1)
    }

    .page-on-scroll .header .logo-img-active,
    .page-on-scroll .header .logo-img-main {
        transition-duration: .4s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1)
    }

    .page-on-scroll .header .logo-img-main {
        display: none
    }

    .page-on-scroll .header .logo-img-active {
        display: inline-block
    }

    .page-on-scroll .header .nav-item-child {
        color: #515769;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    }
}

.contact-list>li {
    font-size: 13px;
    color: #81848f;
    margin-bottom: 10px
}

.back-to-top,
.back-to-top:hover {
    color: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-duration: .3s
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 3;
    letter-spacing: 1px;
    background: #515769;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

.back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.back-to-top.back-to-top-is-visible:hover {
    opacity: 1;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.back-to-top.back-to-top-fade-out {
    opacity: .4
}

.back-to-top.back-to-top-fade-out:hover {
    opacity: 1;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.swiper-clients-img,
.swiper-clients-img:hover {
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}

.form-control {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: 1px solid #ddd;
    box-shadow: none;
    padding-left: 15px;
    border-radius: 4px;
    margin-left: 3px;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 13px;
}

.group_sc span {
    line-height: 2.6em;
}

.red {
    color: #ff1a1a;
    margin-left: 5px;
    font-weight: 800;
    font-size: 12px;
}

.form-control::-moz-placeholder {
    color: #a6a7aa
}

.form-control:-ms-input-placeholder {
    color: #a6a7aa
}

.form-control::-webkit-input-placeholder {
    color: #a6a7aa
}

.form-control:focus {
    color: #515769;
    box-shadow: none
}

.form-control:focus::-moz-placeholder {
    color: #515769
}

.form-control:focus:-ms-input-placeholder {
    color: #515769
}

.form-control:focus::-webkit-input-placeholder {
    color: #515769
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.carousel-indicators {
    left: auto;
    width: auto;
    padding-left: 0;
    margin-left: 0
}

.carousel-centered {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

object {
    width: 100% !important;
}

.carousel-title {
    margin-left: 21px;
    z-index: 1;
    position: absolute;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    opacity: 1;
    transform: translateX(0);
    text-align: center;
}

.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div,
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div>div {
    background-color: #fff !important;
    box-shadow: none !important
}

.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div:first-child,
.gm-style>div:first-child>div+div>div:last-child>div>div:last-child>img {
    display: none
}

.gm-style>div:first-child>div+div>div:last-child>div>div:last-child {
    overflow: inherit !important
}

.overflow-h,
.swiper-slider {
    overflow: hidden
}

.gm-style>div:first-child>div+div>div:last-child>div>div:last-child:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-family: Simple-Line-Icons;
    color: #515769;
    content: "\e082"
}

.gm-style-iw {
    top: 22px !important;
    left: 22px !important
}

.masonry-grid {
    position: relative;
    margin: 0 -2px
}

.masonry-grid:after,
.masonry-grid:before {
    content: " ";
    display: table
}

.masonry-grid .masonry-grid-item {
    display: block;
    float: left;
    vertical-align: top;
    padding: 0 2px;
    margin-bottom: 4px
}

.masonry-grid .masonry-grid-item.col-12 {
    width: 100%
}

.masonry-grid .masonry-grid-item.col-11 {
    width: 91.66666667%
}

.masonry-grid .masonry-grid-item.col-10 {
    width: 83.33333333%
}

.masonry-grid .masonry-grid-item.col-9 {
    width: 75%
}

.masonry-grid .masonry-grid-item.col-8 {
    width: 66.66666667%
}

.masonry-grid .masonry-grid-item.col-7 {
    width: 58.33333333%
}

.masonry-grid .masonry-grid-item.col-6 {
    width: 50%
}

.masonry-grid .masonry-grid-item.col-5 {
    width: 41.66666667%
}

.masonry-grid .masonry-grid-item.col-4 {
    width: 33.33333333%
}

.masonry-grid .masonry-grid-item.col-3 {
    width: 25%
}

.masonry-grid .masonry-grid-item.col-2 {
    width: 16.66666667%
}

.masonry-grid .masonry-grid-item.col-1 {
    width: 8.33333333%
}

@media (max-width:768px) {

    .masonry-grid .masonry-grid-item,
    .masonry-grid .masonry-grid-item.col-1,
    .masonry-grid .masonry-grid-item.col-10,
    .masonry-grid .masonry-grid-item.col-11,
    .masonry-grid .masonry-grid-item.col-12,
    .masonry-grid .masonry-grid-item.col-2,
    .masonry-grid .masonry-grid-item.col-3,
    .masonry-grid .masonry-grid-item.col-4,
    .masonry-grid .masonry-grid-item.col-5,
    .masonry-grid .masonry-grid-item.col-6,
    .masonry-grid .masonry-grid-item.col-7,
    .masonry-grid .masonry-grid-item.col-8,
    .masonry-grid .masonry-grid-item.col-9 {
        width: 50%
    }

    .line-bar-box {
        padding-left: 15px;
    }

    .x_content {
        padding: 15px !important;
    }
}

@media (max-width:600px) {

    .masonry-grid .masonry-grid-item,
    .masonry-grid .masonry-grid-item.col-1,
    .masonry-grid .masonry-grid-item.col-10,
    .masonry-grid .masonry-grid-item.col-11,
    .masonry-grid .masonry-grid-item.col-12,
    .masonry-grid .masonry-grid-item.col-2,
    .masonry-grid .masonry-grid-item.col-3,
    .masonry-grid .masonry-grid-item.col-4,
    .masonry-grid .masonry-grid-item.col-5,
    .masonry-grid .masonry-grid-item.col-6,
    .masonry-grid .masonry-grid-item.col-7,
    .masonry-grid .masonry-grid-item.col-8,
    .masonry-grid .masonry-grid-item.col-9 {
        width: 100%
    }
}

.swiper-slider {
    position: relative;
    width: 100%;
    height: 100%
}

.swiper-clients-img {
    display: block;
    width: 190px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    cursor: pointer
}

.swiper-clients-img:hover {
    opacity: .8
}

.color-base {
    color: #17bed2
}

.color-white {
    color: #fff
}

.color-heading {
    color: #515769
}

.color-subtitle {
    color: #a6a7aa
}

.color-link {
    color: #81848f
}

.color-link-hover {
    color: #999caa
}

.color-sky-light {
    color: #fafafa
}

.bg-color-base {
    background: #17bed2
}

.bg-color-white {
    background: #fff
}

.bg-color-heading {
    background: #515769
}

.bg-color-subtitle {
    background: #a6a7aa
}

.bg-color-link {
    background: #81848f
}

.bg-color-link-hover {
    background: #999caa
}

.bg-color-sky-light {
    background: #fafafa
}

.bg-color-login-light {
    background: #f8f8f8
}

.row-space-1 {
    margin-right: -1px;
    margin-left: -1px
}

.row-space-1>[class*=col-] {
    padding-left: 1px;
    padding-right: 1px
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    box-shadow: none;
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px
}

.content-lg {
    padding-top: 35px;
    padding-bottom: 100px;
    position: relative;
}

.parallax-content {
    padding-left: 397px;
    padding-top: 224px;
    padding-bottom: 277px
}

.parallax-slider {
    width: 2367px !important;
}

.full-width {
    width: 100%;
    height: auto;
    padding: 30px;
}

.container-full-width {
    width: 100%
}

/*grid*/

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-title {
    display: inline-block;
    margin-right: 30px;
    color: #000;
    font-weight: 700;
}

.grid__t {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}

.grid__p__box {
    width: 49%;
    height:327px;
    background: #FFFFFF;
    border: 1px solid #2CBCBC;
    box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.03);
    padding: 37px;
    position: relative;
    float: left;
}

.grid__p__box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
}
.container-full-width:after,
.container-full-width:before {
    content: " ";
    display: table
}

.fweight-300 {
    font-weight: 300 !important
}

.fweight-400 {
    font-weight: 400 !important
}

.fweight-500 {
    font-weight: 500 !important
}

.fweight-600 {
    font-weight: 600 !important
}

.fweight-700 {
    font-weight: 700 !important
}

/*margin*/

.m0 {
    margin: 0 !important;
}

.margin-t-0 {
    margin-top: 0 !important;
}

.margin-t-5 {
    margin-top: 5px !important
}

.margin-t-10 {
    margin-top: 10px !important
}

.margin-t-20 {
    margin-top: 20px !important
}

.margin-t-30 {
    margin-top: 30px !important
}

.margin-t-40 {
    margin-top: 40px !important
}

.margin-t-50 {
    margin-top: 50px !important
}

.margin-t-60 {
    margin-top: 60px !important
}

.margin-t-70 {
    margin-top: 70px !important
}
.margin-t-80 {
    margin-top: 80px !important
}

.margin-t-90 {
    margin-top: 90px !important
}

.margin-t-100 {
    margin-top: 100px !important
}

.margin-t-110 {
    margin-top: 110px !important
}

.margin-t-120 {
    margin-top: 120px !important
}

.margin-t-130 {
    margin-top: 130px !important
}

.margin-l-0 {
    margin-left: 0 !important
}

.margin-l-5 {
    margin-left: 5px !important
}

.margin-l-10 {
    margin-left: 10px !important
}

.margin-l-20 {
    margin-left: 20px !important
}

.margin-r-0 {
    margin-right: 0 !important
}

.margin-r-5 {
    margin-right: 5px !important
}

.margin-r-10 {
    margin-right: 10px !important
}

.margin-r-20 {
    margin-right: 20px !important
}

.margin-b-0 {
    margin-bottom: 0 !important
}

.margin-b-2 {
    margin-bottom: 2px !important
}

.margin-b-5 {
    margin-bottom: 5px !important
}

.margin-b-10 {
    margin-bottom: 10px !important
}

.margin-b-20 {
    margin-bottom: 20px !important
}

.margin-b-30 {
    margin-bottom: 30px !important
}

.margin-b-40 {
    margin-bottom: 40px !important
}

.margin-b-50 {
    margin-bottom: 50px !important
}

.margin-b-60 {
    margin-bottom: 60px !important
}

.margin-b-70 {
    margin-bottom: 70px !important
}

.margin-b-80 {
    margin-bottom: 80px !important
}

.margin-b-90 {
    margin-bottom: 90px !important
}

.margin-b-100 {
    margin-bottom: 100px !important
}

/*padding*/

.padding-l-0 {
    padding-left: 0 !important;
}

.pad-30 {
    padding:0 30px;
}

.pd17 {
    padding: 17px;
}

.p-rl-100 {
    padding : 0 100px !important;
}

@media (max-width:992px) {

    .tabs {
        min-width: 653px !important;
    }

    .tabs__Research {
        min-width: 653px !important;
    }

    

    .tab_cooperation {
        width: 100% !important;
        padding: 0 13px;
    }
    .md-margin-b-0 {
        margin-bottom: 0 !important
    }

    .md-margin-b-2 {
        margin-bottom: 2px !important
    }

    .md-margin-b-5 {
        margin-bottom: 5px !important
    }

    .md-margin-b-10 {
        margin-bottom: 10px !important
    }

    .md-margin-b-20 {
        margin-bottom: 20px !important
    }

    .md-margin-b-30 {
        margin-bottom: 30px !important
    }

    .md-margin-b-40 {
        margin-bottom: 40px !important
    }

    .md-margin-b-50 {
        margin-bottom: 50px !important
    }

    .md-margin-b-60 {
        margin-bottom: 60px !important
    }

    .md-margin-b-70 {
        margin-bottom: 70px !important
    }

    .md-margin-b-80 {
        margin-bottom: 80px !important
    }

    .md-margin-b-90 {
        margin-bottom: 90px !important
    }

    .md-margin-b-100 {
        margin-bottom: 100px !important
    }
}

@media (max-width:768px) {

    .carousel-title {
        transition: 0.9s all;
    }

    .carousel-content {
        transition: 0.9s all;
    }

    .tabs {
        min-width: 558px !important;
    }

    .tabs__Research {
        min-width: 558px !important;
    }

    .sm-margin-b-0 {
        margin-bottom: 0 !important
    }

    .sm-margin-b-2 {
        margin-bottom: 2px !important
    }

    .sm-margin-b-5 {
        margin-bottom: 5px !important
    }

    .sm-margin-b-10 {
        margin-bottom: 10px !important
    }

    .sm-margin-b-20 {
        margin-bottom: 20px !important
    }

    .sm-margin-b-30 {
        margin-bottom: 30px !important
    }

    .sm-margin-b-40 {
        margin-bottom: 40px !important
    }

    .sm-margin-b-50 {
        margin-bottom: 50px !important
    }

    .sm-margin-b-60 {
        margin-bottom: 60px !important
    }

    .sm-margin-b-70 {
        margin-bottom: 70px !important
    }

    .sm-margin-b-80 {
        margin-bottom: 80px !important
    }

    .sm-margin-b-90 {
        margin-bottom: 90px !important
    }

    .sm-margin-b-100 {
        margin-bottom: 100px !important
    }


}


@media (max-width:500px) {

    .carousel-title {
        transition: 0.9s all;
    }

    .carousel-content {
        transition: 0.9s all;
    }

    .fc-widget-header {
        margin: 0 !important;
    }

    .bbs_view .left .title {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 66%;
    }

    .select-box {
        width: 79%;
        margin-bottom: 16px;
        text-align: center;
    }

    .sign::after {
        right: 30px !important;
        top: -6px !important;
    }

    .w-61 {
        width: 61px !important;
    }

    .parallax-mirror {
        width: 490% !important;
    }

    .pagination > li > a {
        width: 36px !important;
        letter-spacing: -5.8px;
    }

    .id__box {
        width: 350px;
    }

    .modal-dialog {
        margin: 113px 7px;
    }

    .content {
        padding-top: 0;
    }

    #footer .__footer-main .__right {
        margin-left: -6px !important;
    }

    .IRB__sub {
        margin-left: 32% !important;
    }

    .education__guide__sub {
        left: 11% !important;
    }

    .clinical__research__title {
        left: 34% !important;
    }

    .Research_Administration_title {
        left: 19% !important;
    }

    .Research_Administration__sub {
        margin-left: 135px !important;
    }

    .research__subject__sub {
        margin-left: 41% !important;
    }

    .IRB__title {
        left: 0% !important;
    }

    .education__guide__title {
        left: 0% !important;
    }

    .responseSize-t {
        left: 0% !important;   
    }

    .responseSize-s {
        margin-left: 107px !important;
    }

    .researcher_t {
        left: -1% !important;
    }

    .researcher_s {
        left: 30% !important;
    } 

    .researcher_title {
        left: 0% !important;
    }

    .research__subject__title {
        left: 0% !important;
    }

    .Join__title {
        left: 37% !important;
    }

    .Join__sub {
        margin-left: 4% !important;
    }

    .Mypage__sub {
        left: 24% !important;
    }

    .btn-lb {
        padding: 4px !important;
    }

    .btn-db {
        padding: 4px !important;
    }

    .container-in h1 {
        top: 32% !important;
        left: 0% !important;
        font-size: 36px !important;
    }
    
    .container-in p {
        top: 56% !important;
        left: 5% !important;
        font-size: 13px !important;
    }

    .tab_cooperation {
        padding: 0 15px !important;
    }

    .full-width {
        padding:0 ;
    } 

    .top__5 {
        top: -5%;
    }

    .top__30 {
        top: 30%;
    }

    .label__text {
        font-size: 17px;
    }

    .center_s {
        width: 92.4% !important;
    }

    .btn__left {
        width: 33% !important;
    }
    .btn__right {
        width: 33% !important;
    }

    .text__out {
        font-size: 35px;
    }
    .m-t-20 {
        margin-top: 20px !important;
    }

    .line-bar-box {
        padding-left: 15px;
    }

    .x_content {
        padding : 15px !important;
    }

    label {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 88%;
    }

    .et_pb_contact_form_label {
        width: 85% !important;
    }
    .p-t556 {
        padding-top: 556px !important;
    }

    .p-t650 {
        padding-top: 650px !important;
    }

    .p-t700 {
        padding-top: 700px !important;
    }

    .p-d13 {
        padding: 13px !important;
    }

    .p-d16 {
        padding: 16px !important;
    }

    .t773 {
        top: 773px !important;
    }

    .t26 {
        top:26% !important;
    }

    .t28 {
        top:28% !important;
    }

    .t29 {
        top:29% !important;
    }

    .t45 {
        top:45% !important;
    }

    .t46 {
        top:46% !important;
    }

    .t-box {
        top: 334px !important;
        width:100% !important;
    }

    .text__dot {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 45px;
        height: 20px;
        display: block;
    }

    .text__dot__s {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 31px;
        height: 20px;
        display: block;
    }

    .num__dot {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 20px;
        display: block;
    }
    .w-50 {
        width: 50% !important;
    }

    .w-88 {
        width: 88% !important;
    }


    .w-94 {
        width: 94% !important;
    }

    .w-97 {
        width: 97% !important;
    }

    .w-100 {
        width: 100% !important;
    }

    .w-219 {
        width: 219px !important;
    }

    .m-t50 {
        margin-top: 50px;
    }

    [role="tablist"] {
        display: grid;
        width: 100% !important;
      }

    .btn-b,.btn-gb {
        width: 100% !important;
    }
    .gr_txt {
        padding-left: 0 !important;
        padding-top: 700px !important;
    }
    .Siz_100 {
        width: 100%;
    }

    .img-responsive {
        padding: 0 !important;
    }

    .tabs {
        padding: 0 !important;
        min-width: 385px !important;
    }

    .tabs__Research {
        padding: 0 !important;
        min-width: 285px !important;
    }

    .tab-box {
        font-size: 12px !important;
    }

    .tab button {
        padding:14px !important;
        width: 100% !important;
    }

	.tab9 button {
        padding:14px !important;
        width: 100% !important;
    }

    .input_txt {
        width: 100%;
    }

    .input_box {
        width: 100%;
        margin-top: 10px;
    }
    .tabset > input:checked + label {
        width: 49.1%;
    }
    .tabset > label {
        width: 49%;
    }
    .input___box {
        width: 67%;
    }
    .input___box__id {
        width: 67%;
    }

    .input___box__name {
        width: 71%;
    }

    .input___box__mail {
        width: 34%;
    }

    .Postal {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        float: left;
    }
    .parallax-content {
        padding-left: 0;
    }
    .responseSize-t {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }


    .margin-t-110 {
        margin-top: 110px !important;
    }

    .login__box {
        width: 427px;
        height: 559px;
        padding: 62px;
    }

    .dis__in {
        display: inline-block;
    }

    #footer {
        padding:0 !important;
        height: 297px !important;
    }
    #footer .__footer-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        white-space: nowrap;
        padding-left: 0;
        justify-content: center;
    }

    #footer .__footer-main {
        display: block !important;
    }
    #footer .__footer-main .__left {
        text-align: center;
        padding: 0 !important;
    }
    
    #footer .__footer-main .__right {
        text-align: center;
    }

    .p-r {
        width: 145% !important;
    }

    .Siz_80 {
        width: 80% !important;
    }

    .left-26{
        left: 26% !important;
    }

    .fc .fc-toolbar-title {
        font-size: 1em !important;
    }
    .calender-box {
        top:265px;
        width: 96%;

    }

    .Schedule__box {
        top:265px;
        width: 96%;
    }
    
    .fc .fc-button-group > .fc-button {
        font-size: 11px;
    }
    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        font-size: 12px;
    }
    .content-item {
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }
    .dis-none {
        display: none;
    }
    /*table*/

    .table>thead:first-child>tr:first-child>th,
    .table>colgroup+thead>tr:first-child>th,
    .table-bordered>thead>tr>th,
    .table>thead>tr>th,
    .table-bordered>tbody>tr>td {
        padding: 4px;
    }

    .line_button {
        width: 100px !important;
        height: 33px !important;
    }

    .line_button_b {
        width: 100px !important;
        height: 33px !important;
    }

    .pass-box {
        height: 441px;
    }

    .btn-session {
        border-radius: 145px;
        width: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;  
    }

    .btn-session-stop {
        border-radius: 145px;
        width: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;  
    }

    .text__dot {
        width: 100%;
    }

    .w-57 {
        width: 57px;
    }

    .join__box::before {
        top: 8px;
    }
    .add__box {
        width: 100% !important;
    }
    .grid__p__box {
        width: 100% !important;
        height: 450px !important;
    }

    .btn__db__b__pay {
        width: 100% !important;
    }

    .radio__box:first-child {
        margin-right: 0 !important;
    }

    .radio__box:last-child {
        margin-left: 0 !important;
    }
    .f-s-13 {
        font-size: 13px !important;
    }
    .Out__box {
        width: 100%;
    }
    .agree {
        width: 100%;
    }
    .wrong__answer {
        padding: 1px;
        width: 100%;
        display: inline-block;
        height: 10%;
    }
    .answer {
        padding: 5px;
        height: 10%;
    }

    .Member__sub {
        margin-left: 76px !important;
    }

     .intro_app {
        padding: 40px 0;
    }

    .intro_app .txt {
        padding: 0 20px;
        font-size: 20px;
        word-break: keep-all;
    }

    .app_list {
        margin-top: 40px;
    }
    .app_list li {
        width: 100%;
        padding-top: 120px;
    }

    .app_list .appstore, .app_list .googleplay {
        background-size: 79px auto;
    }

    .app_list a span {
        padding-left: 28px;
        width: 18px;
        height: 8px;
        background-size: 18px auto;
    }

    .app_list li + li {
        border-left: 0;
    }

    .intro_top .intro:before {
        content: none;
    }

}

@media (max-width:480px) {
    .xs-margin-b-0 {
        margin-bottom: 0 !important
    }

    .xs-margin-b-2 {
        margin-bottom: 2px !important
    }

    .xs-margin-b-5 {
        margin-bottom: 5px !important
    }

    .xs-margin-b-10 {
        margin-bottom: 10px !important
    }

    .xs-margin-b-20 {
        margin-bottom: 20px !important
    }

    .xs-margin-b-30 {
        margin-bottom: 30px !important
    }

    .xs-margin-b-40 {
        margin-bottom: 40px !important
    }

    .xs-margin-b-50 {
        margin-bottom: 50px !important
    }

    .xs-margin-b-60 {
        margin-bottom: 60px !important
    }

    .xs-margin-b-70 {
        margin-bottom: 70px !important
    }

    .xs-margin-b-80 {
        margin-bottom: 80px !important
    }

    .xs-margin-b-90 {
        margin-bottom: 90px !important
    }

    .xs-margin-b-100 {
        margin-bottom: 100px !important
    }
}

@media (max-width:375px) {

    .intro_top .intro:before {
        content: none !important;
    }

    .intro_top .intro .txt {
        padding-left: 10.5% !important;
    }

    .tabset > label {
        margin-bottom: -9px;
    }

    .tabset > input:checked + label {
        margin-bottom: -9px;
    }

    .p-0 {
        padding: 0 !important;
    }

    .bbs_view .left .title {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 36%;
    }

    .sign_content {
        font-size: 20px !important;
    }

    .sign::after {
        left: 58px !important;
        top: 23px !important;
    }

    .gr_title {
        margin-top: 16px !important;
        font-size: 27px !important;
    }
    
    .search__box h2 {
        display: inline-block;
    }

    .modal-header .close {
        margin-left: 169px;
    }

    .n_box ul li a {
        width: 100% !important;
    }

    .dis-b {
        display: none !important;
    }

    table th {
        font-size: 12px;
    }

    .pagination > li {
        font-size: 13px;
    }

    .pagination > li > a {
        width: 24px !important;
        padding: 7px 8px 6px 4px !important;
    }

    .pagination > li > a > span {
        font-size: 9px;
    }

    .pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span {
        font-size: 15.5px !important;
    }

    address {
        padding: 0 18px;
    }

    .id__box {
        width: 295px;
    }

    .modal-dialog {
        margin: 72px 7px;
    }

    .clinical__research__title {
        left: 0% !important;
    }

    .clinical__research__sub {
        margin-left: 0% !important;
    }

    .researcher_s {
        left: 25% !important;
    } 

    .Research_Administration_title {
        left: 16% !important;
    }

    .Research_Administration__sub {
        margin-left: 90px !important;
    }

    .IRB__title {
        left: 0% !important;
    }

    .IRB__sub {
        margin-left: 27% !important;
    }

    .education__guide__title {
        left: 0% !important;
    }

    .education__guide__sub {
        margin-left: 11% !important;
    }

    .researcher_title {
        left: 0% !important;
    }

    .researcher_sub {
        margin-left: 0% !important;
    }

    .research__subject__title {
        left: 0% !important;
    }

    .research__subject__sub {
        margin-left: 40% !important;
    }

    .Join__title {
        left: 0% !important;
    }

    .Join__sub {
        margin-left:0% !important;
    }

    .center_s {
        width: 93% !important;
    }

    .customer {
        font-size: 23px;
    }

    .container-in h1 {
        font-size: 31px !important;
    }

    .container-in p {
        left: 1% !important;
        font-size: 11px !important;
    }

    .full-width {
        padding:16px ;
    } 

    .p-t222 {
        padding-top: 222px !important;
    }

    .p-t427 {
        padding-top: 427px !important; 
    }

    .p-t490 {
        padding-top: 490px !important;
    }

    .p-t522 {
        padding-top: 522px !important;
    }

    .p-t540 {
        padding-top: 540px !important;
    }

    .p-t615 {
        padding-top: 615px !important;
    }

    .p-t700 {
        padding-top: 700px !important;
    }

    .p-d30 {
        padding: 30px !important;
    }

    .w-36 {
        width: 36px !important;
    }

    .w-57 {
        width: 57px !important;
    }

    .w-108 {
        width: 108px !important;
    }

    .w-140 {
        width: 140px !important;
    }

    .top__9 {
        top: -9% !important;
    }

    .t40 {
        top:40% !important;
    }

    .t46 {
        top:46% !important;
    }

    .t30 {
        top:30% !important;
    }

    .t46 {
        top:46% !important;
    }

    .t146 {
        top: 146px !important;
    }
    .t763 {
        top: 763px !important;
    }

    .t812 {
        top: 812px !important;
    }

    .label__text {
        font-size: 12px;
    }

    .fc .fc-toolbar {
        justify-content: space-between !important;
    }
    .fc .fc-button {
        padding: 0.1em 0.3em !important;
    }
    .carousel-title {
        font-size: 41px;
    }

    .content-t {
        padding-top: 473px;
    }

    .login__box {
        width: 305px;
        height: 467px;
        padding: 16px;
    }

    .login__title {
        font-size: 37px;
    }

    .login__btn {
        height: 55px;
        padding: 16px;
        margin-top: 20px;
    }

    .input___box {
        width: 60%;
    }

    .input___box__id {
        width: 60%;
    }

    .input___box__mail {
        width: 29%;
    }

    .tabset > input:checked + label {
        width: 48.6666%;
    }

    #footer {
        padding:0 !important;
        height: 332px !important;
    }
    #footer .__footer-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        white-space: nowrap;
        padding-left: 22px !important;
        justify-content: center;
    }
    #footer .__footer-main {
        display: block !important;
    }
    #footer .__footer-main .__left {
        text-align: center;
        padding: 0 !important;
    }
    
    #footer .__footer-main .__right {
        text-align: center;
    }

    .Siz_100 {
        width: 100%;
    }
    .p-r {
        width: 100% !important;
    }

    .gr_txt {
        padding-left: 0 !important;
        padding-right: 0;
        padding-top: 706px;
    }

    .margin-t-110 {
        margin-top: 110px !important;
    }

    /*table*/

    .table>thead:first-child>tr:first-child>th {
        white-space:nowrap;
    }
    
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th {
        padding:0;
        font-size: 11px; 
    }

    .left-16{
        left: 16% !important;
    }
    
    .Siz_80 {
        width: 80% !important;
    }

    .fc .fc-toolbar-title {
        font-size: 0.9em !important;
        padding: 0 !important;
    }
    .fc-view {
        padding: 0;
    }
    
    .calender-box {
        width: 100% !important;
        top: 26% !important;
    }
    
    .Schedule__box {
        width: 91% !important;
        top: 28% !important;
    }

    .content {
        padding: 0;
    }
    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin: 0 !important;
    }
    .fc .fc-view-harness {
        width: 100%;
    }
    .responseSize-t {
        width: 100%;
    }

    .responseSize-s {
        margin-left: 57px !important;
    }

    .tabs {
        min-width:314px !important;
        padding: 0 !important;
    }

    .tab-box {
        padding: 6px !important;
        font-size: 10px !important;
    }
    .content-item {
        padding: 0 !important;
    }
    .dis-none {
        display: none;
    }
    .table>thead:first-child>tr:first-child>th,
    .table>colgroup+thead>tr:first-child>th,
    .table-bordered>thead>tr>th,
    .table>thead>tr>th {
        padding: 0;
    }
    .btn-lb {
        padding: 6px !important;
    }
    .btn-db {
        padding: 6px !important;
    }
    .btn__db__b {
        width: 247px !important;
    }
    .pass-box {
        height: 358px;
        padding: 18px;
    }
    .add__box {
        width: 97% !important;
    }
    .text__dot {
        width: 101px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .btn-session {
        border-radius: 145px;
        width: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;  
    }

    .btn-session-stop {
        border-radius: 145px;
        width: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;  
    }

    .btn__db__b__pay {
        width: 100% !important;
    }

    .radio__box:first-child {
        margin-right: 0;
    }

    .radio__box:last-child {
        margin-left: 0;
    }

    .Out__box li {
        font-size: 12px;
    }
    .agree {
        font-size: 14px;
    }
    .grid__p__box {
        height: 405px !important;
        padding: 20px;
    }

    .wrong__answer {
        padding: 1px;
        width: 114%;
        display: inline-block;
        height: 10%;
    }

    .Member__sub {
        margin-left: 24px !important;
    }

    .Member__sub__s {
        margin-left: 50px !important;
    }

    .Mypage__sub {
        left: 18% !important;
    }
}

.height-100 {
    height: 100px !important
}

.height-200 {
    height: 200px !important
}

.height-300 {
    height: 300px !important
}

.height-400 {
    height: 400px !important
}



/*------------------------------------------------------------------
    [2022.04.12] - css custom
------------------------------------------------------------------*/

ul {
    list-style: none;
}

.mp0 {
    margin: 0;
    padding: 0;
}

.p0 {
    padding: 0;
}

.th-line-r {
    border-right: 2px solid #ddd;
}

.th-line-l {
    border-left: 2px solid #ddd !important;
}

.content li {
    position: relative;
}

.content li::before {
    content: '';
    width: 5px;
    height: 5px;
    left: -24px;
    top: 7px;
    border-radius: 10px;
    background-color: #000;
    position: absolute;
}

.line-bar {
    display: inline-block;
    width: 100%;
    position: relative;
}

.line-bar-box {
    display: inline-block;
    width: 100%;
    position: relative;
}

.center_s {
    width: 91%;
    margin-top: 10px;
}

.add__text {
    position: absolute;
    top: 30px;
    right: 18px;
    color: #2CBCBC !important;
    font-weight: 900;
    font-size: 15px;
}

.sign_text {
   font-size:14px;
   margin-left:10px;
}

.f-s-20 {
    font-size: 20px;
}

.modal-header .close span {
    font-size: 40px;
    color:#000;
    display: inline-block;
}

.search__box {
    position: relative;
    height: 75px;
    line-height: 40px;
    text-indent: 16px;
    font-size: 18px;
    font-weight: 500;
    background: #006784 !important;
    color: #fff;
    padding: 8px !important;
}

.search__box h2 {
    color: #fff !important;
}

.search__box button {
    text-shadow: none;
    opacity: 1;
}

.search__box button span {
    color: #fff !important; 
}

#sosok_search {
    height: 37px;
    width: 69%;
}

.search_line {
    padding: 0;
    margin-top: 70px;
    overflow-y: auto;
    height: 390px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.search_line li {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: -1px;
}

.search_line li:first-child {
    border: 1px solid #ddd;
    padding: 20px;
}

.error-text {
    text-align:center; 
    margin-top:80px;
    etter-spacing: 1;
}

.container-in {
    height: 100%;
}

.container-in h1 {
    position: absolute;
    z-index: 9999;
    top: 42%;
    left: 30%;
    color: #fff;
    text-align: center;
}

.container-in p {
    position: absolute;
    z-index: 9999;
    top: 58%;
    left: 37%;
    color: #fff;
    text-align: center;
}

.customer::before {
    content: '';
    top: -4px;
    position: absolute;
    width: 41px;
    height: 3px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
}

/*tab-2*/
.tab_cooperation {
    overflow: hidden;
    background-color: #fff;
}

.tab_cooperation {
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 23px;
}

.tab_cooperation_box {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin-top: 18px;
}

.tab_cooperation button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 27.3px;
    font-size: 14px;
    border: 1px solid #2CBCBC;
    color: #46C4C4;
    width: 20%;
    margin-right: -1px;
    z-index: 999;
}

.tab_cooperation button.active {
    background-color: #21AAC4;
    color: #fff;
    position: relative;
}

/*Style the tab-2*/
  
  .tabs {
    display: grid;
  }

  .tabs__Research {
    display: grid;
  }
  
  [role="tablist"] {
    display: grid;
    width: 100%;
  }
  
  [role="tabpanel"] {
    background: white;
  }

  .btn-lb{
    background: #36C7F3;
    padding: 6px 24px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border: none;
  }

  .btn-db{
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
    padding: 6px 24px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border: none;
  }

  .btn__db__b__pay {
    width: 576px;
    height: 50px;
    font-weight: 900;
    font-size: 17px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
    padding: 6px 24px;
    color: #fff;
    line-height: 19px;
    border: none;
    margin-top: 17px;
  }

  .btn__db__b {
    width: 319px;
    height: 64px;
    margin-bottom: 60px;
    font-weight: 900;
    font-size: 17px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
    padding: 6px 24px;
    color: #fff;
    line-height: 19px;
    border: none;
  }
  
  button {
    border: 0;
    color: black;
    cursor: pointer;
    background: #F0F0F0;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    position: relative;
  }
  
  button[aria-selected="true"] {
    background: white;
  }
  button[aria-selected="true"]::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #96CA4B;
  }
  
  .radio__box {
    display: inline-block;
  }

  .radio__box:first-child {
    margin-right: 20px;
  }

  .radio__box:last-child {
    margin-left: 20px;
  }

  .Postal {
    width: 114px;
    height: 36px;
    background: #96CA4B;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    color: #FFFFFF;
  }



  .add__box {
      width: 84%;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .ins_box {
    background: #fbfbfb;
    padding: 20px 15px;
    border: 1px solid #eee;
    margin: 20px 0;
  }

  .ins_box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    margin: 0;
  }

  .search_table {
    width: 100%;
  }

  .search_table__survey {
    width: 100%;
    background: #f7f7f7;
  }

  .search_table__survey td {
    padding: 10px;
    font-size: 15px;
  }

  .search_table_w {
    width: 100%;
    background: #fff;
  }

/*table-stlye*/

.tbl_style02 {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #006e82;
}

.tbl_style02 th {
    padding: 13px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.tbl_style02 td:not(:first-child) {
    border-left: 1px solid #ddd;
}

.tbl_style02 td {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/*Style the tab-2*/

.tab-box {
    overflow: hidden;
    background-color: #21AAC4;
    cursor: pointer;
    float: left;
    padding: 14px;
    font-size: 17px;
    border: 1px solid #2CBCBC;
    margin: 0;
    text-align: center;
    color:#fff ;
    width: 40%;
}

.tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 900px;
}

.tabs__Research {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 900px;
}



.tab-box.active {
    position: relative;
    background-color: #fff;
    color: #000;
}

.tab-box.active::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
}

.content-item {
    position: relative;
    display: none;
}

.content-item.active {
    display: flex;
    justify-content: center;
    border:1px solid rgba(44, 188, 188, 1);
    flex-wrap: wrap;
}

/*board*/

.bbs_view {
    width: 100%;
    border-top: 2px solid #2F89FC;
    border-bottom: 1px solid #ddd;
}

.bbs_view th {
    padding: 11px 0;
    border-bottom: 1px solid #ddd;
    color: #222;
    word-break: keep-all;
    overflow: hidden;
    position: relative;
}

.bbs_view .left {
    float: left;
    padding-right: 95px;
    padding-left: 15px;
}

.bbs_view .left .title {
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 700;
}

.bbs_view .left .con {
    font-size: 14px;
    text-align: left;
    color: #555;
    font-weight: normal;
    margin: 0;
}

.bbs_view .right {
    border-left: 1px solid #ddd;
    width: 111px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #faf8f8;
    height: 100%;
    padding-top: 14px;
}

.bbs_view .right .title {
    font-size: 14px;
    color: #00677E;
    padding-top: 3px;
}

.bbs_view .right .con {
    font-size: 24px;
    color: #00677E;
    font-weight: bold;
    margin-top: 2px;
}

.bbs_view td {
    border-bottom: none;
    border-top: none;
    line-height: 18px;
    color: #555;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
}

#DivContents {
    min-height: 300px;
    line-height: 1.7;
    word-break: break-all;
    padding: 20px;
}

/*Survey*/

.profile h3 {
    font-size: 21px;
    color: #21AAC4;
    font-weight: 600;
    border-bottom: 2px solid #21AAC4;
    padding-bottom: 3px;
}


/* Style the tab-1 */
.tab {
    overflow: hidden;
    background-color: #21AAC4;
    cursor: pointer;
    color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px;
    font-size: 17px;
    border: 1px solid #2CBCBC;
    width: 50%;
    margin: 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #1d8181;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    position: relative;
    color: #000;
}

.tab button.active::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
}

/* Style the tab content */
.tabcontent {
    display: none;
}



/* Style the tab-1 */
.tab9 {
    overflow: hidden;
    background-color: #21AAC4;
    cursor: pointer;
    color: #fff;
}

/* Style the buttons inside the tab */
.tab9 button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px;
    font-size: 17px;
    border: 1px solid #2CBCBC;
    width: 50%;
    margin: 0;
}

/* Change background color of buttons on hover */
.tab9 button:hover {
    background-color: #1d8181;
}

/* Create an active/current tablink class */
.tab9 button.active {
    background-color: #fff;
    position: relative;
    color: #000;
}

.tab9 button.active::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(101.55deg, #2F89FC -7.24%, #2CBCBC 72.84%);
}

/* Style the tab content */
.tabcontent9 {
    display: none;
}


.box_line {
    border: 1px solid rgba(44, 188, 188, 1);
    margin-top: 18px;
    display: block;
    overflow-y: auto;
    padding: 20px;
    height: 281px;
}

.gr_txt {
    padding-left: 350px;
    padding-top: 0;
}

.txt p {
    padding-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #838383;
}

.gr_txt p {
    padding-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #838383;
}

.sign {
    position: relative;
    margin: 30px 0 0 0;
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.sign::after {
    content: '';
    left: 280px;
    top: -2px;
    position: absolute;
    width: 91px;
    height: 68px;
    background: url(/img/sign.png);
}

.sign_content {
    margin-top: 12px;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    display: inline-block;
    letter-spacing: 8px;
    margin-left: 8px;
}

.gr_title {
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 49px;
    letter-spacing: -0.02em;
    color: #424242;
}

.line__28 {
    line-height: 28px;
}

.text__box {
    border: 1px solid #ddd;
    padding: 30px;
    background: rgb(250, 244, 244);
    width: 100%;
    color: #000;
}

.text__box p {
    line-height: 24px;
    font-weight: bold;
    color: #959595;
}

/*display*/

.dis__in {
    display: inline-block;
}

.n_box {
    width: 100%;
    padding: 0 25px;
}

.n_top {
    position: relative;
    padding: 30px 0 20px 175px;
    height: 140px;
    border-bottom: 1px solid #ddd;
}

.n_top a {
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
}

.n_top span {
    position: absolute;
    top: 30px;
    left: 0;
    width: 145px;
    height: 90px;
}

.n_top span img {
    width: 100%;
    height: 100%;
}

.n_top h3 {
    color: #00677e;
    font-size: 17px;
    width: 100%;
    line-height: 1.2;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_top .n_desc {
    width: 100%;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 12px;
    word-break: break-all;
    font-size: 14px;
    font-weight: 600;
}

.n_box ul {
    padding: 12px 0 2px;
}

.n_box ul li {
    position: relative;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    padding-left: 13px;
}

.n_box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background: #00677e;
    width: 4px;
    height: 4px;
}

.n_box ul li a {
    display: block;
    float: left;
    font-size: 14px;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #555;
}

.n_box ul li span {
    display: block;
    float: right;
    font-size: 13px;
    color: #888;
}

.box {
    border: 1px solid rgba(44, 188, 188, 1);
    height: 354px;
}

.header-login {
    margin: 0;
    line-height: 0;
    position: absolute;
    right: 39px;
    top: 13px;
    z-index: 9;
}

.header-login a {
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
}

/*table*/
.tbl_style01 {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #006e82;
}
.tbl_style01 th:not(:first-child) {
    border-left: 1px solid #ddd;
}
.tbl_style01 th:not(:last-child)[rowspan] {
    border-right: 1px solid #ddd;
}

.tbl_style01 th {
    padding: 13px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.tbl_style01 td {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.tbl_style01 td:not(:first-child) {
    border-left: 1px solid #ddd;
}

/*background-image-dark*/

.carousel {
    z-index: 1;
}

.carousel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.parallax-window {
    z-index: 1;
}

.parallax-window::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 501px;
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel-content {
    z-index: 1;
    position: absolute;
    margin-top: 88px;
    color: #fff;
    opacity: 1;
    transform: translateX(0);
    display: inline-block;
}

/*table*/

.table-line {
    border-top: 2px solid #006784;
    background: white;
}

.table-bordered thead {
    position: relative;
}

.table-bordered thead::before {
    position: absolute;
    width: 100%;
    top: -2px;
    left: 0;
    height: 2px;
    content: '';
    background: #2F89FC;
}

.line_button {
    width: 130px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #00677E;
    box-sizing: border-box;
    color: #00677E;
    margin-bottom: 20px;
}

.line_button_b {
    width: 130px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #00677E;
    box-sizing: border-box;
    color: #00677E;
    margin-bottom: 20px;
}


.lb-location {
    position: absolute;
    top:55px;
    right: 0;
}

.line_button_bt {
    width: 130px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #00677E;
    box-sizing: border-box;
    color: #00677E;
}

.line_button_bk {
    width: 130px;
    height: 34px;
    background: #00677E;
    border: 1px solid #00677E;
    box-sizing: border-box;
    color: #fff;
    margin-left: 10px;
}

/*button*/
.btn-b{
    display: inline-block;
    cursor: pointer;
    width: 280px;
    height: 45px;
    line-height: 45px;
    background: #006780;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-right: 10px;
}

.btn-gb{
    background: #5fbcc1;
    margin-right: 0;
    display: inline-block;
    cursor: pointer;
    width: 280px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}


.hide-s {
    display: none;
}

.text__al__cen {
    text-align: center;
}

.text__al__lef {
    text-align: left;
}

.text__al__rig {
    text-align: right;
}

.f-l {
    float: left;
}

.input__box {
    width: 100%;
    height: 64px;
}

.input__box__fod {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 7px;
    height: 44px;
    width: 90%;
    padding: 10px;
}

.gray_table {
    background: #F4F4F4;
    text-align: left !important;
    padding: 17px;
}

.border-b1 {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.gray_box {
    background: #F9F9F9;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
}

.notice-search {
    padding: 20px;
    text-align: center;
}

.notice-search select {
    color: #555;
    min-width: 120px;
    height: 35px;
    padding: 4px 8px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    line-height: 24px;
    zoom: 1;
}

.input_box {
    color: #555;
    min-width: 120px;
    height: 35px;
    padding: 4px 8px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    line-height: 24px;
    zoom: 1;
}

.input_txt {
    height: 35px;
    padding: 4px 12px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    border-radius: 3px;
}

.wave-line {
    margin:0 10px;
    float: left;
    line-height: 40px;
}

/*input-calendar*/

.input-with-icon {
    position: relative;
    touch-action: manipulation;
    font-family: inherit;
    font: inherit;
    margin: 0;
    float: left;
}

.input-with-icon .form-control {
    padding-left: 34px;
}

.search_table td span {
    vertical-align: middle;
}

.checkbox {
    display: inline-block;
    margin: 0 10px;
}

.checkbox label {
    margin:0 5px;
}



.btn_sm {
    min-width: 88px;
    height: 35px;
    padding: 4px 12px;
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.w_btn {
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 0px;
    /* identical to box height, or 0% */
    letter-spacing: -0.06em;
    color: #686868;
    padding: 17px;
}

.in-b {
    display: inline-block;
    color: #3a3a3a;
    font-size: 16px;
}

.block {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.block__text {
    display: block;
} 

.g-text {
    color: #96CA4B;
}

.g-text-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #96CA4B;
}

/*file uplode*/

.pic-size {
    height: 170px;
}

.et_pb_contact_form_label {
    display: block;
    color: black;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px;
}

input[id="et_pb_contact_brand_file_request_0"] {
    display: none;
}

label[for="et_pb_contact_brand_file_request_0"] {
    background: #fff;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top 18px center;
    position: absolute;
    background-size: 7%;
    color: transparent;
    margin: auto;
    width: 450px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border: 1px dashed #9a9a9a;
    box-sizing: border-box;
    border-radius: 9px;
}

label[for="et_pb_contact_brand_file_request_0"]:before {
    content: "";
    top: 36%;
    left: 47%;
    background-image: url(/img/File_dock_add.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
}

label[for="et_pb_contact_brand_file_request_0"]:after {
    display: block;
    content: '마우스를 드래그해서 이미지를 추가해주세요';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #8E8E8E;
    letter-spacing: -0.6px;    
    left: 0;
    right: 0;
    top:110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
}

label[for="et_pb_contact_brand_request_0"]:after {
    content: " (Provide link or Upload files if you already have guidelines)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_design_request_0"]:after {
    content: " (Provide link or Upload design files)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_brand_file_request_0"].changed,
label[for="et_pb_contact_brand_file_request_0"]:hover {
    background-color: #fbfbfb;
}

label[for="et_pb_contact_brand_file_request_0"] {
    cursor: pointer;
    transition: 400ms ease;
}

.file_names {
    display: block;
    position: absolute;
    color: black;
    left: 0;
    bottom: -30px;
    font-size: 13px;
    font-weight: 300;
}

.file_names {
    text-align: center;
}

.p-r {
    position: relative;
    display: inline-block;
}

.dataTables_paginate {
    text-align: center;
}

.calender-box{
    position: absolute;
    top: 274px;
    background: #FCFCFC;
    padding: 23px;
    border: 1px solid #ddd;
    width: 94.5%;
    text-align: center;
}

.Schedule__box {
    position: absolute;
    top: 274px;
    background: #FCFCFC;
    padding: 23px;
    border: 1px solid #ddd;
    width: 100%;
    text-align: center; 
}

.text-center {
    text-align: center !important;
}

.SCH-box {
    position: absolute;
    top: -157px;
    z-index: 1;
}

.Clinical_Trial_text {
    position: absolute;
    top: 25%;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}

.line-g-box {
    background: #FFFFFF;
    border: 1px solid #00677E;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    color: #00677E;
    position: relative;
    margin-top: -1px;
}

.line-g-box::before {
    content: '';
    top: 34%;
    right: 18px;
    background-image: url(/img/add.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: absolute;
}

.m-p-0 {
    margin: 0;
    padding: 0;
}

.pagination > li > a {
    position: relative;
    padding: 6px 14px;
    line-height: 1.42857143;
    color: #006784;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #006784;
    width: 40px;
    margin: 0 2px;
    display: inline-block;
}

/*modal*/

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    background: #F7F7F7;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.modal_bg {
    background: #fff;
    border: none;
    box-sizing: border-box;
    padding: 14px;
}

.modal-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #000;
}

.modal__text {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #000000;
}

.btn__left {
    width: 26%;
    font-size: 14px;
    padding: 6px 12px;
    height: 40px;
    border: 1px solid #2CBCBC;
    color: #2cbcbc;
}


.btn__left:hover {
    color: #2cbcbc;
}

.btn__right {
    width: 26%;
    font-size: 14px;
    padding: 6px 12px;
    height: 40px;
    border: none;
    color: #ffffff;
    background: linear-gradient(100.01deg, #2F89FC 6.62%, #2CBCBC 57.5%);
}

.cus {
    display: block;
    width: 100%;
    padding: 20px;
}


.modal-exit {
    float: right;
    font-size: 35px;
    color: #6c6c6c !important;
    opacity: 1;
    font-weight: 500;
}

.sub-title {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #454545;
    letter-spacing: -1px;
}

.sub-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../img/round.png);
    background-size: 20px 20px;
}



/*footer*/

#footer {
    background: #121212;
    padding: 64px 0;
    color: #fff;
    position: relative;
    font-size: 13px;
    overflow: hidden;
    height: 250px;
}

.container.container-boxed {
    max-width: 1920px;
}

#footer .__footer-main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

#footer .__footer-main .__left {
    margin-right: 1.5384615385em;
}

#footer .__footer-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
    padding-left: 0;
}

#footer .__footer-menu > li {
    margin-bottom: 1.3846153846em;
    margin-right: 1.8461538462em;
}

#footer .__copy {
    color: #888;
    margin-top: 0.3846153846em;
    opacity: 0.6;
}

#footer .__footer-main .__right {
    margin-left: auto;
}

#footer .__related-site {
    white-space: nowrap;
    position: relative;
}

#footer .__related-site .__btn-toggle {
    display: flex;
    align-items: center;
    border: #333 1px solid;
    border-radius: 0.6153846154em;
    padding: 0 1.8461538462em;
    height: 3.2307692308em;
    box-sizing: border-box;
}

#footer .__related-site .__btn-toggle:after {
    background: url(../../img/icon/triangle-down.svg) 50% 50% no-repeat;
    display: block;
    min-width: 0.6923076923em;
    width: 0.6923076923em;
    height: 0.4615384615em;
    background-size: contain;
    content: "";
    margin-left: 5.3846153846em;
}

#footer .__related-site .__sites {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 300ms ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 0.4615384615em;
    border-radius: 0.6153846154em 0.6153846154em 0 0;
    background: #121212;
    border: #333 1px solid;
    margin-bottom: -1px;
}

#footer .__related-site .__sites .__scrollbar {
    height: 0vh;
    max-height: 0px;
    transition: height 300ms ease;
}

#footer .__related-site .__sites .__scrollbar .swiper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

#footer .__related-site .__sites .__scrollbar .swiper .swiper-slide {
    height: auto !important;
}

#footer .__related-site .__sites .__list {
    padding: 1.8461538462em 0;
}

#footer .__related-site .__sites h5 {
    font-size: 0.9230769231em;
    margin-bottom: 0.4615384615em;
    padding: 0 1.8461538462em;
    color: #888;
}

#footer .__related-site .__sites ul li a {
    display: block;
    padding: 0.8461538462em 1.8461538462em;
    transition: background-color 400ms;
}

#footer .__related-site .__sites ul li a span {
    font-size: 1.1538461538em;
}
a, button {
    font-family: inherit;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

button:active {
    outline: none;
    box-shadow: none;
}

a:link,
a:active,
a:visited {
    color: #7d7d7d;
    text-decoration: none;
    border: 0px;
}

.footer_info {
    overflow: hidden;
    padding-top: 20px;
}

.f_top {
    padding: 0;
    float: left;
}

.f_top li {
    float: left;
    margin-right: 20px;
    line-height: 25px;
}

.f_top li a {
    font-size: 13px;
    color: #b4b4b4;
    line-height: 23px;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

address {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
}

address span.margin {
    margin-left: 0;
}

address span {
    margin-left: 17px;
    color: #fff;
}

p.copyright {
    font-size: 13px;
    color: #b4b4b4;
}

/*add*/

.x_content {
    padding: 0 5px 6px;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_content, table.tile td ul li a, table.tile_info {
    width: 100%;
}

.degrees:after, .x_content, .x_panel {
    position: relative;
}

*, :after, :before {
    box-sizing: border-box;
}

.fc-state-default {
    background: #f5f5f5;
    color: #73879C;
}
