@charset "UTF-8";

#ly-Partner { 
    padding-top: 140px; 
    padding-bottom: 80px;
    background-color: #fff;
}
#ly-Partner header {
    text-align: center;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#ly-Partner header h2 {
    font-size:2em;
    color:#1c1c1e;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: center;
}
#ly-Partner header p { color:#3a3a3c; font-weight:300; line-height:1.6; font-size:1.125rem; }
#ly-Partner header p span { line-height:1.6; }

#ly-Partner-Partnership div.id-cont div.type-data { font-weight:300; }
#ly-Partner-Partnership div.id-cont div.type-data li { color: #3a3a3c; line-height:1.6; font-size:1.15em; font-weight: 500; }
#ly-Partner-Partnership div.id-cont div.type-data li:not(:first-of-type) { margin-top:12px; }
#ly-Partner-Partnership div.id-cont div.type-data li span { font-size:.9em; display:block; margin-left:1.2em; color: #959595; }
#ly-Partner-Partnership p { margin-right: 40px;}

#ly-Partner-Request .id-cont {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
#ly-Partner-Request .type-data form fieldset { border: none; padding: 0; margin: 0; }
#ly-Partner-Request .type-data form .frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ly-Partner-Request .type-data form .frame-child {
    width: 48.5%;
    margin-bottom: 30px;
}
#ly-Partner-Request .type-data form .form {
    display: flex;
    flex-direction: column;
}
#ly-Partner-Request .type-data form .form dl {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#ly-Partner-Request .type-data form .request {
    width: 100%;
}
#ly-Partner-Request .type-data form .request dl {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#ly-Partner-Request .type-data form dt {
    color: #959595;
    font-size: 1rem;
    padding: 20px 0;
    font-weight: 350;
}
#ly-Partner-Request .type-data form dd {
    line-height: 1.6;
    font-size: 1.125em;
    font-weight: 300;
    color: #3a3a3c;
}
#ly-Partner-Request .type-data form input[type='text'],
#ly-Partner-Request .type-data form textarea,
#ly-Partner-Request .type-data form select {
    padding:10px 12px;
    border:1px solid #EAEAEA;
    border-radius: 5px;
    color: #3a3a3c;
    font-size: 1.125rem;
    height: 56px;
    font-weight: 400;
    width:100%;
    box-sizing: border-box;
}
#ly-Partner-Request .type-data form textarea {
    height: 120px;
    resize: vertical;
}
#ly-Partner-Request .type-data form .reginum-flex {
    display: flex;
    align-items: center;
    gap: 4px;
}
#ly-Partner-Request .type-data form .reginum-flex input,
#ly-Partner-Request .type-data form .reginum-flex select {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
}
#ly-Partner-Request .type-data form .reginum-flex input[name="reginumber1"] { flex: 3 1 0; }
#ly-Partner-Request .type-data form .reginum-flex input[name="reginumber2"] { flex: 2 1 0; }
#ly-Partner-Request .type-data form .reginum-flex input[name="reginumber3"] { flex: 5 1 0; }
#ly-Partner-Request .type-data form .reginum-flex span {
    width: auto;
    min-width: 10px;
    text-align: center;
    color: #bdbdbd;
    font-weight: bold;
    font-size: 1.2em;
}
#ly-Partner-Request .type-data form .type-mail .input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
#ly-Partner-Request .type-data form .type-mail input {
    width: 46%;
}
#ly-Partner-Request .type-data form .type-agree {
    display: block;
    width: 100%;
    color: #959595;
    font-weight: 400;
    margin-top: 16px;
}
#ly-Partner-Request .type-data form .type-agree input[type="checkbox"] {
    margin-right: 6px;
}
#ly-Partner-Request .type-data form .type-agree a {
    color: #009F4F;
    text-decoration: underline;
}
#ly-Partner-Request .type-data form .type-btn {
    text-align: center;
    margin-top: 96px;
}
#ly-Partner-Request .type-data form .type-btn input[type='submit'] {
    width:206px;
    height: 56px;
    padding:12px 16px;
    color:#fff;
    border:1px solid #009F4F;
    background-color:#009F4F;
    border-radius: 8px;
    font-size: 1.125em;
    font-weight: 400;
    cursor: pointer;
}
#ly-Partner-Request .type-data form .type-btn input[type='submit']:hover,
#ly-Partner-Request .type-data form .type-btn input[type='submit']:focus {
    border:1px solid #008843;
    background-color:#008843;
}

