@import url('/img/css/lab/pretendard.css');


/* 마스크 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    left: 0;
    top: 0;
}

/* 팝업 */
#id_ImgPopup {
    display: none;
    position: absolute;
    z-index: 10000;
    height: auto;
    overflow-y: auto;
    padding: 20px;
    max-width: 600px;
}

/*팝업*/
#divFlowPop02 {
    position: absolute;
    animation-name: divFlowPop02;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    right: 0;
}

@keyframes divFlowPop02 {
    0% {
        top: 90px;
    }

    50% {
        top: 100px;
    }

    100% {
        top: 90px;
    }
}

/*vr글씨체*/
#id_ViewPop a {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.lab_btn {
    display: none;
}

.lab_btn_01 {
    padding: 8px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

.conbox {
    margin: 20px auto 0px;
}

.flex {
    display: flex;
    flex-direction: column;
}

body {
    box-sizing: border-box;
    font-family: 'PretendardR';
}

.contents {
    padding: 15px;
    width: 100%;
    min-width: 320px;
}

.lab_title {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.sup {
    font-size: 8px;
    color: #ccc;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.lab_color {
    color: #017299;
    font-weight: 800;
}

.more {
    color: #000;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 16px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.more a {
    color: #000;
}

.request {
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #0083ae;
    padding: 10px;
    border: none;
    width: 80%;
    margin: 0 10%;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.request a {
    color: #fff;
}

h2,
h3,
h1,
h4,
h5 {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

h3.maintx1 {
    font-size: 16px;
    padding-top: 10px;
    background-color: #fff;
    display: block;
}

h2.maintx2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.benefit {
    width: 50%;
    float: left;
    padding: 1%;
    background-color: #fff;
    height: 160px;
    margin-top: 10px;
}

.benefit h3 {
    border-radius: 0 20px 20px 20px;
    background-color: #017299;
    color: #fff;
    padding: 10px;
    width: 90%;
    margin: 0 5%;
    font-size: 18px;
}

.pretendard {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.benefit p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
}

.labboard {
    width: 50%;
    float: left;
}

.labboard h3 {
    font-size: 36px;
    color: #000
}

.labboard p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.softbluebg {
    background-color: #f3f5f7 !important;
}

.deepblue {
    color: #003a5d !important;
}

.softblue {
    color: #4296b4 !important;
}

.allred {
    color: #8f2a2a !important;
}

.pr {
    color: #8f5c2a !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}


/*올키프로젝트 섹션 */
.allkiz h2 {
    color: #003a5d;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.allkiz h2::after {
    content: "";
    position: absolute;
    left: 30%;
    top: 35px;
    width: 40%;
    border-bottom: 4px solid #003a5d;
}

.allkiz h3 {
    color: #333;
    font-size: 20px;
}

.tx {
    color: #333;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding: 5px;
    border-bottom: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.allkiz .upkiz {
    width: 48%;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    margin: 1%;
}

.allkiz .upkiz p {
    color: #333;
    font-size: 14px;
}

.allkiz .upkiz h4 {
    color: #000;
    font-size: 24px;
}

.allkiz .button {
    background-color: #003a5d;
    padding: 10px;
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
}


/*합격자수 섹션 */
.count h2 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.count h3 {
    color: #333;
    font-size: 24px;
}

.tx {
    color: #333;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding: 5px;
    border-bottom: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tx1 {
    color: #003a5d;
    font-size: 18x;
    position: relative;
    z-index: 1;
    padding: 5px;
    border-bottom: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.count .school {
    width: 31%;
    float: left;
    height: 116px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 1%;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.count .school2 {
    width: 31%;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 1% 0;
    margin-left: 18%;
    margin-right: 1%;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.count .school3 {
    width: 31%;
    float: left;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 1% 0;
    margin-right: 18%;
    margin-left: 1%;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.count .school p {
    color: #333;
    font-size: 14px;
}

.count .school h4 {
    color: #000;
    font-size: 24px;
}

.count .button {
    background-color: #003a5d;
    padding: 10px;
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 10px 40px;
    cursor: pointer;
}

.count_2022 {
    background-color: #003a5d;
    color: #fff;
    padding: 10px;
    font-size: 30px;
    border-radius: 30px;
    width: 80%;
    margin: 0 10%;
    display: block;
    font-weight: 800;
}


/*common*/
*:focus {
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.pt_40 {
    padding-top: 40px !important;
}
.pt_60 {
    padding-top: 60px !important;
}

.pb_40 {
    padding-bottom: 40px !important;
}

.pb_60 {
    padding-bottom: 60px !important;
}

.fs_1rem {
    font-size: 1rem !important;
}

.black_btn a {
    width: 100%;
    font-size: 16px;
	font-weight: 600;
    height: 50px;
    border-radius: 10px;
    background: #333333;

	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}



/*각주 팝업*/
.graytxt-wrap {
    width: 140px;
    display: flex;
    justify-content: center;
    margin: 10px auto 0px;
}

.graytxt-wrap .graytitle {
    padding: 5px 18px;
    text-align: center;
    font-size: .7rem;
    border: 1px solid #c4c4c4;
    color: #989797;
}

.graytxt-popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.graytxt-popup .gray-txt-wrap {
    width: 100%;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gray-txt-wrap .close-center {
    margin: 0px 20px -10px !important;
}

.gray-txt-wrap .gray-txt {
    background: #fff;
    padding: 30px 20px;
    margin: 20px;
    border-radius: 5px;
}

.gray-txt-wrap .gray-txt ul {
    text-align: left;
    font-size: .875rem;
}

.gray-txt-wrap .gray-txt p {
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    font-weight: 300;
}

.gray-txt-wrap .gray-txt p span {
    font-weight: 600;
}

.close-faq,
.close-center {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin: 0 5px 6px 0;
    cursor: pointer;
}


/*잇올 랩 상단 띠 타이틀*/
.lab_topline_wrap {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}

.lab_topline_wrap strong {
    position: relative;
    font-size: 1.25rem;
}

.lab_topline_wrap strong span {
    position: absolute;
    margin-left: -1px;
    font-size: .625rem;
    color: #bebebe;
}

.lab_topline_wrap p:nth-of-type(1) {
    position: relative;
    font-weight: 400;
    font-size: .875rem;
}

.lab_topline_wrap p:nth-of-type(1) .lab_t_small {
    position: absolute;
    margin-left: -1px;
    font-size: .625rem;
    color: #bebebe;
}

.lab_topline_wrap .lab_t_txt {
    color: #0083ae;
    margin-top: 2px;
}


/*잇올 랩 - 입시컨설팅 제목*/
.lab_topfirst_title {
    padding: 40px 20px 5px;
    word-break: keep-all;
}

.lab_topfirst_title .title1 {
    font-size: 14px;
    font-weight: 600;
	color: #0083AE;
}

.lab_topfirst_title .title2 {
    font-size: 24px;
    font-weight: 700;
	padding: 12px 0;
}

.lab_topfirst_title p {
	font-size: 12px;
	font-weight: 400;

	letter-spacing: .02px;
}

.lab_topfirst_title p span {
    color: #0083AE;
}



/*잇올 랩 입시컨설팅 - swiper*/
.labfirst_wrap {
    overflow-x: hidden;
    margin-top: 20px;
    ///padding: 0px 20px !important;
}

.labfirst_wrap .swiper-slide {
    transition: all 200ms linear;
    transform: scale(0.8) !important;
    opacity: .5;
}

.labfirst_wrap .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1;
}

.labfirst_wrap .labfw_box {
	padding: 20px;
	background: #F8F8F8;
	border-radius: 10px;
	display: flex;
	align-items: flex-end;

	margin: 20px 20px 10px 20px;
}

.labfirst_wrap .labfw_b_txt {
    word-break: keep-all;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;	
}

.labfirst_wrap .labfw_b_txt strong {
    font-size: 1rem;
    font-weight: 700;
}

.labfirst_wrap .labfw_b_subtxt {
    font-size: .875rem;
    margin-top: 10px;
    margin-top: 10px;
}

.labfirst_wrap .labfw_b_subtxt p {
    margin-top: 4px;
}

.labfirst_wrap .labfw_b_subtxt p:nth-of-type(1) {
    margin-top: 0px;
}

.labfirst_wrap .labfw_b_img {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.labfirst_wrap .labfw_b_img img {
    width: 50px;
    height: 50px;
}

.labfirst_wrap .swiper-pagination {
    position: relative;
}

.labfirst_wrap .swiper-pagination-bullet-active {
    background: #2E96C1;
}


/*빅데이터 분석 프로그램*/
.lab_bigdata_wrap {
    background: #0083AE;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.lab_bigdata_wrap strong {
    font-size: 20px;
    font-weight: 700;
}

.lab_bigdata_wrap p {
    font-size: 12px;
    font-weight: 700;

    margin-top: 10px;
}

.lab_bigdata_wrap p:after {
    content: '';
    position: absolute;
    border-top: 18px solid #0083ae;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -5px;
    margin-top: 34px;
}

.lab_bigdata_wrap p span {
    color: #FFF6BB;
    font-weight: 600;
}


/*잇올 배치표*/
.lab_second_wrap {
    padding: 60px 20px;
    word-break: keep-all;
}

.lab_second_wrap .lab_second_title strong {
    font-size: 24px;
    font-weight: 700;
}

.lab_second_wrap .lab_second_title p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.lab_second_wrap .lab_second_title p span {
    color: #0083AE;
}

.lab_second_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 30px 0px 20px;
}

.lab_second_wrap .lab_second_subtxt {
	font-size: 11px;
    font-weight: 400;
}


/*잇올 랩 계산기*/
.lab_third {
    padding: 0px 20px 60px;
}

.lab_third .lab_third_title strong {
    font-size: 24px;
    font-weight: 700;
}

.lab_third .lab_third_box {
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

.lab_third .l_third_img {
    width: 100%;
    border: 1px dashed #0083AE;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px;
    height: 243px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.lab_third .l_third_img img {
    width: 100%;
}

.lab_third .l_third_txtbox {
    width: 50%;
}

.lab_third .lttb_box {
    text-align: center;
    border: 1px dashed #bebebe;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.lab_third .lttb_box:nth-of-type(3) {
    border: 1px dashed #0083AE;
    margin-bottom: 0px;
}

.lab_third .lttb_box:nth-of-type(3) strong {
    color: #0083AE;
}

.lab_third .lttb_box strong {
    font-size: .875rem;
    font-weight: 700;
}

.lab_third .lttb_box p {
    font-size: .625rem;
}

.lab_third .lttb_box p:nth-of-type(1) {
    margin-top: 6px;
}


/*잇올 랩 시크릿코드*/
.lab_dotline {
    margin-top: 20px;
    display: flex;
}

.lab_dotline .l_dotline_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    border: 1px dashed #bebebe;
    border-radius: 5px;
    padding: 14px 8px;
    background: #fff;
    justify-content: center;
}

.lab_dotline .l_dotline_txt strong {
    font-size: .875rem;
    font-weight: 700;
}

.lab_dotline .l_dotline_txt p {
    font-size: .625rem;
    margin-top: 6px;
}

.lab_dotline .l_dotline_bluetxt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px dashed #0083AE;
    border-radius: 5px;
    padding: 14px 8px;
    background: #fff;
}

.lab_dotline .l_dotline_bluetxt strong {
    color: #0083AE;
    font-size: .875rem;
    font-weight: 700;
}

.lab_dotline .l_dotline_bluetxt p {
    font-size: .625rem;
    margin-top: 6px;
}


/*시크릿코드 1*/
.lab_third2 {
    background: #f8f8f8;
    padding: 30px 20px 0px;
}

.lab_third2 .lab_third2_title strong {
    font-size: 24px;
    font-weight: 700;
}

.lab_third2 .lab_third2_title p {
    font-size: 12px;
    font-weight: 500;
    margin: 8px 0px 16px;
}

.lab_third2 .lab_third2_title p span {
    color: #0083AE;
}

.lab_third2 .lab_third2_box2 {
    background: #fff;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.lab_third2 .lab_third2_box2:first-child {
    border-radius: 10px 10px 0px 0px;
}

.lab_third2 .lab_third2_box2:last-child {
    border-radius: 0px 0px 10px 10px;
    margin-top: -1px;
}

.lab_third2 .lab_third2_box2 img {
    border: 2px solid #e0462e;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lab_third2 .lab_third2_box2 p {
    text-align: left;
    font-size: .75em;
}

.lab_third2 .l_third_circle {
    position: absolute;
    z-index: 1;
    color: #0083AE;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #0083ae;
    font-weight: 700;
    font-size: .625rem;
    padding: 14px 11px;
    margin-top: 40px;
    right: 10px;
}

.lab_third2 .l_third_circle p {
    text-align: center;
}

.lab_third2_line {
    width: 90%;
    border-top: 1px dashed #ddd;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/*시크릿코드 2*/
.lab_third2 .l_tbox2_img {
    display: flex;
}

.lab_third2 .l_tbox2_img img {
    margin: 0 auto;
}

.lab_third2 .l_tbox2_txt {
    display: flex;
    margin-top: 10px;
}

.lab_third2 .lt2t_txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dashed #bebebe;
    border-radius: 5px;
    padding: 10px 0px;
}

.lab_third2 .lt2t_txt:nth-of-type(1) {
    margin-right: 10px;
}

.lab_third2 .lt2t_txt strong {
    font-size: .875rem;
    font-weight: 700;
}

.lab_third2 .lt2t_txt p {
    font-size: .625rem;
    margin-top: 6px;
}

.lab_third2 .l_tbox2_txt2 {
    border: 1px dashed #0083ae;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lab_third2 .l_tbox2_txt2 strong {
    font-size: .875rem;
    font-weight: 700;
    color: #0083AE;
}

.lab_third2 .l_tbox2_txt2 p {
    font-size: .625rem;
}

.lab_third2 .l_tbox2_txt2 p:nth-of-type(1) {
    margin-top: 6px;
}


/*학습/입시 - 합격전략 연구소 '잇올 랩' 입시관리*/
.labexam_wrap{padding: 60px 20px; background: #fff;}
.labexam_wrap .le_title strong{font-size: 24px; font-weight: 700; line-height: 1.2em;}
.labexam_wrap .le_title strong span{color: #0083AE;}
.labexam_wrap .le_title p{margin-top: 8px; font-size: .875rem;}
.labexam_wrap .le_title .asterisk{margin: 0px -4px 0px -2px; color: #bebebe;}
.labexam_wrap .le_title .le_t_graytxt{font-size: .625rem; color: #bebebe; margin-top: 0px;}
.labexam_wrap .le_content {
    padding: 30px 20px;
    background: #fbfbfb;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0px 1px 6px #ddd;
}
.le_content .le_subtitle{
	width: 80%; 
	margin: 0 auto; 
	font-size: .875rem; 
	font-weight: 700; 
	word-break: keep-all;
}
.le_content .le_subtitle p{
	color: #fff; 
	background: #0083AE; 
	padding: 6px 20px; 
	border-radius: 50px;
}
.le_content .le_img{margin: 15px 0px 5px;}
.le_content .le_img img{width: 100%; object-fit: cover;}
.le_content .le_subtxt{
	font-size: .875rem; 
	letter-spacing: -.05rem; 
	font-weight: 600; 
	line-height: 20px; 
	margin-bottom: 30px;
}
.le_content .le_subtxt .le_tblue{color: #0083ae;}
.le_content .le_box_wrap .leb_box{
	padding: 20px; 
	border: 1px solid #dadada; 
	border-radius: 8px; 
	margin-top: 20px;
    background: #fff;
}
.le_content .le_box_wrap .leb_box:after{
	content: '>';
    display: flex;
    position: absolute;
    margin-top: 18px;
    color: #0083ae;
    font-weight: 800;
    transform: rotate(90deg);
    right: 48.5%;
    font-family: 'SUIT';
}
.le_content .le_box_wrap .leb_box:last-child::after{display: none;}
.leb_box strong {
	font-size: 14px;
	font-weight: 600;
}
.leb_box p {
	font-size: 12px; 
	font-weight: 400;
	margin-top: 6px; 
	word-break: keep-all;
}
.le_content .le_subtitle2{
	width: 92%; 
	font-size: .875rem; 
	font-weight: 700; 
	margin: 30px auto 20px; 
	word-break: keep-all;
}
.le_content .le_subtitle2 p{
	color: #0083AE; 
	background: #fff; 
	padding: 6px 20px; 
	border-radius: 50px; 
	border: 1px solid #0083AE;
}
.le_content .le_graph table{width: 100%;}
.le_graph tr{display: flex;}
.le_graph tr td{
	border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    padding: 12px 5px;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    word-break: keep-all;
}
.le_graph tr td:nth-of-type(1){width: 15%;}
.le_graph tr td:nth-of-type(2){width: 40%;}
.le_graph tr td:nth-of-type(3){width: 45%;}
.le_graph .leg_title{background: #f8f8f8; font-weight: 700;}


/* iPad (가로/세로) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.dropdown-content a {
		padding: 16px 40px;
		font-size: 1.2rem;
}
}


/* Dropdown Logo */
.su-mainheader-top_wrap {
    display: flex;
    align-items: center;
}
.m_su-mainheader-top {
    margin-top: 0px;
    width: 100%;
    position: relative;
}
.m_su-mainheader-top a {
	display: block;
	padding: 18px 0px 18px 20px;
}
.m_su-mainheader-top a h1{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.m_su-mainheader-top img {width: 75px;}
.m_su-mainheader_menu img {
   
}
.dropdown-content .logo-menu img{
    width: 100px;
}
.m_su-mainheader-top .dropbtn{
    position: absolute;
    top: 15px;
    left: 122px;
    z-index: 9;
    padding: 5px;
}


.dropdown-content {
	display: none;
    position: absolute;
    top: 4px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    font-size: 16px;
    left: 4px;
}

.dropdown-content a {
	display: block;
	padding: 12px 40px 12px 48px;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	font-weight: 700;
	color: #181919;
}
.dropdown-content a:first-child {
	padding: 10px 44px 10px 8px;
	width: 210px;
}
.dropdown-content a:last-child {border:none;}
.show {display:block;}