/* Mobile */
@media screen and (min-width:1px) and (max-width:639px) {
    #ly-Partner {
        padding-top: 98px;
        padding-bottom: 98px;
    }
    #ly-Partner header { 
        font-size:.9em;
        text-align: left;
    }
    #ly-Partner header h2 {
		margin-top: 30px;
        margin-bottom: 40px;
    }

    #ly-Partner-Partnership { margin-top:40px; }

    #ly-Partner-Request { margin-top:40px; padding-bottom:40px; }

    div.id-cont header.type-side { text-align:center; margin-bottom:20px; }

    #ly-Partner-Request .type-data form .frame {
        flex-direction: column;
    }
    #ly-Partner-Request .type-data form .frame-child {
        width: 100%;
    }
    #ly-Partner-Request .type-data form .form dl,
    #ly-Partner-Request .type-data form .request dl {
        width: 100%;
    }
}

/* Mobile & Tablet */
@media screen and (min-width:1px) and (max-width:1219px) {
    #ly-Partner header,
    #ly-Partner-Info { 
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    #ly-Partner-Info {
        margin-top: 40px;
    }

    #ly-Partner-Info .info-text .content p {
        margin-bottom: 1.5em;
    }

    #ly-Partner-Info .info-text .title {
        margin-bottom: 30px;
    }

    #ly-Partner-Partnership { margin-left:20px; margin-right:20px; }

    #ly-Partner-Request { margin-left:20px; margin-right:20px; }
    #ly-Partner-Request div.id-cont form div.form dl { margin-bottom:30px; }

    #ly-Partner-Info {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Tablet */
@media screen and (min-width:640px) and (max-width:1219px) {
    #ly-Partner header p span { display:block; }

    #ly-Partner-Partnership div.id-cont { 
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    #ly-Partner-Partnership div.id-cont div.type-data { -ms-flex:1; flex:1; }

    #ly-Partner-Request div.id-cont { 
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    #ly-Partner-Request div.id-cont div.type-data { -ms-flex:1; flex:1; }
    #ly-Partner-Request div.id-cont form .frame-child { width:48.5%; }
    #ly-Partner-Request div.id-cont form .request { width:100%; }

    div.id-cont header.type-side { text-align:center; }
}

/* Desktop */
@media screen and (min-width:1220px) {
    #ly-Partner header h2 { font-size:2em; }
    #ly-Partner header p { margin-top:30px; font-size:1.1em; }

    #ly-Partner-Partnership { margin-top:80px; }
    #ly-Partner-Partnership div.id-cont { 
        width: 64%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    #ly-Partner-Partnership div.id-cont header.type-side { 
        text-align:center;
        margin-bottom: 60px;
    }
    #ly-Partner-Partnership div.id-cont header.type-side span { display:block; }

    #ly-Partner-Request { padding-bottom:80px; }
    #ly-Partner-Request div.id-cont { 
        width: 64%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    #ly-Partner-Request div.id-cont header.type-side { 
        text-align:center;
        margin-bottom: 60px;
    }
    #ly-Partner-Request div.id-cont header.type-side span { display:block; }
    #ly-Partner-Request div.id-cont form .frame-child { width:48.5%; }

    div.id-cont header.type-side { text-align:center; }
}

/* 통 레이아웃: 파트너 페이지 전체를 한 컬럼 중앙 정렬로 */
#ly-Partner-Partnership .id-cont,
#ly-Partner-Request .id-cont {
    display: block !important;
    max-width: 1200px;
    margin: 0 auto;

}
#ly-Partner-Partnership .id-cont .type-side,
#ly-Partner-Request .id-cont .type-side {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    display: block;
}
#ly-Partner-Partnership .id-cont .type-data,
#ly-Partner-Request .id-cont .type-data {
    width: 100%;
    display: block;
}
#ly-Partner-Partnership .id-cont ul,
#ly-Partner-Request .id-cont ul {
    display: block !important;
}
#ly-Partner-Partnership .id-cont ul li,
#ly-Partner-Request .id-cont ul li {
    display: block !important;
    width: 100%;
    margin: 0 auto 16px auto;
    text-align: left;
}
#ly-Partner-Partnership,
#ly-Partner-Request {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 80px;
}

#ly-Partner-Partnership .id-cont .type-side h2,
#ly-Partner-Request .id-cont .type-side h2 {
    font-size: 1.25em;
}
#ly-Partner-Partnership .id-cont .type-data li,
#ly-Partner-Request .id-cont .type-data li {
    font-size: 1.125em;
}
#ly-Partner-Partnership .id-cont .type-data li span,
#ly-Partner-Request .id-cont .type-data li span {
    font-size: 1em;
}
#ly-Partner-Request .id-cont .type-data {
    font-size: 1rem;
	font-weight: 350;
}

/* type-side 타이틀 바 quotation과 최대한 유사하게 */
#ly-Partner-Partnership .id-cont .type-side {
    position: relative;
    left: 50vw;
    transform: translateX(-50vw);
    width: 100vw;
    max-width: 100vw;
    margin: 80px 0 40px 0;
    padding: 18px 0 18px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    overflow-x: hidden;
    z-index: 1;
}
#ly-Partner-Partnership .id-cont .type-side h2,
#ly-Partner-Partnership .id-cont .type-side h2 span {
    display: block;
    text-align: center;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    color: #3a3a3c;
    margin: 0 auto;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
@media screen and (max-width: 1219px) {
    #ly-Partner-Partnership .id-cont .type-side {
        margin: 40px 0 32px 0;
        padding: 12px 0 12px 0;
    }
    #ly-Partner-Partnership .id-cont .type-side h2,
    #ly-Partner-Partnership .id-cont .type-side h2 span {
        font-size: 1.1em;
    }
}

#ly-Partner-Info { 
    margin-top: 80px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#ly-Partner-Info .id-cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
#ly-Partner-Info .info-text { 
    width: 100%;
}
#ly-Partner-Info .info-text .title {
    font-size: 1.5em;
    font-weight: 500;
    color: #222;
    margin-bottom: 56px;
    text-align: left;
}
#ly-Partner-Info .info-text .content {
    text-align: left;
    width: 100%;
}
#ly-Partner-Info .info-text .content p {
    margin-bottom: 40px;
    font-size: 1.1em;
    color: #222;
    font-weight: 300;
}
#ly-Partner-Info .info-text .content p span {
    font-weight: 300;
    color: #666;
    margin-top: 1em;
    display: block;
}
#ly-Partner-Info .process-area { 
    width: 100%;
}
#ly-Partner-Info .process-area .process-title {
    font-size: 1.5em;
    font-weight: 500;
    color: #222;
    margin-top: 56px;
    margin-bottom: 56px;
    text-align: left;
}
#ly-Partner-Info .process-area .process-bottom { text-align: left; }
#ly-Partner-Info .process-area p.process-title {
    font-size: 1.5em;
    font-weight: 500px;
    color: #222;
    margin-top: 64px;
    margin-bottom: 56px;
}
#ly-Partner-Info .process-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    position: relative;
}
#ly-Partner-Info .process-list .step {
    background-image: url(/_res/img/view/about/img-about-careers-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 16px;
}
#ly-Partner-Info .process-list .circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fafafa;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    font-weight: 500;
    color: #666;
}
#ly-Partner-Info .process-list .arrow {
    display: none;
}
#ly-Partner-Info .process-bottom span {
    font-size: 1.5em;
    font-weight: 500;
    color: #222;
    margin-top: 104px;
    margin-bottom: 56px;
    display: inline-block;
}
@media screen and (max-width: 1219px) and (min-width: 640px) {
    #ly-Partner-Info .id-cont {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #ly-Partner-Info .info-text {
        flex: 1;
        margin-right: 40px;
    }
    #ly-Partner-Info .process-area {
        flex-basis: 500px;
    }
}
@media screen and (max-width: 639px) {
    #ly-Partner-Info {
        padding: 0 20px;
        margin-top: 40px;
    }
    #ly-Partner-Info .id-cont {
        flex-direction: column;
    }
    #ly-Partner-Info .info-text {
        margin-right: 0;
        margin-bottom: 40px;
    }
    #ly-Partner-Info .info-text .title,
    #ly-Partner-Info .info-text .content {
        text-align: left;
        width: 100%;
    }
    #ly-Partner-Info .process-area { 
        margin-top: 30px;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    #ly-Partner-Info .process-area p.process-title {
        text-align: left;
        margin-bottom: 30px;
    }
    #ly-Partner-Info .process-list {
        flex-direction: column;
        gap: 16px;
    }
    #ly-Partner-Info .process-list .step {
        transform: rotate(90deg);
    }
    #ly-Partner-Info .process-list .circle {
        margin: 10px 0;
        width: 120px;
        height: 120px;
    }
    #ly-Partner-Info .process-list .arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    #ly-Partner-Info .process-bottom { margin-top: 30px; }
    #ly-Partner-Info .process-bottom span {
        width: 100%;
    }
}